OSDN Git Service

PR gcc/28508
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
2
3         * config.guess: Import from src (was more updated).
4         * config.sub: Likewise.
5
6 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
7
8         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
9         * configure: Regenerated.
10
11 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
12
13         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
14         for stages after the first.
15
16 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
17
18         * Makefile.def: Add dependencies for configure-opcodes
19         on configure-intl and all-opcodes on all-intl.
20         * Makefile.in: Regenerated.
21
22 2006-07-13  Ben Elliston  <bje@au.ibm.com>
23
24         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
25
26 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27
28         Port to hosts whose 'sort' and 'tail' implementations
29         treat operands with leading '+' as file names, as POSIX
30         has required since 2001.  However, make sure the code still
31         works on pre-POSIX hosts.
32         * ltmain.sh: Don't assume "sort +2" is equivalent to
33         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
34
35 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
36
37         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
38
39 2006-07-04  Peter O'Gorman  <peter@pogma.com>
40
41         * ltconfig: chmod 644 before ranlib during install.
42
43 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
44
45         PR bootstrap/18058
46         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
47         if the bootstrap compiler is a GCC version that supports it.
48         * configure: Regenerate.
49
50 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
51
52         * configure.in: Fix thinkos in previous check-in.
53         * configure: Regenerate.
54
55 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
56
57         PR other/27063
58         * configure.in: Test subdir_requires and give an appropriate
59         error message.
60         * configure: Regenerate.
61
62 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
63
64         * MAINTAINERS (Write After Approval): Add myself.
65
66 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
67
68         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
69
70 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
71
72         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
73
74 2006-06-20  David Ayers  <d.ayers@inode.at>
75
76         PR bootstrap/28072
77         * configure.in: Add target-boehm-gc to noconfigdirs depending on
78         whether target-libjava is being configured instead of whether the
79         java front end is enabled.
80         * configure: Regenerate.
81         
82 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
83
84         PR target/27540
85         * configure.in: Only enable libgomp on IRIX 6.
86         * configure: Regenerate.
87
88 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
89
90         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
91         too.
92         * Makefile.in: Regenerate.
93
94 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
95
96         * config-ml.in: Alter CCASFLAGS to include special
97         multilib options the same as is done for CFLAGS.
98
99 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
100
101         * configure.in: Don't enable libgomp on hpux10.
102         * configure: Rebuilt.
103
104 2006-06-12  David Ayers  <d.ayers@inode.at>
105
106         PR bootstrap/27963
107         PR target/19970
108         * configure.in: Remove target-boehm-gc from noconfigdirs where 
109         ${libgcj} is specified.
110         * configure: Regenerate.
111         
112 2006-06-06  Carlos O'Donell <carlos@codesourcery.com>
113
114         Sync from src:
115         
116         * configure.in: Sync. 
117         * configure: Regenerated.
118         
119         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
120
121         * Makefile.def: Added dependencies from sim and gdb on intl, and
122         added configure dependencies to everything with an all dependency
123         on intl.
124         * Makefile.in: Regenerated.
125
126 2006-06-06  David Ayers  <d.ayers@inode.at>
127
128         PR libobjc/13946
129         * Makefile.def: Add dependencies for libobjc which boehm-gc.
130         * Makefile.in: Regenerate.
131         * configure.in: Add --enable-objc-gc at toplevel and have it
132         enable boehm-gc for Objective-C.
133         Remove target-boehm-gc from libgcj.
134         Add target-boehm-gc to target_libraries.
135         Add target-boehm-gc to noconfigdirs where ${libgcj}
136         is specified.
137         Assert that boehm-gc is supported when requested for Objective-C.
138         Only build boehm-gc if needed either for Java or Objective-C.
139         * configure: Regenerate.
140         
141 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
142
143         PR 27674
144         * Makefile.tpl (configure-[+prefix+][+module+],
145         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
146         Remove rule to unstage bootstrapped modules.
147         (stage_current): New.
148         * Makefile.in: Regenerate.
149
150 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
151
152         * MAINTAINERS (Write After Approval): Update my e-mail address.
153
154 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
155
156         * include/libiberty.h: Declare pex_run_in_environment.
157
158 2006-05-31  Asher Langton  <langton2@llnl.gov>
159
160         * MAINTAINERS (Write After Approval): Add myself.
161
162 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
163
164         * Makefile.def (bfd, opcodes): Fix lib_path.
165         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
166         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
167         * Makefile.in: Regenerate.
168
169 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
170
171         * Makefile.in: Regenerate.
172
173 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
174
175         * Makefile.def: Add install-html target. Add datarootdir
176         docdir and htmldir to flags_to_pass.
177         * Makefile.tpl: Add install-html target.
178         * Makefile.in: Regenerate.
179         * configure.in: Add --with-datarootdir, --with-docdir, and
180         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
181         * configure: Regenerate.
182
183 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
184
185         * configure.in: Enable gprof for cross builds.
186         * configure: Regenerate.
187
188 2006-05-22  Richard Guenther  <rguenther@suse.de>
189
190         Revert
191         2006-01-31  Richard Guenther  <rguenther@suse.de>
192         Paolo Bonzini  <bonzini@gnu.org>
193
194         * Makefile.def (target_modules): Add libgcc-math target module.
195         * configure.in (target_libraries): Add libgcc-math target library.
196         (--enable-libgcc-math): New configure switch.
197         * Makefile.in: Re-generate.
198         * configure: Re-generate.
199         * libgcc-math: New toplevel directory.
200
201 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
202             Andreas Tobler  <a.tobler@schweiz.ch>
203
204         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
205         * configure: Rebuilt.
206
207 2006-05-12  Sandra Loosemore <sandra@codesourcery.com>
208         
209         * MAINTAINERS (Write After Approval): Add myself.
210
211 2006-05-01  DJ Delorie  <dj@redhat.com>
212
213         * configure.in: Restore CFLAGS if GMP isn't present.
214         * configure: Regenerate.
215
216 2006-05-01  Richard Guenther  <rguenther@suse.de>
217
218         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
219         maintainer.
220
221 2006-04-30  Kenneth Zadeck <zadeck@naturalbridge.com>
222
223         * MAINTAINERS (Write After Approval): Add myself.
224
225 2006-04-28  Jan Beulich  <jbeulich@novell.com>
226
227         * MAINTAINERS (Write After Approval): Add myself.
228
229 2006-04-18  DJ Delorie  <dj@redhat.com>
230
231         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
232         reference libgloss so that libssp can be built in a combined
233         tree.
234         * configure: Regenerate.
235
236 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
237
238         * MAINTAINERS (Write After Approval): Add myself.
239
240 2006-04-05  Ben Elliston  <bje@au.ibm.com>
241
242         * configure.in: Require makeinfo 4.4 or higher.
243         * configure: Regenerate.
244
245 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
246
247         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
248         Rearrange the entries of other libraries to have them in one place.
249
250 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
251
252         * MAINTAINERS (Write After Approval): Remove myself. 
253         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
254
255 2006-03-14  Richard Guenther  <rguenther@suse.de>
256
257         * configure: Regenerate with autoconf 2.13.
258
259 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
260
261         * MAINTAINERS: Use my work address.
262
263         * MAINTAINERS: Update my E-mail address.
264
265 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
266
267         * configure.in: Handle --disable-<component> generically.
268         * configure: Regenerate.
269
270 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
271
272         PR libgcj/17311
273         * ltmain.sh: Don't use "$finalize_rpath" for compile.
274
275 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
276
277         * MAINTAINERS (Write After Approval):  Remove myself.
278         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
279
280 2006-02-21  Rafael Avila de Espindola <rafael.espindola@gmail.com>
281
282         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
283         (TARGET_CONFIGDIRS): Remove.
284         * configure.in: Remove AC_SUBST(target_configdirs).
285         * Makefile.in, configure: Regenerated.
286
287 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
288
289         * MAINTAINERS (Write After Approval):  Remove myself.
290         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
291
292 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
293
294         PR bootstrap/25670
295
296         * Makefile.tpl ([+compare-target+]): Print explanation messages.
297
298         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
299         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
300         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
301         BUILD_PREFIX, BUILD_PREFIX_1.
302         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
303
304         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
305         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
306
307         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
308         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
309         of `cat stage_current`.  Always provide the `r' and `s' variables.
310         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
311         a single shell execution.
312         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
313         bootstrapped modules, make the stage1 module if the build was not
314         started yet, else build the current stage.
315         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
316         (all-build, all-host, all-target, [+make_target+]-host,
317         [+make_target+]-target): Do not use \-continued lines.
318         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
319         (current_stage, restrap, stage_last): New.
320
321         * Makefile.in: Regenerate.
322         * configure: Regenerate.
323
324 2006-02-19  Bud Davis  <jmdavis@link.com>
325
326         * MAINTAINERS (Write After Approval):  Remove myself.
327         (Language Front End Maintainers):  Add myself as fortran 95
328         maintainer and update e-mail address.
329
330 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
331
332         * MAINTAINERS (Write After Approval):  Remove myself.
333         (Language Front End Maintainers):  Add myself as fortran 95
334         maintainer.
335
336 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
337
338         * MAINTAINERS (Write After Approval): Add myself.
339
340 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
341
342         * MAINTAINERS (Write After Approval):  Remove myself.
343         (Language Front End Maintainers):  Add myself as
344         fortran 95 maintainer.
345
346 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
347
348         Sync from src:
349
350         2005-12-27  Leif Ekblad  <leif@rdos.net>
351
352         * configure.in: Add support for RDOS target.
353         * configure: Regenerate.
354
355 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
356             Andreas Schwab  <schwab@suse.de>
357
358         * configure: Regenerate.
359
360 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
361
362         * configure.in (enable_libgomp): Add AIX.
363         * configure: Regenerate.
364
365 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
366
367         * MAINTAINERS (Write After Approval): Add myself.
368         
369 2006-02-03  Lee Millward  <lee.millward@gmail.com>
370
371         * MAINTAINERS (Write After Approval): Add myself.
372         
373 2006-01-31  Richard Guenther  <rguenther@suse.de>
374         Paolo Bonzini  <bonzini@gnu.org>
375
376         * Makefile.def (target_modules): Add libgcc-math target module.
377         * configure.in (target_libraries): Add libgcc-math target library.
378         (--enable-libgcc-math): New configure switch.
379         * Makefile.in: Re-generate.
380         * configure: Re-generate.
381         * libgcc-math: New toplevel directory.
382
383 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
384
385         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
386         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
387         the assembler, linker and binutils.
388         * configure: Regenerate.
389
390 2006-01-22  Dirk Mueller  <dmueller@suse.de>
391
392         * MAINTAINERS (Write After Approval): Add myself.
393
394 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
395
396         * configure: Regenerate.
397
398 2006-01-18  Richard Henderson  <rth@redhat.com>
399             Jakub Jelinek  <jakub@redhat.com>
400             Diego Novillo  <dnovillo@redhat.com>
401
402         * libgomp: New directory.
403         * Makefile.def: Add target_module libgomp.
404         * Makefile.in: Regenerate.
405         * configure.in (target_libraries): Add target-libgomp.
406         * configure: Regenerate.
407
408 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
409
410         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
411         @ from continuation.
412         * Makefile.in: Rebuilt.
413
414 2006-01-04  Chris Lattner  <sabre@gnu.org>
415
416         * MAINTAINERS (Write After Approval): Add myself.
417
418 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
419
420         PR bootstrap/24252
421
422         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
423         * Makefile.tpl (OBJDUMP): New.
424         (EXTRA_HOST_FLAGS): Add it.
425         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
426
427         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
428         to use symbolic links between directories.  Avoid race conditions
429         or make them harmless.
430         * configure.in: Do not try to use symbolic links between directories.
431
432         * Makefile.def (LEAN): Pass.
433         * Makefile.tpl (LEAN): Define.
434         (stage[+id+]-start): Accept that the previous directory does not
435         exist, if the bootstrap is lean.
436         (stage[+id+]-bubble): Invoke lean bootstrap commands after
437         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
438         configure substitution.
439         ([+compare-target+]): Likewise.
440         ([+bootstrap-target+]-lean): New.
441         * configure.in: Remove lean bootstrap support from here.
442
443         * Makefile.in: Regenerate.
444         * configure: Regenerate.
445
446 2006-01-04  Ben Elliston  <bje@au.ibm.com>
447
448         * MAINTAINERS (libdecnumber): Add myself.
449
450 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
451
452         * libtool-ldflags: New script.
453
454 2006-01-02  Andreas Schwab  <schwab@suse.de>
455
456         * configure.in: When reconfiguring remove Makefile in
457         all stage directories.
458         * configure: Regenerate.
459
460 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
461
462         * MAINTAINERS: Update my email address.
463
464 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
465
466         Revert Ada-related part of the previous change.
467
468         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
469         Do not pass.
470         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
471         * Makefile.in: Regenerate.
472         * configure.in: Do not include mt-ppc-aix target fragment.
473         * configure: Regenerate.
474
475 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
476
477         * configure.in: Select appropriate fragments for PowerPC/AIX.
478         * configure: Regenerate.
479
480         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
481         BOOT_CFLAGS, BOOT_LDFLAGS.
482         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
483         BOOT_CFLAGS, BOOT_LDFLAGS.
484         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
485         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
486         (stage): Fail if we cannot complete the work.
487         * Makefile.in: Regenerate.
488
489 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
490
491         * configure.in: Replace ms1 with mt.
492         * configure: Rebuilt.
493
494 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
495
496         * MAINTAINERS: Update my email address.
497
498 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
499
500         * Makefile.tpl (all, do-[+make_target+], do-check, install,
501         install-host-nogcc): Don't invoke $(stage) at the end.
502         * Makefile.in: Regenerate.
503
504 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
505
506         * configure.in: Flip the top-level bootstrap switch.
507         * configure: Regenerate.
508
509 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
510
511         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
512         $(stage) and $(unstage).
513         (EXTRA_TARGET_FLAGS): Correct double-quoting.
514         (all): Remove stray semicolon.
515         (local-distclean): Don't handle multilib.tmp and multilib.out.
516         (install.all): Set $s for consistency.
517         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
518         check_multilibs setting.  Always make the install directory.
519         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
520         Correct @if/@endif.
521         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
522         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
523         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
524         (multilib.out): Remove.
525         * Makefile.in: Regenerated.
526
527 2005-12-12  Carlos O'Donell <carlos@codesourcery.com>
528
529         * MAINTAINERS (Write After Approval): Add myself.
530
531 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
532
533         * MAINTAINERS: Add myself as mt maintainer.
534
535         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
536
537 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
538
539         * MAINTAINERS: Change email address.
540
541 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
542
543         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
544         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
545         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
546         Find in-tree tools if available.
547         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
548         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
549         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
550         (COMPILER_*_FOR_TARGET): New.
551         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
552         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
553         (CONFIGURED_*, USUAL_*): Remove.
554         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
555         STRIP): Use autoconf substitutions.
556         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
557         COMPILER_NM_FOR_TARGET): New.
558         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
559
560         (all): Make all-host and all-target in parallel.
561         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
562         that $$r and $$s are set before invoking a recursive make.
563         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
564         ([+bootstrap-target+]): Inline most of the `all' target.
565
566 2005-11-29  Ben Elliston  <bje@au.ibm.com>
567
568         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
569         from the gcc build directory.
570         * Makefile.in: Regenerate.
571
572 2005-11-29  Ben Elliston  <bje@au.ibm.com>
573
574         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
575         depend on all-libdecnumber.
576         * configure.in (host_libs): Include libdecnumber.
577         * Makefile.in: Regenerate.
578         * configure: Likewise.
579
580 2005-11-29  Ben Elliston  <bje@au.ibm.com>
581
582         * libdecnumber: Import decNumber sources from the dfp-branch.
583
584 2005-11-21  Kean Johnston  <jkj@sco.com>
585
586         * config.sub, config.guess: Sync from upstream sources.
587
588 2005-11-21  Ben Elliston  <bje@au.ibm.com>
589
590         Import from Autoconf sources:
591
592         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
593         * config/move-if-change: Don't output "$2 is unchanged";
594         suggested by Ben Elliston.  Handle weird characters correctly.
595
596 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
597
598         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
599         to match upstream libtool for darwin.
600
601 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
602
603         * Makefile.def: Remove gdb dependencies for gdbtk.
604         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
605         (configure-gdb, install-gdb): New rules.
606         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
607         * Makefile.in, configure: Regenerated.
608
609 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
610
611         * MAINTAINERS (Write After Approval): Add myself.
612
613 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
614
615         * MAINTAINERS (Write After Approval): Add myself.
616
617 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
618
619         * MAINTAINERS (alias analysis): Add Daniel Berlin and
620         Diego Novillo.
621
622 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
623
624         PR bootstrap/24297
625         * Makefile.tpl (do-[+make-target+], do-check, install,
626         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
627         are set before recursing.
628         * Makefile.in: Regenerate.
629
630 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
631
632         PR bootstrap/18939
633         * Makefile.def (gcc) <target>: Fix thinko.
634         * Makefile.in: Regenerate.
635
636 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
637
638         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
639         * configure: Regenerate.
640
641 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
642
643         * MAINTAINERS (Write After Approval): Add self.
644
645 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
646
647         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
648         target-libffi, target-qthreads, target-libjava, and
649         targetlibobjc.
650         * configure: Regenerate.
651
652 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
653
654         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
655         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
656         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
657         (USUAL_OBJDUMP_FOR_TARGET): New.
658         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
659         * configure.in: Check for $OBJDUMP_FOR_TARGET.
660         * configure, Makefile.in: Regenerated.
661
662 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
663
664         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
665         before other host packages.
666
667 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
668
669         * MAINTAINERS: Add self as sh libraries/configury maintainer.
670
671 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
672
673         PR bootstrap/22340
674
675         * configure.in (default_target): Remove.
676         * Makefile.tpl (all): Do not use prerequisites as subroutines
677         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
678         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
679         use prerequisites as subroutines.
680         (check-host, check-target): New.
681         (bootstrap configure & all targets): Do not use stage*-start
682         if the directory layout is already ok.
683         (non-bootstrap configure & all targets): Prepend a $(unstage).
684         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
685         (NOTPARALLEL): Remove.
686         (unstage, stage variables): New variables.
687         (unstage, stage targets): Simply expand to those variables.
688
689         * configure: Regenerate.
690         * Makefile.in: Regenerate.
691
692 2005-10-04  James E Wilson  <wilson@specifix.com>
693
694         * Makefile.def (lang_env_dependencies): Add libmudflap.
695         * Makefile.in: Regenerate.
696
697 2005-10-03  Andreas Schwab  <schwab@suse.de>
698
699         Backport from libtool CVS:
700         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
701
702         * ltmain.sh: add support for installing into temporary
703         staging area (e.g. 'make install DESTDIR=...')
704
705 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
706
707         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
708         * configure: Regenerated.
709
710 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
711
712         * configure: Regenerate with the correct
713         autoconf version.
714
715 2005-09-30  Catherine Moore  <clm@cm00re.com>
716
717         * configure.in (bfin-*-*): New.
718         * configure: Regenerated.
719
720 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
721
722         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
723         (LIPO_FOR_TARGET): New.
724         (CONFIGURED_LIPO_FOR_TARGET): New.
725         (USUAL_LIPO_FOR_TARGET): New.
726         (STRIP_FOR_TARGET): New.
727         (CONFIGURED_STRIP_FOR_TARGET): New.
728         (USUAL_STRIP_FOR_TARGET): New.
729         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
730         STRIP_FOR_TARGET.
731         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
732         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
733         * Makefile.in: Regenerate.
734         * configure: Regenerate.
735         
736 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
737
738         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
739         (rs6000-*-aix*): Same.
740         * configure: Regenerate.
741
742 2005-09-16  Tom Tromey  <tromey@redhat.com>
743
744         * MAINTAINERS: Add self as java maintainer.
745
746 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
747
748         * configure.in: Recognize f95 in the --enable-languages option,
749         and substitute it for fortran, issuing a warning.
750         * configure: Regenerate.
751
752 2005-08-30  Phil Edwards  <phil@codesourcery.com>
753
754         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
755         * configure:  Regenerated.
756
757 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
758
759         * MAINTAINERS: Add self as ms1 maintainer.
760
761 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
762
763         * Makefile.def (libssp): Add to lang_env_dependencies.
764         * Makefile.in: Regenerate.
765
766 2005-08-18  Ian Lance Taylor  <ian@airs.com>
767
768         * MAINTAINERS: Add myself as middle-end maintainer.
769
770 2005-08-17  Christian Groessler  <chris@groessler.org>
771
772         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
773         * Makefile.in: Regenerate.
774
775 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
776
777         * MAINTAINERS (write after approval): Added myself.
778
779 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
780
781         * MAINTAINERS (Write After Approval): Add myself.
782
783 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
784
785         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
786         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
787         Look for alternate names of the target cc and c++
788         * configure: Regenerate.
789
790 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
791
792         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
793         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
794         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
795         tools; remove code to manually set them.
796         (Target tools): Look in the environment for them.
797         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
798         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
799         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
800         build directory.
801         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
802         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
803         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
804         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
805         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
806         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
807         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
808         * configure: Regenerate.
809         * Makefile.in: Regenerate.
810
811 2005-07-28  Ben Elliston  <bje@au.ibm.com>
812
813         * MAINTAINERS: Update for removed CPU targets.
814
815 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
816
817         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
818         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET. 
819         * Makefile.in: Regenerated.
820
821 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
822
823         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
824         (CFLAGS_FOR_TARGET): Use it.
825         (CXXFLAGS_FOR_TARGET): Likewise.
826         * Makefile.in: Regenerated.
827         * configure.in (--with-build-sysroot): New option.
828         * configure: Regenerated.
829
830 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
831
832         * Makefile.tpl: Wrap install between unstage and stage
833         * Makefile.in: Regenerate.
834
835 2005-07-21  Eric Christopher  <echristo@apple.com>
836
837         * MAINTAINERS: Update affiliation.
838
839 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
840
841         * MAINTAINERS: Add self as crx port maintainer.
842
843 2005-07-20  DJ Delorie  <dj@redhat.com>
844
845         * MAINTAINERS: Add self as m32c maintainer.
846
847 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
848
849         * all files: Update FSF address.
850
851 2005-07-15  Eric Christopher  <echristo@redhat.com>
852
853         * MAINTAINERS: Change affiliation.
854
855 2005-07-14  Jim Blandy  <jimb@redhat.com>
856
857         * configure.in: Add cases for Renesas m32c.
858         * configure: Regenerated.
859         
860 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
861
862         * COPYING.LIB: Update from fsf.org.
863
864 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
865
866         * COPYING, compile, config.guess,
867         config.sub, install-sh, missing, mkinstalldirs,
868         symlink-tree, ylwrap: Sync from upstream sources.
869         * config-ml.in: Update FSF address.
870
871 2005-07-13  Eric Christopher  <echristo@redhat.com>
872
873         * configure.in: Add toplevel noconfigdir support for tpf.
874         * configure: Regenerate.
875
876 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
877
878         PR ada/22340
879
880         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
881         * Makefile.in: Regenerate.
882
883 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
884
885         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
886         Brolley to write-after-approval. 
887
888 2005-07-07  Andreas Schwab  <schwab@suse.de>
889
890         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
891         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
892         * Makefile.in: Regenerated.
893
894 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
895
896         * configure.in: Don't build sim or rda when targetting darwin.
897         * configure: Regenerate.
898
899 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
900
901         * configure.in: Add --enable-libssp and --disable-libssp.
902         * configure: Regenerate with autoconf-2.13.
903
904 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
905
906         * Makefile.def (target_modules): Add libssp.
907         * configure.in (target_libraries): Add target-libssp.
908         * configure: Rebuilt.
909         * Makefile.in: Rebuilt.
910
911 2005-07-01  Zack Weinberg  <zackw@panix.com>
912
913         * MAINTAINERS: Change email address.  Resign from maintainership.
914
915 2005-07-01  Richard Guenther  <rguenther@suse.de>
916
917         * MAINTAINERS: Change my e-mail address and affiliation.
918
919 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
920
921         * Makefile.def (stagefeedback): Come after profile.
922         Define profiledbootstrap target.
923         * Makefile.tpl (profiledbootstrap): Remove.
924         (stageprofile-end): Zap stagefeedback.
925         (stagefeedback-start): Copy all .gcda files, not only GCC's.
926         * Makefile.in: Regenerate.
927
928 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
929
930         * MAINTAINERS: Update my email address.
931
932 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
933
934         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
935         In 'cpp' stanza, support '#line' as well as '# '.
936
937 2005-06-08  Andreas Schwab  <schwab@suse.de>
938
939         * MAINTAINERS: Move myself from 'Write After Approval' to
940         'CPU Port Maintainers' section as m68k maintainer.
941
942 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
943
944         * configure.in (unsupported_languages): New macro.
945         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
946         non-ported target libraries in noconfigdirs.
947         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
948         non-linux-gnu.  Remove libgcj_ex_libffi.
949         <lang_frag loop>: Set add_this_lang=no if the language is in
950         unsupported_languages.
951         * configure: Regenerate.
952
953 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
954
955         * configure.in: Fix typo in handling of --with-mpfr-dir.
956         * configure: Regenerate.
957
958 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
959
960         * MAINTAINERS: Update my email address.
961
962 2005-06-02  Jim Blandy  <jimb@redhat.com>
963
964         * config.sub: Add cases for the Renesas m32c.  (This patch has been
965         accepted into the master sources.)
966
967 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
968             Michael Snyder  <msnyder@redhat.com>
969             Stan Cox  <scox@redhat.com>
970
971         * configure.in: Set noconfigdirs for ms1.
972
973         * configure: Regenerate.
974
975 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
976
977         * MAINTAINERS (Write After Approval): Add self.
978
979 2005-06-01  Josh Conner  <jconner@apple.com>
980
981         * MAINTAINERS (Write After Approval): Add self.
982
983 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
984
985         * MAINTAINERS: Update my email address.
986
987 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
988
989         * MAINTAINERS (Write After Approval): Add self.
990
991 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
992
993         * MAINTAINERS (Write After Approval): Remove self.
994
995 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
996
997         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
998         (Dependencies): Consider target modules for bootstrap dependencies.
999         Make target bootstrap modules depend on each stage's gcc.
1000         * Makefile.in: Regenerate.
1001
1002 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
1003
1004         * Makefile.def (configure-gcc): Depend on binutils having been built.
1005         (all-gcc): No need to do it here.
1006         * Makefile.in: Regenerate.
1007
1008 2005-05-19  Paul Brook  <paul@codesourcery.com>
1009
1010         * configure.in: Rewrite misleading error message when requested
1011         language cannot be built.
1012         * configure: Regenerate.
1013
1014 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
1015
1016         * ylwrap: Import from Automake 1.9.5.
1017
1018 2005-05-13  David Ung  <davidu@mips.com>
1019
1020         * MAINTAINERS (Write After Approval): Add self.
1021
1022 2005-05-09  Mike Stump  <mrs@apple.com>
1023
1024         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
1025         lt_cv_sys_max_cmd_len for now.
1026
1027 2005-05-09  Stan Cox  <scox@redhat.com>
1028
1029         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
1030
1031 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
1032
1033         * README.SCO: Update the URL.
1034
1035 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
1036
1037         * ltconfig: Define file_list_spec.  Pass file_list_spec and
1038         with_gnu_ld to libtool.
1039         * ltcf-c.sh (aix[45]): Define file_list_spec.
1040         * ltcf-cxx.sh (aix[45]): Same.
1041         * ltcf-gcj.sh (aix[45]): Same.
1042         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
1043         exists, write list of input files to temporary file.
1044
1045 2005-05-04  Mike Stump  <mrs@apple.com>
1046
1047         * configure.in: Always pass --target to target configures as
1048         otherwise rebuilds that do --recheck will fail.
1049         * confiugure: Rebuilt.
1050
1051 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
1052
1053         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
1054         STAGE_HOST_EXPORTS.
1055         (configure, all): Add bootstrap support.
1056         (Host modules, target modules): Pass post-stage1 flags and exports.
1057         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
1058         * Makefile.in: Regenerate.
1059
1060 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
1061
1062         * configure: Regenerate.
1063
1064 2005-04-27  Mike Stump  <mrs@apple.com>
1065
1066         * MAINTAINERS: Add self as darwin maintainer.
1067
1068 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
1069
1070         * config.sub: Update from master copy.
1071
1072 2005-04-21  Mike Stump  <mrs@apple.com>
1073
1074         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
1075         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
1076
1077 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
1078
1079         * configure.in <crisv32-*-*, cris-*-*>: New local variable
1080         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
1081         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
1082         "*-*-elf" and "*-*-linux*".
1083         * configure: Regenerate.
1084
1085 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
1086
1087         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
1088
1089 2005-04-12  Mike Stump  <mrs@apple.com>
1090
1091         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
1092
1093 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
1094
1095         * MAINTAINERS (Write After Approval): Add myself.
1096
1097 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
1098
1099         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
1100
1101 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
1102
1103         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
1104         (TARGET_CONFIGARGS): Include --with-target-subdir.
1105         (configure, all): New macros.  Use them throughout.
1106         * Makefile.in: Regenerate.
1107
1108 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
1109
1110         * MAINTAINERS (Write After Approval): Add myself.
1111
1112 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1113
1114         * MAINTAINERS: Remove 'loop unrolling' maintainer.
1115
1116 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
1117
1118         * MAINTAINERS: Move John Carr to Write After Approval.
1119
1120 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
1121
1122         * config/mh-mingw32: Delete.
1123         * configure.in: Don't use it.
1124         * configure: Regenerate.
1125
1126 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
1127
1128         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
1129         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
1130         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
1131         (HOST_LIB_PATH): Generate from Makefile.def.
1132         (TARGET_LIB_PATH): Likewise.
1133         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
1134         * Makefile.in: Regenerate.
1135         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
1136         (RPATH_ENVVAR): Include Darwin case.
1137         * configure: Regenerate.
1138
1139 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
1140
1141         * MAINTAINERS (Various Maintainers): Remove self.
1142         (Write After Approval): Add self.
1143
1144 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
1145
1146         * MAINTAINERS (Various Maintainers): Add self.
1147
1148 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
1149
1150         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
1151         * configure: Regenerate.
1152
1153 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
1154
1155         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
1156         gcc_version, and gcc_version_trigger from set of flags to pass.
1157         * Makefile.tpl: Remove definitions of above variables.
1158         (config.status): Remove dependency on $(gcc_version_trigger).
1159         * Makefile.in: Regenerate.
1160         * configure.in: Do not reference config/gcc-version.m4 nor
1161         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
1162         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
1163         * configure: Regenerate.
1164
1165 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
1166             Andrew Pinski <pinskia@physics.uc.edu>
1167
1168         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
1169         * Makefile.in: Regenerate.
1170
1171 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
1172
1173         * MAINTAINERS (Write After Approval): Add myself.
1174
1175 2005-03-03  David Ayers  <d.ayers@inode.at>
1176
1177         * MAINTAINERS (Write After Approval): Add myself.
1178
1179 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
1180
1181         PR libgcj/20160
1182         * ltmain.sh: Avoid creating archives with components that have
1183         duplicate basenames.
1184
1185 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
1186
1187         PR bootstrap/20250
1188         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
1189         instead of check.
1190         * Makefile.in: Regenerate.
1191
1192 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
1193
1194         * Makefile.in: Regenerate to fix conflict between the previous two
1195         patches.
1196
1197 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
1198
1199         PR bootstrap/17383
1200         * Makefile.def (target_modules): Remove "stage", now unnecessary.
1201         * Makefile.tpl (HOST_SUBDIR): New substitution.
1202         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
1203         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
1204         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
1205         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
1206         (Host modules, Bootstrapped modules): Use it.
1207         (Build modules, Target modules): Do not create symlink trees,
1208         always configure out-of-srcdir.
1209         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
1210         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
1211         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
1212         $(HOST_SUBDIR).  Create a symlink for host_subdir.
1213
1214         * Makefile.in: Regenerate.
1215         * configure: Regenerate.
1216
1217 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
1218
1219         Merged from libada-gnattools-branch:
1220         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
1221
1222         * gnattools: New directory.
1223         * Makefile.def: Add gnattools as a module, depending on target-libada.
1224         * Makefile.in: Regenerate.
1225         * configure.in: Include gnattools in host_tools; disable it if ada
1226         is disabled.
1227         * configure: Regenerate.
1228
1229 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
1230
1231         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
1232         treelang maintainer.
1233         (Write After Approval): Remove myself.
1234
1235 2005-02-23  Paul Schlie  <schlie@comcast.net>
1236
1237         * configure.in: Allow darwin targeted ports to build tk, itcl and
1238         libgui.
1239         * configure: Regenerate.
1240
1241 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
1242
1243         PR libgcj/10353
1244         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
1245         * configure: Regenerate.
1246
1247 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
1248
1249         * MAINTAINERS (Write After Approval): Add myself.
1250
1251 2005-02-10  Ian Lance Taylor  <ian@airs.com>
1252
1253         * MAINTAINERS: Update my e-mail address.
1254
1255 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
1256
1257         * MAINTAINERS (Write After Approval): Add myself.
1258
1259 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
1260
1261         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
1262         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
1263         target-libgloss when not *-*-elf and *-*-aout.
1264         * configure: Regenerate.
1265
1266 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
1267
1268         * MAINTAINERS: Remove obsolete entries.
1269
1270         * MAINTAINERS (Write After Approval): Add Michael Matz.
1271
1272 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
1273
1274         * MAINTAINERS: Remove self as cpplib maintainer.
1275
1276 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
1277
1278         * install-sh, config.sub: Import from upstream.
1279
1280 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
1281
1282         PR bootstrap/18222
1283         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
1284         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
1285         * Makefile.in: Regenerate.
1286
1287 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
1288
1289         * MAINTAINERS: Update my email address.
1290
1291 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
1292             Andreas Schwab  <schwab@suse.de>
1293
1294         PR bootstrap/18033
1295         * config-ml.in: Eval option if surrounded by single quotes.
1296
1297 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
1298
1299         Revert 2004-12-28 Makefile changes, a better fix will be
1300         applied to mainline and src after GCC 4.0 branches.
1301
1302 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
1303
1304         PR bootstrap/17383
1305
1306         * Makefile.def (target_modules): Remove stage parameter,
1307         it is always true now.
1308         * Makefile.tpl (configure-build-[+module+],
1309         configure-target-[+module+]): Always build symlink tree
1310         for the directory and for include.  BUILD_SUBDIR and
1311         TARGET_SUBDIR cannot be . anymore.
1312         * Makefile.in: Regenerate.
1313
1314 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
1315
1316         Revert 2004-12-08 Makefile changes.
1317
1318 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
1319
1320         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
1321         cygwin, mingw.
1322
1323 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
1324
1325         * configure.in (sh64-*-*): Reenable gprof.
1326         * configure: Regenerate.
1327
1328 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
1329
1330         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
1331         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
1332         (EXTRA_TARGET_FLAGS): Add PICFLAG.
1333         * Makefile.in: Regenerate.
1334
1335 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
1336
1337         * MAINTAINERS: Update my email address.
1338
1339 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
1340
1341         * Makefile.tpl: Generate normal dependencies if the LHS module is
1342         not bootstrapped.
1343         * Makefile.in: Regenerate.
1344
1345 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
1346
1347         * configure.in: Include config/gxx-include-dir.m4.  Use
1348         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
1349         * configure: Regenerate.
1350
1351 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
1352
1353         * config.if: Delete.
1354         * configure.in: Set libstdcxx_incdir directly.
1355         * configure: Regenerate.
1356
1357 2004-12-02  Eric Christopher  <echristo@redhat.com>
1358
1359         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
1360         * Makefile.in: Regenerate.
1361
1362 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
1363
1364         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
1365         * configure: Regenerate.
1366
1367 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
1368
1369         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
1370         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
1371         * configure: Regenerate.
1372
1373 2004-12-01  Eric Christopher  <echristo@redhat.com>
1374
1375         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
1376         of things to remove.
1377
1378 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
1379
1380         * MAINTAINERS (Write After Approval): Update my e-mail address.
1381
1382 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
1383
1384         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
1385         from CVS libtool to always pass_all.
1386
1387 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1388
1389         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
1390         (hppa*64*-*-*): Delete incorrect comment.
1391         * configure: Rebuilt.
1392
1393 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
1394
1395         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
1396
1397 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
1398
1399         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
1400         from CVS libtool to always pass_all.
1401
1402 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
1403
1404         * install-sh, compile: Import from automake.
1405
1406 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
1407
1408         * config.guess, config.sub:  Import from savannnah.
1409
1410 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
1411
1412         * MAINTAINERS (Write After Approval): Add myself
1413
1414 2004-11-12  Mike Stump  <mrs@apple.com>
1415
1416         * Makefile.def: Add html support.
1417         * Makefile.tpl: Likewise.
1418         * Makefile.in: Regenerate.
1419
1420 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
1421
1422         PR 18423
1423         * configure.in: Remove all instances of build-fixincludes from
1424         noconfigdirs.
1425         (build_configargs): Supply --target to subdirectories.
1426         * configure: Regenerate.
1427
1428         * Makefile.def: Make gcc install depend on fixincludes install.
1429         * Makefile.in: Regenerate.
1430
1431 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
1432
1433         * MAINTAINERS: Add myself as gcc testsuite maintainer.
1434
1435 2004-11-11  Paul Brook  <paul@codesourcery.com>
1436
1437         * MAINTAINERS: Add self as arm maintainer.  Update email address.
1438
1439 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
1440
1441         * configure.in (noconfigdirs) [mmix-*-*]: Disable
1442         target-libgfortran.
1443         * configure: Regenerate.
1444
1445 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
1446
1447         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
1448         like CC.
1449
1450 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
1451
1452         * Makefile.def (host fixincludes): Specify missing targets.
1453         * Makefile.in: Regenerate.
1454
1455 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
1456
1457         * MAINTAINERS: Add myself
1458
1459 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
1460
1461         * MAINTAINERS (Write After Approval): Add myself.
1462
1463 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
1464
1465         * Makefile.def: Build fixincludes for the host, too.
1466         * Makefile.in: Regenerate.
1467         * configure.in (host_tools): Add fixincludes.
1468         * configure: Regenerate.
1469
1470 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
1471
1472         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
1473         * configure: Regenerated.
1474
1475 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
1476
1477         PR other/17783
1478         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
1479         * configure: Regenerated.
1480
1481 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
1482
1483         * README.SCO: Update per FSF instructions.
1484
1485 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
1486
1487         PR target/18151
1488         * configure.in (case ${target}): Do not build fixincludes for avr.
1489         * configure: Regenerated.
1490
1491 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
1492
1493         * configure.in (case ${target}): Do not build fixincludes
1494         on platforms where it is not used.
1495         * configure: Regenerated.
1496
1497 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
1498
1499         * configure.in: Use an absolute path to install-sh.
1500         * configure: Regenerated.
1501
1502 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1503
1504         * MAINTAINERS (Write After Approval): Add myself.
1505
1506 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
1507
1508         * MAINTAINERS: Remove from Write After Approval those that are
1509         already maintainers.
1510
1511 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
1512
1513         * MAINTAINERS:  Update my email address.
1514
1515 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
1516
1517         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
1518         * configure: Regenerate.
1519
1520 2004-10-07  J"orn Rennecke <joern.rennecke@st.com>
1521
1522         * MAINTAINERS:  Update my email address.
1523
1524 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
1525
1526         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
1527         entries belonging to this category.
1528
1529 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
1530
1531         * MAINTAINERS: Update my e-mail address.
1532
1533 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
1534
1535         Fix wrong conflict resolution in:
1536
1537         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
1538
1539         * Makefile.in: Regenerate.
1540         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1541         in the recursive `make', instead of hardwiring `all'.
1542         (Autogenerated TARGET-* variables): New.
1543
1544 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
1545
1546         * configure.in: Enable target-libgloss for crx-*-*.
1547         * configure: Regenerate.
1548
1549 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
1550
1551         * MAINTAINERS (Various Maintainers): Move the "windows,
1552         cygwin, mingw" maintainer to ...
1553         (OS Port Maintainers): ... here.
1554
1555 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
1556
1557         * MAINTAINERS (Write After Approval): Remove those that are
1558         maintainers of some subsystem.
1559
1560 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
1561
1562         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
1563         * ltcf-cxx.sh (tpf*): Likewise.
1564         * ltconfig (tpf*): Add TPF OS configuration support.
1565
1566 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
1567
1568         * MAINTAINERS: Change my email address to my new work account.
1569
1570 2004-09-24  Michael Roth  <mroth@nessie.de>
1571
1572         * configure.in (--without-headers): Add missing double quotes.
1573         * configure: Regenerate.
1574
1575 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
1576
1577         * ylwrap: Revert to previous version.
1578
1579 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
1580
1581         PR bootstrap/17369
1582         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
1583         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
1584         SET_GCC_LIB_PATH_CMD.
1585         (BASE_TARGET_EXPORTS): Likewise.
1586         * Makefile.in: Regenerated.
1587
1588         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
1589         * configure: Regenerated.
1590
1591 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
1592
1593         * config.guess: New upstream version
1594         * compile, depcomp, install-sh, ylwrap: Likewise.
1595
1596 2004-09-19  Roger Sayle  <roger@eyesopen.com>
1597
1598         * config/mh-x86omitfp: New host makefile fragment.  Add
1599         -fomit-frame-pointer to the default BOOT_CFLAGS.
1600         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
1601         * configure: Regenerate.
1602
1603 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
1604
1605         PR target/11572
1606         * configure.in (*-*-darwin*): Renable libobjc.
1607         * configure: Regenerate.
1608
1609 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
1610
1611         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
1612
1613 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
1614
1615         * Makefile.def: Remove libbanshee.
1616         * Makefile.tpl: Ditto.
1617         * configure.in: Ditto.
1618         * Makefile.in: Regen.
1619         * configure: Ditto.
1620
1621 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
1622
1623         * ltmain.sh: Use $pic_object as $non_pic_object if
1624         $non_pic_object=none.
1625
1626 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
1627
1628         * missing: Import latest version from master repository.
1629
1630 2004-09-06  Nick Clifton  <nickc@redhat.com>
1631
1632         * config.sub: Import latest version from master repository.
1633         * config.guess: Likewise.
1634         This includes these changes:
1635
1636         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
1637
1638         * config.sub: Handle crisv32, alias etraxfs.
1639         * config.guess (crisv32:Linux:*:*): Handle.
1640
1641         2004-08-13  Brad Smith  <brad@comstyle.com>
1642
1643         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
1644         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
1645
1646         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
1647
1648         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
1649         assume the processor is a powerpc.  This is because coreutils
1650         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
1651         in this case, due to a MacOS X bug that causes
1652         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
1653         to return a negative number.
1654         Problem reported by Petter Reinholdtsen in:
1655         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
1656
1657         2004-07-19  Ben Elliston  <bje@gnu.org>
1658
1659         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
1660
1661         2004-06-24  Ben Elliston  <bje@gnu.org>
1662
1663         * config.guess: Update copyright years.
1664         * config.sub: Likewise.
1665
1666         2004-06-22  Robert Millan  <robertmh@gnu.org>
1667
1668         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
1669         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
1670
1671         2004-06-22  Stanley F. Quayle <stan@stanq.com>
1672
1673         * config.guess (*:*VMS:*:*): New entry. Replaces
1674         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
1675         manufacturer.
1676
1677         2004-06-22  Ben Elliston  <bje@gnu.org>
1678
1679         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
1680         * config.sub: Likewise.
1681
1682         2004-06-22  Ben Elliston  <bje@gnu.org>
1683
1684         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
1685         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
1686
1687         2004-06-11  Ben Elliston  <bje@gnu.org>
1688
1689         * config.guess (pegasos:OpenBSD:*:*): Remove.
1690
1691         2004-06-11  Ben Elliston  <bje@gnu.org>
1692
1693         From Wouter Verhelst <wouter@grep.be>:
1694         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
1695
1696         2004-06-11  Ben Elliston  <bje@gnu.org>
1697
1698         * config.guess (luna88k:OpenBSD:*:*): New.
1699
1700         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
1701
1702         * config.guess (m32r*:Linux:*:*): New case.
1703         * config.sub: Handle m32rle.
1704
1705         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
1706
1707         From Jens Petersen  <petersen@redhat.com>:
1708         * config.sub: Handle sparcv8.
1709
1710         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
1711
1712         From Tom Smith <smith@cag.lkg.hp.com>:
1713         * config.guess: Version suffixes are equally significant on Tru64
1714         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
1715         prefix of "P" (patched kernel).
1716
1717         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
1718
1719         * config.sub: Add support for National Semiconductor CRX target.
1720
1721 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
1722
1723         * MAINTAINERS (Various Maintainers): Remove myself as web page
1724         maintainer, add myself as maintainer of build status lists.
1725
1726 2004-09-03  Jan Beulich  <jbeulich@novell.com>
1727
1728         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
1729         *-*-netware, but add target-libmudflap.
1730         Consolidate *-*-netware targets (of which really only i?86 exists)
1731         into a single entry.
1732         * configure: Likewise.
1733
1734 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
1735
1736         * Makefile.tpl (sorry): Remove.
1737         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
1738         (cleanstrap targets): Depend on distclean, not distclean-stage1.
1739         (do-clean): Clean per-stage directories too.
1740         (do-distclean): Run distclean-stage1 too.
1741         (.NOTPARALLEL): Enable during toplevel bootstrap.
1742         (stage[+id+]-bubble): Enable parallel execution during
1743         the recursive invocation.
1744         * Makefile.in: Regenerate.
1745
1746         Fix previous checkin:
1747
1748         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
1749         include.
1750         * configure.in: Fix indentation.
1751         * configure: Regenerate.
1752
1753 2004-08-31  Robert Bowdidge <bowdidge@apple.com>
1754
1755         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
1756         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
1757         * configure: regenerate
1758         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
1759         -mdynamic-no-pic
1760
1761
1762 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
1763
1764         * Makefile.def (build_modules): Add fixincludes.
1765         (dependencies): Make gcc depend on fixincludes.
1766         * configure.in (build_tools): Add fixincludes.
1767         (build_configdirs): Always include build_libs.
1768         * Makefile.in: Regenerate.
1769         * configure: Regenerate.
1770
1771 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
1772
1773         * Makefile.def (bootstrap stages): Add 'lean' parameter.
1774         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
1775         phony targets; do not generate timestamp files.
1776         (distclean-stageN): Remove references to their timestamp files.
1777         (restageN, touch-stageN): Remove.
1778         (stageN-bubble): Rewritten.
1779         (compare): Support lean bootstraps.
1780         * Makefile.in: Regenerate.
1781
1782         * configure.in: Only warn when bootstrapping but
1783         build != host or build != target.  Support lean bootstraps.
1784         * configure: Regenerate.
1785
1786 2004-08-26  Phil Edwards  <phil@codesourcery.com>
1787
1788         * configure.in:  Give a better error message if GMP/MPFR are missing
1789         and a language needing them has been requested.
1790         * configure:  Regenerated.
1791
1792 2004-08-25  Phil Edwards  <phil@codesourcery.com>
1793
1794         * configure.in:  Print a list of available language front-ends if
1795         a requested one is missing.  Tidy stray tab characters.
1796         * configure:  Regenerated.
1797
1798 2004-08-19  Michael Koch  <konqueror@gmx.de>
1799
1800         * gcc/doc/install.texi: Update entry about automake for libjava.
1801
1802 2004-08-17  Robert Millan  <robertmh@gnu.org>
1803
1804         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
1805         (instead of FreeBSD).
1806         * configure: Regenerate.
1807
1808 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
1809
1810         * Makefile.in: Regenerate.
1811         * configure: Regenerate.
1812
1813         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
1814         stage_*_flags.
1815         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
1816         for bootstrapped modules if toplevel bootstrap is going.
1817         (GCC bootstrap): Generate per-stage targets for all bootstrapped
1818         modules.  Adjust for changes in Makefile.def.  Enable several
1819         rules even in non-bootstrap mode, just to avoid peppering the
1820         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
1821         (stage-[+prev+]-bubble): Remove.
1822
1823         * Makefile.def (Dependencies): Depend on all-build-bison,
1824         all-build-flex, all-build-byacc, all-build-texinfo, rather
1825         than the host variations.
1826         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
1827         with BUILD_SUBDIR.
1828         (BISON): Update for recent Bisons.
1829         (YACC): Fix typo.
1830         (cross): Depend on all-build.
1831         (all): Do not depend on all-build.
1832         (prebootstrap): Remove.
1833         (dep-kind): Accept separate prefixes for MODULE and ON variables.
1834         (Prebootstrap dependencies): Add them to the per-stage targets
1835         and to all-prebootstrap.
1836         * configure.in (build_configdirs): Always enable build_tools.
1837         (BUILD_DIR_PREFIX): Remove.
1838
1839         * Makefile.def (gcc): Add target variable.
1840         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
1841         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1842         in the recursive `make', instead of hardwiring `all'.
1843         (Autogenerated TARGET-* variables): New.
1844
1845 2004-08-13  Brian Booth  <bbooth@redhat.com>
1846
1847         * MAINTAINERS: Remove myself from write-after-approval.
1848
1849 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
1850
1851         * src-release: Stop distributing mmalloc with gdb (which doesn't
1852         use it).
1853         * Makefile.def: GDB doesn't depend on mmalloc anymore.
1854         * Makefile.in: Regenerate.
1855
1856 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
1857
1858         * configure.in (arm*-*-eabi*): New target.
1859         * configure: Regenerate.
1860
1861 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
1862
1863         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
1864         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
1865         (Dependencies): New section.
1866         * Makefile.tpl (Dependencies): Generate from Makefile.def.
1867         (configure-target-[+module+]): Depend on maybe-all-gcc
1868         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
1869         (toplevel profiledbootstrap): Fix dependencies.
1870         * Makefile.in: Regenerate.
1871
1872 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
1873
1874         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
1875         target-libiberty to noconfigdirs.
1876         * configure: Regenerate.
1877
1878 2004-08-03  Paul Brook  <paul@codesourcery.com>
1879
1880         * configure.in: Check for MPFR as well as GMP.
1881         * configure: Regenerate.
1882
1883 2004-08-01  Robert Millan  <robertmh@gnu.org>
1884
1885         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
1886         libmudflap for all GNU-based systems (with Glibc).
1887         * configure: Regenerate.
1888
1889 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
1890
1891         * Makefile.def (host-modules): Add gcc.
1892         * Makefile.in: Regenerate.
1893         * Makefile.tpl (sorry): New rule.
1894         (configure-host, all-host, [+make_target+]-host, do-check,
1895         install-host): Do not add gcc as a special case.
1896         (host modules): Add a small special-casing for gcc.  Export
1897         extra_make_flags through the environment.
1898         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
1899         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
1900         other recursive targets for gcc): Remove.
1901
1902         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
1903         (stage, unstage): New rules.
1904         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
1905         distclean-stage[+id+]): Use stage_current.
1906         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
1907         the stage*-start rules.
1908
1909 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
1910
1911         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
1912         use -all_load flag.
1913
1914 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
1915
1916         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
1917         * configure: Regenerate.
1918
1919 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
1920
1921         * maintainer-scripts/gcc_release: Revert yesterday's change.
1922
1923 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
1924
1925         * MAINTAINERS: Add myself to write-after-approval.
1926
1927 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
1928
1929         * libf2c: Removed.
1930         * gcc/gccbug.in: Updated because of libf2c removal.
1931         * maintainer-scripts/gcc_release: Ditto.
1932
1933 2004-07-09  Loren J. Rittle <ljrittle@acm.org>
1934
1935         * configure.in: Build libmudflap by default on FreeBSD.
1936         * configure: Regenerated.
1937
1938 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
1939
1940         * configure.in: Do not build libmudflap by default on non-GNU/Linux
1941         systems.
1942         * configure: Regenerated.
1943
1944 2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1945
1946         PR target/16344
1947         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
1948         feedback based compiler.
1949         * Makefile.in: Rebuilt.
1950
1951 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
1952
1953         * Makefile.def (host_modules): Set bootstrap=true for flex.
1954         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
1955         * Makefile.in: Rebuilt.
1956
1957 2004-07-07  Jan Hubicka  <jh@suse.cz>
1958
1959         * MAINTAINERS: Add self as a profile feedback maintainer.
1960
1961 2004-07-05  Phil Edwards  <phil@codesourcery.com>
1962
1963         * configure.in:  Do not prepend $srcdir to /dev/null in
1964         makefile fragments.
1965         * configure:  Regenerate.
1966
1967 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
1968
1969         * Makefile.def (build_modules): Add bison, byacc, flex,
1970         m4, texinfo.
1971         (flags_to_pass): Add FLEX.
1972         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
1973         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
1974         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
1975         DEFAULT_MAKEINFO): Remove.
1976         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
1977         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
1978         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
1979         objdir or else use configured tool.
1980         (all-build): New.
1981         (all): Depend on it.
1982         (Build module dependencies): Add.
1983         * Makefile.in: Regenerate.
1984         * configure.in: Better support for multiple build modules,
1985         matching what is done for host/target modules.  Do not look
1986         for "plausible" locations of build tools if Canadian cross.
1987         Use autoconf's AC_PROG_CC to find a C compiler.  Define
1988         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
1989         * configure: Regenerate.
1990
1991 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
1992
1993         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
1994         * Makefile.in: Regenerate.
1995
1996 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
1997
1998         * Makefile.tpl (configure-build-[+module+],
1999         configure-[+module+], configure-target-[+module+]): Pass
2000         [+extra_configure_args+].
2001         (all-build-[+module+], all-[+module+], check-[+module+],
2002         install-[+module+], [+make_target+]-[+module+],
2003         all-target-[+module+], check-target-[+module+],
2004         install-target-[+module+], [+make_target+]-target-[+module+]):
2005         Pass [+extra_make_args+].
2006         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
2007         (GCC_HOST_EXPORTS): Remove.
2008         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
2009         cross, check-gcc, check-gcc-c++, install-gcc,
2010         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
2011         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
2012         * Makefile.in: Regenerate.
2013
2014 2004-06-21  Matthew Sachs  <msachs@apple.com>
2015
2016         * MAINTAINERS: Added self to write-after-approval.
2017
2018 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
2019
2020         * configure.in: Check for srcdir/winsup rather than build directory
2021         winsup.
2022         * configure: Regenerate.
2023
2024 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
2025
2026         * configure.in: Don't build Cygwin native newlib if winsup
2027         directory is missing.  Emit warning instead.
2028         * configure: Regenerate.
2029
2030 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
2031
2032         * Makefile.tpl (touch-stage[+id+]): New.
2033         (restage[+prev+]): Depend on touch-stage[+id+].
2034
2035         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
2036         Use it throughout.
2037
2038         * Makefile.def: Add profile and feedback bootstrap stages.
2039         Remove next field from bootstrap stages.
2040         * Makefile.tpl (LN, LN_S): Substitute.
2041         (stageN-start, stageN-end): Use double-colon rules, to
2042         provide a hook for additional setup commands.
2043         (distclean-stageN-gcc, restageN): Create dependencies from
2044         [+prev+], not from [+next+].
2045         (stageN-bubble): Add commands for successive stages from
2046         [+prev+], using double-colon rules.
2047         (all-stageN-gcc): Fix typo.
2048         (stagefeedback-start, profiledbootstrap): New.
2049         * Makefile.in: Regenerate.
2050         * configure.in: Call ACX_PROG_LN.
2051         * configure: Regenerate.
2052
2053 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
2054
2055         * MAINTAINERS (Write After Approval): Add myself.
2056
2057 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
2058
2059         * MAINTAINERS (Write After Approval): Add myself.
2060
2061 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
2062
2063         * configure.in: Fix --enable-bootstrap breakage introduced in trees
2064         without gcc.
2065         * configure: Regenerate.
2066
2067 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
2068
2069         * Makefile.tpl: Fix typo.
2070         * Makefile.in: Regenerate.
2071
2072 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
2073
2074         * configure.in: Remove new- prefix from toplevel
2075         bootstrap targets.
2076         * configure: Regenerate.
2077
2078 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
2079
2080         * Makefile.tpl (all.normal): Rename to all.
2081         (all): Replace with a rule to pick the default
2082         target from configure.
2083         (all-gcc, configure-gcc): Use conditionals to
2084         do nothing when toplevel bootstrap is going on.
2085         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
2086         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
2087         * configure.in: Support --enable-bootstrap.
2088
2089         * Makefile.def: Remove new- prefix from toplevel
2090         bootstrap targets.
2091         * Makefile.tpl: Likewise.
2092
2093         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
2094         target.
2095
2096         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
2097         $(RECURSE_FLAGS) to recursive invocation of make.
2098
2099         * Makefile.in: Regenerate.
2100         * configure: Regenerate.
2101
2102 2004-05-30  Andreas Jaeger  <aj@suse.de>
2103             Jim Wilson <wilson@specifixinc.com>
2104
2105         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
2106         like CC.
2107
2108 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
2109
2110         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
2111         * configure: Regenerate.
2112
2113 2004-05-25  Daniel Jacobowitz  <drow@false.org>
2114
2115         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
2116         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
2117         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
2118         targets.
2119         * Makefile.in: Regenerate.
2120
2121 2004-05-24  Paolo Bonzini <bonzini@gnu.org>
2122
2123         * configure.in: Test the ability to symlink directories.
2124         * configure: Regenerate.
2125
2126         * Makefile.def (bootstrap-stage): New definitions.
2127         * Makefile.tpl (configure-stage1-gcc,
2128         configure-stage2-gcc, configure-stage3-gcc,
2129         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
2130         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
2131         new-restage3, compare): Autogenerate, see Makefile.in
2132         entry for behavioral changes.
2133         (distclean-stage1, new-stage1-start, new-stage1-end,
2134         new-stage1-bubble, distclean-stage2, new-stage2-start,
2135         new-stage2-end, new-stage2-bubble, distclean-stage3,
2136         new-stage3-start, new-stage3-end): New autogenerated targets.
2137         (objext, prebootstrap, BOOT_CFLAGS,
2138         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
2139         targets.
2140
2141         * Makefile.in: Regenerate.
2142         (distclean-stage1, new-stage1-start, new-stage1-end,
2143         new-stage1-bubble, distclean-stage2, new-stage2-start,
2144         new-stage2-end, new-stage2-bubble, distclean-stage3,
2145         new-stage3-start, new-stage3-end): New targets.
2146         (all-stage1-gcc): Move prebootstrap dependency from here...
2147         (configure-stage1-gcc): ...to here.
2148         (new-bootstrap): Use bubble targets.
2149         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
2150         Use per-stage distclean targets.
2151         (configure-stage1-gcc, configure-stage2-gcc,
2152         configure-stage3-gcc, all-stage1-gcc,
2153         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
2154         Use new-stageN-start to prepare the tree.
2155
2156 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
2157
2158         * Makefile.def (host_modules): add libcpp.
2159         * Makefile.tpl: Add dependencies on and for libcpp.
2160         * Makefile.in: Regenerate.
2161         * configure.in: Add libcpp host module.
2162         * configure: Regenerate.
2163
2164 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
2165
2166         * Makefile.tpl: Whenever a recursive target is defined, wrap
2167         it in a special @if/@endif block, and prepare its maybe
2168         dependency in the @if/@endif block
2169         * configure.in: Instead of writing maybe dependencies, remove
2170         the @if/@endif statements, and remove the @if/@endif blocks
2171         that remain.
2172         * configure: Regenerate.
2173         * Makefile.in: Regenerate.
2174
2175 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
2176
2177         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
2178
2179 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
2180
2181         PR bootstrap/15120
2182         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
2183         * */configure: Rebuilt.
2184
2185 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
2186
2187         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
2188         of libf2c.
2189         * configure, Makefile.in: Regenerate.
2190
2191 2004-05-13  Tobias SchlÃ\83¼ter  <tobi@gcc.gnu.org>
2192
2193         * MAINTAINERS (Write After Approval): Add myself.
2194
2195 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
2196
2197         Merge from tree-ssa-20020619-branch.
2198
2199         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
2200         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
2201         (HOST_GMPLIBS): Define.
2202         (HOST_GMPINC): Define.
2203         (TARGET_LIB_PATH): Add libmudflap.
2204         (GFORTRAN_FOR_TARGET): Define.
2205         (configure-build*): Export GFORTRAN.
2206         (configure-gcc): Export GMPLIBS and GMPINC.
2207         (all-gcc): Add maybe-all-libbanshee.
2208         (configure-target-libgfortran): Define.
2209         * Makefile.in: Regenerate.
2210         * configure.in (host_libs): Add libbanshee.
2211         (target_libraries): Add target-libmudflap and target-libgfortran.
2212         Add --with-libbanshee.
2213         Handle --disable-libmudflap.
2214         (*-*-freebsd*): Use with_gmp.
2215         Add $(libgcj) to noconfigdirs.
2216         * configure: Regenerate.
2217         * depcomp: New file.
2218         * MAINTAINERS: Add tree-ssa maintainers.
2219
2220 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
2221
2222         * MAINTAINERS (Various Maintainers): Add myself.
2223
2224 2004-04-30  Brian Ford  <ford@vss.fsi.com>
2225
2226         * MAINTAINERS (Write After Approval): Add myself.
2227
2228 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
2229
2230         * MAINTAINERS (Write After Approval): Add myself.
2231
2232 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
2233
2234         * config/acx.m4: Fix fastcompare support for new-bootstrap.
2235         * configure: Regenerate.
2236
2237 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
2238
2239         Revert:
2240         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2241
2242         * Makefile.def (flags_to_pass): Remove *dir variables that
2243         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
2244         as well as prefix and exec_prefix.
2245         * Makefile.in: Regenerate.
2246
2247 2004-04-26  Robert Millan  <robertmh@gnu.org>
2248
2249         Add patches from libtool CVS.
2250         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
2251         * ltconfig: Likewise.
2252         * ltcf-c.sh: Likewise.
2253         * ltcf-cxx.sh: Likewise.
2254         * ltcf-gcj.sh: Likewise.
2255
2256 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2257
2258         * Makefile.def (host_modules): Mark with the bootstrap
2259         flag packages on which gcc depends.
2260         * Makefile.tpl (all-bootstrap): Use it.
2261         * Makefile.in: Regenerate.
2262
2263 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2264
2265         * Makefile.def (flags_to_pass): Remove *dir variables that
2266         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
2267         as well as prefix and exec_prefix.
2268         * Makefile.in: Regenerate.
2269
2270 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2271
2272         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
2273         * configure: Regenerate.
2274         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
2275         * gcc/Makefile.tpl (compare): Use the result of the test.
2276         * gcc/Makefile.in: Regenerate.
2277
2278 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
2279
2280         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
2281         Always relocate gcc and prev-gcc to the original names, even
2282         if the build fails.
2283         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
2284         New targets.
2285
2286 2004-04-23  Laurent GUERBY <laurent@guerby.net>
2287
2288         * MAINTAINERS: Update my email address.
2289
2290 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2291
2292         * configure.in (mips*-*-irix5*): Enable ld.
2293         * configure: Regenerate.
2294
2295 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2296
2297         * configure: Regenerate.
2298
2299 2004-04-15  James E Wilson  <wilson@specifixinc.com>
2300
2301         * Makefile.tpl (configure-[+module+], configure-gcc,
2302         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
2303         Set and export LDFLAGS.
2304         * Makefile.in: Regenerate.
2305
2306 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
2307
2308         * MAINTAINERS: Add myself to write-after-approval.
2309
2310 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
2311
2312         PR bootstrap/14871
2313         * Makefile.tpl: If we don't have built-in-tree target tools,
2314         use the ones found by configure rather than hacking around with
2315         program_transform_name.
2316         * configure.in: Give Makefile.tpl the information necessary
2317         to do that.
2318         * Makefile.in: Regenerate.
2319         * configure: Regenerate.
2320
2321 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
2322
2323         PR bootstrap/14760
2324         * configure.in: When computing baseargs, strip *all* copies of
2325         offending options.  Also, don't match/substitute the trailing space,
2326         so that this actually works when two similar options are separated by
2327         only one space.
2328         * configure: Regenerate.
2329
2330 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
2331
2332         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
2333         (rs6000-*-aix*): Same.
2334         * configure: Regenerate.
2335
2336 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
2337
2338         * MAINTAINERS: Add myself to write-after-approval.
2339
2340 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
2341
2342         * MAINTAINERS: Add myself to write-after-approval.
2343
2344 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
2345
2346         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
2347         STRICT_WARN, WARN_CFLAGS flags passed down to make.
2348         * Makefile.in: Regenerate.
2349
2350         * configure.in (top level bootstrap support): Rework --enable-werror
2351         to set @stage2_werror_flag@.
2352         * configure: Regenerate.
2353         * Makefile.tpl (top level bootstrap support): Pass
2354         @stage2_werror_flag@ down to configure in stages 2 and 3.
2355         * Makefile.in: Regenerate.
2356
2357 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
2358
2359         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
2360         for stages 2 and 3 as well as in make.  As a consequence, remove
2361         OUTPUT_OPTION (now detected by configure) from the flags passed down
2362         to make.
2363         * Makefile.in: Regenerate.
2364
2365         * Makefile.tpl (new-bootstrap): Fix typo.
2366         * Makefile.in: Regenerate.
2367
2368 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
2369
2370         * Makefile.tpl: Rearrange by moving recursive_targets rules
2371         into their proper sections.
2372         * Makefile.tpl (top level bootstrap support): Move disabling
2373         of coverage flags from 'make' to 'configure'; improve comments.
2374         * Makefile.in: Regenerate.
2375
2376         * Makefile.tpl (experimental top level bootstrap) Move stage1
2377         language setting from all- target to configure- target; disable
2378         intermodule optimization in stage 1; prevent gratuitous rebuilds
2379         of stage 1.
2380         * Makefile.in: Regenerate.
2381         * configure.in: Comma-separate stage 1 language list for top
2382         level bootstrap.
2383         * configure: Regenerate.
2384
2385         * Makefile.tpl: Clean up experimental top level bootstrap support:
2386         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
2387         prev-gcc in configure- targets as well as all- targets.
2388         * Makefile.in: Regenerate.
2389
2390 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
2391
2392         * compile: New file imported from automake.
2393
2394 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
2395
2396         * configure.in: Remove symbolic link section.
2397         * configure: Regenerate.
2398         * Makefile.tpl (links): Remove.
2399         * Makefile.in: Regenerate.
2400
2401 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
2402             Nathanael Nerode  <neroden@gcc.gnu.org>
2403
2404         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
2405         Set with AC_CHECK_PROGS.
2406         * configure.in: Fix comment typo from last patch.
2407         * configure: Regenerate.
2408
2409 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
2410
2411         * Makefile.tpl: Introduce experimental top level bootstrap support.
2412         * Makefile.in: Regenerate.
2413         * configure.in: Introduce support for top level bootstrap.
2414         * configure: Regenerate.
2415
2416 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
2417             Paolo Bonzini  <bonzini@gnu.org>
2418
2419         PR bootstrap/14522
2420         * configure.in: Cope with shells that do not support unquoted ^
2421         * configure: Regenerate.
2422
2423 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
2424             Paolo Bonzini  <bonzini@gnu.org>
2425
2426         PR bootstrap/14522
2427         * configure.in: Cope with shells that do not support nesting
2428         quotes inside quoted backquote substitutions.
2429         * configure: Regenerate.
2430
2431 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
2432
2433         PR bootstrap/14522
2434         * configure.in: Fix escaping of $.
2435         * configure: Regenerate.
2436
2437 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
2438
2439         * configure: Regenerate, since I forgot to while committing Paolo's
2440         changes.
2441
2442 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
2443
2444         PR ada/14131
2445         Move language detection to the top level.
2446         * configure.in: Find default values for the tools as
2447         soon as possible.  Disable ada if GNAT is not found.
2448         Emit error message about missing languages.  Expand
2449         --enable-languages=all for the gcc subdirectory.
2450
2451 2004-03-10  Ben Elliston  <bje@gnu.org>
2452
2453         * MAINTAINERS: Update my email address.
2454
2455 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
2456
2457         * ltconfig: Disable building static libraries if building shared
2458         libraries on AIX 5L.
2459
2460 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
2461
2462         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
2463         and disable libgcj.
2464         * configure: Regenerated.
2465
2466 2004-03-01  Brian Booth  <bbooth@redhat.com>
2467
2468         * MAINTAINERS: Add myself to write-after-approval.
2469
2470 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
2471
2472         * MAINTAINERS: Add myself to write-after-approval.
2473
2474 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
2475
2476         PR bootstrap/7087
2477         * Makefile.tpl: Guard XFOO sed statements better.
2478         * Makefile.tpl: Add dependency for configure-target-libada.
2479         * Makefile.in: Regenerate (incidentally fixes broken
2480         commit when libada-branch was merged).
2481
2482 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
2483
2484         * MAINTAINERS: Add myself to write-after-approval.
2485
2486 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
2487
2488         * MAINTAINERS: Add Nicola Pero and myself as libobjc
2489         maintainers.
2490
2491 2004-02-20  Andrew Cagney  <cagney@redhat.com>
2492
2493         * config.guess: Update from version 2003-10-16 to 2004-02-16.
2494         * config.sub: Update from version 2003-11-03 to 2004-02-16.
2495
2496 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
2497
2498         PR bootstrap/11932
2499         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
2500
2501 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
2502
2503         * MAINTAINERS: Added myself to write-after-approval.
2504
2505 2004-02-14  Michael Koch  <konqueror@gmx.de>
2506
2507         * MAINTAINERS: Added myself to write-after-approval.
2508
2509 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
2510
2511         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
2512         some OS port maintainers to OS port maintainers section.
2513
2514 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
2515
2516         * MAINTAINERS: Add self.
2517
2518 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
2519
2520         * MAINTAINERS: Alphabetize.
2521
2522 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
2523
2524         * MAINTAINERS: Remove myself.
2525
2526 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
2527
2528         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
2529         (rs6000-*-aix*): Same.
2530         * configure: Regenerate.
2531
2532 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
2533
2534         * configure.in (host): Add in missing $noconfigdirs to defines.
2535         * configure: Regenerate.
2536
2537 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
2538             Nathanael Nerode  <neroden@gcc.gnu.org>
2539
2540         PR ada/6637, PR ada/5911
2541         Merge with libada-branch:
2542         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
2543         with appropriate dependencies. Add --enable-libada configure switch.
2544         * configure, Makefile.in: Regenerate.
2545
2546 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
2547
2548         * MAINTAINERS: Add myself to write-after-approval.
2549
2550 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2551
2552         * configure.in: Don't pass --with-stabs on IRIX 5 either.
2553         * configure: Regenerate.
2554
2555 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
2556
2557         Merge from upstream:
2558
2559         * ltmain.in: When setting IFS to '~', be careful about user
2560         arguments that contain '~'.
2561
2562         2004-02-04  Peter O'Gorman  <peter@pogma.com>
2563
2564         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
2565         Also test $base_compile against $CC with escaped arguments. Bug
2566         reported by Geoff Keating <geoffk@apple.com>.
2567
2568 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
2569
2570         * MAINTAINERS: Remove i960 port.
2571
2572 2004-01-23  DJ Delorie  <dj@redhat.com>
2573
2574         * Makefile.def (target_modules) [libiberty]: Don't stage.
2575         * Makefile.in: Rebuilt.
2576
2577 2004-01-20  Caroline Tice  <ctice@apple.com>
2578
2579         * MAINTAINERS: Add myself to write-after-approval.
2580
2581 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
2582
2583         * MAINTAINERS: Update my email address.
2584
2585 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
2586
2587         * MAINTAINERS: Add myself to write-after-approval.
2588
2589 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2590
2591         * MAINTAINERS: Remove entries without email address.
2592
2593 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
2594
2595         * MAINTAINERS: Add myself to write-after-approval.
2596
2597 2004-01-15  Steven Bosscher  <stevenb@suse.de>
2598
2599         * MAINTAINERS: Update my email address.
2600
2601 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
2602
2603         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
2604         * Makefile.tpl (configure-target-[+module+]): Support stage.
2605         * Makefile.in: Rebuilt.
2606
2607 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
2608
2609         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
2610
2611 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
2612
2613         * MAINTAINERS: Add myself as a MIPS maintainer.
2614
2615 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
2616
2617         * configure.in: Use ./config.cache, not config.cache.
2618         * configure: Regenerate.
2619         * Makefile.tpl: Special-casing not needed for GCC any more.
2620         * Makefile.in: Regenerate.
2621
2622         * configure.in: Don't share a cache file for host dirs.
2623         * configure: Regenerate.
2624
2625         * config-ml.in: Don't mess with the cache file.
2626
2627 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2628
2629         * MAINTAINERS: Move myself from 'Write After Approval' to
2630         'CPU Port Maintainers' section as SPARC maintainer.
2631
2632 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
2633
2634         * Makefile.tpl: Make GCC use a separate config.cache.
2635         * Makefile.in: Regenerate.
2636
2637         PR bootstrap/11932, PR bootstrap/11933
2638         (I don't know if it will fix either of them, but it relates
2639         to them.)
2640         * configure.in: Don't use shared config.cache for target
2641         directories.
2642         * configure: Regenerate.
2643
2644 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
2645
2646         * MAINTAINERS: Add myself to 'Write After Approval' section.
2647
2648 2003-12-31  Roger Sayle  <roger@eyesopen.com>
2649
2650         * configure.in (ia64*-*-hpux*): Disable building java libraries.
2651         * configure: Regenerated.
2652
2653 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
2654
2655         * MAINTAINERS: Remove the mn10200 maintainer.
2656
2657 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
2658
2659         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
2660         * configure: Regenerated.
2661
2662 2003-12-16  Jan Hubicka  <jh@suse.cz>
2663
2664         * MAINTAINERS: Add myself as callgraph maintainer.
2665
2666 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
2667
2668         * configure.in (raw_libstdcxx_flags): Remove the leading space.
2669         * configure: Regenerate.
2670
2671 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2672
2673         * MAINTAINERS: Move myself from 'Bug database only accounts' to
2674         'Write After Approval' section. Update email.
2675
2676 2003-12-01  James Lemke <jim@wasabisystems.com>
2677
2678         * MAINTAINERS (Write After Approval): Add myself.
2679
2680 2003-11-20  Matt Thomas  <matt@3am-software.com>
2681
2682         * MAINTAINERS: Add myself as a vax port maintainer.
2683
2684 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
2685
2686         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
2687         (configure-build-[+module+], configure-[+module+]): Likewise.
2688         (configure-target-[+module+], configure-gcc, config.status): Likewise.
2689         * Makefile.in: Regenerate.
2690
2691 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
2692
2693         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
2694         shared/dylibed libraries.
2695         * ltmain.sh: Likewise.
2696         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
2697         * ltcf-cxx.sh: Likewise.
2698         * ltcf-gcj.sh: Likewise.
2699         * ltconfig: Likewise.
2700
2701 2003-11-17  Stan Cox  <scox@redhat.com>
2702
2703         * MAINTAINERS: Add myself as iq2000 port maintainer.
2704
2705 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
2706
2707         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
2708         * Makefile.in: Regenerate.
2709
2710 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
2711
2712         * config.sub: Update to 2003-11-03 version.
2713
2714 2003-10-20  Phil Edwards  <phil@codesourcery.com>
2715
2716         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
2717         * configure:  Regenerate.
2718
2719 2003-10-20  Nicolas Pitre <nico@cam.org>
2720
2721         * MAINTAINERS: Add myself to 'Write After Approval' section.
2722
2723 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
2724
2725         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
2726
2727 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
2728
2729         * MAINTAINERS: Update my email address.
2730
2731 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2732
2733         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
2734
2735 2003-10-17 Ralph Loader  <rcl@ihug.co.nz>
2736
2737         * MAINTAINERS: Add myself to 'Write After Approval' section.
2738
2739 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
2740
2741         * config.guess: Update to 2003-10-16 version.
2742         * config.sub: Update to 2003-10-16 version.
2743
2744 2003-10-15 David Daney  <ddaney@avtrex.com>
2745
2746         * MAINTAINERS: Added myself to 'Write After Approval' section.
2747
2748 2003-10-15  Falk Hueffner  <falk@debian.org>
2749
2750         * MAINTAINERS: Move myself from 'Bug database only accounts' to
2751         'Write After Approval' section. Update email.
2752
2753 2003-10-14  Roger Sayle  <roger@eyesopen.com>
2754
2755         * MAINTAINERS: Move myself from 'Write After Approval' to
2756         'Various Maintainers' section as middle-end maintainer.
2757
2758 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
2759
2760         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
2761         HOST_FLAGS_TO_PASS.
2762         * Makefile.in: Regenerate.
2763
2764 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
2765
2766         * config.guess: Update to 2003-10-07 version.
2767         * config.sub: Update to 2003-10-07 version.
2768
2769 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2770
2771         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
2772         * ltconfig (irix5*, irix6*): Don't override version_type.
2773
2774 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
2775
2776         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
2777         * configure: Rebuilt
2778         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
2779         * Makefile.in: Rebuilt
2780
2781 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
2782
2783         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
2784
2785 2003-09-30  Carlo Wood  <carlo@alinoe.com>
2786
2787        * MAINTAINERS (Write After Approval): Add myself.
2788
2789 2003-09-29  Paul Koning  <ni1d@arrl.net>
2790
2791         * MAINTAINERS: Move myself from "Write After Approval"
2792         to CPU platform maintainers for pdp11 platform.
2793
2794 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
2795
2796         * MAINTAINERS: Move myself from 'Write After Approval' to
2797         'Various Maintainers' section as libffi testsuite maintainer.
2798
2799 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
2800
2801         * configure.in: Pass a computed --program-transform-name
2802         to subconfigures.
2803         * configure: Regenerated.
2804
2805 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
2806
2807         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
2808         * Makefile.in: Regenerate.
2809
2810         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
2811         * Makefile.in: Regenerate.
2812
2813 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
2814
2815         * MAINTAINERS: Move myself from 'Write After Approval'
2816         to 'Various Maintainers' (objective-c) section.
2817
2818 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
2819
2820         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
2821         quoting.
2822         * configure: Regenerated.
2823
2824 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
2825
2826         * MAINTAINERS (Write After Approval): Add myself to write after
2827         approval list.
2828
2829 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
2830
2831        * MAINTAINERS (Write After Approval): Add myself.
2832
2833 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
2834
2835         * MAINTAINERS: Update my e-mail address.
2836
2837 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
2838
2839         * libtool.m4 (LD): Correct powerpc64 host match.
2840
2841 2003-09-06  James E Wilson  <wilson@tuliptree.org>
2842
2843         * MAINTAINTERS: Update my affiliation and email address.
2844
2845 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2846
2847         * MAINTAINERS (Write After Approval): Add myself.
2848
2849 2003-09-04  DJ Delorie  <dj@redhat.com>
2850
2851         * configure: Regenerate.
2852
2853 2003-09-04  Robert Millan  <robertmh@gnu.org>
2854
2855         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
2856
2857 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2858
2859         * configure.in: Ensure arguments to sed are properly spaced.
2860         * configure: Regenerate.
2861
2862 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
2863
2864         * MAINTAINERS: Update my e-mail address.
2865
2866 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
2867
2868         * MAINTAINERS (Write After Approval): Add myself.
2869
2870 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
2871
2872         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
2873         * configure: Regenerated.
2874
2875 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
2876
2877         * MAINTAINERS: Update my email address.
2878
2879 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
2880
2881         * configure.in:  Use newline instead of semicolon when assuming
2882         shell arguments in a for loop.
2883         * configure:  Regenerated.
2884
2885 2003-08-22  Jason Eckhardt  <jle@rice.edu>
2886
2887         * MAINTAINERS: Resurrect the i860 maintainer.
2888
2889 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
2890
2891         PR 8180
2892         * configure.in: When testing with_libs and with_headers, treat
2893         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
2894         * configure: Regenerate.
2895
2896         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
2897         make, shell, etc.
2898         (baseargs): Likewise.
2899         * configure: Regenerate.
2900
2901 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
2902
2903         * MAINTAINERS (Write After Approval): Add myself.
2904
2905 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
2906
2907         * configure.in: Disable libgcj for darwin not on powerpc.
2908         * configure: Rebuild.
2909
2910 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
2911
2912         * config-ml.in, symlink-tree: Add license.
2913
2914 2003-08-03  Richard Stallman  <rms@gnu.org>
2915             Eben Moglen  <moglen@columbia.edu>
2916
2917         * README.SCO: New file.
2918
2919 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
2920
2921         * Makefile.tpl (check, check-c++): Express dependencies using
2922         dependencies rather than commands.
2923         * Makefile.in: Regenerate.
2924
2925 2003-08-01  Andrew Cagney  <cagney@redhat.com>
2926
2927         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
2928         * configure: Ditto.
2929
2930 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
2931
2932         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
2933         * Makefile.in: Update.
2934
2935 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
2936
2937         * configure.in: Enable libgcj for darwin.
2938         * configure: Rebuild.
2939
2940 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
2941
2942         * config-ml.in:  Use ac_configure_args directly instead of
2943         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
2944         actually seen.
2945
2946 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
2947
2948         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
2949         creating target and build subdirs to build all parent dirs as needed.
2950         * Makefile.in: Rebuild.
2951         * configure.in: Don't build dirs explicitly here.
2952         * configure: Rebuild.
2953
2954 2003-07-26  Paul Brook  <paul@nowt.org>
2955
2956         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
2957
2958 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
2959
2960         * Makefile.tpl (all-make): Depend on intl.
2961         * Makefile.in: Rebuilt.
2962
2963 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
2964
2965         * install-sh:  Update to newer upstream versions (associated with
2966         aclocal 1.7).
2967         * mkinstalldirs:  Likewise.
2968         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
2969
2970 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
2971
2972         * MAINTAINERS: Move self from Bug database only accounts
2973         to write-after-approval.
2974
2975 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
2976
2977         * config.if: Remove unused libc_interface determination.
2978
2979 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
2980
2981         * MAINTAINERS: Move self from write-after-approval to
2982         build machinery (*.in).
2983
2984 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
2985
2986         PR bootstrap/11273
2987         PR bootstrap/11408
2988         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
2989         unused INSTALL_PROGRAM_ARGS.
2990         * configure.in: Use AC_PROG_INSTALL.
2991         * Makefile.in: Regenerate.
2992         * configure: Regenerate.
2993
2994 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
2995
2996         * MAINTAINERS: Alphabetize.
2997
2998 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
2999
3000         * configure: Rebuilt.
3001         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
3002         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
3003         newlib nor libgloss.
3004         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
3005         * configure.in (am33_2.0-*-linux*): Added.
3006
3007 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
3008
3009         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
3010         * configure: Regenerate.
3011
3012 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
3013
3014         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
3015         * Makefile.in: Regenerate.
3016
3017 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
3018
3019         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
3020         * Makefile.in: Regenerate.
3021
3022 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
3023
3024         * Makefile.tpl: Replace PWD with PWD_COMMAND.
3025         * Makefile.in: Regenerated.
3026
3027         * config-ml.in: Replace PWD with PWD_COMMAND.
3028
3029 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
3030
3031         * intl: New directory; see intl/ChangeLog for details.
3032         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
3033         * Makefile.tpl: all-gcc depends on maybe-all-intl.
3034         * Makefile.in: Regenerate.
3035
3036 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
3037
3038         * configure.in: Clean up config-lang.in handling.  Delete
3039         useless assignment to "subdirs".
3040         * configure: Regenerate.
3041
3042 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
3043
3044         * configure.in: Rename 'target_libs' to 'target_libraries'.
3045         Remove useless reference to 'target_libs'.
3046         * configure: Regenerate.
3047
3048 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
3049
3050         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
3051         * Makefile.in: Regenerate.
3052
3053 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3054
3055         * Makefile.def: Introduce flags_to_pass.
3056         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
3057         * Makefile.in: Regenerate.
3058
3059 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
3060
3061         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
3062         and target-libgloss.
3063         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
3064         <h8300*-*-*>: Disable libf2c and ${libgcj}.
3065         * configure: Regenerate.
3066
3067 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
3068
3069         * configure.in: Update testsuite_flags to new location.
3070         * configure. Regenerate.
3071
3072 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3073
3074         * Makefile.tpl: Remove BUILD_CC stuff.
3075         * Makefile.in: Regenerate.
3076
3077 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
3078
3079         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
3080
3081 2003-06-16  Graeme Peterson <gp@qnx.com>
3082
3083         * MAINTAINERS (Write After Approval): Add myself.
3084
3085 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
3086
3087         * config.guess: Update to 2003-06-12 version.
3088         * config.sub: Update to 2003-06-13 version.
3089
3090 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
3091
3092         * config.guess: Update to 2003-06-06 version.
3093         * config.sub: Update to 2003-06-06 version.
3094
3095 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3096
3097         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
3098         * configure. Regenerate.
3099
3100 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
3101
3102         * configure.in: Disable serial configure by default.
3103         * configure: Regenerate.
3104         * Makefile.tpl: Abolish .NOTPARALLEL.
3105         * Makefile.in: Regenerate.
3106
3107         * Makefile.tpl: Replace {build,host,target}_canonical by
3108         {build,host,target}.
3109         * Makefile.in: Regenerate.
3110
3111         * Makefile.tpl: Fix stupid pasto.
3112         * Makefile.in: Regenerate.
3113
3114 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3115
3116         * Makefile.tpl: Remove bogus conditional.
3117         * Makefile.in: Regenerate.
3118
3119 2003-06-05  Jan Hubicka  <jh@suse.cz>
3120
3121         * Makefile.tpl (profiledbootstrap): New target.
3122         * Makefile.in (profiledbootstrap): New target.
3123
3124 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
3125
3126         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
3127         Pinski. Remove user names from other bugzilla-only maintainers.
3128
3129 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3130
3131         * Makefile.tpl: Make 'recursive targets' using autogen rather
3132         than shell loop.  Remove duplicate 'clean' targets and false
3133         comments.
3134         * Makefile.def: Add systematic dependencies to 'recursive' targets.
3135         Add systematic method of specifying missing targets in subdirs.
3136         Add copyright boilerplate.
3137         * Makefile.in: Regenerate.
3138         * configure.in: Add 'recursive targets' to maybe list.
3139         * configure: Regenerate.
3140
3141         * MAINTAINERS: "GNATS only" -> "Bug database only".
3142
3143         * Makefile.tpl: Rename [+target+] to [+make_target+].
3144         * Makefile.def: Rename 'target' to 'make_target'.
3145
3146 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
3147
3148         * MAINTAINERS: Add self as options handling maintainer.
3149
3150 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
3151
3152         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
3153         been too long since I touched those ports.
3154
3155 2003-05-28  DJ Delorie  <dj@redhat.com>
3156
3157         * Makefile.tpl: Make maybe-check-gcc .PHONY.
3158         * Makefile.in: Regenerate.
3159
3160 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
3161
3162         * configure.in: Use curly braces in the definition of tooldir.
3163         * configure: Regenerate.
3164
3165 2003-05-21  DJ Delorie  <dj@redhat.com>
3166
3167         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
3168         newlib or libgloss.
3169         * Makefile.in: Regenerate.
3170
3171 2003-05-21  DJ Delorie  <dj@redhat.com>
3172
3173         * Makefile.tpl: Add missing empty maybe-check-gcc target.
3174         * Makefile.in: Regenerate.
3175
3176 2003-05-20  Ian Lance Taylor  <ian@airs.com>
3177
3178         * MAINTAINERS: Update my e-mail address.
3179
3180 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3181
3182         * configure.in: Switch more things to use maybe dependencies.
3183         * Makefile.tpl: Switch more things to use maybe dependencies.
3184         Factor out common code from autogen IF statements.
3185         * configure: Regenerate.
3186         * Makefile.in: Regenerate.
3187
3188 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
3189
3190         * configure.in: Accept i[3456789]86 for machine type.
3191         * configure: Regenerate.
3192
3193 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3194
3195         * configure.in: Switch more things to use maybe dependencies.
3196         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
3197         * configure: Regenerate.
3198         * Makefile.tpl: Switch more things to use maybe dependencies.
3199         * Makefile.in: Regenerate.
3200
3201 2003-05-16  Andreas Schwab  <schwab@suse.de>
3202
3203         * Makefile.tpl (install-opcodes): Define.
3204         * Makefile.in: Rebuild.
3205
3206 2003-05-13  Andreas Jaeger  <aj@suse.de>
3207
3208         * config.guess: Update to 2003-05-09 version.
3209         * config.sub: Update to 2003-05-09 version.
3210
3211 2003-05-13  Michael Eager <eager@mvista.com>
3212
3213         * configure.in: Correct sed script so that options in quotes are not
3214         deleted.
3215         * configure: Rebuild.
3216
3217 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
3218
3219         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
3220         and $$s/newlib/libc/sys/cygwin32 include paths.
3221         * configure: Ditto.
3222
3223 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
3224
3225         * MAINTAINERS: Update my email addresses.
3226
3227 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
3228
3229         * config-ml.in: Propagate INSTALL variables.
3230
3231 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3232
3233         * MAINTAINERS: Remove duplicate entries in Write After Approval.
3234
3235 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
3236
3237         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
3238         * Makefile.in: Regenerate.
3239
3240 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
3241
3242         * MAINTAINERS (GNATS only): Add Falk Hueffner.
3243
3244 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
3245
3246         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
3247
3248 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
3249
3250         * Makefile.tpl: Clean $(BUILD_SUBDIR).
3251         * Makefile.in: Regenerated.
3252
3253 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
3254
3255         * MAINTAINERS (Write After Approval): Upgrade myself from
3256         GNATS only to write-after-approval. Update my mail address.
3257
3258 2003-04-25  Loren J. Rittle <ljrittle@acm.org>
3259
3260         (OS Port Maintainers: freebsd): Add myself.
3261
3262 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
3263
3264         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
3265
3266 2003-04-22  Kean Johnston  <jkj@sco.com>
3267
3268         * MAINTAINERS (SCO ports): Added myself.
3269
3270 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
3271
3272         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
3273
3274 2003-04-19  Kean Johnston  <jkj@sco.com>
3275
3276         * MAINTAINERS (Write After Approval): Add myself.
3277
3278 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3279
3280         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
3281         * Makefile.in: Regenerate.
3282
3283 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
3284
3285         * configure.in (powerpc64*-*-linux*): Remove.
3286         * configure: Rebuilt.
3287
3288 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
3289
3290         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
3291         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
3292         and restrap.
3293         * Makefile.in:  Regenerate.
3294
3295 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
3296
3297         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
3298         * configure: Regenerated.
3299
3300 2003-04-15  DJ Delorie  <dj@redhat.com>
3301
3302         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
3303
3304 2003-04-13  Nick Clifton  <nickc@redhat.com>
3305
3306         * config-ml.in: Remove support for --disable-aix removing
3307         call-aix multilibs.
3308
3309 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
3310
3311         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
3312         * */configure: Rebuilt.
3313
3314 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
3315
3316         * MAINTAINERS: Add my email address.
3317
3318 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
3319
3320         * MAINTAINERS (Write After Approval): Add myself.
3321
3322 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
3323
3324         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
3325         * Makefile.in: Regenerate.
3326
3327 2003-03-14  Michael Chastain  <mec@shout.net>
3328
3329         * Makefile.in: Regenerate with correct Makefile.def.
3330
3331 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
3332
3333         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
3334         Make macro.
3335         * Makefile.in: Regenerate.
3336         * configure.in: Clean up gxx_include_dir logic.
3337         * configure: Regenerate.
3338
3339 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
3340
3341         * MAINTAINERS (Write After Approval): Add myself.
3342
3343 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
3344
3345         * MAINTAINERS: Update my mail address.
3346
3347 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3348
3349         * configure.in (gxx_include_dir): Fix typo.
3350         * configure: Regenerated.
3351
3352 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
3353
3354         * Makefile.tpl: Reindent.
3355         * Makefile.in: Regenerate.
3356         * configure.in: Reindent.  Don't set unused variables.
3357         * configure: Regenerate.
3358
3359 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
3360
3361         * configure.in: Include $(build_tooldir)/sys-include in
3362         FLAGS_FOR_TARGET.
3363         * configure: Regenerated.
3364
3365 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
3366
3367         * Makefile.tpl: Always pass down RANLIB.
3368         * Makefile.in: Regenerate.
3369
3370         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
3371         * Makefile.in: Regenerate.
3372         * configure.in: Remove unused logic relating to --enable-shared
3373         and --enable-threads.  Remove bogus comments.  Remove redundant
3374         noconfigdirs.
3375         * configure: Regenerate.
3376
3377         * configure.in: Replace ${libstdcxx_version} by its value.
3378         Remove reference to mh-dgux.
3379         * configure: Regenerate.
3380
3381 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
3382
3383         * MAINTAINERS (Write After Approval): Add myself.
3384
3385 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3386
3387         * Makefile.tpl: Rearrange.
3388         * Makefile.in: Regenerate.
3389
3390 2003-02-25  Uwe Stieber <uwe@wwws.de>
3391
3392         * configure.in: Add support for kaOS as cross build target system.
3393         * configure: Regenerated.
3394
3395 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
3396
3397         * MAINTAINERS (Write after approval): Add myself.
3398
3399 2003-02-21  James E Wilson  <wilson@tuliptree.org>
3400
3401         * MAINTAINERS: Update my email address.
3402
3403 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
3404
3405         * MAINTAINERS: Add self to blanket write privs. section.
3406
3407 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
3408
3409         * Makefile.tpl: Add definition of CPPFLAGS to pass into
3410         configure-target-* as some target builds may require additional
3411         flags for preprocessor tests.
3412         * Makefile.in: Regenerated.
3413
3414 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
3415
3416         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
3417         * ltconfig: Handle it.
3418         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
3419         auto-detecting it.
3420
3421         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
3422         it is used as argument to $CC.
3423         * ltcf-gcj.sh: Likewise.
3424
3425         * configure.in: Introduce --enable-maintainer-mode.
3426         * configure: Rebuilt.
3427         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
3428         for maintainer mode.
3429         * Makefile.in: Rebuilt.
3430
3431 2003-02-18  Jason Merrill  <jason@redhat.com>
3432
3433         * Makefile.tpl (check-c++): Allow parallelism.
3434
3435 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3436
3437         * MAINTAINERS: Remove John Carr (who never actually had access to
3438         gcc.gnu.org).
3439
3440 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
3441
3442         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
3443         don't configure target-libobjc.
3444         * configure: Regenerate.
3445
3446 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3447
3448         * Makefile.tpl (RANLIB): Define.
3449         * Makefile.in: Regenerate.
3450
3451 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
3452
3453         * MAINTAINERS: Update my email.
3454
3455 2003-02-06  Keith R Seitz  <keiths@redhat.com>
3456
3457         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
3458         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
3459         * Makefile.in: Regenerated.
3460         * configure.in: Remove all traces of snavigator, db, and grep.
3461         * configure: Regenerated.
3462
3463 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3464
3465         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
3466         After Approval.
3467
3468 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
3469
3470         * MAINTAINERS (Write after approval): Add myself.
3471
3472 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
3473
3474         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
3475         * Makefile.in: Regenerated.
3476
3477 2003-01-30  Roger Sayle  <roger@eyesopen.com>
3478
3479         * config.guess: Updated to 2003-01-30's version.
3480         * config.sub: Updated to 2003-01-28's version.
3481
3482 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
3483
3484         * config.if: If gcc_version is already set, just use it.  Don't set
3485         gcc_version_trigger if it's already set, otherwise set it to
3486         gcc/version.c, but only if the file exists.  If it is not set and
3487         gcc/version.c does not exist, try to extract the version number from
3488         $CC.
3489
3490 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
3491
3492         * MAINTAINERS: Add myself to write-after-approval list.
3493
3494 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
3495
3496         * configure.in:  Revert 24Jan change.
3497         * configure:  Regenerate.
3498
3499 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3500
3501         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
3502         entry of HJ Lu.
3503
3504 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3505
3506         * configure.in: Revert previous change.
3507         * configure: Regenerate.
3508
3509 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3510
3511         * configure.in: Make rda native-only.
3512         * configure: Regenerate.
3513
3514 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3515
3516         * MAINTAINERS: Move myself from GNATS-only-accounts to
3517         write-after-approval.
3518
3519 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3520
3521         * configure.in: Add missing \.
3522         * configure: Rebuilt.
3523
3524 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
3525
3526         * configure.in (baseargs): Avoid using \| in sed regular
3527         expressions.
3528         * configure: Rebuilt.
3529
3530 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
3531
3532         * configure.in (baseargs): Remove all supported forms of
3533         --cache-file, --srcdir, --host, --build and --target options
3534         from argument lists.
3535         * configure: Rebuilt.
3536
3537 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
3538
3539         * MAINTAINERS: Add myself to write-after-approval list.
3540
3541 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
3542
3543         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
3544         * configure: Rebuilt.
3545
3546 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3547
3548         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
3549         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
3550         * Makefile.in: Regenerate.
3551         * configure: Regenerate.
3552
3553 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
3554
3555         * configure.in: Remove Makefile in build, host and target modules
3556         unless configure was run with --no-recursion.
3557         * configure: Rebuilt.
3558
3559 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
3560
3561         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
3562         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
3563         * Makefile.in: Regenerate.
3564
3565 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
3566
3567         * config.guess: Update to 2003-01-03 version.
3568         * config.sub: Update to 2003-01-03 version.
3569
3570 2003-01-07  Christopher Faylor  <cgf@redhat.com>
3571
3572         * configure: Regenerate with proper autoconf 2.13.
3573
3574 2003-01-07  Christopher Faylor  <cgf@redhat.com>
3575
3576         * configure.in: Add AC_PREREQ for consistency.
3577         * configure: Regenerate.
3578
3579 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
3580
3581         * configure.in (GDB_TK): Add tcl directories conditional on
3582         gdb/gdbtk directory being present.
3583         * configure: Regenerate.
3584
3585 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
3586
3587         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
3588         by gcc if LD is not defined and we are not doing a Canadian Cross.
3589         * configure: Rebuilt.
3590
3591 2002-12-31  Tom Tromey  <tromey@redhat.com>
3592
3593         * Makefile.in: Rebuilt.
3594         * Makefile.def (target_modules) [libffi]: Allow installation.
3595
3596 2002-12-31  Andreas Schwab  <schwab@suse.de>
3597
3598         * configure.in: Fix use of $program_transform_name.
3599         * configure: Regenerated.
3600
3601 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
3602
3603         * configure.in (baseargs): Don't remove first configure argument.
3604         * configure: Regenerated.
3605
3606 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
3607
3608         * Makefile.tpl (local-distclean): Don't remove...
3609         (multilib.ts): ... this.  Moved into...
3610         (multilib.out): ... this.  Don't use sub-make.
3611         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
3612         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
3613         (configure-build-[+module+], configure-[+module+],
3614         configure-target-[+module+], configure-gcc): ... these.  Test
3615         for Makefile existence.  Drop config.status from dependencies.
3616         * Makefile.in: Rebuilt.
3617         * configure.in: Move gcc-version-trigger to the end of
3618         ac_configure_args.  Add comments to maybedep.tmp and
3619         serdep.tmp.  Introduce --disable-serial-configure.  Remove
3620         nonopt from baseargs, matching and removing corresponding
3621         whitespace while at it.
3622         * configure: Rebuilt.
3623
3624 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
3625
3626         * configure.in (host_configargs): Replace reference to
3627         no-longer-defined buildopts with --build=${build_alias}.
3628         * configure: Rebuilt.
3629
3630         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
3631         program_transform_name to standard idiom.
3632         (AUTOGEN, AUTOCONF): Define.
3633         (Makefile.in): Use $(AUTOGEN).
3634         (Makefile): Depend on config.status, and use autoconf-style rule to
3635         build it.  Move original commands to...
3636         (config.status): ... this new target.
3637         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
3638         $(AUTOCONF).
3639         * Makefile.in: Rebuilt.
3640
3641 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3642
3643         * Makefile.tpl: Fix dramatic bustage due to change in
3644         program_transform_name.
3645         * Makefile.in: Regenerate.
3646
3647         * configure.in: Remove unnecessary PATH setting.
3648         * configure: Regnerate.
3649
3650         * configure.in: Don't default to unprefixed tools unless
3651         the native tools will work.
3652         * configure: Regenerate.
3653
3654         * configure.in: Convert to autoconf script.  Blow away lots
3655         of now-redundant Makefile fragments.
3656         * configure: Generate using Autoconf.
3657         * Makefile.tpl: Rewrite to reflect autoconfiscation.
3658         * Makefile.in: Regenerate.
3659
3660 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
3661
3662         * configure: Fix stupid bug where RANLIB was mistakenly included.
3663
3664         * configure.in: Rename (buildargs, hostargs, targargs) to
3665         (build_configargs, host_configargs, target_configargs).
3666
3667         * configure.in: Move logic out of sed statement.
3668
3669         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
3670         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
3671
3672 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
3673
3674         * config.sub: Import from master repository
3675         * config.guess: Ditto
3676
3677 2002-12-24  Andreas Schwab  <schwab@suse.de>
3678
3679         * Makefile.tpl (multilib.out): Fix missing space.
3680         * Makefile.in: Regenerate.
3681
3682 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3683
3684         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
3685         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
3686         * Makefile.in: Regenerate.
3687         * configure.in: Remove unnecessary leftovers.
3688
3689 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
3690
3691         * configure.in (extra_ranlibflags_for_target): New variable.
3692         (*-*-darwin): Add -c to ranlib commands.
3693         * configure (tooldir): Handle extra_ranlibflags_for_target.
3694
3695 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3696
3697         * Makefile.tpl: Revert HJL's change.
3698         * Makefile.in: Regenerated.
3699         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
3700         always.
3701
3702 2002-12-19  Andreas Schwab  <schwab@suse.de>
3703
3704         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
3705         * Makefile.in: Regenerate.
3706
3707 2002-12-18  H.J. Lu <hjl@gnu.org>
3708
3709         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
3710         * Makefile.in: Regenerated.
3711
3712         * configure.in (build_prefix): New. Substitute.
3713
3714 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3715
3716         * Makefile.tpl: Don't let real targets depend on phony targets.
3717         * Makefile.in: Regenerate.
3718
3719         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
3720         * Makefile.in: Regenerate.
3721
3722 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
3723
3724         * config.sub: Import from master repository
3725         * config.guess: Ditto
3726
3727 2002-12-16  Jason Merrill  <jason@redhat.com>
3728
3729         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
3730         previous 'make bootstrap'.
3731         * Makefile.in: Regenerate.
3732
3733 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
3734
3735         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
3736
3737 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
3738
3739         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
3740         * Makefile.in: Regenerate.
3741
3742 2002-12-13  Jason Merrill  <jason@redhat.com>
3743
3744         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
3745         library tests.
3746         (check-c++): Just depend on it and check-target-libstdc++-v3.
3747         * Makefile.in: Regenerate.
3748
3749 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
3750
3751         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
3752         * Makefile.in: Rebuilt.
3753
3754 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
3755
3756         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
3757
3758 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
3759
3760         * configure: Fix bug put in by gremlins.
3761
3762         * Makefile.tpl: Substitute more autoconfily.
3763         * configure: Substitute more autoconfily.
3764         * Makefile.in: Regenerate.
3765
3766 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
3767
3768         * config.sub: Import from master repository
3769         * config.guess: Ditto
3770         * MAINTAINERS: Added Svein Seldal under write after approval
3771
3772 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
3773
3774         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
3775         * Makefile.in (all-sim): Ditto.
3776
3777 2002-12-06  DJ Delorie  <dj@redhat.com>
3778
3779         * Makefile.tpl: Change configure dependencies to not have real
3780         targets depend on phony targets.
3781
3782 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
3783
3784         * configure.in: Revert unintentional change.
3785
3786         * Makefile.tpl: Change dependency for */multilib.out so that
3787         it works when gcc isn't in the tree.
3788
3789         * configure.in: Substitute more.
3790         * configure: Run subconfigures from the Makefile.
3791         * Makefile.tpl: Run subconfigures from the Makefile; add a few
3792         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
3793
3794 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3795
3796         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
3797
3798 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3799
3800         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
3801         and corresponding dependencies.
3802         * Makefile.in: Regenerate.
3803
3804         * configure.in (host_tools): Order binutils, gas and ld for
3805         convenience in running the testsuites.
3806
3807         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
3808         * Makefile.in: Regenerate.
3809         * configure.in: Introduce rules to serialize subconfigure runs.
3810
3811         * configure.in: Introduce BASE_CC_FOR_TARGET.
3812         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
3813         Realize configure-build-* targets.  Realize configure-target-* targets.
3814         * Makefile.in: Regenerate.
3815
3816 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3817
3818         * configure: Move gcc_version_trigger stuff from here...
3819         * configure.in: ...to here.
3820
3821         * configure.in: Separate subconfigure options added by this file from
3822         options given by the user.  Add machinery to put args for host
3823         subconfigures into the Makefile.
3824
3825         * Makefile.tpl: Remove 'vault' targets.
3826         * Makefile.tpl: Reorder and comment dependencies.
3827         * Makefile.in: Regenerate.
3828
3829 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
3830         * configure.in: Fix my broken commit of previous patch. (sigh)
3831
3832 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
3833
3834         * configure.in: Move host-specific darwin noconfigdirs into
3835         the host-specific section.
3836
3837 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
3838
3839         * configure.in: Move host-specific darwin noconfigdirs into
3840         the host-specific section.
3841
3842 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
3843
3844         * configure: Remove skip-this-dir support.
3845         * Makefile.tpl: Remove skip-this-dir support.
3846
3847         * Makefile.tpl: Remove leftover support for non-autoconfiscated
3848         subdirectories.
3849         * Makefile.in: Regenerate.
3850
3851         * Makefile.tpl: Strip out useless setting of 'dir'.
3852         * Makefile.in: Regenerate.
3853
3854 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
3855
3856         * configure.in: Fix deeply stupid bug.
3857
3858         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
3859         shell code in CXX_FOR_TARGET
3860         * Makefile.def: Introduce raw_cxx.
3861         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
3862         RAW_CXX_FOR_TARGET.
3863         * Makefile.in: Regenerate.
3864
3865 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
3866
3867         * Makefile.tpl: Remove unnecessary ifs.
3868         * Makefile.in: Regenerate.
3869
3870         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
3871         dependencies.  Maybe-ize build-libiberty.  Create dummy install
3872         targets for 'no_install' modules.
3873         * configure: Move GDB_TK substitution to configure.in.  Move
3874         build_modules stuff to configure.in.
3875         * configure.in: Implement soft dependency machinery.  Maybe-ize
3876         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
3877         * Makefile.in: Regenerate.
3878
3879 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3880
3881         * Makefile.tpl: Make all-target, install-target behave similarly
3882         to all, install (only hitting configured targets).  Eliminate
3883         unused macro defintions.
3884
3885         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
3886         build != host.
3887
3888         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
3889
3890         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
3891
3892         * configure.in: Produce lists of subdir targets we're actually
3893         configuring.  Remove references to "dosrel".
3894         * Makefile.tpl: Let configure set which subdir targets are hit.
3895         Remove install-cross; clean up install; remove ALL.  Remove
3896         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
3897         Autogenerate host module targets.  Remove empty dependency lines
3898         and redundant dependency; rearrange slightly.
3899         * Makefile.def: Add host-side libtermcap, utils.
3900
3901         * Makefile.in: Regenerate.
3902
3903 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3904
3905         * ltconfig (osf[345]): Append $major to soname_spec.
3906         Reflect this in library_names_spec.
3907         * ltmain.sh (osf): Prefix $major with . for use as extension.
3908
3909 2002-11-19  Andreas Jaeger  <aj@suse.de>
3910
3911         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
3912         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
3913         and sparc64 GNU/Linux systems.
3914
3915 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
3916
3917         * MAINTAINERS: Update email.
3918
3919 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3920
3921         * MAINTAINERS: Complete James Dennett's entry.
3922
3923 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
3924
3925         * MAINTAINERS (Write After Approval): Add myself.
3926
3927 2002-11-13  Bruce Korb  <bkorb@gnu.org>
3928
3929         * Makefile.tpl: syntactic cleanup
3930
3931 2002-11-13 Stuart Hastings <stuart@apple.com>
3932
3933         * MAINTAINERS: Add myself to write-after-approval list.
3934
3935 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
3936
3937         * Makefile.def: Add list of recursive targets to autogenerate.
3938         Add build_modules.
3939         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
3940         targets.  Autogenerate *-build-* targets.
3941         * Makefile.in: Regenerate.
3942
3943 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
3944
3945         * configure: More autoconf-style substitutions.
3946         * Makefile.tpl: More autoconf-style substitutions.
3947         * Makefile.in: Regenerate.
3948
3949 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
3950
3951         * configure: Substitute more variables in a more autoconf-friendly
3952         way.  Simplify slightly.
3953         * Makefile.tpl: Make more variables substitutable in an
3954         autoconf-friendly way.
3955         * Makefile.in: Regenerate.
3956
3957 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
3958
3959         * MAINTAINERS (Write After Approval): Add myself.
3960
3961 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
3962
3963         * configure.in (v810*): Remove special setting of tools.
3964
3965         * configure: Add support for extra required flags for ar or nm.
3966         * configure.in (aix4.3+): Use above support for target-specific
3967         issues, rather than using config/mt-aix43.
3968
3969 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3970
3971         * configure: Remove 'removing', which doesn't work.  Replace $subdir
3972         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
3973         with $srcdir.  Reformat indentation.  Substitute some variables
3974         formerly hard-coded in the Makefile for build=host.
3975         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
3976         * Makefile.def: Autogenerate more.
3977         * Makefile.in: Regenerate.
3978
3979 2002-11-04  Adam Nemet  <anemet@lnxw.com>
3980
3981         * MAINTAINERS (Write After Approval): Add myself.
3982
3983 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
3984
3985         * Makefile.def (host_modules): Add rda.
3986         * Makefile.in: Regenerate.
3987         * configure.in (target_tool): Add target-rda to list.
3988
3989 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3990
3991         * MAINTAINERS: Remove "co-maintainer" note for web pages.
3992
3993 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
3994
3995         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
3996         and restrap targets to this rule.
3997         * Makefile.in:  Regenerate.
3998
3999 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4000
4001         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
4002         GNATS only accounts.
4003
4004 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
4005
4006         * configure.in (i[3456]86-*-linux*): Add check to disable
4007         ${libgcj} for glibc1.
4008
4009 2002-10-24  Denis Chertykov  <denisc@overta.ru>
4010
4011         * MAINTAINERS: Add myself as ip2k port maintainer.
4012
4013 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
4014
4015         * configure.in: Add tic4x target.
4016
4017 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4018
4019         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
4020         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
4021         * Makefile.in: Regenerate.
4022
4023         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
4024         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
4025         * Makefile.in: Regenerate.
4026
4027 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
4028
4029         * MAINTAINERS: Add myself as web pages co-maintainer.
4030
4031 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4032
4033         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
4034         * Makefile.in: Regenerate.
4035
4036 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
4037
4038         * MAINTAINERS: Add myself and Nathan Sidwell
4039         <nathan@codesourcery.com> as VxWorks maintainers.
4040
4041 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4042
4043         * Makefile.def: Remove order dependency comments.
4044         * Makefile.tpl: Add explicit install-install dependencies.
4045         * Makefile.in: Regenerate.
4046
4047         * Makefile.tpl: Remove material now in src-release.  (Finally!)
4048         * Makefile.in: Regenerate.
4049
4050         * Makefile.tpl: Add configure-target (for src-release in src)
4051         * Makefile.in: Regenerate.
4052
4053 2002-09-30  Nick Clifton  <nickc@redhat.com>
4054
4055         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
4056
4057 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
4058
4059         * configure.in (s390*-*-linux*): Enable libgcj.
4060
4061 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
4062
4063         * configure: Revert accidentally applied changes.
4064
4065         * Makefile.tpl: Make more autoconf-friendly.
4066         * Makefile.in: Regenerate.
4067         * configure: Make substitution more autoconf-like.
4068
4069 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
4070
4071         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
4072         single entry to handle all these.
4073         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
4074         libjava on arm-*-elf.
4075
4076 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
4077
4078         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
4079         things that depend on them.
4080
4081 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
4082
4083         * Makefile.tpl: Make subsituted variables more autoconfy.
4084         * Makefile.in: Regenerate.
4085         * configure: Make seds more autoconfy.
4086
4087 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
4088
4089         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
4090         * Makefile.in: Regenerate.
4091         * configure.in: Rewrite sed statements to look autoconfy.
4092
4093         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
4094         all-target-foo on configure-target-foo.
4095         * Makefile.def: Ditto.
4096         * Makefile.in: Rebuild.
4097
4098 2002-09-25  Andrew Haley  <aph@redhat.com>
4099
4100         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
4101
4102 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
4103
4104         * Makefile.def: New file.
4105         * Makefile.tpl: New file.
4106         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
4107         * contrib/gcc_update: Note that Makefile.in is a generated file.
4108
4109         * configure.in: Minor rearrangement.  Simplify tests.
4110
4111 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
4112
4113         * configure.in (with_headers): Skip copy if value is "yes".
4114         (with_libs): Likewise.
4115
4116 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
4117
4118         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
4119         * configure.in (sh*-*-pe*): Ditto.
4120         * configure.in (mips*-*-pe*): Ditto.
4121         * configure.in (*arm-wince-pe): Ditto.
4122
4123         * configure.in: Rearrange.
4124
4125 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
4126
4127         * MAINTAINERS: Update my email address.
4128
4129 2002-08-30  Paul Koning  <pkoning@equallogic.com>
4130
4131         * MAINTAINERS: (Write After Approval): Add myself.
4132
4133 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
4134
4135         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
4136
4137 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
4138
4139         * MAINTAINERS: Change my mailing address.
4140
4141 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
4142
4143         * MAINTAINERS (Write After Approval): Remove myself.
4144         (Various Maintainers: c++ runtime libs): Add myself.
4145
4146 2002-08-20  Loren J. Rittle <ljrittle@acm.org>
4147
4148         * MAINTAINERS (Write After Approval): Remove myself.
4149         (Various Maintainers: c++ runtime libs): Add myself.
4150
4151 2002-08-15  Eric Christopher  <echristo@redhat.com>
4152
4153         * config.sub: Import from master repository.
4154         * config.guess: Ditto.
4155
4156 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
4157
4158         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
4159         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
4160         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
4161
4162 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
4163
4164         * MAINTAINERS: Add self to rs6000 vector extensions.
4165
4166 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
4167
4168         * libiberty/configure: Reverted unintended yesterday's check in.
4169
4170 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
4171
4172         * boehm-gc/configure, libf2c/configure: Rebuilt.
4173         * libffi/configure, libiberty/configure: Ditto.
4174         * libjava/configure, libobjc/configure: Ditto.
4175         * libstdc++-v3/configure, zlib/configure: Ditto.
4176         Merged from binutils:
4177         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
4178         From Steve Ellcey <sje@cup.hp.com>:
4179         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
4180         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
4181         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
4182         IA64.
4183         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
4184         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
4185         soname_spec, sys_lib_search_path_spec): Ditto.
4186
4187 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
4188
4189         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
4190
4191 2002-08-04  H.J. Lu  (hjl@gnu.org)
4192
4193         * configure.in (mips*-*-linux*): Don't skip target-libffi.
4194
4195 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
4196
4197         * MAINTAINERS (Write After Approval): Add myself.
4198
4199 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
4200
4201         * configure.in: Move generic linux case to end.  Copy generic
4202         linux noconfigdirs to mips*-*-linux* entry and new
4203         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
4204
4205 2002-07-19  Michael Matz  <matz@suse.de>
4206
4207         * MAINTAINERS: Add myself as ra* maintainer.
4208
4209 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
4210
4211         * config.guess: Update to 2002-07-09 version.
4212         * config.sub: Update to 2002-07-03 version.
4213
4214 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
4215
4216         * MAINTAINERS: Fix typo in a maintainer email address.
4217
4218 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
4219
4220         * configure.in: Remove two redundant tests.
4221
4222 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4223
4224         * configure.in (mips*-*-irix6*o32): Enable stabs.
4225
4226 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
4227
4228         * configure.in: Don't build grez.
4229         * Makefile.in: Ditto.
4230
4231         * Makefile.in: Remove references to bsp, cygmon, libstub.
4232         * configure.in: Ditto.
4233
4234         * configure.in: Remove leftover reference to gdbtest.
4235
4236 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
4237
4238         * configure.in (gxx_include_dir):  Change to match versioned
4239         C++ headers if --enable-version-specific-runtime-libs is used.
4240
4241 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
4242
4243         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
4244
4245 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4246
4247         * configure.in: Make --without-x work.
4248
4249 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4250
4251         * configure.in: Rearrange target Makefile fragment collection.
4252
4253         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
4254         cvs[src].
4255         * configure.in: Ditto.
4256
4257 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
4258
4259         * MAINTAINERS (Write After Approval): Update my e-mail address.
4260
4261 2002-06-24  Ben Elliston  <bje@redhat.com>
4262
4263         * configure.in (host_tools): Remove cgen.
4264
4265         * Makefile.in (all-cgen): Remove; runs from its source directory.
4266         (check-cgen, install-cgen, clean-cgen): Likewise.
4267         (all-opcodes): Do not depend on all-cgen.
4268         (all-sim): Likewise.
4269
4270 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
4271
4272         * Makefile.in: Eliminate 'apache' targets.
4273         * configure.in: Eliminate 'apache' targets.
4274
4275         * configure.in: Eliminate redundant tests.  Reorganize.
4276
4277         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
4278
4279         * config-ml.in: Eliminate references to Cygnus configure.
4280
4281         * Makefile.in: Eliminate references to building emacs.
4282
4283 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
4284
4285         * MAINTAINERS: Update my email address.
4286
4287 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
4288
4289         * config.if (libstdcxx_incdir): Version C++ headers.
4290         (cxx_incdir): Remove.
4291
4292 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
4293
4294         * MAINTAINERS (Write After Approval): Add self.
4295
4296 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
4297
4298         * configure.in: Add support for ip2k.
4299
4300 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
4301
4302         * configure.in: Fix AIX configury bug.
4303
4304 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
4305
4306         * MAINTAINERS (Write After Approval): Add self.
4307
4308 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
4309
4310         * configure.in: replace ${topsrcdir} with ${srcdir}
4311
4312         * configure.in: Move definition of libstdcxx_flags
4313         right above usage, rather than waaay earlier.
4314
4315         * configure.in: Pull definition of is_cross_compiler earlier.
4316
4317         * configure.in: Rearrange a little.
4318
4319         * configure.in: Remove references to librx.
4320         * Makefile.in: Remove references to librx.
4321
4322 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
4323
4324         * config.sub: Add support for avr target.
4325         Import from master sources, rev 1.255
4326
4327 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
4328
4329         * configure, .cvsignore:  Revert previous change...
4330         * Makefile:  ...delete.
4331
4332 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
4333
4334         * configure.in: Eliminate ${gasdir} variable.
4335
4336 2002-06-18  Dave Brolley  <brolley@redhat.com>
4337
4338         * configure.in: Add support for frv.
4339         * config.sub: Add support for frv.
4340
4341 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
4342
4343         * configure:  Remove garbage from previous commit.
4344
4345 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
4346
4347         * configure:  For in-source builds, make a subdir and re-exec there.
4348         * Makefile:  New file.  Pass targets through to build directory.
4349         * .cvsignore:  No longer ignore "Makefile".
4350
4351 2002-06-16  Douglas Rupp  <rupp@gnat.com>
4352
4353         * MAINTAINERS (Write After Approval): Add self.
4354
4355 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4356
4357         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
4358
4359 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
4360
4361         * configure.in (vax-*-netbsd*): Re-enable gas.
4362
4363 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
4364
4365         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
4366         BUILD_PREFIX_1, to correct nomenclature.
4367         * configure: Likewise.
4368
4369         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
4370         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
4371
4372 2002-05-31  Olaf Hering  <olh@suse.de>
4373
4374         * config-ml.in: Propogate DESTDIR also.
4375
4376 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
4377
4378         * configure.in (vax-*-netbsd*): Don't build gas for this
4379         platform.
4380
4381 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
4382
4383         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
4384         and libgcj for AVR.
4385
4386 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
4387
4388         * MAINTAINERS (Write After Approval): Add myself.
4389
4390 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
4391
4392         * config.guess: Update to 2002-05-22 version.
4393         * config.sub: Likewise.
4394
4395 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4396
4397         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
4398         * config-ml.in: Likewise.
4399         * configure: Likewise.
4400         * configure.in: Likewise.
4401
4402 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
4403
4404         * MAINTAINERS: Update my email address.
4405
4406 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
4407
4408         * configure.in: Simplify makefile fragment collection.
4409
4410         * configure.in: Remove code to build emacs.
4411
4412         * configure.in : Remove --srcdir argument from targargs and buildargs
4413         (it's always overridden in the Makefile anyway).  Rearrange a bit.
4414
4415         * configure: Move some logic to configure.in.
4416         * configure.in: Move some logic from configure.
4417
4418 2002-05-11  Tom Tromey  <tromey@redhat.com>
4419
4420         * MAINTAINERS: Reflect libgcj reality.
4421
4422 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
4423
4424         * Makefile.in: Honour DESTDIR.
4425
4426 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
4427
4428         * config.guess: Import 2002-03-20 version.
4429         * config.sub: Import 2002-04-26 version.
4430
4431 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4432
4433         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
4434
4435 2002-05-07  Tim Josling  <tej@melbpc.org.au>
4436
4437         * MAINTAINERS: Add self.
4438
4439 2002-05-06  Loren J. Rittle <ljrittle@acm.org>
4440
4441         * ltmain.sh: Detect and handle object name conflicts
4442         while piecewise linking a static library.
4443
4444 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
4445
4446         * configure.in (noconfigdirs): Don't disable libgcj on
4447         sparc64-*-solaris* and sparcv9-*-solaris*.
4448
4449 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
4450
4451         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
4452
4453 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
4454
4455         * configure.in (FLAGS_FOR_TARGET): Do not add
4456         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
4457         on i[3456]86-*-linux*.
4458
4459 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
4460
4461         * configure.in (noconfigdirs): Replace [ ] with test.
4462
4463         * configure.in (noconfigdirs): Do not add target-newlib if
4464         target == i[3456]86-*-linux*, and host == target.
4465
4466 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
4467
4468         * configure.in: delete reference to absent file
4469
4470         * configure.in: replace '[' with 'test'
4471
4472         * configure.in: Eliminate references to gash.
4473         * Makefile.in: Eliminate references to gash.
4474
4475         * configure.in: remove useless references to 'pic' makefile fragments.
4476
4477         * configure.in: (*-*-windows*) Finish removing.
4478
4479         * configure.in: Eliminate redundant test for libgui.
4480
4481 2002-04-29  Roger Sayle  <roger@eyesopen.com>
4482
4483         * MAINTAINERS: Add self and realphabetize.  Update entries
4484         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
4485         entry for a29k port maintainer.
4486
4487 2002-04-26      Joel Sherrill <joel@OARcorp.com>
4488
4489         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
4490         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
4491
4492 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
4493
4494         * configure.in: remove references to dead files
4495
4496 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
4497
4498         * MAINTAINERS: Add information about purpose of this file.
4499
4500 2002-04-18  Tom Tromey  <tromey@redhat.com>
4501
4502         * configure.in: Disallow configuring libgcj when it is already
4503         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
4504         Solaris 2.8 by default.  For PR libgcj/6158.
4505
4506 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
4507
4508         * configure.in:  Move default CC setting out of config/mh-* fragments
4509         directly into here.
4510
4511 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
4512
4513         * configure.in: don't even try to configure or make a subdirectory
4514         if there's no configure script for it.
4515
4516 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
4517
4518         * MAINTAINERS: Remove chill maintainers.
4519         * Makefile.in (CHILLFLAGS): Remove.
4520         (CHILL_LIB): Remove.
4521         (TARGET_CONFIGDIRS): Remove libchill.
4522         (CHILL_FOR_TARGET): Remove.
4523         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
4524         CHILL_LIB.
4525         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
4526         (CHECK_TARGET_MODULES): Likewise.
4527         (INSTALL_TARGET_MODULES): Likewise.
4528         (CLEAN_TARGET_MODULES): Likewise.
4529         (configure-target-libchill): Remove.
4530         (all-target-libchill): Remove.
4531         * configure.in (target_libs): Remove target-libchill.
4532         Do not compute CHILL_FOR_TARGET.
4533         * libchill: Remove directory.
4534
4535 2002-04-11  DJ Delorie  <dj@redhat.com>
4536
4537         * Makefile.in, configure.in: Sync with binutils, entries
4538         follow...
4539
4540 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
4541
4542         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
4543         (do-tar, do-bz2): New rules.
4544         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
4545         (gdb-tar): New rule.
4546         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
4547         (insight_dejagnu.tar): New rule.
4548         (insight.tar): New rule.
4549         (gdb+dejagnu.tar): New rule.
4550         (gdb.tar): New rule.
4551
4552 2002-02-01  Mo DeJong  <supermo@bayarea.net>
4553
4554         * Makefile.in: Add all-tix to deps for all-snavigator
4555         so that tix is built when building snavigator.
4556
4557 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
4558
4559         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
4560         ld and gdb are not supported.
4561
4562 2002-01-07  Mark Salter  <msalter@redhat.com>
4563
4564         * configure.in: Remove target-bsp and target-cygmon from arm builds.
4565         Allow target-libgloss to be built for arm, strongarm, and xscale.
4566
4567 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
4568
4569         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
4570         options for i[3456]86-pc-linux* native builds.
4571
4572 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
4573
4574         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
4575         files from .po files for a distribution.
4576
4577 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
4578
4579         * configure.in: Enable libstdc++-v3 for h8300 targets.
4580
4581 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
4582
4583         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
4584         version from bfd/.
4585
4586 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
4587
4588         * Makefile.in (VER): When present, extract the version number from
4589         the file version.in.
4590
4591 2001-05-24  Tom Rix <trix@redhat.com>
4592
4593         * configure.in : enable ld for aix
4594
4595 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4596
4597         * config.guess: Add linux target for S/390.
4598
4599 2000-11-07  Philip Blundell  <pb@futuretv.com>
4600
4601         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
4602
4603 2000-11-03  Philip Blundell  <pb@futuretv.com>
4604
4605         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
4606         files.
4607
4608 2001-01-15  Ben Elliston  <bje@redhat.com>
4609
4610         * configure.in (host_tools): Add sid.
4611         Always configure cgen.
4612
4613 2000-11-24  Nick Clifton  <nickc@redhat.com>
4614
4615         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
4616
4617
4618 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
4619
4620         * Makefile.in (ALL_MODULES): Add all-cgen.
4621         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
4622         (all-cgen): New target.
4623         (all-opcodes,all-sim): Depend on all-cgen.
4624         * configure.in (host_tools): Add cgen.
4625         Only configure cgen if --enable-cgen-maint.
4626
4627 2002-04-09  Loren J. Rittle <ljrittle@acm.org>
4628
4629         * configure.in: Add *-*-freebsd* configurations.
4630
4631 2002-04-08  Tom Tromey  <tromey@redhat.com>
4632
4633         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
4634         Fixes PR libgcj/6068.
4635
4636 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
4637
4638         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
4639
4640 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4641
4642         * configure.in (alpha*-dec-osf*): Enable libgcj.
4643
4644 2003-03-27  Matthew Gingell <gingell@gnat.com>
4645
4646         * MAINTAINERS (Write After Approval): Add myself.
4647
4648 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
4649
4650         Fix for: PR bootstrap/3591, target/5676
4651         * configure.in (mcore-pe): Disable the configuration of
4652         libstdc++-v3 since exceptions are not supported.
4653
4654 2002-03-20  Anthony Green  <green@redhat.com>
4655
4656         * configure.in: Enable libgcj for xscale-elf target.
4657
4658 Tue Mar 19 09:05:08 2002  J"orn Rennecke <joern.rennecke@superh.com>
4659
4660         * MAINTAINERS:  Update my email address.
4661
4662 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
4663
4664         * ltmain.sh (relink_command): Fix typo in previous change.
4665
4666 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
4667
4668         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
4669         (relink_command): Added --tag flags.
4670         (mode=install): If relinking fails; error out.
4671
4672 2002-03-12  Richard Henderson  <rth@redhat.com>
4673
4674         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
4675         .NOTPARALLEL tag.
4676         (do-check): Rename from check.
4677         (check): Allow parallel check.
4678
4679 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
4680
4681         * MAINTAINERS: Add myself as maintainer for xtensa port.
4682         Fix alphabetical order in CPU port maintainer list.
4683         Remove myself from Write After Approval list.
4684
4685 2002-03-11  Richard Henderson  <rth@redhat.com>
4686
4687         * Makefile.in (.NOTPARALLEL): Add fake tag.
4688
4689 2002-03-07  H.J. Lu  (hjl@gnu.org)
4690
4691         * configure.in: Enable gprof for mips*-*-linux*.
4692
4693 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
4694
4695         * MAINTAINERS (Write After Approval): Add myself.
4696
4697 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
4698
4699         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
4700         libjava.
4701         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
4702
4703 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
4704
4705         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
4706         because its Makefile is there; test for the executable instead.
4707
4708 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
4709
4710         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
4711         libstdc++-v3 and libjava.
4712
4713 2002-02-11  Adam Megacz <adam@xwt.org>
4714
4715         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
4716         boehm-gc
4717
4718 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
4719
4720         * config.guess: Updated to 2002-01-30's version.
4721         * config.sub: Updated to 2002-02-01's version.
4722         Contribute sh64-elf.
4723         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
4724         * configure.in: Added sh64-*-*.
4725
4726 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
4727
4728         * MAINTAINERS: Belatedly add myself to write after approval list.
4729
4730 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
4731
4732         * MAINTAINERS: Put self in as maintainer for x86-64 port.
4733         Remove self as Write After Approval.
4734
4735 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
4736
4737         * MAINTAINERS: Put self in as maintainer for contrib/regression
4738         directory.
4739
4740 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
4741
4742         * MAINTAINERS:  Update my email address.
4743
4744 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
4745
4746         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
4747         target-libiberty, and target-libgloss.  Skip Java-related
4748         libraries if not supported for NetBSD on target CPU.
4749
4750 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
4751
4752         * install-sh: Use _inst.$$_ for temp file name.
4753
4754 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
4755
4756         * MAINTAINERS (Write After Approval): Move my contact info
4757         from here...
4758         (OS Port Maintainers): ...to here (netbsd).
4759
4760 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
4761
4762         * MAINTAINERS (Write After Approval): Add myself.
4763
4764 2002-01-17  H.J. Lu <hjl@gnu.org>
4765
4766         * Makefile.in (all-fastjar): Also depend on all-libiberty.
4767         (all-target-fastjar): Also depend on all-target-libiberty.
4768
4769 2002-01-16  H.J. Lu  (hjl@gnu.org)
4770
4771         * config.guess: Import from master sources, rev 1.225.
4772         * config.sub: Import from master sources, rev 1.238.
4773
4774 2002-01-16  Kazu Hirata  <kazu@hxi.com>
4775
4776         * MAINTAINERS (Write After Approval): Remove myself.
4777
4778 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
4779
4780         * MAINTAINERS (Write After Approval): Add myself.
4781
4782 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
4783
4784         * MAINTAINERS: Add self as docs co-maintainer.
4785
4786 2001-12-11  Matthias Klose  <doko@debian.org>
4787
4788         * MAINTAINERS (Write After Approval): Add myself.
4789
4790 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
4791
4792         * MAINTAINERS: Update my email address.
4793
4794 2001-12-07  Turly O'Connor  <turly@apple.com>
4795         * MAINTAINERS (Write After Approval): Add myself.
4796         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
4797         (rs6000_initialize_trampoline): Call __trampoline_setup for
4798         ABI_DARWIN too.
4799         * darwin-tramp.asm: New file, implements __trampoline_setup.
4800         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4801
4802 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
4803
4804         * MAINTAINERS (Write After Approval): Add myself.
4805
4806 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
4807
4808         * configure, configure.in: Use temp file for long sed commands.
4809
4810 2001-12-03  Laurent Guerby  <guerby@acm.org>
4811
4812         * config.sub: Update to version 1.232 on subversion.
4813
4814 2001-12-03  Ben Elliston  <bje@redhat.com>
4815
4816         * MAINTAINERS: Update mail address for config.* patches.
4817
4818 2001-11-27  DJ Delorie <dj@redhat.com>
4819             Zack Weinberg  <zack@codesourcery.com>
4820
4821         When build != host, create libiberty for the build machine.
4822
4823         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
4824         CONFIG_ARGUMENTS.
4825         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
4826         New variables.
4827         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
4828         and rules.
4829         (all.normal): Depend on ALL_BUILD_MODULES.
4830         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
4831         (all-build-libiberty): Depend on configure-build-libiberty.
4832
4833         * configure: Calculate and substitute proper value for
4834         ALL_BUILD_MODULES.
4835         * configure.in: Create the build subdirectory.
4836         Calculate and substitute TARGET_CONFIGARGS (formerly
4837         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
4838
4839 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
4840
4841         * MAINTAINERS (write-after-approval): Add self.
4842
4843 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
4844
4845         * MAINTAINERS (GNATS only accounts): Remove self.
4846
4847 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
4848
4849         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
4850         libf2c.
4851
4852 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
4853
4854         * MAINTAINERS (Write After Approval): Add self.
4855
4856 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
4857
4858         * MAINTAINERS: mips and s390 are also CPU ports.
4859
4860 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
4861
4862         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
4863
4864 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
4865
4866         * MAINTAINERS: Alphabetize.
4867
4868 2001-11-09  Kazu Hirata  <kazu@hxi.com>
4869
4870         * MAINTAINERS (Various maintainers: h8 port): Add myself.
4871
4872 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4873
4874         * MAINTAINERS (Various maintainers: hppa port): Added myself.
4875
4876 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
4877
4878         * configure.in (--enable-languages): Be more permissive about
4879         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
4880
4881 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
4882
4883         * config.sub: Import from master sources, rev. 1.230.
4884         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
4885
4886 2001-11-07  Laurent Guerby  <guerby@acm.org>
4887
4888         * MAINTAINERS (Write After Approval): Add self.
4889
4890 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
4891
4892         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
4893
4894 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
4895
4896         * config.sub: Import from master sources, rev 1.226.
4897         * config.guess: Import from master sources, rev 1.216.
4898
4899 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
4900
4901         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
4902         * MAINTAINERS: Add self as maintainer of MMIX port.
4903         Remove old after-approval entry.
4904
4905 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
4906
4907         * ChangeLog, configure: Fix spelling errors.
4908
4909 2001-10-20  Brendan Kehoe  <brendan@zen.org>
4910
4911         * MAINTAINERS: Tweak my address.
4912
4913 Thu Oct 11 21:50:15 2001  J"orn Rennecke <amylaar@onetel.net.uk>
4914
4915         * MAINTAINERS: Update my email address.
4916
4917 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
4918
4919         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
4920         * MAINTAINERS: Add self as maintainer of CRIS port.
4921
4922 2001-10-10  Geert Bosch  <bosch@gnat.com>
4923
4924         * MAINTAINERS (Various maintainers: Ada front end):
4925         Added Robert Dewar.
4926
4927 2001-10-03  David Billinghurst <David.Billinghurst@riotinto.com>
4928
4929         * MAINTAINERS (Write After Approval): Added self
4930
4931 2001-10-02  Geert Bosch  <bosch@gnat.com>
4932
4933         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
4934
4935 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
4936
4937         * configure: Handle temporary files securely using mkdir.
4938
4939 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
4940
4941         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
4942
4943 2001-09-26  Will Cohen <wcohen@redhat.com>
4944
4945         * configure.in (*-*-linux*): Disable configuration of target-newlib
4946         and target-libgloss.
4947
4948 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
4949
4950         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
4951         RANLIB.
4952
4953 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
4954
4955         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
4956         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
4957         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
4958         avoid quotes nesting problems.
4959         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
4960         (DO_X): Export only variables that are set.
4961
4962 2001-09-19  Ben Elliston  <bje@redhat.com>
4963
4964         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
4965         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
4966         semantics.  Use the shell built-in "type" command instead.
4967
4968 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
4969
4970         Merged from gcc-3_0-branch:
4971         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
4972         * ltcf-c.sh: Use $objext, not $ac_objext.
4973         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
4974         * ltcf-cxx.sh: Add support for GNU.
4975         2001-07-22  Timothy Wall  <twall@redhat.com>
4976         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
4977         default settings if using GNU tools with that configuration.
4978         * ltcf-cxx.sh: Ditto.
4979         * ltcf-gcj.sh: Ditto.
4980         2001-07-21  Michael Chastain  <chastain@redhat.com>
4981         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
4982         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
4983         * ltmain.sh: Mark as gcc-local.
4984
4985 2001-08-30  Eric Christopher  <echristo@redhat.com>
4986             Jason Eckhardt  <jle@redhat.com>
4987
4988         * config.guess: Merge from master sources.
4989         * config.sub: Merge from master sources, add support for mipsisa32.
4990
4991 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
4992         * config.sub: Merge from master sources, rev 1.219.
4993         * MAINTAINERS: Add self as contact for stormy16 port.
4994
4995 2001-08-14  Zack Weinberg  <zackw@panix.com>
4996
4997         * config.sub: Merge from master sources, rev 1.218.
4998         * config.guess: Merge from master sources, rev 1.209.
4999
5000 2001-08-11  Graham Stott  <grahams@redhat.com>
5001
5002         * Makefile.in (check-c++): Add missing semicolon.
5003
5004 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
5005
5006         * MAINTAINERS (Various maitainers: predict.def): Added myself.
5007
5008 2001-07-30  Eric Christopher  <echristo@redhat.com>
5009
5010         * MAINTAINERS (Various maintainers: mips port): Added myself.
5011
5012 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
5013
5014         * configure.in (sh-*-linux*): New.
5015
5016 2001-07-27  Richard Henderson  <rth@redhat.com>
5017
5018         * .cvsignore: Add LAST_UPDATED.
5019
5020 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
5021
5022         * MAINTAINERS (Various maintainers: s390 port): Added myself.
5023
5024 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
5025
5026         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
5027
5028 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
5029
5030         * MAINTAINERS (Write After Approval): Added myself.
5031
5032 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
5033
5034         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
5035         and libgcj on m68hc11/m68hc12.
5036
5037 2001-06-27  H.J. Lu  (hjl@gnu.org)
5038
5039         * Makefile (CFLAGS_FOR_BUILD): New.
5040         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
5041
5042 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5043
5044         * README: Remove version number.
5045
5046 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5047
5048         * INSTALL/README: Update wrt. to the installation instructions now
5049         residing in gcc/doc/install.texi.
5050
5051 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5052
5053         * README: Replace with a cut-down and updated version of gcc/README.
5054
5055 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
5056
5057         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
5058         multilibs to be disabled.
5059
5060 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
5061
5062         * MAINTAINERS (Write After Approval): Add myself.
5063
5064 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
5065
5066         * config.guess: Import CVS version 1.195.
5067         * config.sub: Import CVS version 1.212.
5068
5069 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
5070
5071         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
5072         gcc/xgcc is built, use -print-prog-name to find out the program
5073         name to use.
5074
5075 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
5076
5077         * config.guess:  Import CVS version 1.194.  All gcc-local changes
5078         appear to also be in the master copy.
5079         * config.sub:  Import CVS version 1.211.
5080
5081 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
5082
5083         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
5084         with_gcc]: Use `gcc -shared' to build a shared library.
5085
5086 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5087
5088         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
5089         archives.
5090
5091 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5092
5093         * MAINTAINERS (Write After Approval): Add myself.
5094
5095 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
5096
5097         * configure.in (libstdcxx_flags): Do not try to execute
5098         libstdc++-v3/testsuite_flags until it exists.
5099
5100 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
5101
5102         * MAINTAINERS: Update my email address.
5103
5104 2001-05-31  Graham Stott  <grahams@redhat.com>
5105
5106         * MAINTAINERS (Write After Approval): Add myself.
5107
5108 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
5109
5110         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
5111         libraries when using g++ with native linker.
5112
5113 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
5114
5115         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
5116
5117 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
5118
5119         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
5120         [aix4*|aix5*]: Prepend blank.
5121
5122 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
5123
5124         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5125         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
5126         of subdir/configure scripts to use the new libtool.m4.
5127
5128 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
5129
5130         * MAINTAINERS (Write After Approval): Add myself.
5131
5132 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
5133
5134         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
5135
5136 2001-05-11  Ben Elliston  <bje@redhat.com>
5137
5138         * Makefile.in (all-sid): New target.
5139         (check-sid, clean-sid, install-sid): Likewise.
5140
5141 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
5142
5143         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
5144
5145 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
5146
5147         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
5148         libgcj.
5149
5150 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
5151
5152         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
5153         gcc/xgcc is built, use -print-prog-name to find out the program
5154         name to use.
5155
5156 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
5157
5158         * configure.in (noconfigdirs): Don't reset it from scratch in the
5159         target case; only append to it.
5160
5161         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
5162         sparc-*-solaris2.8]: Disable ${libgcj}.
5163
5164 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
5165
5166         * configure.in (libgcj_saved): Copy from $libgcj.
5167         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
5168         --disable-libgcj.
5169
5170 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
5171
5172         * MAINTAINERS: Remove self as MIPS maintainer and
5173         C front end maintainer.
5174
5175 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
5176
5177         * configure.in: Move *-chorusos target case to the proper switch.
5178         Disable libgcj.
5179
5180 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
5181
5182         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
5183         1.641.2.228.
5184
5185 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5186
5187         * Makefile.in (STAGE1_CFLAGS): Pass down.
5188
5189 2001-04-13  Alan Modra  <amodra@one.net.au>
5190
5191         * config.guess: Add hppa64-linux support.  Note for next import that
5192         this is already in the master file.
5193         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
5194
5195 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
5196
5197         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5198         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
5199
5200 2001-04-11  Stan Shebs  <shebs@apple.com>
5201
5202         * MAINTAINERS: Add self as Darwin port maintainer.
5203
5204 2001-04-11  Alan Modra  <amodra@one.net.au>
5205
5206         * MAINTAINERS: Update my email address.
5207
5208 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
5209
5210         * ltcf-cxx.sh: Support creation of C++ shared libraries on
5211         recent versions of FreeBSD (release 3 or later).
5212         * ltconfig: On FreeBSD, -lc must not be provided when building
5213         a shared library or else the standard -pthread gcc option is
5214         rendered worthless to later users of the built library.
5215
5216 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
5217
5218         * MAINTAINERS: Add self and RTH as C front end maintainers.
5219
5220 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
5221
5222         * config.sub: Make sure to match an already-canonicalized
5223         machine name (eg. mn10300-unknown-elf).
5224
5225 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
5226
5227         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
5228         New macros.
5229         (bootstrap, cross): Use RECURSE_FLAGS.
5230         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
5231
5232 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
5233
5234         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
5235
5236 2001-03-22  Colin Howell  <chowell@redhat.com>
5237
5238         * Makefile.in (DO_X): Do not backslash single-quotes in
5239         backquotes (two places).
5240
5241 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
5242
5243         Re-installed:
5244         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
5245         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
5246         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
5247         * ltcf-cxx.sh: Likewise.
5248         * ltcf-gcj.sh: Likewise.
5249
5250 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5251
5252         * MAINTAINERS: Add myself as "documentation co-maintainer".
5253
5254 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
5255
5256         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5257         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
5258
5259 2001-03-19  Tom Tromey  <tromey@redhat.com>
5260
5261         * config-ml.in: Handle GCJ and GCJFLAGS.
5262
5263 2001-03-21  Michael Chastain  <chastain@redhat.com>
5264
5265         * Makefile.in: all-m4 depends on all-texinfo.
5266
5267 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
5268
5269         * MAINTAINERS: Add myself to write after approval list.
5270
5271 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
5272
5273         * Makefile.in (DO_X): Quote nested quotes.
5274
5275 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
5276
5277         * MAINTAINERS: Add myself to write after approval list.
5278
5279 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
5280
5281         * Makefile.in (DO_X): Use double quotes for quoting
5282         "RANLIB=$${RANLIB}".
5283
5284 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
5285
5286         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
5287
5288 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
5289
5290         * configure.in: Only use `lang_requires' for languages athat are
5291         actually enabled.
5292
5293 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
5294
5295         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
5296
5297 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
5298
5299         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
5300
5301 2001-03-07  Tom Tromey  <tromey@redhat.com>
5302
5303         * configure.in: Allow config-lang.in to set `lang_requires' to list
5304         of other required languages.
5305
5306 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
5307
5308         * Makefile.in: Remove RANLIB definition. Use RANLIB
5309         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
5310         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
5311
5312 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
5313             Alexandre Oliva  <aoliva@redhat.com>
5314
5315         * Makefile.in (check-c++): Use tabs, not spaces.
5316
5317 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
5318
5319         * MAINTAINERS: add myself to Write After Approval list.
5320
5321 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
5322
5323         * Makefile.in (check-c++): New rule.
5324
5325         * configure.in (target_libs): Remove libg++.
5326         (noconfigdirs): Remove libg++.
5327         (noconfigdirs): Same.
5328         (noconfigdirs): Same.
5329         (noconfigdirs): Same.
5330
5331         * config-ml.in: Remove libg++ references.
5332
5333         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
5334         (ALL_TARGET_MODULES): Same.
5335         (configure-target-libg++): Remove.
5336         (all-target-libg++): Remove.
5337         (configure-target-libio): Remove.
5338         (all-target-libio): Remove.
5339         (check-target-libio): Remove.
5340         (.PHONY): Remove.
5341         (libg++.tar.bz2): Remove.
5342         (all-target-cygmon): Remove libio.
5343         (all-target-libstdc++): Remove.
5344         (configure-target-libstdc++): Remove.
5345         (TARGET_LIB_PATH): Remove libstdc++.
5346         (ALL_GCC_CXX): Remove libstdc++.
5347         (all-target-gperf): Correct.
5348
5349 2001-02-16  Nick Clifton  <nickc@redhat.com>
5350
5351         * configure.in (noconfigdirs): Allow configuration of texinfo
5352         for Cygwin hosts.
5353
5354 2001-02-15  Anthony Green  <green@redhat.com>
5355
5356         * configure: Introduce GCJ_FOR_TARGET.
5357         * configure.in: Ditto.
5358         * Makefile.in: Ditto.
5359
5360 2001-02-13  Andreas Schwab  <schwab@suse.de>
5361
5362         * MAINTAINERS: Update mail address.
5363
5364 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5365
5366         * config.guess: Add linux target for S/390.
5367         * config.sub: Likewise.
5368
5369 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
5370
5371         * configure.in: for *-chorusos, don't config target-newlib and
5372         target-libgloss.
5373
5374 2001-02-06  Ben Elliston  <bje@redhat.com>
5375
5376         * configure: Output host type to stdout, not stderr.
5377
5378 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
5379
5380         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
5381         * ltcf-cxx.sh: Likewise.
5382
5383         * config.if: Assume enable_libstdcxx_v3 is defined.
5384
5385 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
5386
5387         Remove V2 C++ library.
5388         * configure.in: Remove --enable-libstdcxx_v3 support.
5389
5390 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
5391
5392         * include/demangle.h: Add prototype for java_demangle_v3.
5393
5394 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
5395
5396         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
5397
5398 2001-01-27  Richard Henderson  <rth@redhat.com>
5399
5400         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
5401
5402 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5403
5404         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
5405         Don't unset, it's non-portable and no longer necessary, set to empty
5406         instead.
5407
5408 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5409
5410         * ltconfig: Shell portability fix for the tagname validity check.
5411
5412 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
5413
5414         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
5415         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
5416
5417 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5418
5419         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
5420
5421 2001-01-26  Tom Tromey  <tromey@redhat.com>
5422
5423         * configure.in: Allow libgcj to be built on Sparc Solaris.
5424
5425 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
5426
5427         * ltcf-c.sh: Add aix5 case.
5428         * ltcf-cxx.sh: Likewise.
5429         * ltconfig: Likewise.
5430
5431 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
5432
5433         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
5434         keep at least one of build_libtool_libs or build_old_libs set to
5435         yes.
5436
5437         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
5438         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
5439
5440 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
5441
5442         * configure.in: Enable libgcj on several additional platforms.
5443
5444 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
5445
5446         * configure.in: Enable libgcj for linux targets.
5447
5448 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5449
5450         * MAINTAINERS (Write After Approval): Add myself.
5451
5452 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5453
5454         * MAINTAINERS: Add myself as vax port maintainer.
5455
5456 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
5457
5458         * MAINTAINERS: Add myself as Mercury front-end maintainer.
5459
5460 2001-01-09  Mike Stump  <mrs@wrs.com>
5461
5462         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
5463         failures of subdirectories.
5464
5465 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
5466
5467         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
5468         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
5469         * ltcf-cxx.sh: Likewise.
5470         * ltcf-gcj.sh: Likewise.
5471         * ltconfig.sh: Fix typo.
5472
5473 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
5474
5475         * configure: handle DOS-style absolute paths.
5476
5477 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
5478
5479         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
5480
5481 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
5482
5483         * MAINTAINERS: Add myself as avr port co-maintainer.
5484
5485 2000-12-28  Ben Elliston  <bje@redhat.com>
5486
5487         * MAINTAINERS: Add myself under ``Write After Approval''.
5488
5489 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
5490
5491         * texinfo: Remove directory from GCC.
5492
5493 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
5494
5495         * COPYING: Update to current
5496         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
5497         to 19yy as example year in copyright notice).
5498
5499 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
5500
5501         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
5502         (libstdcxx_incdir): Pass down.
5503         * config.if: Remove expired bits for cxx_interface, add stub.
5504         (libstdcxx_incdir): Add variable for g++ include directory.
5505         * configure.in (gxx_include_dir): Use it.
5506
5507 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
5508
5509         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
5510         with old-email address from ``Write After Approval''.
5511
5512 2000-12-15  Andreas Jaeger  <aj@suse.de>
5513
5514         * configure.in: Handle lang_dirs.
5515
5516 2000-12-14  Tom Tromey  <tromey@redhat.com>
5517
5518         * MAINTAINERS: Removed brads.
5519
5520         * MAINTAINERS: Added gcj developers.
5521
5522 2000-12-13  Anthony Green  <green@redhat.com>
5523
5524         * configure.in: Disable libgcj for any target not specifically
5525         listed.  Disable libgcj for x86 and Alpha Linux until compatible
5526         with g++ abi.
5527
5528 2000-12-13  Mike Stump  <mrs@wrs.com>
5529
5530         * Makefile.in (local-distclean): Also remove fastjar.
5531
5532 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
5533
5534         * contrib/gcc_update: Add fastjar --touch entries.
5535
5536 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
5537
5538         * configure.in: Disable language-specific target libraries for
5539         languages that aren't enabled.
5540
5541 2000-12-10  Anthony Green  <green@redhat.com>
5542
5543         * configure.in: Define libgcj.  Disable libgcj target libraries for
5544         most targets.
5545
5546 2000-12-10  Neil Booth  <neilb@earthling.net>
5547
5548         * MAINTAINERS: Update mail address, remove from WAA list.
5549
5550 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5551
5552         * libjava: Imported from /cvs/java.
5553         * libffi: Likewise.
5554         * Boehm-gc: Likewise.
5555
5556 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5557
5558         * configure.in (target_libs): Revert 2000-12-08 patch.
5559         (noconfigdirs): Added target-libjava.
5560
5561 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
5562
5563         * djunpack.bat: removed.
5564
5565 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
5566
5567         * Makefile.in: handle DOS-style absolute paths.
5568         * config-ml.in: likewise.
5569         * symlink-tree: likewise.
5570
5571 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5572
5573         * fastjar: Imported.
5574
5575 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5576
5577         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
5578         libjava.
5579         * configure.in (target_libs): Removed `target-libjava'.
5580
5581 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5582
5583         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
5584         (ALL_MODULES): Added fastjar.
5585         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
5586         (all-target-libjava): all-fastjar replaces all-zip.
5587         (all-fastjar): Added.
5588         (configure-target-fastjar, all-target-fastjar): Likewise.
5589         * configure.in (host_tools): Added fastjar.
5590
5591 2000-12-07  Mike Stump  <mrs@wrs.com>
5592
5593         * Makefile.in (local-distclean): Remove leftover built files.
5594
5595 2000-11-24  Nick Clifton  <nickc@redhat.com>
5596
5597         * configure.in (xscale-elf): Add target.
5598         (xscale-coff): Add target.
5599
5600 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
5601
5602         * ltcf-cxx.sh: Support creation of C++ shared libraries on
5603         recent versions of FreeBSD (release 3 or later).
5604         * ltconfig: On FreeBSD, -lc must not be provided when building
5605         a shared library or else the standard -pthread gcc option is
5606         rendered worthless to later users of the built library.
5607
5608 2000-11-16  Fred Fish  <fnf@be.com>
5609
5610         * configure.in (enable_libstdcxx_v3): Fix typo,
5611         libstd++ -> libstdc++.
5612
5613 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5614
5615         * MAINTAINERS: Add self to Write After Approval list.
5616
5617 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
5618
5619         * MAINTAINERS: Update my email address.  Add myself to global write
5620         privs list.
5621
5622 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
5623
5624         * Makefile.in: Merge with src and libgcj.
5625         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
5626         configure-target-<library> when their configure scripts need the C
5627         or C++ library to have already been built to work properly.
5628         (do_proto_toplev): Set them to an empty string.
5629
5630         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
5631         (REALLY_SET_LIB_PATH): Use them.
5632
5633 2000-11-17  Stan Shebs  <shebs@apple.com>
5634
5635         * MAINTAINERS: Add self to Write After Approval list.
5636
5637 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5638
5639         * configure: Provide the original toplevel configure arguments
5640         (including $0) to subprocesses in the environment rather than
5641         through gcc/configargs.h.
5642
5643 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5644
5645         * MAINTAINERS: Remove references to cccp. Change C9X reference to
5646         C99.  Alphabetise "Write After Approval" list.
5647
5648 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
5649
5650         * configure: Turn on libstdc++ V3 by default.
5651
5652         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
5653         if we've got GCC.
5654
5655 2000-11-11  Philip Blundell  <philb@gnu.org>
5656
5657         * MAINTAINERS: Add self to Write After Approval list.
5658
5659 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
5660
5661         * ltcf-c.sh (aix4): Improve shared library configuration; require
5662         exporting symbols.
5663         * ltcf-cxx.sh (aix4): Define.
5664         * ltconfig (aix4): Define library and soname specs appropriate for
5665         AIX.  Define command to create export symbols list.
5666
5667 Mon Nov  6 14:19:35 2000  Christopher Faylor <cgf@cygnus.com>
5668
5669         * config.sub: Add support for Sun Chorus
5670
5671 2000-10-31  Nick Clifton  <nickc@redhat.com>
5672
5673         * MAINTAINERS: Rename <name>@cygnus.com addresses to
5674         <name>@redhat.com.  Also installed new email address for Clint
5675         Popetz.
5676
5677 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
5678
5679         * etc: Remove directory from GCC.
5680
5681 2000-10-16  Michael Meissner  <meissner@redhat.com>
5682
5683         * configure (gcc/configargs.h): Only create if there is a build GCC
5684         directory created.
5685
5686 2000-10-16  Matthias Klose  <doko@debian.org>
5687
5688         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
5689         when configured for libstdc++-v3.
5690
5691 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
5692
5693         * configure: Save configure arguments to gcc/configargs.h.
5694
5695 2000-10-04  Philipp Thomas  <pthomas@suse.de>
5696
5697         * config.guess: Import CVS version 1.157.
5698         * config.sub: Import CVS version 1.181.
5699
5700 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
5701
5702         * Makefile.in (bootstrap): avoid recursion if subdir missing
5703         (cross): ditto
5704         (do-proto-toplev): ditto
5705
5706 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
5707
5708         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
5709         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
5710
5711         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
5712         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
5713         all affected `configure' scripts.
5714
5715 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
5716
5717         * MAINTAINERS: Add self as cpplib co-maintainer.
5718
5719 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
5720
5721         * MAINTAINERS: Add self to Write After Approval list.
5722
5723 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5724
5725         * INSTALL/README: egcs -> GCC update.
5726
5727 Sun Sep 17 16:55:59 CEST 2000   Marc Espie <espie@cvs.openbsd.org>
5728
5729         * MAINTAINERS: Add myself to Write After Approval list.
5730
5731 2000-09-15  Kazu Hirata  <kazu@hxi.com>
5732
5733         * MAINTAINERS: Add myself to Write After Approval list.
5734
5735 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
5736
5737         * configure.in: Do not build byacc for hppa64.  Provide paths to the
5738         X11 libraries for hppa64.
5739
5740 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
5741
5742         * MAINTAINERS: Add myself as 68hc11 port maintainer.
5743
5744 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
5745
5746         * Makefile.in (all-zlib): Added dummy target.
5747
5748         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5749         ltcf-gcj.sh: Updated from libtool multi-language branch.
5750
5751 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
5752
5753         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
5754         (bootstrap*): Depend on all-bootstrap.
5755
5756 2000-09-05  Philipp Thomas  <pthomas@suse.de>
5757
5758         * config.guess: Import CVS version 1.156.
5759         * config.sub: Import CVS version 1.179.
5760
5761 2000-09-02  Anthony Green  <green@cygnus.com>
5762
5763         * Makefile.in (all-gcc): Depend on all-zlib.
5764         (CLEAN_MODULES): Add clean-zlib.
5765         (ALL_MODULES): Add all-zlib.
5766         * configure.in (host_libs): Add zlib.
5767
5768 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
5769
5770         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
5771         crosses, but add gcc/include to the header search path for them.
5772
5773 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
5774
5775         * MAINTAINERS: Add self to Write After Approval list.
5776
5777 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5778
5779         * config.guess: Import CVS version 1.152.
5780         * config.sub: Import CVS version 1.177.
5781
5782 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
5783
5784         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
5785         $targargs to tell whether newlib is going to be built.
5786
5787         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
5788         $$r/TARGET_SUBDIR/libio for _G_config.h.
5789
5790 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
5791
5792         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
5793
5794 2000-08-22  DJ Delorie  <dj@redhat.com>
5795
5796         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
5797
5798 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
5799
5800         * config-ml.in (CC, CXX): Avoid trailing whitespace.
5801         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
5802         sub-configures.
5803
5804 2000-08-21  DJ Delorie  <dj@redhat.com>
5805
5806         * MAINTAINERS: Add self as a libiberty maintainer
5807
5808 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
5809
5810         * configure.in (libstdcxx_flags): Use
5811         libstdc++-v3/src/libstdc++.INC.
5812
5813 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
5814
5815         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
5816
5817 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
5818
5819         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
5820
5821         * configure: Make enable_threads and enable_shared defaults
5822         explicit.  Substitute enable_threads into generated Makefiles.
5823         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
5824         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
5825
5826 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
5827
5828         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
5829
5830 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
5831
5832         * config-ml.in (CC): Remove bogus duplicate quotation mark from
5833         previous delta.
5834
5835 2000-08-11  Jason Merrill  <jason@redhat.com>
5836
5837         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
5838         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
5839         (FLAGS_FOR_TARGET): Not here.
5840         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
5841
5842 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
5843
5844         * config-ml.in (CC, CXX): Don't introduce a leading space.
5845
5846 2000-08-07  DJ Delorie  <dj@delorie.com>
5847
5848         * MAINTAINERS: Add self as a DJGPP maintainer
5849
5850 2000-08-07  DJ Delorie  <dj@redhat.com>
5851
5852         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
5853         "if we're also building gcc, and it's a gcc that will run on the
5854         build machine, we want to use its includes instead of the system's
5855         default includes".
5856
5857 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
5858
5859         * MAINTAINERS: Add self to Write After Approval list.
5860
5861 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
5862
5863         * configure.in (libstdcxx_flags): Don't use `"'.
5864
5865         * config-ml.in: Adjust multilib search paths to the
5866         appropriate multilib tree.
5867
5868 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
5869
5870         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
5871         commas in $LANGUAGES.
5872
5873 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
5874
5875         * configure.in: Re-enable all references to libg++ and librx.
5876
5877 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
5878
5879         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
5880         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
5881         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
5882         * ltcf-cxx.sh (need_lc): Set based on postdeps.
5883
5884         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
5885
5886 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
5887
5888         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
5889         CXX_FOR_TARGET for sed.
5890
5891 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
5892
5893         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
5894         Do not override if already set in the environment or in configure.
5895         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
5896         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
5897
5898 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
5899
5900         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
5901         the libtool CVS tree multi-language branch.
5902         * ltconfig, ltmain.sh: Updated.
5903
5904 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
5905
5906         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
5907         (clean-target): Depend on it.
5908
5909         * Makefile.in (FLAGS_FOR_TARGET): New macro.
5910         (GCC_FOR_TARGET): Use it.
5911         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
5912         * configure.in: ... here.
5913         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
5914         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
5915
5916 2000-07-24  Eric Christopher  <echristo@cygnus.com>
5917
5918         * MAINTAINERS: Add self to Write After Approval list.
5919
5920 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
5921
5922         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
5923         (configure-target-libchill, configure-target-libobjc): Likewise.
5924
5925         * configure.in: Use the same cache file for all target libs.
5926         * config-ml.in: But different cache files per multilib variant.
5927
5928 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5929
5930         * configure (topsrcdir): Don't use dirname.
5931
5932 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
5933
5934         * MAINTAINERS: Add self to Write After Approval list.
5935
5936 2000-07-20  Jason Merrill  <jason@redhat.com>
5937
5938         * configure.in: Remove all references to libg++ and librx.
5939
5940         * configure, configure.in, Makefile.in: Unify gcc and binutils.
5941
5942 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
5943
5944         * config.sub: Update to subversions version 2000-07-06.
5945
5946 2000-07-12  Andrew Haley  <aph@cygnus.com>
5947
5948         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
5949         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
5950
5951 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
5952
5953         * symlink-tree:  Check number of arguments.
5954
5955 2000-07-05  Jim Wilson  <wilson@cygnus.com>
5956
5957         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
5958         search path for a g++ extracted from the build tree.  This
5959         will allow link tests run by configure scripts in
5960         subdirectories to succeed.
5961
5962 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
5963
5964         * ltconfig: Add support for mips-dde-sysv4.2MP
5965
5966 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
5967
5968         * MAINTAINERS: Add myself as loop discovery maintainer.
5969
5970 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
5971
5972         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
5973         `os2'. Force ac_cv_exeext to be ".exe" in that case.
5974
5975 2000-06-19  Timothy Wall  <twall@cygnus.com>
5976
5977         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
5978         * config.sub: Add tic54x target.
5979
5980 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
5981
5982         * MAINTAINERS: Add self as Fortran maintainer,
5983         remove Craig Burley.
5984
5985 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5986
5987         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
5988         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
5989
5990 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
5991
5992         * MAINTAINERS: Add self as i18n maintainer
5993
5994 20000-05-21  H.J. Lu  (hjl@gnu.org)
5995
5996         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
5997         directory are used if they exist. Make sure
5998         $(build_tooldir)/include is searched for header files,
5999         $(build_tooldir)/lib/ for library files.
6000         (GCC_FOR_TARGET): Likewise.
6001         (CXX_FOR_TARGET): Likewise.
6002
6003 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
6004
6005         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
6006
6007 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
6008
6009         * Makefile.in (configure-target-libiberty): Depend on
6010         configure-target-newlib.
6011
6012 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
6013
6014         * configure.in, Makefile.in: Merge all libffi-related
6015         configury stuff from the libgcj tree.
6016
6017 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6018
6019         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
6020         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
6021
6022 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6023
6024         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
6025         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
6026         current version information.  Add to proto-toplev directory.
6027         (gdb-taz): Build do-djunpack.
6028
6029 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
6030
6031         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
6032
6033 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6034
6035         * MAINTAINERS: Add self to Write After Approval list.
6036
6037 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6038
6039         * ltmain.sh: Preserve in relink_command any environment
6040         variables that may affect the linker behavior.
6041
6042 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
6043
6044         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
6045
6046 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
6047
6048         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
6049
6050 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
6051
6052         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
6053         with the version name.
6054
6055 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
6056
6057         * MAINTAINERS: Add self as bb-reorder maintainer.
6058
6059 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
6060
6061         * config.if: Tweak.
6062
6063 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
6064
6065         * djunpack.bat: New file.
6066
6067 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6068
6069         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
6070         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
6071         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
6072         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
6073
6074 2000-04-16  Dave Pitts  <dpitts@cozx.com>
6075
6076         * config.sub (case $basic_machine): Change default for "ibm-*"
6077         to "openedition".
6078
6079 2000-04-13  Andreas Jaeger  <aj@suse.de>
6080
6081         * MAINTAINERS: Added myself.
6082
6083 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6084
6085         * Makefile.in (gdb-taz): New target.  GDB specific archive.
6086         (do-md5sum): New target.
6087         (MD5PROG): Define.
6088         (PACKAGE): Default to TOOL.
6089         (VER): Default to a shell script.
6090         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
6091         md5 checksum generation.
6092         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
6093         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
6094         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
6095         insight.tar.bz2): Use gdb-taz to create archive.
6096
6097 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6098
6099         * configure (warn_cflags): Delete.
6100
6101 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
6102
6103         * MAINTAINERS: Added myself.
6104
6105 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
6106             Martin v. Loewis  <martin@loewis.home.cs.tu-berlin.de>
6107
6108         * configure.in (enable_libstdcxx_v3): Add.
6109         (target_libs): Add bits here to switch between libstdc++-v2 and
6110         libstdc++-v3.
6111         * config.if: And this file too.
6112         * Makefile.in: Add libstdc++-v3 targets.
6113
6114 2000-04-05  Michael Meissner  <meissner@redhat.com>
6115
6116         * config.sub (d30v): Add d30v as a basic machine type.
6117
6118 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
6119
6120         * configure.in: -linux-gnu*, not -linux-gnu.
6121
6122 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
6123
6124         * MAINTAINERS: Add self in write-after-approval section.
6125
6126 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
6127
6128         * MAINTAINERS: Add self as ia64 port maintainer.
6129
6130 2000-03-08  Neil Booth  <NeilB@earthling.net>
6131
6132         * MAINTAINERS: Add self in write-after-approval section.
6133
6134 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6135
6136         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
6137         (do-tar-bz2): Replace TOOL with PACKAGE.
6138         (gdb.tar.bz2): Remove GDBTK from GDB package.
6139         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
6140         dejagnu.tar.bz2): New packages.
6141
6142 2000-02-27  Andreas Jaeger  <aj@suse.de>
6143
6144         * configure.in: Add entry for mips*-*-linux*, move catch all
6145         *-*-*linux* entry below this one.
6146
6147 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
6148
6149         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
6150
6151 2000-02-24  Nick Clifton  <nickc@cygnus.com>
6152
6153         * config.sub: Support an OS of "wince".
6154
6155 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6156
6157         * config.guess, config.sub: Updated to match config's 2000-02-15
6158         version.
6159
6160 2000-02-23  Linas Vepstas <linas@linas.org>
6161
6162         * config.sub: Add support for Linux/IBM 370.
6163         * configure.in: Likewise.
6164
6165 2000-02-22  Nick Clifton  <nickc@cygnus.com>
6166
6167         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
6168
6169 2000-02-20  Christopher Faylor <cgf@cygnus.com>
6170
6171         * config.guess: Guess "cygwin" rather than "cygwin32".
6172
6173 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6174
6175         * configure (gcc_version): When setting, narrow search to
6176         lines containing `version_string'.
6177
6178 2000-02-15  Denis Chertykov  <denisc@overta.ru>
6179
6180         * config.sub: Add support for avr target.
6181
6182 2000-02-14  Nick Clifton  <nickc@cygnus.com>
6183
6184         * MAINTAINERS: Add maintainers for MCore port.
6185
6186 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
6187
6188         * config.sub: Add mmix-knuth-mmixware.
6189
6190 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6191
6192         * MAINTAINERS: Pair cccp with cpplib maintainership.
6193
6194 2000-01-27  Christopher Faylor <cgf@redhat.com>
6195
6196         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
6197         structure stuff to -L library search.
6198         (CXX_FOR_TARGET): Ditto.
6199         (CROSS_CHECK_MODULES): Fix spelling mistake.
6200
6201 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
6202
6203         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
6204         the C++ compiler.
6205
6206 2000-01-12  Richard Henderson  <rth@cygnus.com>
6207
6208         * configure.in: Don't build some bits for beos.
6209
6210 2000-01-12  Joel Sherrill (joel@OARcorp.com)
6211
6212         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
6213         as include files.
6214
6215 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
6216
6217         * Add self as cpplib maintainer, as requested by Jason
6218         Merrill.  Correct my e-mail address.
6219
6220 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
6221
6222         * configure.in: Use mt-aix43 to handle *_TARGET defs,
6223         not mh-aix43.
6224
6225 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
6226
6227         * MAINTAINERS: Add myself to "write after approval" list.
6228
6229 1999-12-14  Richard Henderson  <rth@cygnus.com>
6230
6231         * config.guess (alpha-osf, alpha-linux): Detect ev67.
6232         * config.sub: Accept alphaev[78], alphaev8.
6233
6234 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6235
6236         * config.guess, config.sub: Update from autoconf.
6237
6238 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
6239
6240         * MAINTAINERS:  update my playtime e-address.
6241
6242 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6243
6244         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
6245         necessary libraries are missing.
6246
6247 Fri Nov 19 11:22:31 MST 1999    Diego Novillo <dnovillo@cygnus.com>
6248
6249         * MAINTAINERS: Add new 'write after approval' maintainer.
6250
6251 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6252
6253         * MAINTAINERS: Add new Java maintainer.
6254
6255 1999-10-25  Andreas Schwab  <schwab@suse.de>
6256
6257         * configure: Fix quoting inside arguments of eval.
6258
6259 1999-10-21  Nick Clifton  <nickc@cygnus.com>
6260
6261         * config-ml.in: Allow suppression of some ARM multilibs.
6262
6263 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
6264
6265         * config.guess: Add OS/390 match pattern.
6266         * config.sub: Add mvs, openedition targets.
6267         * configure.in (i370-ibm-opened*): New.
6268
6269 1999-09-04  Steve Chamberlain  <sac@pobox.com>
6270
6271         * config.sub: Add support for configuring for pj.
6272
6273 1999-08-31  Nick Clifton  <nickc@cygnus.com>
6274
6275         * config.sub (maybe_os): Add support for configuring for fr30.
6276
6277 1999-08-25  Nick Clifton  <nickc@cygnus.com>
6278
6279         * configure.in: Do not configure or build ld for AIX
6280         platforms.  ld is known to be broken on these platforms.
6281
6282 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6283
6284         * config-ml.in: Pass compiler flag corresponding to multidirs to
6285         subdir configures.
6286
6287 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
6288
6289         * Makefile.in (LDFLAGS): Define.
6290
6291 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
6292
6293         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
6294         noconfigdirs.
6295         (*-*-cygwin*): Likewise.
6296
6297 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
6298
6299         * mkdep: New file.
6300         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
6301         (BINUTILS_SUPPORT_DIRS): Add mkdep.
6302
6303         From Eli Zaretskii <eliz@is.elta.co.il>:
6304         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
6305         long file name when using DJGPP on MS-DOS.
6306
6307 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
6308
6309         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
6310
6311 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
6312
6313         * Makefile.in (check-target-libio): Remove all-target-libstdc++
6314         dependency as this causes "make check" to globally "make all"
6315
6316 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
6317
6318         * configure.in (target_libs): Added target-zlib.
6319         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
6320         (CONFIGURE_TARGET_MODULES): Likewise.
6321         (CHECK_TARGET_MODULES): Likewise.
6322         (INSTALL_TARGET_MODULES): Likewise.
6323         (CLEAN_TARGET_MODULES): Likewise.
6324         (configure-target-zlib): New target.
6325         (all-target-zlib): Likewise.
6326         (all-target-libjava): Depend on all-target-zlib.
6327         (configure-target-libjava): Depend on configure-target-zlib.
6328
6329         * Makefile.in (configure-target-libjava): Depend on
6330         configure-target-newlib.
6331         (configure-target-boehm-gc): New target.
6332         (configure-target-qthreads): New target.
6333
6334         * configure.in (target_libs): Added target-qthreads.
6335         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
6336         (CONFIGURE_TARGET_MODULES): Likewise.
6337         (CHECK_TARGET_MODULES): Likewise.
6338         (INSTALL_TARGET_MODULES): Likewise.
6339         (CLEAN_TARGET_MODULES): Likewise.
6340         (all-target-qthreads): New target.
6341         (configure-target-libjava): Depend on configure-target-qthreads.
6342         (all-target-libjava): Depend on all-target-qthreads.
6343
6344         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
6345         (CONFIGURE_TARGET_MODULES): Likewise.
6346         (CHECK_TARGET_MODULES): Likewise.
6347         (INSTALL_TARGET_MODULES): Likewise.
6348         (CLEAN_TARGET_MODULES): Likewise.
6349         (all-target-libjava): New target.
6350         (all-target-boehm-gc): Likewise.
6351         * configure.in (target_libs): Added libjava, boehm-gc.
6352
6353 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
6354
6355         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
6356         configure.bat in SUPPORT_FILES.
6357         (gas+binutils.tar.bz2): Likewise.
6358
6359         * makeall.bat: Remove; obsolete.
6360
6361 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
6362
6363         From Mark Elbrecht:
6364         * configure.bat: Remove; obsolete.
6365
6366 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
6367
6368         * configure: Add -W -Wall to the default CFLAGS when compiling with
6369         gcc.
6370
6371 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
6372
6373         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
6374
6375 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
6376
6377         * configure.in: Build ld on IRIX6.
6378
6379 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
6380
6381         * Makefile.in: Change distribution targets to use bzip2 instead of
6382         gzip.
6383         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
6384         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
6385
6386 1999-06-04  Nick Clifton  <nickc@cygnus.com>
6387
6388         * config.sub: Add mcore target.
6389
6390 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
6391
6392         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
6393
6394 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
6395
6396         * config.guess (dummy): Changed to $dummy.
6397
6398 1999-05-24  Nick Clifton  <nickc@cygnus.com>
6399
6400         * config.sub: Tidied up case statements.
6401
6402 1999-05-22  Ben Elliston  <bje@cygnus.com>
6403
6404         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
6405         <jiro@din.or.jp>.
6406
6407         * config.guess: Merge with FSF version. Future changes will be
6408         more accurately recorded in this ChangeLog.
6409         * config.sub: Likewise.
6410
6411 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
6412
6413          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6414
6415 1999-04-30  Tom Tromey  <tromey@cygnus.com>
6416
6417         * ltmain.sh: [mode link] Always use CC given by ltconfig.
6418
6419 1999-04-23  Tom Tromey  <tromey@cygnus.com>
6420
6421         * ltconfig, ltmain.sh: Update to libtool 1.2f.
6422
6423 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
6424
6425         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
6426         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
6427         Bad merge removed these two changes.
6428
6429 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
6430                           Martin Heller (Ing.-Buero_Heller@t-online.de)
6431
6432         * config.guess (interix Alpha): Add.
6433
6434 1999-04-11  Richard Henderson  <rth@cygnus.com>
6435
6436         * configure.in (i?86-*-beos*): Do config gperf; don't config
6437         gdb, newlib, or libgloss.
6438
6439 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
6440
6441         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
6442         link a trivial program with -mabi=64.  If it fails, remove mabi=64
6443         from multidirs.
6444
6445 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
6446
6447         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
6448
6449 1999-04-08  Nick Clifton  <nickc@cygnus.com>
6450
6451         * config.sub: Add support for mcore targets.
6452
6453 1999-04-07  Michael Meissner  <meissner@cygnus.com>
6454
6455         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
6456         not mt-ospace, in order to shut up assembler warning about using
6457         symbols that are named the same as registers.
6458
6459 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
6460
6461         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
6462         dependency list for all-target-cygmon.
6463
6464 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
6465
6466         * config-ml.in: Check $host, not $target, for selective multilibs.
6467         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
6468         thumb interworking, and underscore prefix multilibs.
6469
6470 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
6471
6472         * missing: Update to version from current automake.
6473
6474 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
6475
6476         * configure (gxx_include_dir): Removed.
6477
6478         * configure.in (gxx_include_dir): Handle it.
6479         * Makefile.in: Likewise.
6480
6481 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
6482
6483         * config.sub (mips64vr4111,mips64vr4111el) Add.
6484
6485 1999-03-21  Ben Elliston  <bje@cygnus.com>
6486
6487         * config.guess: Correct typo for detecting ELF on FreeBSD.
6488
6489 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
6490
6491         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
6492         config/mh-djgpp.
6493
6494 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
6495
6496         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
6497         all-target-newlib to dependency list for all-target-bsp.
6498
6499 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
6500
6501         * config.sub: Add i386-uwin support.
6502         * config.guess: Likewise.
6503
6504 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6505
6506         * configure.in: cleanup, add mh-*pic handling for arm, special
6507         case powerpc*-*-aix*
6508
6509 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
6510
6511         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
6512         can be built.
6513
6514 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
6515
6516         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
6517         targets.
6518
6519 1999-03-02  Nick Clifton  <nickc@cygnus.com>
6520
6521         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
6522
6523 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
6524
6525         * config.sub: Check for "cygwin*" rather than "cygwin32*"
6526
6527 1999-02-24  Nick Clifton  <nickc@cygnus.com>
6528
6529         * config.sub: Fix typo in arm recognition.
6530
6531 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
6532
6533         * configure.in (noconfigdirs): Changed target_configdirs to
6534         include target-bsp only for m68k-*-elf* and m68k-*-coff*
6535         rather than m68k-*-* since it is not known to work on
6536         m68k-aout. Ditto for arm-*-*oabi.
6537
6538 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
6539
6540         * configure.in (*-*-windows*): Remove, no longer used.
6541
6542 1999-02-19  Ben Elliston <bje@cygnus.com>
6543
6544         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
6545         Smart and improved by Andrew Cagney.
6546
6547 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
6548
6549         * config.guess: Recognize openbsd-*-hppa.
6550
6551 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
6552
6553         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
6554         only if it is not empty.
6555
6556 1999-02-17  Nick Clifton  <nickc@cygnus.com>
6557
6558         Patch from: Scott Bambrough <scottb@corelcomputer.com>
6559
6560         * config.guess: Modified to recognize uname's armv* syntax.
6561
6562         * config.sub: Modified to recognize uname's armv* syntax.
6563
6564 1999-02-17  Mark Salter  <msalter@cygnus.com>
6565
6566         * configure.in: Added target-bsp for sparclite.
6567
6568 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
6569
6570         * config.sub: Recognize alphapca5[67] and up to alphaev8.
6571
6572 1999-02-08  Nick Clifton  <nickc@cygnus.com>
6573
6574         * configure.in: Add support for strongarm port.
6575         * config.sub: Add support for strongarm target.
6576
6577 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
6578
6579         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
6580         the old name config/mh-cygwin32.
6581         Enable texinfo.
6582
6583 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
6584
6585         * configure.in: Do build ld for ix86 Solaris.
6586
6587 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
6588
6589         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
6590         $AR_FOR_TARGET.  Likewise for RANLIB.
6591
6592 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
6593
6594         * config.sub (oabi):  Recognize.
6595         * configure.in (arm-*-oabi):  Handle.
6596
6597 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
6598
6599         * config.guess: Improve detection of i686 on UnixWare 7.
6600
6601 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
6602
6603         * config.guess: Add support for i386-pc-interix.
6604         * config.sub: Likewise.
6605         * configure.in: Likewise.
6606
6607 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
6608
6609         * Makefile.in: Remove unneeded all-target-libio from
6610         from all-target-winsup target since it is now unneeded.
6611         Add all-target-libtermcap in its place since it is now
6612         needed.
6613
6614 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
6615
6616         * configure.in: makefile stub for cygwin target is probably
6617         unnecessary.  Remove it for now.
6618
6619 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
6620
6621         * configure.in: libtermcap.a should be built when cygwin is the
6622         target as well as the host.
6623         * config.guess: Allow mixed case in cygwin uname output.
6624         * Makefile.in: Add libtermcap target.
6625
6626 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
6627
6628         * config.sub: Clean up handling of hppa2.0.
6629
6630 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
6631
6632         * config.guess: Use C code to identify more HP machines.
6633
6634 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
6635
6636         * config.sub: Handle hppa2.0.
6637
6638 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
6639
6640         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
6641         cygmon for all sparclite targets, regardless of object format.
6642
6643 1998-12-15  Mark Salter  <msalter@cygnus.com>
6644
6645         * configure.in: Added target-bsp for several target architectures.
6646
6647         * Makefile.in: Added rules for bsp.
6648
6649 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
6650
6651         * config.guess: Improve detection of hppa2.0 processors.
6652
6653 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
6654
6655         * config.guess: Recognize FreeBSD using ELF automatically.
6656
6657 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
6658
6659         * configure (skip-this-dir): Add handling for new shell script, which
6660         might be created by a sub-directory's configure to indicate, this particular
6661         directory is "unwanted".
6662         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
6663
6664 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
6665
6666         * ltconfig: import from libtool, after changing libtool to
6667         account for the cygwin name change.
6668
6669 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
6670
6671         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
6672         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
6673
6674 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
6675
6676         * configure.in: Add libtermcap to list of cygwin dependencies.
6677
6678 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
6679
6680         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
6681         they include winsup/include when it's a cygwin target.
6682
6683 1998-11-12  Tom Tromey  <tromey@cygnus.com>
6684
6685         * configure.in (host_tools): Added zip.
6686         * Makefile.in (all-target-libjava): Depend on all-zip.
6687         (all-zip): New target.
6688         (ALL_MODULES): Added all-zip.
6689         (NATIVE_CHECK_MODULES): Added check-zip.
6690         (INSTALL_MODULES): Added install-zip.
6691         (CLEAN_MODULES): Added clean-zip.
6692
6693 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
6694
6695         * Makefile.in: lose "32" from comment about cygwin.
6696
6697 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
6698
6699         * configure.in: Use -Os to build target libraries for the fr30.
6700
6701 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
6702
6703         * config.sub: Add fr30.
6704
6705 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
6706
6707         * configure.in: drop "32" from config/mh-cygwin32.  Check
6708         cygwin* instead of cygwin32*.
6709         * config.sub: Check cygwin* instead of cygwin32*.
6710
6711 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
6712
6713         * config.guess: Match any version of Unixware7.
6714
6715 1998-10-20  Syd Polk  <spolk@cygnus.com>
6716
6717         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
6718         if desired.
6719
6720 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
6721
6722         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
6723         these if the appropriate directories and files to not exist.
6724
6725 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
6726
6727         * Makefile.in (DEVO_SUPPORT): Add config.if.
6728
6729 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6730
6731         * configure: Add pattern to replace "build_tooldir"'s
6732         definition in the generated Makefile with "tooldir"'s
6733         actual value.
6734
6735 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
6736
6737         * config.sub: Bring back lost sparcv9.
6738
6739         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
6740
6741 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
6742
6743         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
6744         CC_FOR_TARGET and friends.
6745
6746 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
6747
6748         * Makefile.in (build_tooldir): New variable, same as tooldir.
6749         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
6750         -B$(build_tooldir)/bin/.
6751         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
6752
6753 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6754
6755         * README: Remove installation instructions and refer to the
6756         INSTALL directory instead.
6757
6758 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
6759
6760         * config.sub: Add support for i[34567]86-pc-udk.
6761         * configure.in: Likewise.
6762
6763 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
6764
6765         * Makefile.in: add bzip2 package building bits for user
6766         tools module
6767         * configure.in: ditto
6768
6769 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
6770
6771         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
6772         (ALL_TARGET_MODULES): Add all-target-libobjc.
6773         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
6774         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
6775         (all-target-libchill): Add dependencies.
6776         * configure.in (target_libs): Add libchill.
6777
6778 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
6779
6780         * configure.in (target_subdir): Remove duplicate line.
6781
6782 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
6783
6784         * Makefile.in (all-automake): fix dependencies.
6785
6786 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
6787
6788         * configure.in: Minor cleanups for building in the $(target_alias)
6789         subdir.
6790
6791 1998-09-22  Jim Wilson  <wilson@cygnus.com>
6792
6793         * Makefile.in (bootstrap): Set r and s before make all.  Use
6794         BASE_FLAGS_TO_PASS in make all.
6795         (cross): Likewise.
6796
6797 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
6798
6799         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
6800
6801 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
6802
6803         * config.sub: Fix typo in last change.
6804
6805 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6806
6807         * config.sub: Add support for C4x target.
6808         * configure.in: Likewise.
6809
6810 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
6811
6812         * config.sub: Recognize sparcv9 just like sparc64.
6813
6814 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
6815
6816         * config.guess: Match "Pent II" or "PentII" for OpenServer.
6817
6818 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
6819
6820         * config.guess: Correctly identify Pentium II sco boxes.
6821
6822         * config.guess: Fix "tr" code.  From Weiwen Liu.
6823
6824 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
6825
6826         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
6827         stabs.
6828
6829 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
6830
6831         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
6832         (ALL_TARGET_MODULES): Add all-target-libchill.
6833         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
6834         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
6835         (all-target-libchill): Add dependencies.
6836         * configure.in (target_libs): Add libchill.
6837
6838 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
6839
6840         * config.guess: Avoid assumptions about "tr" behaves when
6841         LANG is set to something other than English.
6842
6843 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
6844
6845         * configure (gxx_include_dir): Changed to
6846         '${prefix}/include/g++'-${libstdcxx_interface}.
6847
6848         * config.if: New to determine the interfaces.
6849
6850 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
6851
6852         * config.guess: Detect and handle MPE/IX.
6853         * config.sub: Deal with MPE/IX.
6854
6855 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
6856
6857         * configure.in: Use mh-aix43.
6858
6859 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
6860
6861         * configure: Fix --without/--disable cases for gxx-include-dir.
6862
6863 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
6864
6865         * mdata-sh:  Imported.  Needed for automake support.
6866
6867 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
6868
6869         * Makefile.in (taz): Try "chmod -R og=u ." before
6870         "chmod og=u `find . -print`".
6871
6872 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
6873
6874         * configure.in: Add arm-elf and thumb-elf support.
6875
6876 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
6877
6878         * Makefile.in: Undo previous patch.
6879
6880 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
6881
6882         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
6883         to here ...
6884         (install-no-fixedincludes): and here
6885         (INSTALL_MODULES): ... from here.
6886
6887 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
6888
6889         * config.sub: Merge with FSF.
6890
6891         * config.guess: Merge with FSF.
6892
6893 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
6894
6895         * configure (extraconfigdirs): New variable.
6896         (SUBDIRS): Add extraconfigdirs and recurse on them too.
6897         * Makefile.in (all): Move higher in file.
6898         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
6899         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
6900         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
6901         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
6902         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
6903
6904 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
6905
6906         * Makefile.in (all-target-libjava): Depend on all-gcc and
6907         all-target-newlib.
6908         (configure-target-libjava): Depend on $(ALL_GCC).
6909
6910 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
6911
6912         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
6913         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
6914
6915 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
6916
6917         * INSTALL/README: Fix typo.
6918
6919 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6920
6921         * ylwrap: Change absolute path checks to check for DOS style path
6922         names.
6923
6924         * ylwrap: Don't use a full path name if the source file is in the
6925         same directory.  From hjl@lucon.org (H.J. Lu).
6926
6927         * config-ml.in: Default to being verbose, to match Feb 18 change to
6928         configure.
6929
6930 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
6931
6932         Brought over from egcs:
6933
6934         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
6935
6936         * configure.in (target_subdir): Set to ${target_alias} instead
6937         of "libraries".
6938
6939         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
6940
6941         * configure.in (target_subdir): Set to libraries if enable_multilib.
6942
6943 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
6944
6945         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
6946         multilibs, force reconfiguration the first time we create
6947         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
6948
6949 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
6950
6951         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
6952         avoid confusion with --no-recursion.
6953
6954 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
6955
6956         * configure.in: Win32 hosts shouldn't use install -x
6957         * install-sh: remove -x option, and special .exe-handling
6958         hack.
6959
6960 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
6961
6962         * config.guess: Recognize i586-pc-beos.
6963         * configure.in: Don't build some bits for beos.
6964
6965 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6966
6967         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
6968         CFLAGS default to -O2.
6969
6970         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
6971         when using GNU ld.
6972
6973 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
6974
6975         * ltmain.sh: Correct install when using a different shell.
6976
6977 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
6978
6979         * ltconfig, ltmain.sh: Update to libtool 1.2b.
6980
6981 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
6982
6983         * makefile.vms: Update to build binutils/makefile.vms.  Add install
6984         target.
6985
6986 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
6987
6988         * ltconfig: Update to correct AIX handling.
6989
6990 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
6991
6992         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
6993
6994         * configure.in (target_subdir): Set to ${target_alias} instead
6995         of "libraries".
6996
6997 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
6998
6999         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
7000         (Makefile): Depend on $(gcc_version_trigger).
7001
7002         * configure (gcc_version): Change default initializer to empty
7003         string.
7004         (gcc_version_trigger): New variable; pass this variable down
7005         to subdir configures to enable them checking gcc's version
7006         themselves. Emit make macros for both gcc_version vars.
7007         (topsrcdir): Initialize reliably.
7008         (recursion line): Remove --with-gcc-version=${gcc_version}.
7009
7010 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
7011
7012         * configure (enable_version_specific_runtime_libs): Implement new flag
7013         --enable-version-specific-runtime-libs which installs C++ runtime stuff
7014         in $(libsubdir); emit definition in each generated Makefile.
7015         (gxx_include_dir): Initialize depending on
7016         $enable_version_specific_runtime_libs.
7017
7018 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
7019
7020         * configure (gcc_version): Initialize properly depending on
7021         how and where configure is started.
7022         (recursion line): Pass a --with-gcc-version=${gcc_version}
7023         to configures in subdirs.
7024
7025 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
7026
7027         * configure.in (noconfigdirs): Add configure pattern for mips tx39
7028         cygmon
7029
7030 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
7031
7032         * configure.in: Add cygmon and libstub support for mn10200.
7033
7034 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
7035
7036         * configure (gcc_version): Add new variable describing the
7037         particular gcc version we're building.
7038         * Makefile.in (libsubdir): Add new macro for the directory
7039         in which the compiler finds executables, libraries, etc.
7040         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
7041         and libsubdir.
7042
7043 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
7044
7045         * Makefile.in (local-clean): Remove *.log.
7046         (warning.log): Built with warn_summary from build.log.
7047         (mail-report.log): Run test_summary.
7048         (mail-report-with-warnings.log): Run test_summary including
7049         warning.log in the report.
7050
7051 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
7052
7053         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
7054
7055 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
7056
7057         * Makefile.in (grep): Grep no longer depends on libiberty.
7058
7059 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
7060
7061         * Makefile.in: all-snavigator needs all-libgui.
7062
7063 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
7064
7065         * configure.in: Add cygmon and libstub support for mn10300.
7066
7067 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
7068
7069         * missing: Update to version from automake 1.3.
7070
7071         * ltmain.sh: On installation, don't get confused if the same name
7072         appears more than once in the list of library names.
7073
7074 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
7075
7076         * config.sub: Accept m68060 and m5200 as CPU names.
7077
7078 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
7079
7080         * configure: Use && rather than using -a in test, because odd
7081         strings can confuse test.
7082         * configure.in: Likewise.
7083
7084 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
7085
7086         * ltconfig, ltmain.sh: Bring in Visual C++ support.
7087
7088 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
7089
7090         * Makefile.in (boostrap2-lean, bootstrap3-lean,
7091         bootstrap4-lean): New targets.
7092
7093 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
7094
7095         * mpw-* Delete.  Not used.
7096
7097 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
7098
7099         * COPYING.LIB: Update FSF address.
7100
7101 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
7102
7103         * ltconfig, ltmain.sh: Update to libtool 1.2a.
7104
7105         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
7106         GAS_SUPPORT_DIRS.
7107
7108 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
7109
7110         * ltconfig, ltmain.sh: Avoid producing a version number if
7111         -version-info was not used.
7112
7113 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
7114
7115         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
7116         building with newlib.
7117
7118 1998-04-30  Paul Eggert  <eggert@twinsun.com>
7119
7120         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
7121         Solaris `make' causes it to continue to next definition.
7122
7123 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7124
7125         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
7126         the right GUI libraries and files are installed along with GDB.
7127
7128 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
7129
7130         * configure.in: Change alpha to alpha* in several places.
7131
7132 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
7133
7134         * config.sub: Recognize sparc86x.
7135
7136 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
7137
7138         * configure.in (--enable-target-optspace): Remove debug echo.
7139
7140 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
7141
7142         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
7143
7144 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
7145
7146         * ltconfig: Update cygwin32 support.
7147
7148         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
7149         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
7150         (GDB_SUPPORT_DIRS): Likewise.
7151
7152 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
7153
7154         * configure.in (target_makefile_frag): If --enable-target-optspace,
7155         use -Os to compile target libraries rather than -O2.  Default to
7156         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
7157         not used.
7158         * configure.in (target_cflags): Ditto for d30v.
7159
7160 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
7161
7162         * Makefile.in (all-bfd): Depend on all-intl.
7163         (all-binutils): Likewise.
7164         (all-gas): Likewise.
7165         (all-gprof): Likewise.
7166         (all-ld): Likewise.
7167
7168 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
7169
7170         * configure.in (host_tools): Fix typo, lbtool -> libtool.
7171
7172 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
7173
7174         * Makefile.in (all-bfd): Depend upon all-libiberty.
7175
7176         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
7177
7178 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
7179
7180         * Makefile.in: Add libstub.
7181
7182         * configure.in: Ditto. Build libstub for targets that have cygmon
7183         support.
7184
7185 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
7186
7187         * configure.in: Don't set PICFLAG on ix86-cygwin32.
7188
7189 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
7190
7191         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
7192         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
7193
7194 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
7195
7196         * configure: Define DEFAULT_M4 by searching PATH.
7197         * Makfile.in: Use DEFAULT_M4.
7198
7199 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
7200
7201         * ltconfig: Add cygwin32 support.
7202
7203         * Makefile.in, configure.in: Add libtool as a native only directory
7204         to configure and build.
7205
7206 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
7207
7208         * Makefile.in (INSTALL_MODULES): Remove texinfo.
7209
7210 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
7211
7212         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
7213
7214 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
7215
7216         * Makefile.in: add ash make rules
7217         * configure.in: add ash to native_only and host_tools lists
7218
7219 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
7220
7221         * Makefile.in (all-gettext, all-intl): New targets.
7222         (ALL_MODULES): Added all-gettext, all-intl.
7223         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
7224         (INSTALL_MODULES): Added install-gettext, install-intl.
7225         (CLEAN_MODULES): Added clean-gettext, clean-intl.
7226
7227         * configure.in (host_tools): Added gettext.
7228         (native_only): Likewise.
7229         (noconfigdirs) [various cases]: Likewise.
7230         (host_libs): Added intl.
7231
7232 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
7233
7234         * configure: Do not disable building gdbtk for cygwin32 hosts.
7235
7236 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
7237
7238         * configure.in: Add thumb-coff target.
7239         * config.sub: Add thumb-coff target.
7240
7241 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7242
7243         * Makefile.in: Revert yesterday's change.
7244         (all-target-winsup):  all-target-librx stays out of here.
7245
7246 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7247
7248         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
7249         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
7250         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
7251         Remove references to librx and libg++.
7252
7253 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
7254
7255         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
7256         recursive makes
7257
7258 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
7259
7260         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
7261         for newlib directory.
7262         (CXX_FOR_TARGET): Likewise.
7263
7264 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
7265
7266         * ltconfig: Update after libtool/ltconfig.in change for
7267         hpux11.
7268
7269 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
7270
7271         * ltconfig, ltmain.sh: Update to libtool 1.2.
7272
7273 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7274
7275         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
7276         (install-gcc-cross): Instead, override LANGUAGES here.
7277
7278 1998-03-18  Dave Love  <d.love@dl.ac.uk>
7279
7280         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
7281         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
7282
7283 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
7284
7285         * configure.in: Add Thumb-pe target.
7286
7287 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
7288
7289         * Makefile.in - changed sn targets to snavigator
7290         * configure.in - changed sn targets to snavigator
7291
7292 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7293
7294         * config-ml.in: After building symlink tree call make distclean
7295         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
7296         to be the case for libiberty.
7297
7298 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
7299
7300         * configure: When making link, also check the current
7301         directory. The configure scripts may create one.
7302
7303 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
7304
7305         * config.sub: Accept alphapca56 and alphaev6 properly.
7306
7307 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7308
7309         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
7310
7311 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
7312
7313         * config.sub (sco5): Fix typo.
7314
7315 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
7316
7317         * Makefile.in (INSTALL_MODULES): Move install-tcl before
7318         install-itcl.
7319         (install-itcl): Remove dependency on install-tcl.
7320
7321 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
7322
7323         * configure.in: Remove libgloss from noconfigdirs for MN10300.
7324
7325 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
7326
7327         * configure.in: Don't build libgui for a cygwin32 target when not on
7328         a cygwin32 host.
7329
7330 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7331
7332         * configure (redirect): Set to null, so default behavior of
7333         configure is now --verbose.
7334
7335 1998-02-16  Dave Love  <d.love@dl.ac.uk>
7336
7337         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
7338         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
7339
7340 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
7341
7342         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
7343         this change to sync Makefile.in with its ChangeLog entries.
7344
7345 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
7346
7347         * ltmain.sh (mkdir): Check that the directory doesn't exist
7348         before we exit with error, so that we don't get races during
7349         parallel builds.
7350
7351 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
7352
7353         * ltconfig, ltmain.sh: Update from libtool 1.0i.
7354
7355 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7356
7357         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
7358         PICFLAG_FOR_TARGET.
7359         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
7360
7361         * configure: Emit a definition for the new macro enable_shared
7362         into each Makefile.
7363
7364 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
7365
7366         * configure.in (host_tools, native_only): Add libtool.
7367
7368 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
7369
7370         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
7371         Fix typo in ming config comment.
7372
7373 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
7374
7375         * ltconfig, ltmain.sh: Update from libtool 1.0h.
7376
7377 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
7378
7379         * config.sub: Add tic30 cases, and map c30 to tic30.
7380
7381 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
7382
7383         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
7384         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
7385         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
7386         (CLEAN_TARGET_MODULES): Similarly
7387         (all-target-libf2c): Add dependences.
7388         * configure.in (target_libs): Add libf2c.
7389
7390 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
7391
7392         * configure.in: Remove expect from noconfigdirs when target
7393         is cygwin32.  OK to build expect and dejagnu with Canadian
7394         Cross.
7395
7396 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
7397
7398         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
7399         host.
7400
7401         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
7402         and mingw32.
7403
7404 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7405
7406         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
7407         here as it is not defined in the toplevel Makefile.
7408
7409 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7410
7411         * configure (package_makefile_rules_frag): New variable, which names
7412         a file with generic rules, ...
7413         Change comment to mention we now have FIVE parts.
7414         * configure: Undo last change.
7415
7416 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
7417
7418         * config.guess: More accurate determination of HP processor types.
7419         * config.sub: More accurate determination of HP processor types.
7420
7421 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7422
7423         * configure (package_makefile_frag): Move inserting the
7424         ${package_makefile_frag} to where it should be according
7425         to the comment.
7426
7427 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
7428
7429         * config.guess: Add support for Linux/ARM.
7430
7431 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
7432
7433         * .cvsignore: Remove *-info and *-install since they match
7434         release-info and mpw-install, which we don't want to just ignore.
7435
7436 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
7437
7438         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
7439
7440 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
7441
7442         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
7443         local_prefix to sub-make invocations.
7444
7445 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
7446
7447         * configure.in: Check makefile fragments in the source
7448         directory.
7449
7450 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
7451
7452         * configure.in: Check whether host and target makefile
7453         fragments exist before adding them to *_makefile_frag.
7454
7455 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
7456
7457         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
7458
7459 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
7460
7461         * configure.in: Make sure we only replace RPATH_ENVVAR on
7462         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
7463         regexp to sed.
7464
7465         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
7466         to sub-makes.
7467
7468 1998-01-13  Lee Iverson   (leei@ai.sri.com)
7469
7470         * config-ml.in (multi-do): LDFLAGS must include multilib
7471         designator.
7472
7473 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
7474
7475         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
7476
7477 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
7478
7479         * config.sub: Add mingw32 support.
7480         * configure.in: Likewise.
7481
7482 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
7483
7484         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
7485
7486 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
7487
7488         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
7489         * configure (gxx_include_dir): Provide a definition for subdirs
7490         which do not use autoconf.
7491
7492 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
7493
7494         * config.guess: Sync with egcs.  Picks up new alpha support,
7495         BeOS & some additional linux support.
7496
7497 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
7498
7499         * config.guess: HP 9000/803 is a PA1.1 machine.
7500
7501 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
7502
7503         * configure.in: It's alpha*-...
7504
7505 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
7506
7507         * configure.in (host_makefile_frag, target_makefile_frag):
7508         Handle multiple config files.
7509         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
7510         alpha-*-*.
7511
7512 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
7513
7514         * mkdep: New file.
7515
7516 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
7517
7518         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
7519
7520 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
7521
7522         * Makefile.in: Add libgui directory.
7523         (GDB_TK): Add all-libgui.
7524         * configure.in: Add libgui directory.
7525         * configure: Add all-libgui to GDB_TK.
7526
7527 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
7528
7529         * config-ml.in (multidirs): Add m32r to multilib list.
7530
7531 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
7532
7533         * Makefile.in (all-target-gperf): Change dependency to
7534         all-target-libstdc++.
7535
7536 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
7537
7538         * config.guess: Add BeOS support.
7539
7540 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
7541
7542         Source directory cvs renamed to cvssrc:
7543         * configure.in (host_tools): Change cvs to cvssrc.
7544         (native_only): Likewise.
7545         (noconfigdirs) [various cases]: Likewise.
7546         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
7547         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
7548         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
7549         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
7550         (all-cvssrc): Rename target from all-cvs.
7551
7552 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
7553
7554         * configure (gxx_include_dir): Fix thinko.
7555
7556 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
7557
7558         * Makefile.in (INSTALL_TARGET_CROSS): Define.
7559         (install-cross, install-gcc-cross): New targets.
7560
7561 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
7562
7563         * configure.in (noconfigdirs): Add support for Thumb target.
7564
7565         * config.sub (maybe_os): Add support for Thumb target.
7566
7567 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
7568
7569         * Makefile.in: Add rules for cygmon.
7570
7571         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
7572
7573 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
7574
7575         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
7576         * configure (gxx_include_dir): Provide a definition for subdirs
7577         which do not use autoconf.
7578
7579 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
7580
7581         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
7582         11/18/97 build
7583
7584 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
7585
7586         * From Franz Sirl.
7587         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
7588         found on RedHat Linux systems.
7589
7590 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
7591
7592         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
7593         guesses.
7594
7595 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
7596
7597         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
7598
7599 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
7600
7601         * ltmain.sh: If mkdir fails, check whether the directory was created
7602         anyhow by some other process.
7603
7604 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
7605
7606         * configure.in (d30v-*-*): Configure all directories.
7607
7608 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
7609
7610         * configure.in (d30v-*-*): Configure newlib, libiberty directories
7611         for the D30V.
7612
7613 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
7614
7615         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
7616
7617 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
7618
7619         * include/libiberty.h: Add extern "C" { so it can be used with C++
7620         progrms.
7621         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
7622         programs.
7623
7624 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
7625
7626         * configure.in (d30v-*-*): Configure GCC now.
7627
7628 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
7629
7630         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
7631         is no longer needed.
7632
7633 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
7634
7635         * Makefile.in: check-target-libio depends on all-target-libstdc++.
7636
7637 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
7638
7639         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
7640         targets using "$@" to provide support for similar but not identical
7641         targets without having to duplicate code.
7642
7643 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
7644
7645         * makefile.vms: Fix to work with DEC C.
7646
7647 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
7648
7649         * config.sub: Add mips-tx39-elf to marketing names.
7650
7651 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
7652
7653         * ltmain.sh: Handle symlinks in generated script.
7654
7655 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
7656
7657         * configure: Handle autoconf style directory options: --bindir,
7658         --datadir, --includedir, --infodir, --libdir, --libexecdir,
7659         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
7660         --sysconfdir.
7661         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
7662         (sharedstatedir, localstatedir, oldincludedir): New variables.
7663         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
7664         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
7665         sbindir, sharedstatedir, and sysconfdir.
7666
7667 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
7668
7669         * Makefile.in (bootstrap-lean): New target.
7670
7671 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
7672
7673         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
7674         sn, and gnuserv from noconfigdirs.
7675
7676 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
7677
7678         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
7679
7680 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
7681
7682         * Makefile.in (cross): New target.
7683
7684 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
7685                           Jeff Law         <law@cygnus.com>
7686
7687         * Makefile.in (bootstrap2, bootstrap3): New targets.
7688         (all-bootstrap): Remove outdated and confusing target.
7689         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
7690
7691 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7692
7693         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
7694         windows.  Consistent with gdb/configure.
7695
7696 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
7697
7698         * configure.in: Name Linux target fragment.
7699
7700         * configure: Rewrite so that project Makefile fragment is inserted
7701         first and appears last in the resulting Makefile.
7702
7703 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7704
7705         * Makefile.in (install-itcl): Install tcl first.
7706
7707 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
7708
7709         * configure.in: remove bison from noconfigdirs for Cygwin32 host
7710
7711 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
7712
7713         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
7714
7715         * configure.in (skipdirs): Add target-librx for Linux.
7716         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
7717
7718 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
7719
7720         * Makefile.in (bootstrap): New target.
7721
7722 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
7723
7724         * config.sub: Accept 'amigados' for backward compatibility.
7725
7726 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
7727
7728         * config.guess: Merge with FSF.
7729
7730 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
7731
7732         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
7733
7734 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
7735
7736         * config.sub: Add "marketing-names" patch.
7737
7738 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
7739
7740         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
7741
7742 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
7743
7744         * config.sub: Handle v850-elf.
7745
7746 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
7747
7748         * .cvsignore (*-install): Remove.
7749
7750 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
7751
7752         * ltconfig: Set CONFIG_SHELL in libtool.
7753         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
7754
7755 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
7756
7757         * configure.in (target_subdir): Set to libraries if enable_multilib.
7758
7759 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
7760
7761         * config.guess: Update from gcc directory.
7762
7763 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7764
7765         * Makefile.in (all-sim): Depends on all-readline.
7766
7767 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
7768
7769         * Makefile.in (BISON, YACC): Use $$s.
7770         (all-bison): Depend on all-texinfo.
7771
7772 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
7773
7774         * Makefile.in (BISON): Add -L flag.
7775         (YACC): Likewise.
7776
7777 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
7778
7779         * configure.in (noconfigdirs): Add support for v850e target.
7780
7781         * config.sub (maybe_os): Add support for v850e target.
7782
7783 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
7784
7785         * configure.in (noconfigdirs): Add support for v850ea target.
7786
7787         * config.sub (maybe_os): Add support for v850ea target.
7788
7789 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
7790
7791         * config.sub: Add mipstx39.  Delete r3900.
7792
7793 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
7794
7795         * Makefile.in (all-autoconf): Depends on all-texinfo.
7796
7797 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
7798
7799         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
7800         eabi targets.
7801
7802 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
7803
7804         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
7805
7806         * configure: When handling a Canadian Cross, handle YACC as well as
7807         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
7808         * Makefile.in (all-bison): Depend upon all-texinfo.
7809
7810 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
7811
7812         * Makefile.in (BISON): bison, not byacc or bison -y.
7813         (YACC): bison -y or byacc or yacc.
7814         (various): Add *-bison as appropriate.
7815         (taz): No need to mess with BISON anymore.
7816
7817 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
7818
7819         * configure: If OSTYPE matches *win32*, try to find a good value for
7820         CONFIG_SHELL.
7821
7822 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
7823
7824         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
7825         configure.in if it is present.
7826
7827 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
7828
7829         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
7830
7831 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
7832
7833         * config.sub: Recognize `arc' cpu.
7834         * configure.in: Likewise.
7835         * config-ml.in: Likewise.
7836
7837 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
7838
7839         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
7840
7841 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
7842
7843         * configure: Changed sed delimiter from ':' to '|' when
7844         attempting to substitute ${config_shell} for SHELL. On
7845         NT ${config_shell} may contain a ':' in it.
7846
7847 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
7848
7849         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
7850
7851 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
7852
7853         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
7854
7855 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
7856
7857         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
7858
7859         * ylwrap: If the program is a relative path, force it to be
7860         absolute.
7861
7862 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7863
7864         * configure (tooldir): Set BISON to `bison -y' and not just bison.
7865
7866 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7867
7868         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
7869         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
7870         for libraries.
7871
7872 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
7873
7874         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
7875         separated by spaces.
7876
7877 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
7878
7879         * ylwrap: New file.
7880         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
7881
7882         * ltmain.sh: Handle /bin/sh at start of install program.
7883
7884         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
7885
7886         * ltconfig, ltmain.sh: New files, from libtool 1.0.
7887         * missing: New file, from automake 1.2.
7888
7889 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
7890
7891         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
7892         check-tk to CHECK_X11_MODULES.
7893
7894 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
7895
7896         * config.sub: Merge with FSF.
7897
7898 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
7899
7900         * config.guess: Merge with FSF.
7901
7902 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
7903
7904         * configure: Treat msdosdjgpp like go32.
7905         * configure.in: Likewise.  Don't remove gprof for go32.
7906
7907         * configure: Change Makefile.tem2 to Makefile.tm2.
7908
7909 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
7910
7911         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
7912
7913 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7914
7915         * install-sh (chmodcmd): Set to null if the DST directory already
7916         exists.  Same as Nov 11th change.
7917
7918 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
7919
7920         * configure (GDB_TK): Needs itcl and tix.
7921
7922 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
7923
7924         * config.guess: Update from FSF.
7925
7926 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
7927
7928         * Makefile.in (GDB_TK): Depend on itcl and tix.
7929
7930 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
7931
7932         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
7933         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
7934         (INSTALL_SCRIPT): New variable.
7935         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
7936         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
7937         to -x.
7938         * install-sh: Add support for -x option.
7939
7940 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
7941
7942         * configure.in, Makefile.in: Treat tix like itcl.
7943
7944 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
7945
7946         * Makefile.in (WINDRES): New variable.
7947         (WINDRES_FOR_TARGET): New variable.
7948         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
7949         (EXTRA_HOST_FLAGS): Add WINDRES.
7950         (EXTRA_TARGET_FLAGS): Add WINDRES.
7951         (EXTRA_GCC_FLAGS): Add WINDRES.
7952         ($(DO_X)): Pass down WINDRES.
7953         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
7954         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
7955         DLLTOOL_FOR_TARGET.
7956
7957 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
7958
7959         * configure.in: configure sim before gdb for win32-x-ppc
7960
7961 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7962
7963         Move gperf into the toplevel, from libg++.
7964         * configure.in (target_tools): Add target-gperf.
7965         (native_only): Add target-gperf.
7966         * Makefile.in (all-target-gperf): New target, depend on
7967         all-target-libg++.
7968         (configure-target-gperf): Empty rule.
7969         (ALL_TARGET_MODULES): Add all-target-gperf.
7970         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
7971         (CHECK_TARGET_MODULES): Add check-target-gperf.
7972         (INSTALL_TARGET_MODULES): Add install-target-gperf.
7973         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
7974
7975 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
7976
7977         * config.sub (mn10200): Recognize new basic machine.
7978
7979 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7980
7981         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
7982         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
7983
7984 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7985
7986         * configure.in: If we're building mips-sgi-irix6* native, turn on
7987         ENABLE_MULTILIB and set TARGET_SUBDIR.
7988
7989 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
7990
7991         * Makefile.in (all-sn): Depend on all-grep.
7992
7993 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
7994
7995         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
7996
7997         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
7998         Makefile.  From Jeff Makey <jeff@cts.com>.
7999         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
8000
8001         * Makefile.in (DISTBISONFILES): Remove.
8002         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
8003         $(DEFAULT_YACC).
8004
8005         * configure.in: Build itl, db, sn, etc., when building for native
8006         cygwin32.
8007
8008         * Makefile.in (LD): New variable.
8009         (EXTRA_HOST_FLAGS): Pass down LD.
8010         ($(DO_X)): Likewise.
8011
8012 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
8013
8014         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
8015
8016 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
8017
8018         * configure.in (targargs): Strip out any supplied --build argument
8019         before adding our own. Always add --build.
8020
8021 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
8022
8023         * configure.in (targargs): Pass --build if we're doing
8024         a cross-compile.
8025
8026 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
8027
8028         * configure: Use '|' instead of ":" as the separator in
8029         sed. Otherwise sed chokes on NT path names with drive
8030         designators. Also look for "?:*" as the leading characters in an
8031         absolute pathname.
8032
8033 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
8034
8035         * config.sub: Support for r3900.
8036
8037 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
8038
8039         * configure.in: Use install-sh, not install.sh.
8040
8041 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
8042
8043         * Makefile.in (taz): Improve check for BISON so it doesn't try to
8044         apply it twice.
8045
8046 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
8047
8048         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
8049         install-binutils.
8050
8051 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
8052
8053         * Makefile.in: Add automake targets.
8054         * configure.in (host_tools): Add automake.
8055
8056 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
8057
8058         * configure: Default CXX to c++, not gcc.
8059         * Makefile.in (CXX): Set to c++, not gcc.
8060         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
8061
8062 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
8063
8064         * install-sh: try appending a .exe if source file doesn't
8065         exist
8066
8067 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
8068
8069         * configure.in: Turn on multilib by default.
8070         (cross_only): Remove target-libiberty.
8071
8072         * Makefile.in (all-gcc): Don't depend on libiberty.
8073
8074 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
8075
8076         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
8077
8078 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
8079
8080         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
8081         (DISTBISONFILES): Add ld/Makefile.in
8082
8083 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
8084
8085         * configure.in: if target is cygwin32 but host isn't cygwin32,
8086         don't configure gdb tcl tk expect, not just gdb.
8087
8088 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
8089
8090         * configure.in: Added gnuserv everywhere sn appears.
8091
8092         * Makefile.in (ALL_MODULES): Added all-gnuserv.
8093         (CROSS_CHECK_MODULES): Added check-gnuserv.
8094         (INSTALL_MODULES): Added install-gnuserv.
8095         (CLEAN_MODULES): Added clean-gnuserv.
8096         (all-gnuserv): New target.
8097
8098 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
8099
8100         * config.guess: Fixes for MIPS OpenBSD systems.
8101
8102 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
8103
8104         * Makefile.in (INSTALL_XFORM): Remove.
8105         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
8106
8107         * mkinstalldirs: New file, copied from automake.
8108         * Makefile.in (installdirs): Rename from install-dirs.  Use
8109         mkinstalldirs.  Change all users.
8110         (DEVO_SUPPORT): Add mkinstalldirs.
8111
8112 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
8113
8114         * install-sh: Rename from install.sh.
8115         * Makefile.in (INSTALL): Change install.sh to install-sh.
8116         (DEVO_SUPPORT): Likewise.
8117
8118         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
8119         Graichen <graichen@rzpd.de>.
8120
8121 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
8122
8123         * config.guess: Recognize OpenBSD systems correctly.
8124
8125 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8126
8127         * README, Makefile.in (ETC_SUPPORT): Remove references to
8128         cfg-paper*, configure.{texi,man,info*}._
8129
8130 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
8131
8132         * Makefile.in (all.normal): Ensure that gcc is built after all
8133         the x11 - ie gdb - targets.
8134
8135 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
8136
8137         * makefile.vms: Don't run conf-a-gas.
8138
8139 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
8140
8141         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
8142
8143 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
8144
8145         * configure.in: Remove noconfigdirs case since gdb also
8146         configures and builds for tic80-coff.
8147
8148 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
8149
8150         * configure: Set cache_file to config.cache.
8151         * Makefile.in (local-distclean): Remove config.cache.
8152
8153 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
8154
8155         * COPYING: Update FSF address.
8156
8157 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
8158
8159         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
8160         noconfigdirs.
8161
8162 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
8163
8164         * Makefile.in (install-dirs): Don't crash if prefix, and hence
8165         MAKEDIRS, is empty.
8166
8167 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
8168
8169         * config.sub: Tweak mn10300 entry.
8170
8171 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
8172
8173         * configure.in (host_tools): Put sim before gdb, so gdb's
8174         configure.tgt can determine if the simulator was configured.
8175
8176 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
8177
8178         * config.sub: Move BeOS $os case to be with other Cygnus
8179         local cases.
8180
8181 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
8182
8183         * config.sub: Remove misplaced comment that broke Linux.
8184
8185 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
8186
8187         * config.sub: Add BeOS support.
8188
8189 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
8190
8191         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
8192
8193 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
8194
8195         * configure.in (noconfigdirs): Remove tcl and tk from
8196         noconfigdirs for cygwin32 builds.
8197
8198 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
8199
8200         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
8201
8202 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
8203
8204         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
8205         make-all.com, use makefile.vms instead.
8206
8207 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
8208
8209         * config.sub: Accept -lnews*.
8210
8211 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
8212
8213         * configure.in (noconfigdirs): Disable target-newlib,
8214         target-examples and target-libiberty for d30v.
8215
8216 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
8217
8218         * configure.in (noconfigdirs): Enable ld for d30v.
8219
8220 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
8221
8222         * configure.in (tic80-*-*): Build compiler.
8223
8224 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
8225
8226         * configure.in (d30v-*): Remove sim directory from list of
8227         unsupported d30v directories
8228
8229 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
8230
8231         * config.sub, configure.in: Add d30v target cpu.
8232
8233 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
8234
8235         * makefile.vms: New file.
8236         * make-all.com: Remove.
8237
8238 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
8239
8240         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
8241
8242 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
8243
8244         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
8245
8246 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
8247
8248         * Makefile.in (ALL_MODULES): Added all-db.
8249         (CROSS_CHECK_MODULES): Addec check-db.
8250         (INSTALL_MODULES): Added install-db.
8251         (CLEAN_MODULES): Added clean-db.
8252
8253 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
8254
8255         * config.guess: Merge with latest FSF sources.
8256
8257 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
8258
8259         * Makefile.in (ALL_MODULES): Added all-itcl.
8260         (CROSS_CHECK_MODULES): Added check-itcl.
8261         (INSTALL_MODULES): Added install-itcl.
8262         (CLEAN_MODULES): Added clean-itcl.
8263
8264 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
8265
8266         * configure.in: build gdb for mn10200
8267
8268 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
8269
8270         * Makefile.in (all-target-winsup): Depend on all-target-libio.
8271
8272 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
8273
8274         * configure.in (tic80-*-*): Turn off most targets right now.
8275
8276 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
8277
8278         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
8279         rather than the makeinfo program.
8280         (do-info): Depend upon all-texinfo.
8281
8282 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
8283
8284         * configure.in: Remove uses of config/mh-linux.
8285
8286         * config.sub, config.guess: Merge with latest FSF sources.
8287
8288 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
8289
8290         * config.sub (case $basic_machine): Add tic80 entries.
8291
8292 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
8293
8294         * config.sub, config.guess: Merge with latest FSF sources.
8295
8296 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
8297
8298         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
8299         * mpw-config.in: Test for NewFolderRecursive.
8300         * mpw-install: Use symbolic name for startup filename.
8301         * mpw-README: Add various additional details.
8302
8303 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
8304
8305         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
8306
8307 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
8308
8309         * configure.in: Do build gcc and the target libraries for
8310         the mn10200.
8311
8312 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
8313
8314         * configure.in: don't avoid building gdb for mn10300 any more
8315         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
8316         instead of single-quoting it.
8317
8318 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
8319
8320         * configure.in: Don't use --with-stabs on IRIX 6.
8321
8322 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
8323
8324         * configure.in (m32r): Build gdb, libg++ now.
8325
8326 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8327
8328         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
8329         directories from noconfigdirs.
8330
8331 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
8332
8333         * config.sub (basic_machine): added mips16 configuration
8334
8335 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8336
8337         * config.sub: Handle d10v-unknown.
8338
8339 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
8340
8341         * config.sub: Handle v850-unknown.
8342
8343 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
8344
8345         * Makefile.in: add findutils
8346         * configure.in: add findutils to list of host_tools
8347
8348 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
8349
8350         * config.sub: Handle mn10200 and mn10300.
8351
8352 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8353
8354         * configure.in (d10v-*): Do not build librx.
8355
8356 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
8357
8358         * configure.in (mn10300): Build everything except gdb & libgloss.
8359
8360 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
8361
8362         * config.guess:  Patch for Dansk Data Elektronik servers,
8363         from Niels Skou Olsen <nso@dde.dk>.
8364
8365         For ncr, use /bin/uname rather than uname, since GNU uname does not
8366         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
8367
8368         Patch for MIPS R4000 running System V,
8369         from Eric S. Raymond <esr@snark.thyrsus.com>.
8370
8371         Fix thinko for nextstep.
8372
8373         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
8374
8375         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
8376         * config.guess: Guess mips-dec-mach_bsd4.3.
8377
8378         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
8379         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
8380         release numbers.
8381         * config.guess (mips-mips-riscos*):  Emit just enough of the
8382         release number.
8383
8384         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
8385         * config.guess (sparc-auspex-sunos*):  Added.
8386         (f300-fujitsu-*): Added.
8387
8388         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
8389         * config.guess:  Recognize a Tadpole as a sparc.
8390
8391 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
8392
8393         * config.guess: Don't assume that NextStep version is either 2 or
8394         3.  NextStep 4 (aka OpenStep 4) has come out now.
8395
8396 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
8397
8398         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
8399         From Rik Faith <faith@cs.unc.edu>.
8400
8401 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
8402
8403         * config.sub: Contributions from bug-gnu-utils to:
8404         Support plain "hppa" (no version given) architecture, reported by
8405         OpenStep.
8406         OpenBSD like NetBSD.
8407         LynxOs is not a hardware supplier.
8408
8409         * config.guess: Contributions from bug-gnu-utils to add support for:
8410         OpenBSD like NetBSD.
8411         Stratus systems.
8412         More Pyramid systems.
8413         i[n>4]86 Intel chips.
8414         M680[n>4]0 Motorola chips.
8415         Use unknown instead of lynx for hardware manufacturer.
8416
8417 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8418
8419         * install.sh (chmodcmd): Set to null if the DST directory already
8420         exists.
8421
8422 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8423
8424         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
8425         not use mt-ppc target Makefile fragment any more.
8426
8427 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
8428
8429         * configure.in (*-*-windows):  Exclude everything but those dirs
8430         needed to build windows.
8431
8432 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
8433
8434         * Makefile.in (all-target-winsup): Depend on all-target-librx.
8435
8436 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
8437
8438         * configure.in:  Exclude mmalloc from i386-windows.
8439
8440 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
8441
8442         * Undo my previous change.
8443
8444 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
8445
8446         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
8447         unconditionally.
8448         (MAKEOVERRIDES): Define (revert this part of October 18 change).
8449
8450 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
8451
8452         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
8453         host to add it's own flags.
8454
8455 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
8456
8457         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
8458
8459 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
8460
8461         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
8462         (CXX_FOR_TARGET): Likewise.
8463         (GCC_FOR_TARGET): Define.
8464         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
8465         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
8466         CC_FOR_TARGET was specified on the command line.
8467         (MAKEOVERRIDES): Don't define.
8468
8469 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
8470
8471         * configure.in (m32r): Fix spelling of libg++ libs.
8472
8473 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
8474
8475         * config.sub (-apple*): Remove, now redundant.
8476
8477 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
8478
8479         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
8480
8481         * configure: Rework yesterday's sed script patch.
8482
8483         * config.sub: Merge with FSF.
8484
8485 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
8486
8487         * config.guess:  Merge from FSF.
8488
8489         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
8490         * config.guess: Use pc instead of unknown, for pc clone systems.
8491         Change linux to linux-gnu.
8492
8493         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8494         * config.guess: Avoid non-portable tr syntax.
8495
8496 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
8497
8498         * test-build.mk (HOLES): Add "xargs" for gdb.
8499
8500         * configure: Avoid hpux10.20 sed bug.
8501
8502 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
8503
8504         * configure.in:  Add support for windows host
8505         (that is a build done under the Microsoft build environment).
8506
8507 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
8508
8509         * Makefile.in: Replace all uses of srcroot with s, to shrink
8510         command line lengths.
8511
8512         Patches from Geoffrey Noer <noer@cygnus.com>:
8513         * configure.in: If configuring for newlib, pass --with-newlib to
8514         subdirectories.
8515         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
8516         -Bnewlib/ and -Lwinsup to gcc.
8517         (CXX_FOR_TARGET): Likewise.
8518
8519 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
8520
8521         * Makefile.in (ETC_SUPPORT): Add configure.
8522
8523 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
8524
8525         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
8526         host configuration file.
8527
8528 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
8529
8530         * configure.in: Break mn10x00 support into separate
8531         mn10200 and mn10300 configurations.
8532         * config.sub: Likewise.
8533
8534 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
8535
8536         * configure.in: Add lots of stuff to noconfigdirs for
8537         the mn10x00 targets.
8538
8539         * config.sub, configure.in: Add mn10x00 support.
8540
8541 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
8542
8543         * make-all.com: Call conf-a-gas, not config-a-gas.
8544
8545 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
8546
8547         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
8548         targets.
8549
8550 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
8551
8552         * mpw-README: Add much more detail for native PowerMac.
8553         * mpw-install: New file.
8554         * mpw-configure: Add --norecursion and --help options.
8555         * mpw-config.in: Translate readme and install files when
8556         copying to objdir.
8557         * mpw-build.in: Don't always depend on byacc and flex.
8558         (install-only-top): New action.
8559
8560 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
8561
8562         * configure.in:  You can now configure GDB for the v850.
8563
8564 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
8565
8566         * configure.in (noconfigdirs): Don't configure any C++ dirs
8567         if targeting D10V.
8568
8569 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
8570
8571         * config.sub: Recognize mips64vr5000.
8572
8573 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
8574
8575         * configure.in: Use a single line for host_tools and native_only.
8576
8577 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
8578
8579         * config.sub, configure.in: Add entries for m32r.
8580
8581 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
8582
8583         * Makefile.in (inet-install): Don't run install-gzip.
8584
8585 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
8586
8587         * configure.in:  Don't config lots of things for *-*-windows*.
8588
8589 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
8590
8591         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
8592         (host_libs, host_tools): Copy from configure.in.
8593         * mpw-configure: Don't complain about directories not found.
8594
8595 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8596
8597         * configure.in (i[345]86): Recognize i686 for pentium pro.
8598         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
8599         file.
8600
8601         * config.guess (i[345]86): Ditto.
8602
8603 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
8604
8605         * configure.in (noconfigdirs): Removed gdb for D10V.
8606
8607 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
8608
8609         * configure.in: Remove ld, target-libio, target-libg++, and
8610         target-libstdc++ from noconfigdirs.
8611
8612 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
8613
8614         * configure: Fix three locations where shell scripts were
8615         being run directly rather than with config_shell.
8616
8617 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
8618
8619         * configure.in (v850-*-*): Set up initial $noconfigdirs.
8620         * config.sub (basic_machine): Recognize v850.
8621
8622 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
8623
8624         * mpw-configure: Handle multiple enable/disable options and
8625         pass them down recursively, handle -c and -s flags appropriately
8626         depending on choice of compiler, add escape mechanism for
8627         quoted arguments to gC.
8628
8629 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8630
8631         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
8632         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
8633         so that -mrelocatable-lib and -mno-eabi are used.
8634
8635         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
8636         not support --print-multi-lib, don't abort.
8637
8638 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
8639
8640         * make-all.com: Run config-a-gas.
8641         * setup.com: Don't copy subdirectory files around.
8642
8643 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
8644
8645         * configure.in (*-*-ose): Remove exclusion of libgloss for this
8646         target, it now compiles correctly.
8647
8648 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
8649
8650         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
8651
8652 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
8653
8654         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
8655
8656 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8657
8658         * configure.in (native_only): Add prms.
8659
8660 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
8661
8662         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
8663         (BINUTILS_SUPPORT_DIRS): Likewise.
8664
8665 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8666
8667         * configure.in (d10v-*-*): Don't configure ld or gdb until the
8668         d10v support is added.
8669
8670 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
8671
8672         * configure.in (d10v-*-*): New target.
8673
8674 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
8675
8676         * config.guess (HP 9000/811): Recognize this as a PA1.1
8677         machine.
8678
8679 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
8680
8681         * Makefile.in (do-tar-gz): New target, split out from tail end of
8682         taz target.  Run each command separately, don't use pipes.
8683         (taz): Use it.
8684
8685 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
8686
8687         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
8688         * mpw-build.in: No builds should depend on building byacc or flex,
8689         they are assumed to be installed already.
8690
8691 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8692
8693         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
8694         variable that CC_FOR_TARGET needs.
8695
8696 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8697
8698         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
8699         options have changed since the last time the subdirectory was
8700         configured, and if it has, reconfigure.
8701         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
8702         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
8703
8704 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
8705
8706         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
8707         CLEAN_MODULES): Add bash.
8708         (all-bash): New target.
8709
8710 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
8711
8712         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
8713
8714 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8715
8716         * config.sub (basic_machine): Recognize d10v as a valid processor.
8717
8718 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
8719
8720         * mpw-configure: Add support for --bindir.
8721         * mpw-build.in: Use a GCC-specific build script for GCC actions.
8722
8723 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
8724
8725         * configure.in: add bash, time, gawk to list of hosttools and things
8726         to only build for native toolchains
8727
8728 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8729
8730         * Makefile.in (docdir): Remove.
8731
8732 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8733
8734         * Makefile.in (datadir): Set to $(prefix)/share.
8735
8736 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
8737
8738         * configure.in: build diff and patch for cygwin32-hosted
8739         toolchains.
8740
8741 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
8742
8743         * config.sub: Accept -rtems*.
8744
8745 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
8746
8747         * configure.in: enable dosrel for cygwin32-hosted builds,
8748                 remove diff from the list of things not buildable
8749                 via Canadian Cross
8750
8751 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
8752
8753         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
8754         don't get ". ".
8755
8756 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
8757
8758         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
8759
8760 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
8761
8762         * Makefile.in (taz): Handle case where tex3patch didn't even get
8763         checked out.  Also, if it was found, put the symlink in a new util
8764         subdirectory.
8765
8766 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8767
8768         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
8769
8770 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
8771
8772         * config.sub: Recognize -openvms.
8773         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
8774         * make-all.com, setup.com: New files.
8775
8776 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
8777
8778         * Makefile.in (taz): tex3patch moved to texinfo/util.
8779
8780 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
8781
8782         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
8783         * configure.in: remove make from disable-if-Can-Cross list
8784                 enable gdb if ${host} and ${target} are cygwin32
8785
8786 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
8787
8788         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
8789         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
8790
8791 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
8792
8793         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
8794         distinguish sysv/svr4/bsd variants.
8795         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
8796
8797 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
8798
8799         * configure.in: Added copyright notice.
8800         * move-if-change: Added copyright notice.
8801
8802 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8803
8804         * configure.in (powerpcle-*-solaris*): Until we get shared
8805         libraries working, don't build gdb, sim, make, tcl, tk, or
8806         expect.
8807
8808 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
8809
8810         * config.guess:  Merge with FSF:
8811
8812         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8813         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
8814
8815         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
8816         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
8817
8818         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
8819         * config.guess:  Combine two OSF1 rules.
8820         Also recognize field test versions.  From mjr@zk3.dec.com.
8821         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
8822         because GNU uname does not support -p.  From pmr@pajato.com.
8823
8824 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
8825
8826         * Makefile.in (MAKEDIRS): Removed $(tooldir).
8827
8828 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
8829
8830         * mpw-README: Document GCCIncludes.
8831
8832 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
8833
8834         * configure.in (alpha-*-linux*): Set enable_shared to yes.
8835
8836 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
8837
8838         * mpw-configure: Handle --enable-FOO and --disable-FOO.
8839
8840 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
8841
8842         * configure.in (*-*-cygwin32): Configure make.
8843
8844 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
8845
8846         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
8847
8848 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
8849
8850         * Makefile.in (all-inet): Depend on all-perl.
8851
8852         * Makefile.in (inet-install): New target.
8853
8854         * Makefile.in (all-inet): Depend on all-tcl.
8855         (all-inet): Depend on all-send-pr.
8856
8857 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8858
8859         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
8860         temporarily.
8861
8862 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
8863
8864         * configure.in: Don't configure --with-gnu-ld on AIX.
8865
8866 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
8867
8868         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
8869
8870 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
8871
8872         * Makefile.in (ALL_MODULES): Added all-inet.
8873         (CROSS_CHECK_MODULES): Added check-inet.
8874         (INSTALL_MODULES): Added install-inet.
8875         (CLEAN_MODULES): Added clean-inet.
8876         (all-indent): New target.
8877
8878         * configure.in (host_tools): Added inet.
8879         (native_only): Added inet.
8880         (noconfigdirs): Added inet.
8881
8882 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
8883
8884         * configure.in: Don't configure libgloss if we are not configuring
8885         newlib.
8886
8887 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
8888
8889         * configure.in: Don't configure libgloss for unsupported
8890         architectures.
8891
8892 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8893
8894         * Makefile.in (CLEAN_MODULES): Add clean-apache.
8895
8896 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
8897
8898         * Makefile.in (ALL_MODULES): Include all-apache.
8899         (CROSS_CHECK_MODULES): Include check-apache.
8900         (INSTALL_MODULES): Include install-apache.
8901         (all-apache): New target.
8902
8903         * configure.in: Added apache everywhere perl is seen.
8904
8905 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8906
8907         * Makefile.in: Add support for clean-{module} and
8908         clean-target-{module} rules.
8909
8910 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
8911
8912         * configure.in (*-*-ose) do not build libgloss.
8913
8914 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8915
8916         * config.guess (prep*:SunOS:5.*:*): Turn into
8917         powerpele-unknown-solaris2.
8918
8919 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
8920
8921         * configure.in: Permit --enable-shared to specify a list of
8922         directories.
8923
8924 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
8925
8926         * configure.in (host==solaris): Pass only the first word of $CC
8927         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
8928
8929 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
8930
8931         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
8932
8933 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
8934
8935         * Makefile.in (ALL_MODULES): Include all-perl.
8936         (CROSS_CHECK_MODULES): Include check-perl.
8937         (INSTALL_MODULES): Include install-perl.
8938         (ALL_X11_MODULES): Include all-guile.
8939         (CHECK_X11_MODULES): Include check-guile.
8940         (INSTALL_X11_MODULES): Include install-guile.
8941         (all-perl): New target.
8942         (all-guile): New target.
8943
8944         * configure.in (host_tools): Include perl and guile.
8945         (native_only): Include perl and guile.
8946         (noconfigdirs): Don't build guile and perl; no ports have been
8947         done.
8948
8949 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
8950
8951         * configure (--enable-*): Handle quoted option lists such as
8952         --enable-sim-cflags='-g0 -O' better.
8953
8954 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8955
8956         * Makefile.in ({,inst}all-target): New rule so we can make and
8957         install all of the target directories easily.
8958
8959 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8960
8961         * configure.in: Add missing global flag in sed substitution when
8962         deleting `target-' from ${configdirs}.
8963
8964 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
8965
8966         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
8967         option.
8968
8969         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
8970         config/mh-necv4.
8971
8972         * install.sh: Correct misspelling of transformbasename.
8973
8974         * config.guess: Recognize mips-*-sysv*.
8975
8976 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
8977
8978         * config.sub: Recognize mon960.
8979
8980 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
8981
8982         * configure: Restore Canadian Cross handling of BISON and LEX,
8983         removed in Feb 20 change.
8984
8985 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
8986
8987         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
8988         Mention make install.  Remove the old copyright date as well the
8989         clumsy and rather pointless copyright on the README file.
8990
8991 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
8992
8993         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
8994         Makefile after running symlink-tree, then run `make distclean' to
8995         avoid clobbering any generated files in srcdir.
8996
8997 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
8998
8999         * configure.in (m68k-*-netbsd*): Build everything now.
9000
9001 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
9002
9003         * Makefile.in (taz): Fix quoting.
9004
9005 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
9006
9007         * configure.in (sparclet-*-*): Build everything now.
9008
9009 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9010
9011         * configure.in (m68k-*-linux*): New host.
9012
9013 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
9014
9015         * configure: Check for bison before byacc.
9016
9017 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
9018
9019         * Makefile.in configure:  Change the way LEX and BISON/YACC are
9020         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
9021         searching PATH.  These are used as fallbacks by Makefile.in if
9022         flex/bison/byacc aren't in objdir.
9023
9024 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
9025
9026         * Makefile.in: Make everything which depends upon all-bfd also
9027         depend upon all-opcodes, in case --with-commonbfdlib is used.
9028
9029 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9030
9031         * configure.in (host *-*-cygwin32): Don't build gdb if we are
9032         building NT native compilers on Unix.
9033
9034 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
9035
9036         * configure.in: Don't get CC from the host Makefile fragment if we
9037         can find gcc in PATH, or if this is a Canadian Cross.  Move the
9038         Solaris test for /usr/ucb/cc to the post target script, just after
9039         the compiler sanity test.
9040
9041 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
9042
9043         * config.sub: Merge with FSF.
9044
9045 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
9046
9047         * Makefile.in (RPATH_ENVVAR): New variable.
9048         (REALLY_SET_LIB_PATH): Use it.
9049         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
9050
9051 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
9052
9053         * config.sub, configure.in: Recognize sparclet cpu.
9054
9055 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
9056
9057         * config.guess:  Support m68k-cbm-sysv4.
9058
9059 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9060
9061         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
9062         m68k-unknown-linuxaout from linker help string.  Put quotes around
9063         $ld_help_string.
9064
9065 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
9066
9067         * config.guess (powerpc-harris-powerunix): Add guess for port
9068         to new target.
9069
9070 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9071
9072         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
9073
9074 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
9075
9076         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
9077         $(REALLY_SET_LIB_PATH) in Makefile.
9078         * Makefile.in (SET_LIB_PATH): New variable.
9079         (REALLY_SET_LIB_PATH): New variable.
9080         ($(DO_X)): Use $(SET_LIB_PATH).
9081         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
9082         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
9083         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
9084         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
9085         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
9086         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
9087         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
9088         (install-dosrel): Likewise.
9089         (all-opcodes): Depend upon all-libiberty.
9090
9091 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
9092
9093         * config.guess (*:CYGWIN*): New
9094
9095 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9096
9097         * Makefile.in (all-target-winsup): All all-target-libiberty.
9098
9099 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9100
9101         * configure.in (noconfigdirs): Add missing # in front of comment.
9102
9103 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
9104
9105         * configure.in: add second pass to things added to noconfigdirs
9106         so *-gm-magic can exclude libgloss properly.
9107
9108 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
9109
9110         * mpw-configure (extralibs_name, rez_name): Set correctly
9111         for MWC68K compiler.
9112
9113         * mpw-README: Add more info on the necessary build tools.
9114
9115 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
9116
9117         * configure.in, config.sub: Recognize cygwin32.
9118
9119 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
9120
9121         * config.guess, config.sub: Recognize A/UX.
9122
9123 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
9124
9125         * config.sub: Merge with gcc/config.sub.
9126
9127 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
9128
9129         * mpw-build.in (do-binutils): Add build of stamps.
9130
9131 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
9132
9133         * config.sub: Add recognition for mips64vr4100*-* targets.
9134
9135 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9136
9137         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
9138         Add creation of gconfigargs with `--enable-shared' turned on.
9139         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
9140         ($(host)-stamp-stage3-configured): Likewise.
9141         (HOLES): Add chatr and ldd.
9142         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
9143
9144 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
9145
9146         * configure: Pass --nfp to recursive configures.
9147
9148 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
9149
9150         * Makefile.in (DLLTOOL): New.
9151         (DLLTOOL_FOR_TARGET): New.
9152         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
9153         (EXTRA_TARGET_FLAGS): Ditto.
9154         (EXTRA_GCC_FLAGS): Ditto.
9155         (CONFIGURE_TARGET_MODULES): Ditto.
9156         (DO_X): Ditto.
9157         * configure: Add DLLTOOL.
9158
9159 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
9160
9161         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
9162         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
9163         mh-sco, since old workarounds no longer needed, and don't
9164         build ld, since libraries have weak symbols in COFF.
9165
9166 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
9167
9168         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
9169
9170 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
9171
9172         * configure.in: Make sure that ${CC} can be used to compile an
9173         executable.
9174
9175 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
9176
9177         * Makefile.in (all-gdb): Depend on $(GDB_TK).
9178         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
9179         nothing depending on whether gdbtk is being built.
9180
9181 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
9182
9183         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
9184
9185 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
9186
9187         * configure.in (noconfigdirs): Put ld or gas in this early, if the
9188         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
9189
9190 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
9191
9192         * config-ml.in: Add support for
9193         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
9194         Simplify setting of multidirs from --disable-foo.
9195
9196 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9197
9198         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
9199         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
9200         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
9201         non-empty, pass them on to the  GCC make.
9202         (all-bootstrap): New rule that is like all-gcc, except it executes
9203         the GCC bootstrap rule instead of the GCC all rule.
9204
9205 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
9206
9207         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
9208
9209 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9210
9211         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
9212         DG/UX support.
9213
9214 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
9215
9216         * config.sub (i*86*) Change [345] to [3456]
9217
9218 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9219
9220         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
9221         --with-gnu-ld=no.
9222
9223 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9224
9225         * config-ml.in (rs6000*, powerpc*): Add switches to control which
9226         AIX multilibs get built.
9227
9228 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9229
9230         * configure.in (i386-win32): Don't build expect if we're not
9231         building the tcl subdir.
9232
9233 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
9234
9235         * Makefile.in: (configure-target-examples, all-target-examples):
9236         New targets, configure and build example programs.
9237
9238 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
9239
9240         * mpw-configure: If an mpw-config.in generated a file mk.sed,
9241         use it as input to sedit the generated MPW makefile.
9242         * mpw-README: Add a suggestion about Gestalt.h.
9243
9244 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
9245
9246         * config.sub: Accept *-*-ieee*.
9247
9248 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
9249
9250         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
9251         Ronald F. Guilmette <rfg@monkeys.com>.
9252
9253 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9254
9255         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
9256         for powerpc-pe native.
9257         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
9258         (target==powerpc-pe): duplicate i386-win32 entry.
9259
9260 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9261
9262         * configure.in (noconfigdirs): Exclude target-newlib for all versions
9263         of vxworks, not just vxworks5.1.
9264
9265 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
9266
9267         * mpw-configure: Add support for exec-prefix.
9268
9269 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9270
9271         * config.guess: Recognize HP model 816 machines as having
9272         a PA1.1 processor.
9273
9274 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
9275
9276         * configure: Ignore new autoconf configure options.
9277
9278 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
9279
9280         * config.guess:  Recognize Pentium under SCO.
9281         From Robert Lipe <robertl@arnet.com>.
9282
9283 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9284
9285         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
9286
9287 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
9288
9289         * configure.in: Don't configure gas for alpha-dec-osf*.
9290
9291 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
9292
9293         * configure.in: Default to --with-stabs for some targets for which
9294         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
9295         i[345]86*-*-unixware*.
9296
9297 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
9298
9299         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
9300         rather than basing it on the target.  Simplify handling of options
9301         controlling which directories to configure.  Remove extraneous
9302         slash in multi-clean target.
9303
9304 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
9305
9306         * config-ml.in: Prefix more variables with ml_ so they don't collide
9307         with configure's.
9308
9309 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
9310
9311         * configure: Don't turn -v into --v.
9312
9313 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
9314
9315         * configure.in (targargs): Fix typo.
9316
9317         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
9318
9319 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
9320
9321         * configure.in: Strip --host and --target options from
9322         CONFIG_ARGUMENTS, and always configure for --host only.  Add
9323         --with-cross-host option when building with a cross-compiler.
9324         * configure: Canonicalize the arguments put into config.status by
9325         always using `=' for an option with an argument.  Pass a presumed
9326         --host or --target explicitly.
9327
9328 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
9329
9330         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
9331         into general OS recognition case.
9332
9333 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9334
9335         * configure.in (target_configdirs): add target-winsup only
9336         for win32 target systems.
9337
9338 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
9339
9340         * Makefile.in (all-target-libgloss): Depend upon
9341         configure-target-newlib, since when libgloss is built it looks to
9342         see if the newlib directory exists.
9343
9344 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
9345
9346         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
9347         cfg-ml-*.in.
9348
9349 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
9350
9351         * configure: Handle LD and LD_FOR_TARGET when configuring a
9352         Canadian Cross.
9353
9354 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9355
9356         * configure.in (target_libs): add target-winsup.
9357         (target==i386-win32): add patch diff flex make to $noconfigdirs.
9358         (target==ppcle-pe): remove ld from $noconfigdirs.
9359
9360 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
9361
9362         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
9363         Preserve relative path names in $srcdir.  Build symlink tree if
9364         configuring cross target dir and srcdir=. (= no VPATH support).
9365         (configure-target-libg++): Depend on configure-target-librx.
9366         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
9367         * config-ml.in: New file.
9368         * symlink-tree: New file.
9369         * configure: Ensure srcdir="." if that's what it is.
9370
9371 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
9372
9373         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
9374         includes and FLEX_SKELETON setting.
9375         * mpw-configure (--with-gnu-ld): New option, controls whether
9376         to use PPCLink or ld with PowerMac GCC.
9377         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
9378         * mpw-config.in: Configure grez if targeting Mac.
9379
9380         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
9381         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
9382         just macos.
9383         * configure.in: Configure grez resource compiler if targeting Mac.
9384         * Makefile.in (all-grez, install-grez): New targets.
9385
9386 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
9387
9388         * configure: CXX defaults to gcc, not g++.  If we find
9389         gcc in the path, set CC to gcc -O2.
9390
9391 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
9392
9393         * configure: Default ${build} correctly.  Avoid picking up extra
9394         spaces when reading CC and CXX from Makefile.  When doing a
9395         Canadian Cross, use plausible default values for numerous
9396         variables.
9397         * configure.in: When doing a Canadian Cross, don't try to
9398         configure tools whose configure script can't handle it.
9399
9400 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9401
9402         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
9403
9404 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9405
9406         * configure:  Remove dubious bug reporting address.
9407
9408 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9409
9410         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
9411         configure script, run that instead of this directory's configure.
9412         In either case, print a message that we're configuring the sub-dir.
9413
9414 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9415
9416         * configure.in: Before checking for the existence of various files,
9417         use sed to filter out "target-".
9418
9419 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
9420
9421         * Makefile.in (DO_X): Split rule to decrease command line length
9422         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
9423         (Philippe De Muyter).
9424
9425 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9426
9427         * Makefile.in (all-patch): depend on all-libiberty.
9428
9429 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
9430
9431         * configure.in: If the only directory in target_configdirs which
9432         actually exists is libiberty, then set target_configdirs to empty,
9433         to avoid trying to build a target libiberty in a gas or gdb
9434         distribution.
9435
9436 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
9437
9438         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
9439         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
9440         systems.
9441
9442 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9443
9444         * configure.in (copy_dirs): Use sys-include instead of include
9445         for --with-headers option.
9446
9447 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
9448
9449         * Makefile.in, configure.in: Make winsup builds work with
9450         new scheme.
9451
9452 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
9453
9454         * configure.in: Build the linker on AIX.
9455
9456 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9457
9458         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
9459         where needed.
9460
9461 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
9462
9463         * Makefile.in (all-gcc): Fix typo.
9464
9465 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9466
9467         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
9468
9469 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9470
9471         * configure.in:  Rename libFOO to target-libFOO, and xiberty
9472         to target-xiberty, to provide more flexibility.
9473         (target_subdir):  Define.  Create if cross.
9474         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
9475         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
9476         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
9477         check-libFOO -> check-target-libFOO, etc.
9478         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
9479         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
9480         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
9481         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
9482         allow ALL_GCC="" to only configure.
9483         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
9484         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
9485         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
9486
9487 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
9488
9489         * Makefile.in (taz): Build "info" in etc explicitly.
9490
9491 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
9492
9493         * configure.in:  Make sure that CC is undefined (as opposed to
9494         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
9495         problem with autoconf trying to configure on a host without GCC.
9496
9497 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
9498
9499         * mpw-configure: Set host alias from choice of host compiler,
9500         only use generic MPW Makefile sed if present, edit a file
9501         named "hacked_Makefile.in" instead of "Makefile.in" if present.
9502         * mpw-README: Add problem notes about CW6 and CW7.
9503
9504 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
9505
9506         * Makefile.in (taz): Use ";" instead of ";;".
9507
9508 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9509
9510         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
9511         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
9512         DISTDOCDIRS.
9513         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
9514         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
9515
9516 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9517
9518         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
9519         and gnats, because they are now subsumed by DISTSTUFFDIRS.
9520         Move bfd to DISTSTUFFDIRS.
9521
9522 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9523
9524         * Makefile.in (X11_LIB): Removed.
9525         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
9526
9527         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
9528
9529 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9530
9531         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
9532         names.
9533
9534 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9535
9536         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
9537
9538 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
9539
9540         * configure.in (i[345]86-*-win32): Always build newlib.
9541         Don't configure cvs, autoconf or texinfo.
9542         * Makefile.in (LD_FOR_TARGET): New.
9543         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
9544         Pass down LD_FOR_TARGET.
9545
9546 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
9547
9548         * winsup: New directory.
9549         * Makefile.in: Build winsup.
9550         * configure.in: Winsup is configured when target is win32.
9551         Can only build win32 target GDB when native.
9552
9553 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
9554
9555         * config.guess: Recognize HP model 819 machines as having
9556         a PA 1.1 processor.
9557
9558 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
9559
9560         * configure: Fix sed loop which substitutes for CC and CXX to
9561         avoid bug found in various sed implementations.
9562
9563 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9564
9565         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
9566         simulator.  Use standard powerpc-*-eabi*.
9567
9568 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
9569
9570         * configure.in: Stop putting gas and binutils in noconfigdirs for
9571         powerpc-*-aix* and rs6000-*-*.
9572
9573 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
9574
9575         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
9576         -mcall-aixdesc libraries.
9577
9578 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
9579
9580         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9581
9582         * config.sub (arm | armel | armeb): Fix shell syntax.
9583
9584 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9585
9586         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
9587         -msoft-float and -mcpu=common support.
9588         (powerpc*-*-eabisim*): Add support for building -mcall-aix
9589         libraries.
9590
9591 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9592
9593         * configure.in: Allow configuration and build of emacs19 for the alpha.
9594
9595 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9596
9597         * configure.in (CC): Get ^CC, not just any old CC, from
9598         ${host_makefile_frag}.
9599
9600 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9601
9602         * configure.in (CC): Try to get CC from
9603         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
9604
9605 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9606
9607         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
9608         only if it exists in $(srcdir).
9609
9610 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
9611
9612         * configure: If CC and CXX are not set in the environment, set
9613         them, based on either an existing Makefile or on searching for gcc
9614         in PATH.  Substitute for CC and CXX in Makefile.
9615         * configure.in: Remove libm from target_libs.  Separate
9616         target_configdirs from configdirs.  If CC is not set in
9617         environment, try to get it from a host Makefile fragment.  Rewrite
9618         changes of configdirs to use skipdirs instead.  A few minor
9619         tweaks.  Take directories out of target_configdirs as they are
9620         taken out of configdirs.  Remove existing Makefile files from
9621         subdirectories.  Substitute for TARGET_CONFIGDIRS and
9622         CONFIG_ARGUMENTS in Makefile.
9623         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
9624         by configure.in.
9625         (CONFIG_ARGUMENTS): Likewise.
9626         (CONFIGURE_TARGET_MODULES): New variable.
9627         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
9628         ($(CONFIGURE_TARGET_MODULES)): New target.
9629         (configure-libg++, configure-libio): New targets.
9630         (all-libg++): Depend upon configure-libg++.
9631         (all-libio): Depend upon configure-libio.
9632         (configure-libgloss, all-libgloss): New targets.
9633         (configure-libstdc++): New target.
9634         (all-libstdc++): Depend upon configure-libstdc++.
9635         (configure-librx, all-librx): New targets.
9636         (configure-newlib): New target.
9637         (all-newlib): Depend upon configure-newlib
9638         (configure-xiberty): New target.
9639         (all-xiberty): Depend upon configure-xiberty.
9640
9641 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
9642
9643         * configure.in (host i[345]86-*-win32):  Expand the
9644         noconfigdirs again.
9645
9646 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
9647
9648         * mpw-configure: Fix sed command file name.
9649
9650 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
9651
9652         * configure.in (host i[345]86-*-win32): Reduce the
9653         noconfigdirs again.
9654
9655 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
9656
9657         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
9658         or powerpc*-*-pe*, since they are not yet supported.
9659
9660 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
9661
9662         Add PowerMac support and many other enhancements.
9663         * mpw-configure: New option --cc to select compiler to use,
9664         paste options set according to --cc into the generated
9665         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
9666         if mpw-make.sed is present.
9667         * mpw-config.in: Don't test for gC1, test for mpw-touch,
9668         add forward includes for PowerPC include files.
9669         * mpw-build.in: Build using Makefile.PPC if present.
9670         (do-byacc, etc): Remove separate version resource builds.
9671         (do-gas): Build "stamps" before "all".
9672         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
9673         * mpw-README: Update to reflect --cc option, PowerMac support,
9674         and recently-reported compatibility problems.
9675
9676 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
9677
9678         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
9679         embedded m68k systems (-aout, -coff, -elf, -vxworks).
9680         (--with-multilib-top): Pass to recursive invocations.
9681
9682 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
9683
9684         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
9685         v810-*-*.
9686
9687 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9688
9689         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
9690         gdb, ld and opcodes on v810-*-*.
9691
9692 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
9693
9694         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
9695         (local-maintainer-clean): New target.
9696         (maintainer-clean): New target.
9697         (realclean): Just depend upon maintainer-clean.
9698
9699 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9700
9701         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
9702
9703 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
9704
9705         * configure.in: Build ld in mips*-*-bsd* case.
9706
9707 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
9708
9709         * config.sub: Accept -lites* OS.  From Ian Dall.
9710
9711 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
9712
9713         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
9714         targets.
9715
9716 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9717
9718         * configure.in: treat i386-win32 canadian cross the same as
9719         i386-go32 canadian cross.
9720
9721 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9722
9723         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
9724         running under the simulator to build a reduced set of libraries.
9725         (powerpc-*-eabiaix): Add fine grained multilib support added to
9726         other powerpc targets yesterday.
9727
9728 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9729
9730         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
9731         -disable-softfloat, -disable-relocatable, -disable-aix, and
9732         -disable-sysv to control which multilib libraries get built.
9733
9734 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
9735
9736         * configure: Add Makefile.tem to list of files to remove in trap
9737         handler.
9738
9739 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9740
9741         * config.guess (*Linux*):  Add missing "exit"s.
9742         Also, need specific check for alpha-unknown-linux (uses COFF).
9743
9744 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9745
9746         * config.guess:  Merge with FSF:
9747
9748         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
9749         * config.guess (AIX4): More robust release numbering discovery.
9750
9751         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
9752         * config.guess (i386-sequent-ptx): Properly get version number.
9753
9754         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
9755         * config.guess (mips:*:4*:UMIPS): New case.
9756
9757 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
9758
9759         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
9760         (i386-win32 host): Likewise.  Don't build readline.
9761
9762 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
9763
9764         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
9765         SUPPORT_FILES to submakes.
9766
9767 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
9768
9769         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
9770         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
9771         mpw-configure.
9772
9773 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
9774
9775         * configure.in (appdirs): Use =, not ==, in test expression when
9776         trying to build the text to print in the warning message for
9777         Solaris users.
9778
9779 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
9780
9781         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
9782
9783 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9784
9785         * config.guess: Recognize lynx-2.3.
9786
9787 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
9788
9789         * config.sub (z8ksim): Deleted
9790         (z8k-*-coff): New, this is the one true name of the target.
9791
9792 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
9793
9794         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
9795
9796 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
9797
9798         * config.guess (*:Linux:*:*): First try asking the linker what the
9799         default object file format is (elf, aout, or coff).  Then if this
9800         fails, try previous methods.
9801
9802 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9803
9804         * configure.in: Don't build newlib for *-*-vxworks5.1.
9805
9806 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9807
9808         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
9809         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
9810
9811 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
9812
9813         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
9814
9815 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
9816
9817         * cfg-ml-com.in: New file.
9818         * cfg-ml-pos.in: New file.
9819
9820 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9821
9822         * COPYING.NEWLIB: Add HP free copyright to list.
9823
9824 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9825
9826         * config.sub: Recognize -eabi* for the system, not just -eabi.
9827
9828 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
9829
9830         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
9831         * config.sub, configure.in (win32): New target and host.
9832
9833 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
9834
9835         * configure.in: Add i386-pe configuration.
9836
9837 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
9838
9839         * mpw-build.in (install): Install GDB after LD.
9840
9841 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
9842
9843         * mpw-config.in (elf/mips.h): Always forward-include, needed
9844         for GDB to build.
9845
9846 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9847
9848         * testsuite: New directory for customer acceptance and whole tool
9849         chain tests.
9850
9851 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
9852
9853         * configure: If per-host line isn't found, but AC_OUTPUT is found
9854         and a configure script exists, run it instead.
9855
9856 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9857
9858         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
9859
9860 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9861
9862         * configure: Set build_{cpu,vendor,os,alias} to host values when
9863         --build isn't specified.
9864
9865 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9866
9867         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
9868         (FLAGS_TO_PASS): Pass them.
9869         (EXTRA_TARGET_FLAGS): Ditto.
9870
9871 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9872
9873         * Makefile.in (all-libg++): Depend on all-libstdc++.
9874
9875 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9876
9877         * configure.in (noconfigdirs): Enable all packages for
9878           i386-unknown-netbsd.
9879
9880 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
9881
9882         * configure.in (noconfigdirs): Don't configure tk for i386-go32
9883         hosted builds (DOS builds)
9884
9885 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
9886
9887         Changes for ARM based on patches from Richard Earnshaw:
9888         * config.sub: Handle armeb and armel.
9889         * configure.in: Omit arm linker only for riscix.
9890
9891 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9892
9893         * config.guess:  Update from FSF.
9894
9895 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
9896
9897         * config.sub: Recognize powerpcle as the little endian variant of
9898         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
9899         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
9900         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
9901         temporarily.
9902
9903 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
9904
9905         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
9906
9907 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
9908
9909         * config.sub: Accept -lites* as a basic system type.
9910
9911 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
9912
9913         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
9914         installed, and if so return linuxoldld as the system name.
9915
9916 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
9917
9918         * config.guess: Add hppa1.1-hp-lites support.
9919
9920 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9921
9922         * configure.in: Don't build newlib for m68k-vxworks5.1.
9923
9924 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9925
9926         * configure.in (mips-sgi-irix6): Use mh-irix5.
9927
9928 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
9929
9930         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
9931
9932 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9933
9934         * test-build.mk: Enable building of shared libraries on IRIX 5 and
9935         OSF/1.  Fix compiler flags.
9936         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
9937
9938 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
9939
9940         * configure.in: Recognize --with-newlib.
9941         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
9942
9943 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
9944
9945         * Makefile.in: move {all,check,install}-gdb from *_MODULES
9946         to *_X11_MODULES due to gdbtk needing X include files et al.
9947
9948 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
9949
9950         Merge in support for Mac MPW as a host.
9951         (Old change descriptions retained for informational value.)
9952
9953         * mpw-config.in: Add generic include forwards for cpu-specific
9954         include files in aout and elf directories.
9955
9956         * mpw-configure: Added copyright.
9957         * mpw-config.in: Check for presence of required build tools.
9958         (target_libs): Add newlib.
9959         (target_tools): Add examples.
9960         (Read Me): Generate as "Read Me for MPW" instead.
9961         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
9962         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
9963         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
9964
9965         * mpw-configure: Remove subdir-specific makefile hackery,
9966         delete mk.tmp after using it.
9967
9968         * mpw-build.in (all): Display start and end times.
9969
9970         * mpw-configure (host_canonical): Set.
9971         (target_cpu): Always add to makefiles.
9972         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
9973         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
9974         (mpw-mh-mpw): Look for in srcdir and srcroot.
9975         Use sed instead of mpw-edit-prefix to edit prefix definitions.
9976
9977         * mpw-build.in: (install-only): New target.
9978
9979         * mpw-configure (host_alias, target_alias): Rename from hostalias
9980         and targetalias, add into generated Makefile.
9981         (mk.tmp): If present, add into generated Makefile.
9982         * mpw-build.in (all-gas): Build config.h first before gas proper.
9983
9984         * mpw-configure (config.status): Write only if changed.
9985         * mpw-config.in (readline): Configure it (not built, just used for
9986         definitions).
9987
9988         * mpw-config.in (elf/mips.h): Add a forward include.
9989
9990         * mpw-config.in: Forward-include most .h files in include into
9991         extra-include.
9992         (readline): Don't build.
9993         mpw-build.in (install): Install GDB.
9994
9995         * mpw-configure (prefix, mpw_prefix): Handle it.
9996         * mpw-config.in (mmalloc, readline): Don't configure.
9997         * mpw-build.in (thisscript): Rename to ThisScript.
9998         Use mpw-build instead of BuildProgram everywhere.
9999         (mmalloc, readline): Don't build.
10000         * mpw-README: New file, basic documentation about the MPW port.
10001
10002         * mpw-config.in: Use forward-include to create include files.
10003
10004         * mpw-configure: Add more things to the top of each configured
10005         Makefile, including contents of config/mpw-mh-mpw.
10006         * mpw-config.in (extra-include): Create this directory and fill it
10007         with Posix-like include files when configuring.
10008
10009         * config.sub (apple, mac, mpw): Add various aliases.
10010
10011         * mpw-build.in: New file, top-level build script fragment for MPW.
10012         * mpw-configure: New file, configure script for MPW.
10013         * mpw-config.in: New file, config fragment for MPW.
10014
10015 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10016
10017         * configure.in (host_libs): Remove glob, since it is gone from the
10018         sources.
10019
10020 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10021
10022         * Makefile.in: define empty GDB_NLM_DEPS var.
10023
10024         * configure.in(target_makefile_frag): use config/mt-netware
10025         for netware targets.
10026
10027 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
10028
10029         * config.sub: Merge in recent FSF changes.  Remove linux special
10030         cases.
10031
10032 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
10033
10034         Revert this change:
10035
10036         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
10037
10038                 * build-all.mk: Use CC=cc -Xs on Solaris.
10039
10040 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10041
10042         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
10043         stop using it.
10044         * Makefile.in: Nuke all references to glob subdirectory.
10045
10046 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10047
10048         * configure.in: Fix --enable-shared logic in per-host.
10049
10050 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
10051
10052         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
10053
10054 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10055
10056         * configure.in (noconfigdirs): Don't build gas on AIX, for
10057         powerpc*-*-aix* as well as for rs6000*-*-aix*.
10058
10059 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
10060
10061         * configure: Fix --cache-file to work if the file argument is a
10062         relative path.
10063
10064 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
10065
10066         * configure: If the --cache-file is used, pass it down to
10067         configure in subdirectories.
10068
10069 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
10070
10071         * config.sub: add vxworks29k configuration.
10072
10073 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
10074
10075         * Makefile.in (taz): Do "diststuff" part quietly.
10076
10077 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
10078
10079         * config.sub: Mini-merge with gcc/config.sub.
10080
10081 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10082
10083         * config.guess (IRIX): Sed - to _.
10084
10085 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10086
10087         * Makefile.in (source-vault, binary-vault): New targets.
10088
10089 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
10090
10091         * config.sub: Recognize -eabi as a basic system type.
10092
10093 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10094
10095         * configure.in (enable_shared stuff): Fix typo.
10096
10097 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
10098
10099         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
10100
10101 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10102
10103         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
10104
10105 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
10106
10107         * configure.in (rs6000-*-*): Don't build gas.
10108
10109 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
10110
10111         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
10112         reduce command line length.
10113         (AS_FOR_TARGET): Check for as.new, not Makefile.
10114         (NM_FOR_TARGET): Check for nm.new, not Makefile.
10115
10116 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10117
10118         * config.guess:  Merge from FSF.
10119
10120 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10121
10122         * configure: Don't use $ when handling program_suffix.
10123
10124 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
10125
10126         * configure.in:  Configure tk for hppa/hpux.
10127
10128 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
10129
10130         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
10131
10132 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
10133
10134         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
10135         to LIBCXXFLAGS.  Tests are better run without it.
10136
10137 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
10138
10139         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
10140
10141 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
10142
10143         * configure.in (*-*-netware*): Don't configure xiberty.
10144
10145 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
10146
10147         * configure.in:  Remove tk from native_only list.
10148
10149 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
10150
10151         * build-all.mk: Add mips-ncd-elf target to sun4 targets
10152           for special NCD build.
10153
10154 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10155
10156         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
10157         makeall.bat, they're only useful for binutils snapshots.
10158         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
10159         makeall.bat to specified SUPPORT_FILES.
10160
10161 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
10162
10163         * build-all.mk: Add Ericsson targets to sun4 and solaris
10164           hosts.  Add  BNR's sun4 target to solaris host, so their
10165           build-from-source will be tested in-house first.
10166
10167 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
10168
10169         * Makefile.in (LIBCFLAGS): New variable.
10170         (CFLAGS_FOR_TARGET): Ditto.
10171         (LIBCFLAGS_FOR_TARGET): Ditto.
10172         (LIBCXXFLAGS): Ditto.
10173         (CXXFLAGS_FOR_TARGET): Ditto.
10174         (LIBCXXFLAGS_FOR_TARGET): Ditto.
10175         (BASE_FLAGS_TO_PASS): Pass them.
10176         (EXTRA_TARGET_FLAGS): Ditto.
10177
10178         * configure.in: Support --enable-shared.
10179
10180 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
10181
10182         * configure.in (target_libs):  Include libstdc++ again.
10183         * config.guess:  Update from FSF (for FreeBSD).
10184
10185 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10186
10187         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
10188         makeall.bat.
10189         (DISTDOCDIRS): Add `etc'.
10190         (ETC_SUPPORT_PFX): New variable.
10191         (taz): Include anything from etc starting with a word in
10192         ETC_SUPPORT_PFX.
10193
10194 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10195
10196         * config.sub: Update for recent FSF changes.  Remove obsolete
10197         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
10198         spacing changes.
10199
10200 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
10201
10202         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
10203
10204         * config.guess:  Merge with FSF.
10205         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
10206
10207 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10208
10209         * configure: Since the "trap 0" handler will override the exit
10210         status on many systems, only use it for "exit 1", and make it set
10211         a non-zero exit status; reset it before "exit 0".  Also, check
10212         exit status of config.sub, and error out if it failed.
10213
10214 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
10215
10216         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
10217         and install libgloss.
10218
10219 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10220
10221         * Makefile.in (all-binutils): Depend upon all-byacc.
10222
10223         * configure.in: Don't build emacs on Irix 5.
10224
10225 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
10226
10227         * configure.in (*-*-netware*): Add libio.
10228
10229 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
10230
10231         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
10232         (CHECK_TARGET_MODULES): Ditto.
10233         (INSTALL_TARGET_MODULES): Ditto.
10234         (TARGET_LIBS): Ditto.
10235         (all-libstdc++): Note dependencies.
10236
10237 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10238
10239         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
10240
10241 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
10242
10243         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
10244         -fexternal-templates.
10245
10246         * configure.in (target_libs): Add libstdc++.
10247         (noconfigdirs): Add libstdc++ as appropriate.
10248
10249 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10250
10251         * config.guess:  Update from FSF.
10252
10253 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10254
10255         * configure: Use ${config_shell} when running ${configsub}.
10256
10257 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
10258
10259         * config.sub: No longer recognize h8300h.
10260
10261 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
10262
10263         * config.sub: Remove extraneous differences between config.sub and
10264         gcc/config.sub.
10265
10266 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
10267
10268         * Makefile.in (DISTSTUFFDIRS): Add gas.
10269
10270 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
10271
10272         * COPYING.NEWLIB: New file.
10273
10274 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10275
10276         * config.guess (HP-UX):  Patch from Harlan Stenn
10277         <harlan@landmark.com> to also emit release level.
10278
10279 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
10280
10281         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
10282
10283 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10284
10285         * config.sub:  Merge nextstep cleanup from FSF.
10286
10287 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10288
10289         * configure.in (arm-*-*): Don't configure ld for this target.
10290
10291 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
10292
10293         * configure.in (*-*-netware): don't configure libg++, libio,
10294           librx, or newlib.
10295
10296 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10297
10298         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
10299         configure ld--it works, but it doesn't support shared libraries.
10300
10301 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10302
10303         * config.guess (*-unknown-freebsd*):  Get rid of possible
10304         trailing "(Release)" in version string.
10305         Patch from Paul Richards <paul@isl.cf.ac.uk>.
10306
10307 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10308
10309         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
10310         Fix type: *-next-neststep -> *-next-nextstep.
10311
10312         * config.guess:  Merge from FSF:
10313
10314         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
10315
10316         * config.guess: Recognize powerpc-ibm-aix3.2.5.
10317
10318         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
10319
10320         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
10321         instead of UNIX_SV for UnixWare 1.0).
10322
10323 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
10324
10325         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
10326         to make gdb/nlm/* build after the compiler and linker.
10327
10328 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10329
10330         * config.guess (netbsd, freebsd, linux):  Accept any machine,
10331         not just i[34]86.
10332         (m68k-atari-sysv4):  Relocate to match FSF version.
10333
10334         * config.guess:  More merges from the FSF:
10335
10336         Add a space before function call or macro invocation.
10337
10338         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10339
10340         * config.guess: Add trap cmd to remove dummy.c and dummy when
10341         interrupted.
10342
10343         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10344
10345         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
10346         (dummy): Redirect stderr from compilation of dummy.c.
10347
10348         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
10349
10350         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
10351
10352 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
10353
10354         * configure: Accept and ignore --cache*, for compatibility with
10355         new autoconf.
10356
10357 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10358
10359         * config.guess:  Merge from FSF:
10360
10361         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10362
10363         * config.guess (Pyramid*:OSx*:*:*): New case.
10364         (PATH): Add /.attbin at end for finding uname.
10365         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
10366
10367         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
10368
10369         * config.guess (M88*:DolphinOS:*:*): New case.
10370
10371         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
10372
10373         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
10374         to select whether to use ELF or COFF.
10375
10376         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10377
10378         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
10379
10380         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10381
10382         * config.guess: Guess the OS version for HPUX.
10383
10384         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
10385
10386         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
10387
10388 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10389
10390         * configure.in: Recognize --with-headers, --with-libs, and
10391         --without-newlib.
10392         * Makefile.in (all-xiberty): Depend upon all-ld.
10393
10394 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10395
10396         * configure.in: Change i[34]86 to i[345]86.
10397
10398 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10399
10400         * configure (version): A few more tweaks to help message.
10401
10402 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10403
10404         * Makefile.in:  Remove (for now) librx as a host library,
10405         now that we're building it for target.
10406
10407 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10408
10409         * configure: Fix up help message; from karl@owl.hq.ileaf.com
10410         (Karl Berry).
10411
10412 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10413
10414         * configure.in:  Also configure librx.
10415
10416 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10417
10418         * Makefile.in:  Update various rules to reflect that librx
10419         is now needed for libg++.
10420
10421 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10422
10423         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
10424
10425 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
10426
10427         * configure.in: Configure the examples directory.
10428
10429 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10430
10431         * configure: Simplify Jun 2 1994 change.
10432
10433 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
10434
10435         * change CC to /usr/latest/bin/gcc for lynx host builds, since
10436         /bin/gcc isn't good enough to build gcc.
10437
10438 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
10439
10440         * Makefile.in (GDB_SUPPORT_FILES): Remove
10441         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
10442         (gdb.tar.gz): Add new rule to use standard distribution building
10443         mechanism.
10444
10445 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10446
10447         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
10448         Bill Cox <bill@cygnus.com>.
10449
10450 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10451
10452         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
10453
10454 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
10455
10456         * configure:  Search current dir first in .gdbinit.
10457
10458 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10459
10460         * config.sub:  Recognize freebsd (merged from gcc config.sub).
10461
10462 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10463
10464         * config.sub:  Refer to NeXT's operating system as nextstep.
10465
10466         * config.sub (case $basic_machine):  Re-order the cases, to match
10467         the order in the FSF version (which is mostly alphabethical).
10468         Merge in some additions and changes from the FSF.
10469
10470 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
10471
10472         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
10473         * config.sub: Recognize cxux7.
10474         * configure.in: Use mh-cxux for m88k-harris-cxux*.
10475
10476 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10477
10478         * config.sub:  Fix typo powerpc -> powerpc-*.
10479
10480 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
10481
10482         * Makefile.in: `all-emacs19' depends on `all-byacc'.
10483
10484         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
10485         parallel with all-emacs and install-emacs).  Top-level command
10486         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
10487
10488 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10489
10490         * test-build.mk ($(host)-stamp-stage2-installed): Remove
10491         $(relbindir)/make before doing ``make install'', and use
10492         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
10493         installing over running make binary.
10494         ($(host)-stamp-stage3-installed): Likewise.
10495
10496 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10497
10498         * config.guess: Recognize Mach.
10499
10500 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
10501
10502         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
10503         see whether --exec-prefix was used.
10504
10505 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10506
10507         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
10508
10509 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10510
10511         * Makefile.in: Add all-librx target similar to all-libproc.
10512
10513 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
10514
10515         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
10516         with post 1.2 uname bogosity.
10517
10518 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10519
10520         * configure: Remove temporary files on receipt of a signal.
10521
10522 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
10523
10524         * configure: If there is a package_makefile_frag, remove
10525         ${subdir}/Makefile.tem after copying it in.
10526
10527 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
10528
10529         * build_all.mk: support rs6000 lynx identifies itself as
10530         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
10531         since /bin/gcc is too feeble to compile a modern gcc.
10532
10533 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
10534
10535         * brought devo/test-build.mk update-to-date with progressive/
10536           test-build.mk. Add lynx targets and hppa flag info.
10537
10538 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10539
10540         * configure.in:  Use mh-ncrsvr43.  Patch from
10541         Tom McConnell <tmcconne@sedona.intel.com>.
10542
10543 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10544
10545         * config.guess (i386-unknown-bsdi):  No longer need to
10546         check #if defined(__bsdi__) && defined(__i386__).
10547
10548 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10549
10550         * configure: Set program_transform_nameoption correctly.
10551
10552 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
10553
10554         * brought build-all.mk update-to-date with progressive build-all.mk,
10555           added new targets and hppa info.
10556
10557 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10558
10559         * configure: If config.guess result is a prefix of the user
10560         specified target, assume a native build and use the user specified
10561         target as the host alias.  Remove SunOS patch suffix removal hack.
10562         * configure.in: Remove SunOS patch suffix removal hack.
10563
10564         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
10565         in NATIVE_CHECK_MODULES.
10566
10567 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
10568
10569         * Makefile.in: Rename HOST_ONLY to NATIVE.
10570         * configure: Delete SunOs patch suffix from host_canonical
10571           and build_canonical variables that are prepended to Makefiles.
10572         * configure.in: Add comments for easier maintenance.
10573
10574 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10575
10576         * Makefile.in: Add all-libproc target similar to all-gui.
10577
10578 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
10579
10580         * Makefile.in (CHECK_MODULES): split into
10581         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
10582
10583 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
10584
10585         * config.guess (i386-unknown-bsdi): New system to guess.
10586
10587 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10588
10589         * Makefile.in: Add all-gui target (but not yet build by "all").
10590
10591 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
10592
10593         * config.sub: Move deletion of patch suffix from here...
10594         * configure.in: To here, at Ian's suggestion.  The top-
10595           level scripts might need to know of a patch level.
10596
10597 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
10598
10599         * config.sub: Strip off patch suffix so rtl is recognized
10600           as a sunos4.1.3 machine, even though it's been patched.
10601
10602 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
10603
10604         * Makefile.in (INSTALL_LAST): Delete.
10605         (INSTALL_DOSREL): New.
10606
10607 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10608
10609         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
10610         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
10611         whether we pass down --with-gnu-ld anyhow.
10612
10613 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
10614
10615         * Makefile.in (INSTALL_LAST): Change operation so it works
10616         on more flavors of make.
10617         * configure.in (go32): Don't build libg++ or libio.
10618
10619 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
10620
10621         * Makefile.in (Move HOST_PREFIX_1 and friends up so
10622         they can be overriden by templates.
10623
10624 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
10625
10626         * configure.in (target==go32): Don't build gdb.
10627         * dosrel: New directory.
10628
10629 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
10630
10631         * configure.in (host==go32): Configure dosrel too.
10632         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
10633         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
10634         be set by incoming names or templates.
10635         (INSTALL_LAST): New rule.
10636
10637 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
10638
10639         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
10640
10641 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10642
10643         * configure.in (appdirs): New variable.  Currently empty, but will
10644         be used in gas distribution.  If nonempty, lists a set of
10645         directories at least one of which must get configured, or top
10646         level configuration is considered to have failed.
10647         (rs6000-*-lynxos*): Use new file name.
10648
10649 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10650
10651         Eliminate XTRAFLAGS.
10652         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
10653         newlib include files using -idirafter, and also use -nostdinc.
10654         (CXX_FOR_TARGET): Likewise.
10655         (XTRAFLAGS): Removed.
10656         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
10657         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
10658         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
10659         ($(DO_X)): Don't pass down XTRAFLAGS.
10660
10661 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10662
10663         * configure.in (mips*-dec-bsd*): New target; do build linker.
10664         (mips*-*-bsd*): New target; don't build linker.
10665
10666 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
10667
10668         * configure.in: support rs6000-*-lynxos* configuration.
10669         support sunos4 as a cross target.
10670
10671         * config.sub: look for lynx*, not lynx since the OS version may
10672         legitimately be part of the name.
10673
10674 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10675
10676         * configure.in (i[34]86-*-sco*): Move to be with other i386
10677         targets.
10678         (romp-*-*): New target.  Skip various binary utilities.
10679         (vax-*-*): New target.  Don't build newlib.
10680         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
10681
10682 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10683
10684         * configure.in: Only set host_makefile_frag if config
10685         directory exists.
10686
10687 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10688
10689         * install.sh: If $dstdir exists, don't check whether each
10690         component does.
10691
10692 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10693
10694         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
10695
10696 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
10697
10698         * configure.in (*-*-lynxos*): Don't configure newlib for either
10699         native or cross Lynx.
10700
10701 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
10702
10703         * config.sub (sparc64-elf): Fix os.
10704         (z8k): Remove duplicate.
10705
10706 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10707
10708         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
10709         gcc/stmp-fixproto, to try to prevent fixproto from being run.
10710
10711 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
10712
10713         * configure: Make file links cleanly even if Lynx fails on
10714           an NFS symlink (at least fail cleanly).
10715
10716 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
10717
10718         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
10719         -XNh2000.
10720
10721 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10722
10723         * configure: Unknown options are fatal again.
10724
10725 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
10726
10727         * configure: Ignore --x-includes and --x-libraries, for Autoconf
10728         compatibility.
10729
10730 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
10731
10732         * build-all.mk: Add `clean' target.
10733
10734 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10735
10736         * config.guess:  Add SINIX support.
10737         * configure.in:  Add mips-*-sysv4* support.
10738
10739 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
10740
10741         * build-all.mk: Document all useful targets.
10742         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
10743         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
10744
10745 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10746
10747         * configure: Support --silent, --quiet.
10748
10749 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10750
10751         * configure: Support --disable-FEATURE.
10752
10753 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10754
10755         * config.guess: Recognize NCR running SVR4.3.
10756
10757 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10758
10759         * config.guess:  Make BSDI generate i386-unknown-bsd386.
10760         Patch from Paul Eggert <eggert@twinsun.com>.
10761
10762 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10763
10764         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
10765
10766 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10767
10768         * configure: Make unrecognized options give nonfatal warnings
10769         instead of fatal errors, and pass them to any subdirectory
10770         configures in case they recognize them.
10771         Make --x equivalent to --with-x.
10772
10773 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10774
10775         * configure: Add --enable-* options.  Clean up usage message and
10776         some comments.
10777
10778 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
10779
10780         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
10781
10782 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10783
10784         * configure.in (hppa*-*-*): Enable binutils.
10785
10786 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10787
10788         * config.sub: Recognize cisco.
10789
10790 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
10791
10792         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
10793
10794 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10795
10796         * config.guess: about target *-hitachi-hiuxwe2, don't print more
10797         than one configuration name.  Add comment.
10798
10799 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
10800
10801         * config.guess: about target *-hitachi-hiuxwe2, fixed
10802         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
10803         macro is incorrect.]
10804
10805 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10806
10807         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
10808         than the "make ls" stuff which used to be here.
10809
10810 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10811
10812         * config.guess:  Recognize i[34]86-unknown-freebsd.
10813         From Shawn M Carey <smcarey@rodan.syr.edu>.
10814
10815 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10816
10817         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
10818
10819 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
10820
10821         * config.guess: Check for ptx.
10822
10823 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
10824
10825         * config.sub: Add os9k checking.
10826
10827 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10828
10829         * config.guess: Handle OSF1 running on HPPA processors
10830
10831 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
10832
10833         * configure: If subdir configure fails, print out a message with
10834         subdirectory name, in case subdir's configure code didn't identify
10835         itself.
10836
10837 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
10838
10839         * configure.in: Remove embedded newlines from configdirs.
10840         Avoid mismatches of substrings.  Fix matching strings at end
10841         of configdirs.
10842
10843 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
10844
10845         * config.guess:  Add Lynx/rs6000 config support.
10846
10847 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
10848
10849         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
10850
10851 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
10852
10853         * configure.in (hppa*-*-osf*): Treat this just like most other
10854         PA configurations (eg no binutils or ld).
10855         (hppa*-*-*elf*): These configurations have binutils and ld.
10856
10857 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10858
10859         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
10860
10861 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10862
10863         * configure.in (rs6000-*-*): Build gas.
10864
10865 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10866
10867         * Makefile.in:  Avoid bug in losing hpux sed.
10868
10869 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10870
10871         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
10872         for GDB and GDB has been fixed to not need it.
10873
10874 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10875
10876         * config.guess: Recognize vax hosts.
10877
10878 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10879
10880         * configure (while loop): Don't use "break 2" inside case
10881         statement -- the case statement isn't an enclosing loop.
10882
10883 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10884
10885         * config.guess:  Clean up NeXT support, to allow nextstep
10886         on Intel machines.  Make OS be nextstep.
10887
10888 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
10889
10890         * config.guess: Add alternate forms for Convex.
10891
10892 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
10893
10894         * configure:  Completely rewrite option processing.  Take
10895         advantage of pattern-matching to avoid invoking test frequently.
10896         Also clean up host and target defaulting logic.
10897
10898 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10899
10900         * Makefile.in: Replace all occurrances of "rootme" with "r" and
10901         "$${rootme}" with "$$r", to increase the likelihood that the do-*
10902         commands (plus user environment) will fit SCO limits.
10903
10904 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10905
10906         * configure.in: Don't issue warnings about directories which are
10907         not being configured if -norecursion is set.  Correct test for
10908         --with-gnu-as and --with-gnu-ld to not get confused by substring
10909         matches.
10910
10911         * configure.in: Don't build gas for alpha-dec-osf1*.
10912
10913 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
10914
10915         * configure:  Back out Per's change of 12/19/1993.  It changes the
10916         behavior of configure in unexpected and confusing ways.
10917
10918         Also, use different delim char when calculating
10919         program_transform_name so that the name can contain slashes.
10920
10921 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
10922
10923         * configure.in, config.sub: Add support for VSTa micro-kernel.
10924
10925 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
10926
10927         * configure.in: Nuke hacks which were used to get a special
10928         version of GAS for HPPA configurations.
10929
10930 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10931
10932         * configure:  If only ${target_alias} is given, use that
10933         as the default for ${host_alias}.
10934         * configure:  Add missing back-slashes before nested quotes.
10935
10936 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
10937
10938         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
10939
10940 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
10941
10942         * config.guess:  Recognize some Tektronix configurations.
10943         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
10944
10945 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
10946
10947         * config.sub: Match any flavor of SH.
10948
10949 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
10950
10951         * configure.in: Don't try to configure newlib for Alpha.
10952
10953 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10954
10955         * configure.in: Don't build ld for Irix 5.  Don't build gas,
10956         libg++ or libio for any Alpha target.
10957
10958         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
10959
10960 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
10961
10962         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
10963         default arguments -- so it tried to compress itself.
10964
10965 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
10966
10967         * configure.in (notsupp): ensure that a space is always at the end
10968           of the configdirs list, since the grep checks for an explicit space
10969
10970 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10971
10972         * configure.in (target i386-sysv4.2): don't build ld, since static
10973           versions of many libraries are not available.
10974
10975 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10976
10977         * config.guess: Recognize Apollos (using environment variables).
10978         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
10979
10980 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10981
10982         * config.guess: Recognize Sony news mips running newsos.
10983
10984 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
10985
10986         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
10987         "fi ; else" for bash.
10988
10989 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
10990
10991         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
10992
10993 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
10994
10995         * config.sub: accept unixware as an alias for svr4.2.
10996         Fix some inconsistancies with the gcc version.
10997
10998 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10999
11000         * Makefile.in (DISTDOCDIRS):  Add gdb.
11001
11002 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11003
11004         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
11005
11006 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
11007
11008         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
11009         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
11010         this now.
11011
11012 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11013
11014         * config.sub: Accept hiux* as an OS name.
11015
11016         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
11017         etc/make-stds.texi.  The underscore came from gcc, and dje now
11018         agrees that RUNTESTFLAGS is the correct name.
11019
11020 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11021
11022         * install.sh:  Remove 'set -e'.  It makes any conditionals
11023         in the script useless.
11024
11025         * config.guess: Automatically recognize arm-acorn-riscix
11026         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
11027
11028 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
11029
11030         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
11031
11032 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
11033
11034         * Makefile.in (DISTDOCDIRS): New variable.
11035         (taz): Edit local Makefile.in sooner, instead of proto-toplev
11036         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
11037
11038 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11039
11040         * configure.in (hppa target): check the source directory for the
11041           pagas sub-directory
11042
11043 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
11044
11045         * config.sub: Allow -aout* and -elf*.
11046
11047 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
11048
11049         * configure.in: Don't build ld on i386-solaris2, same as for
11050         sparc-solaris2.
11051
11052 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11053
11054         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
11055
11056 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11057
11058         * configure.in:  Configure gdb for alpha.
11059
11060 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11061
11062         * Makefile.in (CXXFLAGS): Add -O.
11063
11064 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11065
11066         * config.guess: added support for DG Aviion
11067
11068 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
11069
11070         * configure.in: Produce warning message for subdirectories not
11071         configurable for this host/target combination.  Don't try to
11072         configure gdb for vms.
11073
11074 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
11075
11076         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
11077         appropriate files before making "diststuff".
11078         (DISTBISONFILES): New var: list of files to be edited.
11079         (DISTSTUFFDIRS): Add binutils.
11080
11081 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11082
11083         * config.sub: also handle mipsel and mips64el (for little endian mips)
11084
11085 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11086
11087         * configure.in: Add * to end of all OS names.
11088
11089 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
11090
11091         * configure.in: Build newlib for LynxOS native.
11092
11093 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11094
11095         * config.guess: Add support for delta 88k running SVR3.
11096
11097         * configure.in: Add comment about HP compiler vs. emacs.
11098
11099 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11100
11101         * configure.in: don't build ld on solaris2 (not a viable option
11102           due to bugs in getpwnam & getpwuid)
11103
11104 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
11105
11106         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
11107         config.guess will produce a full version number.
11108
11109 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11110
11111         * configure.in: Build linker and binutils for alpha-dec-osf1.
11112
11113 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11114
11115         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
11116         and gdb/testsuite/Makefile.in.
11117
11118 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11119
11120         * configure.in: recognize mips*- instead of mips-
11121
11122 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
11123
11124         * config.sub: Accept linux*coff and linux*elf as operating
11125         systems.
11126
11127 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11128
11129         * config.sub: Recognize mips64, and mips3 as an alias for it.
11130
11131 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11132
11133         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
11134         gdb knows how to handle OSF/1 shared libraries.
11135
11136 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11137
11138         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
11139         * config.guess: Recognize Hitachi's HIUX.
11140         * config.sub: Recognize h3050r* and hppahitachi.
11141         Remove redundant cases for hp9k[23]*.
11142
11143 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11144
11145         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
11146         if gas and ld are in the source tree and are in ${configdirs}.
11147         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
11148         --with options (but still pass them down on the command line,
11149         if they were explicitly specified).
11150
11151 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11152
11153         * configure: substitute SHELL value in Makefile.in with
11154         ${CONFIG_SHELL}
11155
11156 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11157
11158         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
11159         *-*-solaris2* targets.
11160
11161 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11162
11163         * Makefile.in: define M4, and pass it down to sub-makes;
11164         all-autoconf now depends on all-m4
11165
11166 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11167
11168         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
11169         presence of {ar,ranlib} instead of a configured directory
11170
11171 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
11172
11173         * config.guess: Accept 34?? as well as 33?? for NCR.
11174
11175 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11176
11177         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
11178         of 'gas' in sed commands, since 'gash' is now in the tree as well.
11179
11180 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11181
11182         * configure: grab values for $(CC) and $(CXX) from the
11183         environment, so that someone can do "CC=gcc configure; make" and
11184         have it work right (matching the way that autoconf works now)
11185
11186         * configure.in, Makefile.in: add support for gash, the tcl
11187         interface to Galaxy
11188
11189         * config.guess: add NetBSD variants (hp300, x86)
11190
11191 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
11192
11193         * install.sh: Support -d option (in the manner of SunOS 4 install,
11194         as it is more deterministic than that of GNU install)
11195         (chmodcmd): Set file to mode 755 by default (should also do default
11196         chgrp and chown, but I don't feel like dealing with that now)
11197
11198 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
11199
11200         * config.sub: Remove h8300hhms alias.
11201
11202 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11203
11204         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
11205
11206 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11207
11208         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
11209         as stmp-fixinc
11210
11211 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
11212
11213         * config.sub: recognize m88110-bug-coff.
11214
11215 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11216
11217         * Makefile.in (all-libio): all dependencies on the toolchain used
11218         to build this (gcc, gas, ld, etc)
11219
11220 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11221
11222         * config.guess: Deal with OSF/1 1.3 on alpha.
11223
11224 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11225
11226         * install.sh: add some 'else true' clauses for portability
11227
11228         * configure.in: don't build libio for h8[35]00-*-* targets
11229
11230 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11231
11232         * Makefile.in:  Add support for new libio.
11233
11234 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11235
11236         * install.sh: If one command fails, don't try the rest.  Don't try
11237         to remove $dsttmp (via trap) unless we have already created it.
11238         If $src doesn't exist, detect it and exit with an error.
11239
11240         * config.guess: Recognize BSD on hp300.
11241
11242 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11243
11244         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
11245         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
11246
11247 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
11248
11249         * Makefile.in (all-send-pr): depends on all-prms
11250
11251 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11252
11253         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
11254
11255 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
11256
11257         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
11258         Added test for mips-mips-riscos5.
11259
11260 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11261
11262         * configure.in: use mh-hp300 for 68k HP hosts
11263
11264 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11265
11266         * configure: add support for CONFIG_SHELL, so that you can use
11267         some alternate shell for evaluating configure scripts
11268
11269 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
11270
11271         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
11272         in configure script to bug-gdb@prep.ai.mit.edu when building
11273         distribution archive.
11274         * Makefile.in (COMPRESS):  Remove def.
11275         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
11276         gdb.tar.Z and make-gdb.tar.Z respectively.
11277         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
11278         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
11279         to convergence with 'taz' target in Makefile.in.
11280
11281 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11282
11283         * install.sh (dsttmp): use trap to ensure that tmp files go
11284         away on error conditions
11285
11286 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11287
11288         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
11289
11290 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11291
11292         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
11293         its parent is '/' not ''.
11294
11295         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
11296
11297 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
11298
11299         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
11300         that ${newsrcdir}/configure.in does.
11301
11302 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
11303
11304         * test-build.mk: support for CONFIG_SHELL
11305
11306 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
11307
11308         * config.sub (netware):  Add as a basic system type.
11309
11310 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
11311
11312         * Makefile.in (Makefile): depend on configure.in.  Also drop the
11313           $(srcdir)/ from the dependency on Makefile.in.
11314
11315 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
11316
11317         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
11318         (h8300hhms is temporary until multi-libraries are implemented).
11319         * configure.in: Handle h8300h too.
11320
11321 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11322
11323         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
11324
11325 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
11326
11327         * configure:  Remove extraneous output when guessing host type.
11328         * config.guess:  Remove extraneous output when guessing using C
11329         compiler rather than uname, or when guessing fails.
11330
11331 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
11332
11333         * Makefile.in: remove all.cross and install.cross targets
11334
11335         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
11336           definitions
11337
11338 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
11339
11340         * configure.in (target sh): Build gprof.
11341
11342 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11343
11344         * config.sub: change -solaris to -solaris2
11345
11346 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11347
11348         * configure.in: Use config/mh-riscos for mips-*-sysv*.
11349
11350 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
11351
11352         * configure: Correct error message for missing Makefile.in to
11353         print correct directory.
11354
11355 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11356
11357         * install.sh: kludge around 386BSD shell bug
11358
11359 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
11360
11361         * config.guess:  Recognize NeXT.
11362         * config.guess:  Recognize i486-ncr-sysv4.
11363         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
11364
11365 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
11366
11367         * Makefile.in (MAKEINFOFLAGS): New variable.
11368         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
11369         * build-all.mk, test-build.mk: Pass down --no-split as
11370         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
11371
11372 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
11373
11374         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
11375
11376 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
11377
11378         * Makefile.in (libg++.tar.z):  New rule.
11379         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
11380         * Makefile.in (taz):  Only do a single chmod.
11381
11382 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
11383
11384         * install.sh: don't use dirname anymore (replaced with sed usage)
11385
11386 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
11387
11388         * Makefile.in:  Change extension for gzip'd files from '.z' to
11389         '.gz' per new FSF standard usage.
11390
11391 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
11392
11393         * configure: put quotes around the final value of program_transform_name
11394
11395 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11396
11397         * Makefile.in: new install.sh support; update install-info rules
11398
11399 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
11400
11401         * configure.in: Build diff for crosses, but not for go32 host.
11402
11403         * configure.in: Build gprof only for native, and don't build it
11404         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
11405
11406 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
11407
11408         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
11409
11410 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11411
11412         * configure.in (host_tools): Add prms.
11413
11414 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11415
11416         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
11417         with $(FLAGS_TO_PASS) on the command line
11418
11419         * config.sub: Recognize lynx and lynxos
11420
11421 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
11422
11423         * config.sub: Accept -ecoff*, not just -ecoff.
11424
11425 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11426
11427         * Makefile.in (taz): Use .gz suffix instead of .z.
11428         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
11429         names.
11430
11431 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11432
11433         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
11434
11435 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11436
11437         * Makefile.in (install-no-fixedincludes):  install gcc last, so
11438         that rebuilds that might happen during 'make install' don't get
11439         bogus gcc include files
11440
11441 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11442
11443         Change from Utah for HPPA support:
11444         * config.guess: Recognize hppa1.x-hp-bsd.
11445
11446 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
11447
11448         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
11449         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
11450
11451 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
11452
11453         * config.sub: Add support for rom68k and bug boot monitors.
11454
11455 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
11456
11457         * Makefile.in: Make all-opcodes depend on all-bfd.
11458
11459 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
11460
11461         * config.guess: Added special check for i[34]86-univel-sysv4*.
11462
11463 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
11464
11465         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
11466         the processor rather than assuming i486.
11467
11468 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11469
11470         * config.guess: Recognize SunOS6 as Solaris3.
11471
11472 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
11473
11474         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
11475         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
11476
11477 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
11478
11479         * build-all.mk (all-cross): New target for Canadian Cross.
11480         Added Q2 go32 targets.
11481         * test-build.mk: Configure go32 cross sparclite-aout and
11482         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
11483         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
11484
11485 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11486
11487         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
11488         GO32 hosted toolchains
11489
11490 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
11491
11492         * configure: change  so "-exec-prefix" gets passed down rather
11493         than "-exec_prefix" so autoconf generated Makefiles get the
11494         exec_prefix set right.
11495
11496 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11497
11498         * config.guess: get the Solaris2 minor version number
11499
11500         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
11501
11502 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11503
11504         * config.guess: Recognize some Sequent platforms.
11505
11506 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11507
11508         * Makefile.in: added the vault-install target
11509
11510         * configure.in: actually use the Sun3 makefile fragment that's in
11511         config, also added the release dir to configdirs
11512
11513 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11514
11515         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
11516
11517 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11518
11519         * configure.in: remove some program from Alpha targetted toolchains
11520
11521 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
11522
11523         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
11524         gprof.
11525         (taz): Run "make diststuff" in those directories instead of "make
11526         proto-dir".  Look for "VERSION=" only at start of line in subdir
11527         Makefile.  Use "gzip -9" for compression.
11528         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
11529         (binutils.tar.z): New target.
11530
11531 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
11532
11533         * Makefile.in (taz): Include gpl.texinfo.
11534
11535 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
11536
11537         * Makefile.in (setup-dirs): Merged into "taz" target.
11538         (taz): Only do `proto-dir' stuff if a directory is actually needed
11539         for this target.
11540
11541 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
11542
11543         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
11544         (FLAGS_TO_PASS): Pass down MUNCH_NM.
11545         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
11546         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
11547         (gcc-no-fixedincludes): Correct for current gcc Makefile.
11548
11549 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
11550
11551         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
11552         config.sub, and move-if-change to gdb testsuite distribution
11553         archive, so the testsuite can be extracted, configured, and
11554         run separately from the gdb distribution.  Blow away the Chill
11555         tests that require a Chill compiled executable, since GNU Chill
11556         is not yet publically available.
11557
11558 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11559
11560         * test-build.mk: set environment variables in a single command,
11561         instead of a list of assignments and exports
11562
11563         * config.guess: recognize Alpha/OSF1 systems
11564
11565 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11566
11567         * configure: Change help message to prefer --options rather than
11568           -options.
11569
11570 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11571
11572         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
11573         zippy@ecst.csuchico.edu.
11574         * config.guess: Recognize miniframe.
11575
11576 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
11577
11578        * Makefile.in: Use srcroot to find runtest rather than rootme.
11579        Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
11580
11581 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
11582
11583         * test-build.mk: Extensive additions to support building on a
11584         machine other than the host.
11585
11586 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
11587
11588         * configure (tooldir): Fix for i386-aix again.
11589
11590 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
11591
11592         * configure, Makefile.in:  Change definition of $(tooldir)
11593         to match the FSF.
11594
11595 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
11596
11597         * config.guess:  Recognize i[34]86/SVR4.
11598
11599 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
11600
11601         * Makefile.in (all-gdb): gdb depends on sim.
11602
11603 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
11604
11605         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
11606         at the same time we make the prototype gdb directory.
11607         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
11608         files at the same time as the gdb base release distribution.
11609
11610 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
11611
11612         * Makefile.in (check): Use individual check targets rather than
11613         DO_X rule.
11614         (check-gcc): Added.
11615
11616 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
11617
11618         * config.sub: Use sysv3.2 not sysv32 for canonical OS
11619         for System V release 3.2.
11620
11621 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11622
11623         * config.sub: Recognize hppaosf.
11624         * configure.in: Do configure ld/binutils/gas for it.
11625
11626 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11627
11628         * configure (tooldir): Alter syntax used to set this, for systems
11629         where "\$" isn't handled right, like i386-aix.
11630
11631 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
11632
11633         * configure: Pass program-transform-name, not
11634         program_transform_name, to recursive configures.
11635
11636 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
11637
11638         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
11639         of gas+ld+binutils.
11640
11641 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
11642
11643         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
11644
11645 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11646
11647         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
11648
11649 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11650
11651         * Makefile.in (PRMS): Set back to all-prms.
11652
11653 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
11654
11655         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
11656         targets, rather than for MIPS hosts.
11657
11658 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11659
11660         * configure.in: add comment for --with-x default values
11661
11662         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
11663
11664         * Makefile.in: add check-* targets for each of the directories in
11665         the tree.  Add a definition of RUNTEST that will use the one we
11666         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
11667
11668 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
11669
11670         * configure.in: Removed obsolete references to bfd_target and
11671         target_makefile_frag.
11672
11673         * build-all.mk: Set assorted targets for Q2.
11674         * config.sub: Recognize z8k-sim and h8300-hms.
11675         * test-build.mk: Really don't pass host to configure.
11676         (HOLES): Added uname.
11677
11678 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
11679
11680         * configure: Handle an empty program-prefix, program-suffix or
11681         program-transform-name correctly.
11682
11683 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
11684
11685         * build-all.mk: -G 8 no longer required for MIPS targets.
11686         * test-build.mk: Don't pass host argument to configure; make it
11687         guess.
11688
11689 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
11690
11691         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
11692         * Makefile.in (COMPRESS):  New macro, like GZIP.
11693
11694 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
11695
11696         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
11697
11698         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
11699         with gas currently defaults to -G 0.
11700
11701 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
11702
11703         * Makefile.in (all-flex): flex depends on byacc.
11704
11705         * build-all.mk: If host not specified, use config.guess.  Pass TAG
11706         to test-build.mk as RELEASE_TAG.
11707         * test-build.mk (configargs): New variable containing arguments to
11708         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
11709         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
11710
11711         * config.guess: Use /bin/uname when checking -X argument on SCO,
11712         to avoid invoking GNU uname which doesn't understand -X.
11713
11714         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
11715
11716         * configure.in: Build gas for mips-*-*.
11717
11718 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11719
11720         * Makefile.in (all.normal): insert missing backslash.
11721
11722 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
11723
11724         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
11725
11726         * Makefile.in: Complete overhaul to merge many almost identical
11727         targets.
11728
11729 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11730
11731         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
11732         (gdb.tar.Z): Adjusted.
11733
11734         * Makefile.in (setup-dirs, taz): New targets; should be general
11735         enough to adapt for gdb sometime.  Build only .z file.
11736         (gas.tar.z): New target.
11737
11738 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
11739
11740         * build-all.mk: Use CC=cc -Xs on Solaris.
11741
11742 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
11743
11744         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
11745         for handling BISON for FSF releases.
11746
11747 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11748
11749         * configure: Actually implement the change zoo just documented.
11750
11751 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
11752
11753         * configure: when using config.guess, only set target_alias when
11754         it's not already been set (ie, on the command line)
11755
11756 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11757
11758         * Makefile.in: add installcheck target, set PRMS to install-prms
11759
11760 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11761
11762         * configure: add support for package_makefile_fragment, handle the
11763         case where a directory has a configure.in file but no Makefile.in
11764         more gracefully (with an actual understandable error message, even);
11765         add support for --without (and add this to the usage message); also
11766         explicitly add a --host=${host_alias} to the command line when
11767         config.guess is used
11768
11769 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11770
11771         * configure: Must use both --host and --target in recursive calls.
11772
11773 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
11774
11775         * Makefile.in: Change deja-gnu to dejagnu.
11776
11777 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
11778
11779         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
11780
11781 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11782
11783         * configure.in: canonicalize all instances to *-*-solaris2*,
11784         also strip out a number of tools to not build for go32 host
11785
11786 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11787
11788         * config.guess: add GPL.
11789
11790         * Makefile.in, config.guess, config.sub, configure: bump
11791           copyrights to 93.
11792
11793 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
11794
11795         * Makefile.in (do-info): Removed obsolete check for existence of
11796         localenv file.
11797
11798         * Makefile.in (MAKEOVERRIDES): Define to be empty.
11799
11800 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11801
11802         * Makefile.in: a couple of 'else true' for decstation,
11803         support for TclX
11804
11805         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
11806
11807 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
11808
11809         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
11810
11811 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
11812
11813         * config.guess: Recognize i386-ibm-aix (PS/2).
11814         * configure.in: Use config/mh-aix386 file for it.
11815
11816 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
11817
11818         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
11819         CC_FOR_TARGET instead.
11820         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
11821
11822 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
11823
11824         * Makefile.in: Add sim to list of directories sent with gdb
11825
11826 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
11827
11828         * configure.in: Put back mips-dec-bsd* case.
11829
11830 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
11831
11832         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
11833         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
11834         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
11835
11836 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11837
11838         * configure.in: remove no-op mips-dec-bsd* in "case $target"
11839
11840         * Makefile.in (dir.info): only run gen-info-dir if it exists,
11841         (install-info): install dir.info only if it exists,
11842         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
11843
11844 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
11845
11846         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
11847         gas for mips-dec-bsd.
11848
11849 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
11850
11851         * configure (makesrcdir): If ${srcdir} is relative and not ".",
11852         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
11853
11854 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
11855
11856         * configure.in: Added "dejagnu" to hosttools list.
11857
11858 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
11859
11860         * config.sub, configure.in, config.guess:  Add support
11861         for Bosx, an AIX variant from Bull.
11862         Patches from F.Pierresteguy@frcl.bull.fr.
11863
11864 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
11865
11866         * devo/dejagnu: Initial creation of devo/dejagnu.
11867         Migrated dejagnu testcases and support files for testing software
11868         tools to reside as subdirectories, currently called "testsuite",
11869         within the directory of the software tool.  Migrated all programs,
11870         support libraries, etc. beloging to dejagnu proper from
11871         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
11872         with no modifications.  The changes to these files which will
11873         allow them to configure, build, and execute properly will be made
11874         in a future update.
11875
11876 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11877
11878         * Makefile.in: Change send_pr to send-pr.
11879         * configure.in: Likewise.
11880         * send_pr: Renamed directory to send-pr.
11881
11882 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
11883
11884         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
11885
11886 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
11887
11888         * README:  Update for gdb-4.8 release.
11889         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
11890         gdb-xxx.tar.z (gzip'd) file also.
11891
11892 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11893
11894         * Makefile.in: make all-diff depend on all-libiberty
11895
11896 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
11897
11898         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
11899
11900 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11901
11902         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
11903
11904 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
11905
11906         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
11907         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
11908         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
11909
11910 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11911
11912         * Makefile.in:  makeinfo binary is in a new location
11913
11914 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
11915
11916         * config.sub: Accept -ecoff as an OS.
11917
11918         * Makefile.in: Various changes to eliminate a level of make
11919         recursion and reduce the required command line length.
11920         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
11921         sub-makes.
11922         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
11923         variables holding settings for specific sub-makes.
11924         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
11925         in terms of BASE_FLAGS_TO_PASS.
11926         (TARGET_LIBS): New variable listing directories which use
11927         TARGET_FLAGS_TO_PASS.
11928         (subdir_do): Eliminated.
11929         (do-*): New set of targets to replace subdir_do.
11930         (various): All targets which used subdir_do now depend on do-*.
11931         (local-clean): Renamed from do_clean.
11932         (local-distclean): New target, dependency of distclean and
11933         realclean.
11934         (install-info): Don't create directories.  Depend on dir.info
11935         rather than calling make recursively.
11936         (install-dir.info): Eliminated.
11937         (install-info-dirs): Create all info directories here.
11938         (dir.info): Depend upon do-install-info.
11939
11940         * test-build.mk (HOLES): Added false.
11941
11942 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
11943
11944         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
11945
11946 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11947
11948         * Makefile.in (info): remove dependency on all-texinfo.  The
11949         problem was really in texinfo/C, not at this level.
11950
11951 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
11952
11953         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
11954
11955 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
11956
11957         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
11958         GDB releases.
11959
11960 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11961
11962         * configure: Include srcdir in message about target of link not
11963         being found.  Don't convert `-' to `_' in `with' options being
11964         passed to subdirs.
11965
11966 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11967
11968         * configure.in: add uudecode to host_tools
11969
11970         * Makefile.in: added {all,install}-uudecode targets, added them to
11971         the appropriate lists
11972
11973 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
11974
11975         * Makefile.in (all-gcc): Added dependency on all-gas.
11976
11977         * configure.in (mips-*-*): Build ld and binutils.
11978
11979 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11980
11981         * configure: check return code from mkdir, print error message and
11982           exit on failure.
11983
11984 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
11985
11986         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
11987
11988 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
11989
11990         * test-build.mk (HOLES): Added tar, cpio and uudecode.
11991
11992 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11993
11994         * config.sub (h8500):  Recognize this as a cpu type.
11995
11996 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11997
11998         * configure: source directory missing is no longer a warning
11999
12000         * configure.in: recognize irix[34]* instead of irix[34]
12001
12002         * Makefile.in: define and pass down X11_LIB
12003
12004 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
12005
12006         * guess-systype: Renamed to ...
12007         * config.guess:  ... by popular request.
12008         * configure.in, Makefile.in:  Update accordingly.
12009
12010 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
12011
12012         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
12013         + Add Convex, Cray/Unicos, and Encore/Multimax support.
12014         + Execute ./dummy instead of assuming . is in PATH.
12015
12016 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
12017
12018         * guess-systype:  New shell script.  Attempts to guess the
12019         canonical host name of the executing host.
12020         Only a few hosts are supported so far.
12021         * configure:  Call guess-systype if no host is specified.
12022
12023 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
12024
12025         * Makefile.in (gcc-no-fixedincludes): Made to work with current
12026         gcc Makefile.
12027
12028
12029 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
12030
12031         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
12032         (all-gcc, install-gcc, subdir_do): Use it.
12033
12034 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
12035
12036         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
12037
12038 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
12039
12040         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
12041           set exclusively by configure, using configure.in .
12042
12043 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12044
12045         * test-build.mk: set $PATH for all builds
12046
12047         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
12048
12049 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
12050
12051         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
12052         the one used in gcc/Makefile.in, so that a null expansion doesn't
12053         override the one needed to build gcc with a native cc.
12054
12055
12056 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12057
12058         * configure: Accept -with arguments.
12059
12060 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
12061
12062         * Makefile.in: added h8300sim
12063
12064 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
12065
12066         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
12067         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
12068         (all-cygnus, native, build-cygnus): Make
12069         $(canonhost)-stamp-3stage-done, not $(host)....
12070         * test-build.mk (stamp-3stage-compared): Use tail +10c for
12071         i386-sco3.2v4.  Added else true to if command.
12072
12073 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
12074
12075         * config.sub: (from FSF) Sequent uses a BSD-like OS.
12076
12077 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
12078
12079         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
12080
12081 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12082
12083         * configure.in: don't remove binutils from Solaris builds
12084
12085 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
12086
12087         * Makefile.in: get rid of earlier definitions for *clean,
12088         also handle the recursive info rule better
12089
12090 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
12091
12092         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
12093         do more-or-less the right thing.
12094
12095 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
12096
12097         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
12098         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
12099
12100 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12101
12102         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
12103         $(host_canonical).
12104
12105         * configure.in: split the configdirs list into 4 categories (native
12106         v. cross, library v. tool) and handle the cross-only and native-
12107         only in more reasonable (and correct!) way.
12108
12109 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
12110
12111         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
12112         configdirs anymore.
12113
12114 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12115
12116         * Makefile.in: extensive cleanup::  removed all of the explicit
12117         clean-* targets, collapsed many wrappers around subdir_do into
12118         one, added additional targets to satisfy standards.texi, deleted
12119         some old targets, some changes for consistency
12120
12121 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12122
12123         * configure.in: handle some programs as cross-only, and others as
12124         native only
12125
12126         * test-build.mk: handle partial holes in a more generic manner
12127
12128         * Makefile.in: m4 depends on libiberty
12129
12130 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12131
12132         * configure.in: add m4, textutils, fileutils, sed, shellutils,
12133         time, wdiff, and find to configdirs
12134
12135         * Makefile.in: all, clean, and install rules for the new programs
12136         added to configure.in
12137
12138 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12139
12140         * configure.in: use mh-sun for all *-sun-* hosts
12141
12142 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12143
12144         * Makefile.in: define flags for X11 include files and library file
12145         locations, pass them down to the programs that need this info
12146
12147         * build-all.mk: added a 'native' target, to 3stage the native toolchain
12148
12149 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12150
12151         * configure.in: start building libg++ for HP-UX targets
12152
12153 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
12154
12155         * README:  Update references to files moved into etc/.
12156
12157 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
12158
12159         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
12160         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
12161
12162 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
12163
12164         * configure: accept dash as well as underscore in long option
12165         names for FSF compatibility.
12166
12167 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
12168
12169         * config.sub: added -sco3.2v4 support from FSF.
12170
12171 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12172
12173         * configure.in: expand the section that adds or removes
12174         directories from the list of programs to build, to handle native
12175         vs. cross in addition to host v. native
12176
12177 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
12178
12179         * Makefile.in:  Replace C++ in macro names with CXX.
12180         This is less likely to break ...
12181
12182 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12183
12184         * test-build.mk: add -w to GNU_MAKE
12185
12186 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12187
12188         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
12189         add 'sparc' to list of recognized cpus.  This needed to make
12190         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
12191         Delete some redundant ose68 variants.  Recognize -wrs as an os,
12192         then changes that into $CPU-wrs-vxworks.
12193
12194         * configure.in: remove most references to gdbtest, regularize
12195         target based program removal
12196
12197         * test-build.mk: import from p3 tree (many fixes and changes)
12198
12199 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
12200
12201         * Makefile.in: added rules to handle tcl, tk, and expect
12202
12203         * configure.in: handle those directories if they exist
12204
12205 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12206
12207         * config.sub: removed bogus hppabsd and hppahpux names, since
12208         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
12209
12210 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12211
12212         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
12213         depends upon all-xiberty
12214
12215         * Makefile.in: changes from p3, including:
12216
12217         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
12218
12219         * Makefile.in (XTRAFLAGS): include newlib directories if
12220         newlib/Makefile exists, rather than if host != target.
12221
12222         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
12223
12224         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
12225         from the same source tree and not building a cross-compiler.  This
12226         matters for the libg++ configuration if reconfiguring a tree that
12227         has already been installed.
12228
12229         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
12230
12231         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
12232         pick up the machine and system specific header files.
12233
12234         * Makefile.in: added AS_FOR_TARGET, passed down in
12235         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
12236         the C compiler to use to create programs which are run in the
12237         build environment, set it to default to $(CC), and passed it down
12238         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
12239
12240         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
12241
12242         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
12243         We need them for unusual native builds, like systems without
12244         ranlib.
12245
12246         * configure: also define $(host_canonical) and
12247         $(target_canonical), which are the full, canonical names for the
12248         given host and target
12249
12250 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
12251
12252         * Makefile.in:  Added separate definitions for C++.
12253
12254 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
12255
12256         * configure.in (configdirs):  Add deja-gnu.
12257
12258 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
12259
12260         * README:  Update for configure.texi and gdb-4.7 release.
12261
12262 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
12263
12264         * Makefile.in:  Move "all" target to top of file.
12265         Previously, first target was ".PHONY" which caused BSD4.4 make
12266         to build .PHONY when make was run without arguments.
12267
12268 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
12269
12270         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
12271         Library-copylefted code in libiberty.
12272
12273 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
12274
12275         * config.sub:  Replace m68kmote with plain old m68k.
12276
12277 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
12278
12279         * Makefile.in:  Remove space from blank line, avoid Make complaints.
12280
12281 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
12282
12283         * config.sub: Complain if no argument is given.  Added support for
12284         386bsd as OS and target alias.
12285
12286 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
12287
12288         * Makefile.in (XTRAFLAGS): include newlib directories if
12289         newlib/Makefile exists, rather than if host != target.
12290
12291 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
12292
12293         * config.sub: recognize sparclite-wrs-vxworks.
12294
12295         * Makefile.in (install-xiberty): added *-xiberty make rules (from
12296         p3.) Added clean-xiberty to clean.
12297
12298 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12299
12300         * configure.in: use *-*-* instead of nested cases for host and target
12301
12302 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
12303
12304         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
12305         from the same source tree and not building a cross-compiler.  This
12306         matters for the libg++ configuration if reconfiguring a tree that
12307         has already been installed.
12308
12309 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
12310
12311         * config.sub (i486v/i486v4):  Merge in from FSF version.
12312
12313 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
12314
12315         * configure: only set PWD if it is already set.
12316
12317 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
12318
12319         * configure: just set PWD=`pwd` at the top, since Ultrix sh
12320         doesn't have unset and all success paths (and most error paths)
12321         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
12322         to just ${PWD} to avoid confusion.)
12323
12324 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
12325
12326         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
12327         even for a native compilation.
12328
12329 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
12330
12331         Changes to make the gdb.tar.Z rule work better.
12332
12333         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
12334         (DEVO_SUPPORT):  Add configure.texi.
12335         (bfd-ilrt.tar.Z):  Remove ancient rule.
12336
12337 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
12338
12339         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
12340         pick up the machine and system specific header files.
12341
12342         * configure.in, config.sub: added new target m68010-adobe-scout,
12343         with alias of adobe68k.  Changed configure.in to check for
12344         -scout before -sco* to avoid a false match.
12345
12346         * Makefile.in: added AS_FOR_TARGET, passed down in
12347         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
12348         the C compiler to use to create programs which are run in the
12349         build environment, set it to default to $(CC), and passed it down
12350         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
12351
12352 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
12353
12354         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
12355         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
12356         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
12357         FOR_TARGET variants, to newlib and libg++.
12358
12359 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
12360
12361         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
12362         first.
12363
12364 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
12365
12366         * config.sub:  Accept `elf' as an environment.
12367
12368 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
12369
12370         * Makefile.in (all-opcodes):  cd into the right directory
12371
12372 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
12373
12374         * configure: added -program_transform_name option, used as
12375         argument to sed when installing programs.
12376         configure.texi: added documentation for -program_prefix,
12377         -program_suffix and -program_transform_name.
12378
12379 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
12380
12381         * config.sub:  Accept i486 where i386 ok.
12382
12383 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
12384
12385         * config.sub: accept we32k
12386
12387 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
12388
12389         * config.sub, configure.in: accept OSE68000 and OSE68k.
12390
12391         * Makefile.in: don't create all directories for ``make install'';
12392         let the subdirectories create the ones they need.
12393
12394 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12395
12396         * COPYING: new file, GPL v2
12397
12398 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12399
12400         * Makefile.in: use the new gen-info-dir, which needs a template
12401         argument (which also lives in texinfo)
12402
12403         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
12404
12405 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
12406
12407         * config.sub (ncr3000):  Change i386 to i486.
12408
12409 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12410
12411         * Makefile.in: add install-rcs, install-grep to
12412         install-no-fixedincludes, removed install-bison and install-libgcc
12413
12414 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
12415
12416         * configure.in: grab the HPUX makefile fragment if on HPUX
12417
12418 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
12419
12420         * Makefile.in: eradicate bison spoor (ditto libgcc).
12421          configure.in: recognise m68{k,000}-ericsson-OSE.
12422          es1800 is alias for m68k-ericsson-OSE
12423
12424 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12425
12426         * configure.in: rearrange the parts that remove programs from
12427         configdirs, based now on HOST==TARGET or by canonical triple.
12428
12429 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12430
12431         * test-build.mk: recurse explicitly with -f test-build.mk when
12432           appropriate.  predicate stage3 and comparison on the existence
12433           of gcc.  That is, if gcc isn't around, we aren't three-staging.
12434           On very clean, also remove ...stamp-co.  Build in-place before
12435           doing other builds.
12436
12437 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
12438
12439         * Makefile.in, configure.in: add tgas
12440
12441 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12442
12443         * Makefile.in: a number of changes merged in from progressive.
12444
12445         * configure.in: add libm.
12446
12447         * .cvsignore: ignore some stuff that comes from test-build.mk.
12448
12449 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
12450
12451         * config.sub:  Add es1800 (m68k-ericsson-es1800).
12452
12453 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
12454
12455         * configure: Add program_suffix (parallel to program_prefix)
12456         * Makefile.in: adjust directory-creating script for losing decstation
12457
12458 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
12459
12460         * configure:  Minor $subdir-related fixes.
12461
12462 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
12463
12464         * configure: fix various problems with propogating
12465         makefile_target_frag in subdirs.
12466         * configure.in: config libgcc if its there
12467
12468 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
12469
12470         * config.sub:  HPPA merge.
12471
12472 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
12473
12474         * Makefile.in:  Replace all-bison with all-byacc in all
12475         dependency lines for other tools (which now use byacc).
12476
12477 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
12478
12479         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
12480
12481 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
12482
12483         * Makefile.in: make gprof rules similar to byacc rules (instead of
12484         vestigal $(unsubdir) that didn't work...)
12485
12486 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
12487
12488         * config.sub:  Add support for Linux.
12489         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
12490         (at least for libg++).
12491
12492 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
12493
12494         * configure.texi: fix doc for the -nfp option to configure
12495
12496 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
12497
12498         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
12499
12500 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
12501
12502         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
12503         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
12504         * configure.in: added solaris* host_makefile_frag hook.
12505
12506 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12507
12508         * config.sub: changed recognition of m68000 so that various
12509         m68k types can be specified via m680[01234]0
12510
12511 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12512
12513         * config.sub (basic_machine): fix sed so that '-foo' isn't
12514         completely substituted out while .+'-foo' loses the '-foo'
12515
12516 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
12517
12518         * config.sub ($os): Add -aout.
12519
12520 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
12521
12522         * configure:  If host_makefile_frag is absolute, don't
12523         prefix ${invsubdir} (relevant to libg++ auto-configure).
12524
12525 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
12526
12527         * Makefile.in (tooldir): Define it.
12528         (all-ld): Depend on all-flex.
12529
12530 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
12531
12532         * Makefile.in (check):  Fix libg++ special case.
12533
12534 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
12535
12536         * configure: do not bury `pwd` into config.status, thus do fewer
12537           pwd's.
12538
12539         * configure: print the "Building in" message only when building in
12540           other than "." AND verbose.
12541
12542         * configure: remove -s, rework -v to better accommodate guested
12543           configures.
12544
12545         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
12546
12547 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
12548
12549         * Makefile.in: macroize flags passed on recursion.  remove
12550           fileutils.
12551
12552 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
12553
12554         * configure: get makesrcdir right for subdirs deeper than 1.
12555
12556         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
12557           install.
12558
12559 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
12560
12561         * Makefile.in: don't print subdir_do or recursion lines.
12562
12563 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
12564
12565         * standards.texi: added menu item.
12566
12567         * Makefile.in: build and install standards.info.
12568
12569         * standards.texi: new file.
12570
12571 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12572
12573         * configure: test for and move config.status pieces from
12574           ${subdir}/.
12575
12576 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
12577
12578         * configure:  Test for existance of files before trying to mv
12579         them, to avoid numerous non-existance messages.
12580
12581 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
12582
12583         * configure: correct final line of config.status.
12584
12585         * configure: patch from eggert.  Avoids a protection problem if
12586           the original Makefile.in is read only.
12587
12588         * configure: use move-if-change from gcc to create config.status.
12589           Some makefiles depend on config.status to tell if a directory
12590           has been reconfigured for a different host.  This change
12591           prevents those directories from remaking everything in the case
12592           where the reconfig was only intended to rebuild a Makefile.
12593
12594         * configure: test for config.sub with "config.sub sun4" rather
12595           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
12596           host alias from a missing config.sub.
12597
12598 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12599
12600         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
12601           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
12602
12603 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
12604
12605         * configure: mkdir ${subdir} as needed.
12606
12607 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
12608
12609         * Makefile.in,configure.in: added autoconf.
12610
12611 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12612
12613         * Makefile.in: no longer pass against on recursion.
12614
12615         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
12616           definitions are not inherited.
12617
12618         * configure: correct makesrcdir when subdir is .
12619
12620 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
12621
12622         * configure:  Add support for 'subdirs' variable, which is
12623         like 'configdirs', except that configure doesn't re-invoke
12624         itself for subdirs, it just creates a Makefile for each subdir.
12625         * configure.texi:  Document subdirs.
12626
12627 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12628
12629         * configure.in: added flex to configdirs
12630
12631 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
12632
12633         * Makefile.in: remove clean-stamps from clean.
12634
12635 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
12636
12637         * configure.in:  Add gdbtest to configdirs.
12638
12639 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
12640
12641         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
12642         to recursive makes.
12643         * configure.in:  Recognize new ncr3000 config.
12644
12645 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
12646
12647         * Makefile.in, configure.in: removed references to gdbm.
12648
12649 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
12650
12651         * config.sub:  Don't canonicalize os value
12652         newsos* to bsd (readline needs to check for newsos).
12653         (This fix was earlier made Jan 31, but got re-broken.)
12654
12655 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
12656
12657         * configure.in:  sco is an os, not a vendor!
12658
12659         * configure:  Quote $( better.  Keep various shells happy.
12660
12661 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
12662
12663         * Makefile.in: eliminate stamp-files.
12664
12665 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
12666
12667         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
12668           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
12669
12670 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
12671
12672         * config.sub:  fix iris/iris3.
12673
12674 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
12675
12676         * configure: re-add -rm.
12677
12678 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
12679
12680         * Maskefile.in: add .stmp-rcs to all.
12681
12682         * configure.in: remove gas from rs6000 build, use aix host fragment.
12683
12684 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
12685
12686         * configure: pass down site_option during recursion.
12687
12688 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
12689
12690         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
12691
12692 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
12693
12694         * configure: Change exec_prefix so that it really defaults to prefix.
12695
12696 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
12697
12698         * Makefile.in, configure.in:  Add support for mmalloc library.
12699
12700 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
12701
12702         * Makefile.in: add stmp dependencies for a few more things.
12703
12704 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
12705
12706         * configure: adjusted error message on objdir/srcdir configure
12707           collision, per john's suggestion.
12708
12709         * Makefile.in: add libiberty stmp to all and all.cross.
12710
12711 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
12712
12713         * Makefile.in: remove force dependencies, add grep to all.
12714
12715 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
12716
12717         * Makefile.in: drop flex.  make stamp files work.
12718
12719         * configure: added test for conflicting configuration in srcdir,
12720           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
12721           gets cranky.  use relative paths for configure and srcdir
12722           whenever possible.  Send some error messages to stderr that were
12723           going to stdout.
12724
12725 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
12726
12727         * Makefile.in:  Fix libg++ rule to check for gcc directory
12728         before using gcc/gcc.  Also pass XTRAFLAGS.
12729
12730 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
12731
12732         * Makefile.in: added stmp-files so that directories aren't polled
12733           when they are already built.
12734
12735         * configure.texi: fixed a node pointer problem.
12736
12737 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
12738
12739         * config.sub configure.in gdb/configure.in
12740         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
12741         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
12742         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
12743
12744 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12745
12746         * configure: -recurring becomes -silent.  corrected help message
12747           for -site= option.
12748
12749         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
12750
12751 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12752
12753         * configure: when building Makefile for crosses, replace
12754           tooldir and program_prefix.  default srcdir from location of
12755           config.sub.  remove "for host in hosts" and "for target in
12756           targets" loops.
12757
12758 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12759
12760         * Makefile.in: Do not pass bindir or mandir to cvs.
12761
12762 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
12763
12764         * Makefile.in, configure.in: removed traces of namesubdir,
12765           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
12766           copyrights to '92, changed some from Cygnus to FSF.
12767
12768         * configure.texi: remove most references to multiple hosts,
12769           multiple targets, subdirs, etc.
12770
12771         * configure.man: removed rcsid. reference config.sub not
12772           config.subr.
12773
12774         * Makefile.in: mkdir $(infodir) on install-info.
12775
12776 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
12777
12778         * configure.texi:  Explain better about .gdbinit and about
12779         the environment that configure.in sections run in.
12780
12781 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
12782
12783         * configure.in:  Ultrix is only a decstation if it's a MIPS.
12784
12785 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
12786
12787         * README:  DOC.configure => cfg-paper.texi.
12788
12789 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
12790
12791         * config.sub (near case $os):  Don't convert newsos* to bsd!
12792
12793 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
12794
12795         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
12796         the number of copies of COPYING that go into the GDB tar file.
12797
12798 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
12799
12800         * bfd/configure.in, gdb/config/mh-i386sco,
12801         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
12802         Fix SCO configuration stuff.
12803
12804 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
12805
12806         * Makefile.in:  For libg++, make sure the -I pointing
12807         to the gcc directory goes *after* all the libg++-local -I flags.
12808         Also, move just-gcc dependency from just-libg++ to all-libg++.
12809
12810 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
12811
12812         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
12813
12814 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
12815
12816         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
12817
12818 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
12819
12820         * config.sub:  Add stratus configuration frags.  Also
12821         submitted to FSF.
12822
12823 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
12824
12825         * Makefile.in (DEV_SUPPORT):  add configure.man.
12826
12827         * config.sub(Decode manufacturer-specific):  add -none*.
12828
12829 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
12830
12831         * Makefile.in:  remove form feeds to make Sun's make happy.
12832         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
12833
12834 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
12835
12836         * Makefile.in (AR_FLAGS):  Make quieter.
12837
12838 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
12839
12840         * configure.in:  Add libg++.
12841         * configure:  When verbose, don't output the command line at each
12842         level; it will be unremarkably the same as the previous version,
12843         which will be the same as what the user typed.
12844
12845 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
12846
12847         * configure.in, Makefile.in: fix clean-info, add flex.  add
12848           fileutils.
12849
12850         * configure: be less sensitive to spaces in Makefile.in.  Do not
12851           look for sources in "..".  Doing so breaks subdirectories that
12852           might have their own configure.  If a subdir has it's own
12853           configure script, use it.
12854
12855 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
12856
12857         * cfg-paper.texi: some changes suggested by rms.
12858
12859 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
12860
12861         * config.sub:  Merge in some small additions from the FSF version,
12862         taken from the gcc distribution, to bring the Cygnus and FSF
12863         versions into closer sync.
12864
12865 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
12866
12867         * configure.in:  Changed svr4 references to sysv4.
12868
12869 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
12870
12871         * configure: added -V for version number option.
12872
12873 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
12874
12875         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
12876           renamed from DOC.configure to cfg-paper.texi.
12877
12878 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12879
12880         * configure, config.subr, config.sub: config.subr is now
12881           config.sub again.
12882
12883 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
12884
12885         * configure.texi: new file, in progress.
12886
12887         * Makefile.in: build info file and install the man page for
12888           configure.
12889
12890         * configure.man: new file, first cut.
12891
12892         * configure: find config.subr again now that configuration "none"
12893           has gone.  removed all traces of the -ansi option.  removed all
12894           traces of the -languages option.
12895
12896         * config.subr: resync from rms.
12897
12898 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12899
12900         * configure, config.sub, config.subr: merge config.sub into
12901           config.subr, call the result config.subr, remove config.sub, use
12902           config.subr.
12903
12904         * Makefile.in: revised install for dir.info.
12905
12906 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12907
12908         * configure.in: add decstation host makefile frag.
12909
12910         * Makefile.in: BISON now bison -y again.  also install-gcc on
12911           install.  clean-gdbm on clean.  infodir belongs in datadir.
12912           Make directories for info install.  Build dir.info here then
12913           install it.
12914
12915 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12916
12917         * Makefile.in: fix for bad directory tests.
12918
12919 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12920
12921         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
12922           regexp.  -srcdir relative was being handled incorrectly.
12923
12924         * Makefile.in: unwrapped some for loops so that parallel makes
12925           work again and so one can focus one's attention on a particular
12926           package.
12927
12928 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12929
12930         * configure: added PWD as a stand in for `pwd` (for speed). use
12931           elif wherever possible.  make -srcdir work without -objdir.
12932           -objdir= commented out.
12933
12934 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12935
12936         * configure: +options become --options.  -subdirs commented out.
12937           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
12938           Makefile now at top of generated Makefile.  Removed cvs log
12939           entries.  added -srcdir.  create .gdbinit only if there is one
12940           in ${srcdir}.
12941
12942         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
12943           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
12944           and mandir now keyed off datadir by default.
12945
12946 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12947
12948         * Freshly created ChangeLog.
12949
12950 \f
12951 Local Variables:
12952 mode: change-log
12953 left-margin: 8
12954 fill-column: 76
12955 version-control: never
12956 End: