OSDN Git Service

6d759c2980afb7014fe92c79404df60005848d47
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
2
3         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
4
5 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
6
7         * MAINTAINERS: Change email address.
8
9 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
10
11         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
12         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
13         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
14         Find in-tree tools if available.
15         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
16         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
17         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
18         (COMPILER_*_FOR_TARGET): New.
19         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
20         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
21         (CONFIGURED_*, USUAL_*): Remove.
22         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
23         STRIP): Use autoconf substitutions.
24         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
25         COMPILER_NM_FOR_TARGET): New.
26         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
27
28         (all): Make all-host and all-target in parallel.
29         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
30         that $$r and $$s are set before invoking a recursive make.
31         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
32         ([+bootstrap-target+]): Inline most of the `all' target.
33
34 2005-11-29  Ben Elliston  <bje@au.ibm.com>
35
36         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
37         from the gcc build directory.
38         * Makefile.in: Regenerate.
39
40 2005-11-29  Ben Elliston  <bje@au.ibm.com>
41
42         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
43         depend on all-libdecnumber.
44         * configure.in (host_libs): Include libdecnumber.
45         * Makefile.in: Regenerate.
46         * configure: Likewise.
47
48 2005-11-29  Ben Elliston  <bje@au.ibm.com>
49
50         * libdecnumber: Import decNumber sources from the dfp-branch.
51
52 2005-11-21  Kean Johnston  <jkj@sco.com>
53
54         * config.sub, config.guess: Sync from upstream sources.
55
56 2005-11-21  Ben Elliston  <bje@au.ibm.com>
57
58         Import from Autoconf sources:
59
60         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
61         * config/move-if-change: Don't output "$2 is unchanged";
62         suggested by Ben Elliston.  Handle weird characters correctly.
63
64 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
65
66         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
67         to match upstream libtool for darwin.
68
69 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
70
71         * Makefile.def: Remove gdb dependencies for gdbtk.
72         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
73         (configure-gdb, install-gdb): New rules.
74         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
75         * Makefile.in, configure: Regenerated.
76
77 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
78
79         * MAINTAINERS (Write After Approval): Add myself.
80
81 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
82
83         * MAINTAINERS (Write After Approval): Add myself.
84
85 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
86
87         * MAINTAINERS (alias analysis): Add Daniel Berlin and
88         Diego Novillo.
89
90 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
91
92         PR bootstrap/24297
93         * Makefile.tpl (do-[+make-target+], do-check, install,
94         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
95         are set before recursing.
96         * Makefile.in: Regenerate.
97
98 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
99
100         PR bootstrap/18939
101         * Makefile.def (gcc) <target>: Fix thinko.
102         * Makefile.in: Regenerate.
103
104 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
105
106         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
107         * configure: Regenerate.
108
109 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
110
111         * MAINTAINERS (Write After Approval): Add self.
112
113 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
114
115         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
116         target-libffi, target-qthreads, target-libjava, and
117         targetlibobjc.
118         * configure: Regenerate.
119
120 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
121
122         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
123         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
124         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
125         (USUAL_OBJDUMP_FOR_TARGET): New.
126         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
127         * configure.in: Check for $OBJDUMP_FOR_TARGET.
128         * configure, Makefile.in: Regenerated.
129
130 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
131
132         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
133         before other host packages.
134
135 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
136
137         * MAINTAINERS: Add self as sh libraries/configury maintainer.
138
139 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
140
141         PR bootstrap/22340
142
143         * configure.in (default_target): Remove.
144         * Makefile.tpl (all): Do not use prerequisites as subroutines
145         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
146         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
147         use prerequisites as subroutines.
148         (check-host, check-target): New.
149         (bootstrap configure & all targets): Do not use stage*-start
150         if the directory layout is already ok.
151         (non-bootstrap configure & all targets): Prepend a $(unstage).
152         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
153         (NOTPARALLEL): Remove.
154         (unstage, stage variables): New variables.
155         (unstage, stage targets): Simply expand to those variables.
156
157         * configure: Regenerate.
158         * Makefile.in: Regenerate.
159
160 2005-10-04  James E Wilson  <wilson@specifix.com>
161
162         * Makefile.def (lang_env_dependencies): Add libmudflap.
163         * Makefile.in: Regenerate.
164
165 2005-10-03  Andreas Schwab  <schwab@suse.de>
166
167         Backport from libtool CVS:
168         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
169
170         * ltmain.sh: add support for installing into temporary
171         staging area (e.g. 'make install DESTDIR=...')
172
173 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
174
175         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
176         * configure: Regenerated.
177
178 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
179
180         * configure: Regenerate with the correct
181         autoconf version.
182
183 2005-09-30  Catherine Moore  <clm@cm00re.com>
184
185         * configure.in (bfin-*-*): New.
186         * configure: Regenerated.
187
188 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
189
190         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
191         (LIPO_FOR_TARGET): New.
192         (CONFIGURED_LIPO_FOR_TARGET): New.
193         (USUAL_LIPO_FOR_TARGET): New.
194         (STRIP_FOR_TARGET): New.
195         (CONFIGURED_STRIP_FOR_TARGET): New.
196         (USUAL_STRIP_FOR_TARGET): New.
197         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
198         STRIP_FOR_TARGET.
199         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
200         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
201         * Makefile.in: Regenerate.
202         * configure: Regenerate.
203         
204 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
205
206         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
207         (rs6000-*-aix*): Same.
208         * configure: Regenerate.
209
210 2005-09-16  Tom Tromey  <tromey@redhat.com>
211
212         * MAINTAINERS: Add self as java maintainer.
213
214 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
215
216         * configure.in: Recognize f95 in the --enable-languages option,
217         and substitute it for fortran, issuing a warning.
218         * configure: Regenerate.
219
220 2005-08-30  Phil Edwards  <phil@codesourcery.com>
221
222         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
223         * configure:  Regenerated.
224
225 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
226
227         * MAINTAINERS: Add self as ms1 maintainer.
228
229 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
230
231         * Makefile.def (libssp): Add to lang_env_dependencies.
232         * Makefile.in: Regenerate.
233
234 2005-08-18  Ian Lance Taylor  <ian@airs.com>
235
236         * MAINTAINERS: Add myself as middle-end maintainer.
237
238 2005-08-17  Christian Groessler  <chris@groessler.org>
239
240         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
241         * Makefile.in: Regenerate.
242
243 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
244
245         * MAINTAINERS (write after approval): Added myself.
246
247 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
248
249         * MAINTAINERS (Write After Approval): Add myself.
250
251 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
252
253         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
254         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
255         Look for alternate names of the target cc and c++
256         * configure: Regenerate.
257
258 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
259
260         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
261         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
262         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
263         tools; remove code to manually set them.
264         (Target tools): Look in the environment for them.
265         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
266         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
267         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
268         build directory.
269         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
270         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
271         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
272         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
273         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
274         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
275         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
276         * configure: Regenerate.
277         * Makefile.in: Regenerate.
278
279 2005-07-28  Ben Elliston  <bje@au.ibm.com>
280
281         * MAINTAINERS: Update for removed CPU targets.
282
283 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
284
285         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
286         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET. 
287         * Makefile.in: Regenerated.
288
289 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
290
291         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
292         (CFLAGS_FOR_TARGET): Use it.
293         (CXXFLAGS_FOR_TARGET): Likewise.
294         * Makefile.in: Regenerated.
295         * configure.in (--with-build-sysroot): New option.
296         * configure: Regenerated.
297
298 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
299
300         * Makefile.tpl: Wrap install between unstage and stage
301         * Makefile.in: Regenerate.
302
303 2005-07-21  Eric Christopher  <echristo@apple.com>
304
305         * MAINTAINERS: Update affiliation.
306
307 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
308
309         * MAINTAINERS: Add self as crx port maintainer.
310
311 2005-07-20  DJ Delorie  <dj@redhat.com>
312
313         * MAINTAINERS: Add self as m32c maintainer.
314
315 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
316
317         * all files: Update FSF address.
318
319 2005-07-15  Eric Christopher  <echristo@redhat.com>
320
321         * MAINTAINERS: Change affiliation.
322
323 2005-07-14  Jim Blandy  <jimb@redhat.com>
324
325         * configure.in: Add cases for Renesas m32c.
326         * configure: Regenerated.
327         
328 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
329
330         * COPYING.LIB: Update from fsf.org.
331
332 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
333
334         * COPYING, compile, config.guess,
335         config.sub, install-sh, missing, mkinstalldirs,
336         symlink-tree, ylwrap: Sync from upstream sources.
337         * config-ml.in: Update FSF address.
338
339 2005-07-13  Eric Christopher  <echristo@redhat.com>
340
341         * configure.in: Add toplevel noconfigdir support for tpf.
342         * configure: Regenerate.
343
344 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
345
346         PR ada/22340
347
348         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
349         * Makefile.in: Regenerate.
350
351 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
352
353         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
354         Brolley to write-after-approval. 
355
356 2005-07-07  Andreas Schwab  <schwab@suse.de>
357
358         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
359         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
360         * Makefile.in: Regenerated.
361
362 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
363
364         * configure.in: Don't build sim or rda when targetting darwin.
365         * configure: Regenerate.
366
367 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
368
369         * configure.in: Add --enable-libssp and --disable-libssp.
370         * configure: Regenerate with autoconf-2.13.
371
372 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
373
374         * Makefile.def (target_modules): Add libssp.
375         * configure.in (target_libraries): Add target-libssp.
376         * configure: Rebuilt.
377         * Makefile.in: Rebuilt.
378
379 2005-07-01  Zack Weinberg  <zackw@panix.com>
380
381         * MAINTAINERS: Change email address.  Resign from maintainership.
382
383 2005-07-01  Richard Guenther  <rguenther@suse.de>
384
385         * MAINTAINERS: Change my e-mail address and affiliation.
386
387 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
388
389         * Makefile.def (stagefeedback): Come after profile.
390         Define profiledbootstrap target.
391         * Makefile.tpl (profiledbootstrap): Remove.
392         (stageprofile-end): Zap stagefeedback.
393         (stagefeedback-start): Copy all .gcda files, not only GCC's.
394         * Makefile.in: Regenerate.
395
396 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
397
398         * MAINTAINERS: Update my email address.
399
400 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
401
402         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
403         In 'cpp' stanza, support '#line' as well as '# '.
404
405 2005-06-08  Andreas Schwab  <schwab@suse.de>
406
407         * MAINTAINERS: Move myself from 'Write After Approval' to
408         'CPU Port Maintainers' section as m68k maintainer.
409
410 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
411
412         * configure.in (unsupported_languages): New macro.
413         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
414         non-ported target libraries in noconfigdirs.
415         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
416         non-linux-gnu.  Remove libgcj_ex_libffi.
417         <lang_frag loop>: Set add_this_lang=no if the language is in
418         unsupported_languages.
419         * configure: Regenerate.
420
421 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
422
423         * configure.in: Fix typo in handling of --with-mpfr-dir.
424         * configure: Regenerate.
425
426 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
427
428         * MAINTAINERS: Update my email address.
429
430 2005-06-02  Jim Blandy  <jimb@redhat.com>
431
432         * config.sub: Add cases for the Renesas m32c.  (This patch has been
433         accepted into the master sources.)
434
435 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
436             Michael Snyder  <msnyder@redhat.com>
437             Stan Cox  <scox@redhat.com>
438
439         * configure.in: Set noconfigdirs for ms1.
440
441         * configure: Regenerate.
442
443 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
444
445         * MAINTAINERS (Write After Approval): Add self.
446
447 2005-06-01  Josh Conner  <jconner@apple.com>
448
449         * MAINTAINERS (Write After Approval): Add self.
450
451 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
452
453         * MAINTAINERS: Update my email address.
454
455 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
456
457         * MAINTAINERS (Write After Approval): Add self.
458
459 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
460
461         * MAINTAINERS (Write After Approval): Remove self.
462
463 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
464
465         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
466         (Dependencies): Consider target modules for bootstrap dependencies.
467         Make target bootstrap modules depend on each stage's gcc.
468         * Makefile.in: Regenerate.
469
470 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
471
472         * Makefile.def (configure-gcc): Depend on binutils having been built.
473         (all-gcc): No need to do it here.
474         * Makefile.in: Regenerate.
475
476 2005-05-19  Paul Brook  <paul@codesourcery.com>
477
478         * configure.in: Rewrite misleading error message when requested
479         language cannot be built.
480         * configure: Regenerate.
481
482 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
483
484         * ylwrap: Import from Automake 1.9.5.
485
486 2005-05-13  David Ung  <davidu@mips.com>
487
488         * MAINTAINERS (Write After Approval): Add self.
489
490 2005-05-09  Mike Stump  <mrs@apple.com>
491
492         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
493         lt_cv_sys_max_cmd_len for now.
494
495 2005-05-09  Stan Cox  <scox@redhat.com>
496
497         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
498
499 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
500
501         * README.SCO: Update the URL.
502
503 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
504
505         * ltconfig: Define file_list_spec.  Pass file_list_spec and
506         with_gnu_ld to libtool.
507         * ltcf-c.sh (aix[45]): Define file_list_spec.
508         * ltcf-cxx.sh (aix[45]): Same.
509         * ltcf-gcj.sh (aix[45]): Same.
510         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
511         exists, write list of input files to temporary file.
512
513 2005-05-04  Mike Stump  <mrs@apple.com>
514
515         * configure.in: Always pass --target to target configures as
516         otherwise rebuilds that do --recheck will fail.
517         * confiugure: Rebuilt.
518
519 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
520
521         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
522         STAGE_HOST_EXPORTS.
523         (configure, all): Add bootstrap support.
524         (Host modules, target modules): Pass post-stage1 flags and exports.
525         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
526         * Makefile.in: Regenerate.
527
528 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
529
530         * configure: Regenerate.
531
532 2005-04-27  Mike Stump  <mrs@apple.com>
533
534         * MAINTAINERS: Add self as darwin maintainer.
535
536 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
537
538         * config.sub: Update from master copy.
539
540 2005-04-21  Mike Stump  <mrs@apple.com>
541
542         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
543         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
544
545 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
546
547         * configure.in <crisv32-*-*, cris-*-*>: New local variable
548         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
549         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
550         "*-*-elf" and "*-*-linux*".
551         * configure: Regenerate.
552
553 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
554
555         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
556
557 2005-04-12  Mike Stump  <mrs@apple.com>
558
559         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
560
561 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
562
563         * MAINTAINERS (Write After Approval): Add myself.
564
565 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
566
567         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
568
569 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
570
571         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
572         (TARGET_CONFIGARGS): Include --with-target-subdir.
573         (configure, all): New macros.  Use them throughout.
574         * Makefile.in: Regenerate.
575
576 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
577
578         * MAINTAINERS (Write After Approval): Add myself.
579
580 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
581
582         * MAINTAINERS: Remove 'loop unrolling' maintainer.
583
584 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
585
586         * MAINTAINERS: Move John Carr to Write After Approval.
587
588 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
589
590         * config/mh-mingw32: Delete.
591         * configure.in: Don't use it.
592         * configure: Regenerate.
593
594 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
595
596         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
597         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
598         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
599         (HOST_LIB_PATH): Generate from Makefile.def.
600         (TARGET_LIB_PATH): Likewise.
601         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
602         * Makefile.in: Regenerate.
603         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
604         (RPATH_ENVVAR): Include Darwin case.
605         * configure: Regenerate.
606
607 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
608
609         * MAINTAINERS (Various Maintainers): Remove self.
610         (Write After Approval): Add self.
611
612 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
613
614         * MAINTAINERS (Various Maintainers): Add self.
615
616 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
617
618         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
619         * configure: Regenerate.
620
621 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
622
623         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
624         gcc_version, and gcc_version_trigger from set of flags to pass.
625         * Makefile.tpl: Remove definitions of above variables.
626         (config.status): Remove dependency on $(gcc_version_trigger).
627         * Makefile.in: Regenerate.
628         * configure.in: Do not reference config/gcc-version.m4 nor
629         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
630         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
631         * configure: Regenerate.
632
633 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
634             Andrew Pinski <pinskia@physics.uc.edu>
635
636         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
637         * Makefile.in: Regenerate.
638
639 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
640
641         * MAINTAINERS (Write After Approval): Add myself.
642
643 2005-03-03  David Ayers  <d.ayers@inode.at>
644
645         * MAINTAINERS (Write After Approval): Add myself.
646
647 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
648
649         PR libgcj/20160
650         * ltmain.sh: Avoid creating archives with components that have
651         duplicate basenames.
652
653 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
654
655         PR bootstrap/20250
656         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
657         instead of check.
658         * Makefile.in: Regenerate.
659
660 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
661
662         * Makefile.in: Regenerate to fix conflict between the previous two
663         patches.
664
665 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
666
667         PR bootstrap/17383
668         * Makefile.def (target_modules): Remove "stage", now unnecessary.
669         * Makefile.tpl (HOST_SUBDIR): New substitution.
670         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
671         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
672         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
673         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
674         (Host modules, Bootstrapped modules): Use it.
675         (Build modules, Target modules): Do not create symlink trees,
676         always configure out-of-srcdir.
677         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
678         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
679         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
680         $(HOST_SUBDIR).  Create a symlink for host_subdir.
681
682         * Makefile.in: Regenerate.
683         * configure: Regenerate.
684
685 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
686
687         Merged from libada-gnattools-branch:
688         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
689
690         * gnattools: New directory.
691         * Makefile.def: Add gnattools as a module, depending on target-libada.
692         * Makefile.in: Regenerate.
693         * configure.in: Include gnattools in host_tools; disable it if ada
694         is disabled.
695         * configure: Regenerate.
696
697 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
698
699         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
700         treelang maintainer.
701         (Write After Approval): Remove myself.
702
703 2005-02-23  Paul Schlie  <schlie@comcast.net>
704
705         * configure.in: Allow darwin targeted ports to build tk, itcl and
706         libgui.
707         * configure: Regenerate.
708
709 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
710
711         PR libgcj/10353
712         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
713         * configure: Regenerate.
714
715 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
716
717         * MAINTAINERS (Write After Approval): Add myself.
718
719 2005-02-10  Ian Lance Taylor  <ian@airs.com>
720
721         * MAINTAINERS: Update my e-mail address.
722
723 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
724
725         * MAINTAINERS (Write After Approval): Add myself.
726
727 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
728
729         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
730         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
731         target-libgloss when not *-*-elf and *-*-aout.
732         * configure: Regenerate.
733
734 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
735
736         * MAINTAINERS: Remove obsolete entries.
737
738         * MAINTAINERS (Write After Approval): Add Michael Matz.
739
740 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
741
742         * MAINTAINERS: Remove self as cpplib maintainer.
743
744 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
745
746         * install-sh, config.sub: Import from upstream.
747
748 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
749
750         PR bootstrap/18222
751         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
752         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
753         * Makefile.in: Regenerate.
754
755 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
756
757         * MAINTAINERS: Update my email address.
758
759 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
760             Andreas Schwab  <schwab@suse.de>
761
762         PR bootstrap/18033
763         * config-ml.in: Eval option if surrounded by single quotes.
764
765 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
766
767         Revert 2004-12-28 Makefile changes, a better fix will be
768         applied to mainline and src after GCC 4.0 branches.
769
770 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
771
772         PR bootstrap/17383
773
774         * Makefile.def (target_modules): Remove stage parameter,
775         it is always true now.
776         * Makefile.tpl (configure-build-[+module+],
777         configure-target-[+module+]): Always build symlink tree
778         for the directory and for include.  BUILD_SUBDIR and
779         TARGET_SUBDIR cannot be . anymore.
780         * Makefile.in: Regenerate.
781
782 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
783
784         Revert 2004-12-08 Makefile changes.
785
786 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
787
788         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
789         cygwin, mingw.
790
791 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
792
793         * configure.in (sh64-*-*): Reenable gprof.
794         * configure: Regenerate.
795
796 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
797
798         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
799         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
800         (EXTRA_TARGET_FLAGS): Add PICFLAG.
801         * Makefile.in: Regenerate.
802
803 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
804
805         * MAINTAINERS: Update my email address.
806
807 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
808
809         * Makefile.tpl: Generate normal dependencies if the LHS module is
810         not bootstrapped.
811         * Makefile.in: Regenerate.
812
813 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
814
815         * configure.in: Include config/gxx-include-dir.m4.  Use
816         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
817         * configure: Regenerate.
818
819 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
820
821         * config.if: Delete.
822         * configure.in: Set libstdcxx_incdir directly.
823         * configure: Regenerate.
824
825 2004-12-02  Eric Christopher  <echristo@redhat.com>
826
827         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
828         * Makefile.in: Regenerate.
829
830 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
831
832         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
833         * configure: Regenerate.
834
835 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
836
837         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
838         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
839         * configure: Regenerate.
840
841 2004-12-01  Eric Christopher  <echristo@redhat.com>
842
843         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
844         of things to remove.
845
846 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
847
848         * MAINTAINERS (Write After Approval): Update my e-mail address.
849
850 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
851
852         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
853         from CVS libtool to always pass_all.
854
855 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
856
857         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
858         (hppa*64*-*-*): Delete incorrect comment.
859         * configure: Rebuilt.
860
861 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
862
863         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
864
865 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
866
867         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
868         from CVS libtool to always pass_all.
869
870 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
871
872         * install-sh, compile: Import from automake.
873
874 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
875
876         * config.guess, config.sub:  Import from savannnah.
877
878 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
879
880         * MAINTAINERS (Write After Approval): Add myself
881
882 2004-11-12  Mike Stump  <mrs@apple.com>
883
884         * Makefile.def: Add html support.
885         * Makefile.tpl: Likewise.
886         * Makefile.in: Regenerate.
887
888 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
889
890         PR 18423
891         * configure.in: Remove all instances of build-fixincludes from
892         noconfigdirs.
893         (build_configargs): Supply --target to subdirectories.
894         * configure: Regenerate.
895
896         * Makefile.def: Make gcc install depend on fixincludes install.
897         * Makefile.in: Regenerate.
898
899 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
900
901         * MAINTAINERS: Add myself as gcc testsuite maintainer.
902
903 2004-11-11  Paul Brook  <paul@codesourcery.com>
904
905         * MAINTAINERS: Add self as arm maintainer.  Update email address.
906
907 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
908
909         * configure.in (noconfigdirs) [mmix-*-*]: Disable
910         target-libgfortran.
911         * configure: Regenerate.
912
913 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
914
915         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
916         like CC.
917
918 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
919
920         * Makefile.def (host fixincludes): Specify missing targets.
921         * Makefile.in: Regenerate.
922
923 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
924
925         * MAINTAINERS: Add myself
926
927 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
928
929         * MAINTAINERS (Write After Approval): Add myself.
930
931 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
932
933         * Makefile.def: Build fixincludes for the host, too.
934         * Makefile.in: Regenerate.
935         * configure.in (host_tools): Add fixincludes.
936         * configure: Regenerate.
937
938 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
939
940         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
941         * configure: Regenerated.
942
943 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
944
945         PR other/17783
946         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
947         * configure: Regenerated.
948
949 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
950
951         * README.SCO: Update per FSF instructions.
952
953 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
954
955         PR target/18151
956         * configure.in (case ${target}): Do not build fixincludes for avr.
957         * configure: Regenerated.
958
959 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
960
961         * configure.in (case ${target}): Do not build fixincludes
962         on platforms where it is not used.
963         * configure: Regenerated.
964
965 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
966
967         * configure.in: Use an absolute path to install-sh.
968         * configure: Regenerated.
969
970 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
971
972         * MAINTAINERS (Write After Approval): Add myself.
973
974 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
975
976         * MAINTAINERS: Remove from Write After Approval those that are
977         already maintainers.
978
979 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
980
981         * MAINTAINERS:  Update my email address.
982
983 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
984
985         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
986         * configure: Regenerate.
987
988 2004-10-07  J"orn Rennecke <joern.rennecke@st.com>
989
990         * MAINTAINERS:  Update my email address.
991
992 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
993
994         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
995         entries belonging to this category.
996
997 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
998
999         * MAINTAINERS: Update my e-mail address.
1000
1001 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
1002
1003         Fix wrong conflict resolution in:
1004
1005         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
1006
1007         * Makefile.in: Regenerate.
1008         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1009         in the recursive `make', instead of hardwiring `all'.
1010         (Autogenerated TARGET-* variables): New.
1011
1012 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
1013
1014         * configure.in: Enable target-libgloss for crx-*-*.
1015         * configure: Regenerate.
1016
1017 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
1018
1019         * MAINTAINERS (Various Maintainers): Move the "windows,
1020         cygwin, mingw" maintainer to ...
1021         (OS Port Maintainers): ... here.
1022
1023 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
1024
1025         * MAINTAINERS (Write After Approval): Remove those that are
1026         maintainers of some subsystem.
1027
1028 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
1029
1030         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
1031         * ltcf-cxx.sh (tpf*): Likewise.
1032         * ltconfig (tpf*): Add TPF OS configuration support.
1033
1034 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
1035
1036         * MAINTAINERS: Change my email address to my new work account.
1037
1038 2004-09-24  Michael Roth  <mroth@nessie.de>
1039
1040         * configure.in (--without-headers): Add missing double quotes.
1041         * configure: Regenerate.
1042
1043 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
1044
1045         * ylwrap: Revert to previous version.
1046
1047 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
1048
1049         PR bootstrap/17369
1050         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
1051         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
1052         SET_GCC_LIB_PATH_CMD.
1053         (BASE_TARGET_EXPORTS): Likewise.
1054         * Makefile.in: Regenerated.
1055
1056         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
1057         * configure: Regenerated.
1058
1059 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
1060
1061         * config.guess: New upstream version
1062         * compile, depcomp, install-sh, ylwrap: Likewise.
1063
1064 2004-09-19  Roger Sayle  <roger@eyesopen.com>
1065
1066         * config/mh-x86omitfp: New host makefile fragment.  Add
1067         -fomit-frame-pointer to the default BOOT_CFLAGS.
1068         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
1069         * configure: Regenerate.
1070
1071 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
1072
1073         PR target/11572
1074         * configure.in (*-*-darwin*): Renable libobjc.
1075         * configure: Regenerate.
1076
1077 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
1078
1079         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
1080
1081 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
1082
1083         * Makefile.def: Remove libbanshee.
1084         * Makefile.tpl: Ditto.
1085         * configure.in: Ditto.
1086         * Makefile.in: Regen.
1087         * configure: Ditto.
1088
1089 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
1090
1091         * ltmain.sh: Use $pic_object as $non_pic_object if
1092         $non_pic_object=none.
1093
1094 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
1095
1096         * missing: Import latest version from master repository.
1097
1098 2004-09-06  Nick Clifton  <nickc@redhat.com>
1099
1100         * config.sub: Import latest version from master repository.
1101         * config.guess: Likewise.
1102         This includes these changes:
1103
1104         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
1105
1106         * config.sub: Handle crisv32, alias etraxfs.
1107         * config.guess (crisv32:Linux:*:*): Handle.
1108
1109         2004-08-13  Brad Smith  <brad@comstyle.com>
1110
1111         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
1112         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
1113
1114         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
1115
1116         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
1117         assume the processor is a powerpc.  This is because coreutils
1118         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
1119         in this case, due to a MacOS X bug that causes
1120         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
1121         to return a negative number.
1122         Problem reported by Petter Reinholdtsen in:
1123         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
1124
1125         2004-07-19  Ben Elliston  <bje@gnu.org>
1126
1127         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
1128
1129         2004-06-24  Ben Elliston  <bje@gnu.org>
1130
1131         * config.guess: Update copyright years.
1132         * config.sub: Likewise.
1133
1134         2004-06-22  Robert Millan  <robertmh@gnu.org>
1135
1136         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
1137         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
1138
1139         2004-06-22  Stanley F. Quayle <stan@stanq.com>
1140
1141         * config.guess (*:*VMS:*:*): New entry. Replaces
1142         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
1143         manufacturer.
1144
1145         2004-06-22  Ben Elliston  <bje@gnu.org>
1146
1147         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
1148         * config.sub: Likewise.
1149
1150         2004-06-22  Ben Elliston  <bje@gnu.org>
1151
1152         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
1153         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
1154
1155         2004-06-11  Ben Elliston  <bje@gnu.org>
1156
1157         * config.guess (pegasos:OpenBSD:*:*): Remove.
1158
1159         2004-06-11  Ben Elliston  <bje@gnu.org>
1160
1161         From Wouter Verhelst <wouter@grep.be>:
1162         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
1163
1164         2004-06-11  Ben Elliston  <bje@gnu.org>
1165
1166         * config.guess (luna88k:OpenBSD:*:*): New.
1167
1168         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
1169
1170         * config.guess (m32r*:Linux:*:*): New case.
1171         * config.sub: Handle m32rle.
1172
1173         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
1174
1175         From Jens Petersen  <petersen@redhat.com>:
1176         * config.sub: Handle sparcv8.
1177
1178         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
1179
1180         From Tom Smith <smith@cag.lkg.hp.com>:
1181         * config.guess: Version suffixes are equally significant on Tru64
1182         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
1183         prefix of "P" (patched kernel).
1184
1185         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
1186
1187         * config.sub: Add support for National Semiconductor CRX target.
1188
1189 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
1190
1191         * MAINTAINERS (Various Maintainers): Remove myself as web page
1192         maintainer, add myself as maintainer of build status lists.
1193
1194 2004-09-03  Jan Beulich  <jbeulich@novell.com>
1195
1196         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
1197         *-*-netware, but add target-libmudflap.
1198         Consolidate *-*-netware targets (of which really only i?86 exists)
1199         into a single entry.
1200         * configure: Likewise.
1201
1202 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
1203
1204         * Makefile.tpl (sorry): Remove.
1205         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
1206         (cleanstrap targets): Depend on distclean, not distclean-stage1.
1207         (do-clean): Clean per-stage directories too.
1208         (do-distclean): Run distclean-stage1 too.
1209         (.NOTPARALLEL): Enable during toplevel bootstrap.
1210         (stage[+id+]-bubble): Enable parallel execution during
1211         the recursive invocation.
1212         * Makefile.in: Regenerate.
1213
1214         Fix previous checkin:
1215
1216         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
1217         include.
1218         * configure.in: Fix indentation.
1219         * configure: Regenerate.
1220
1221 2004-08-31  Robert Bowdidge <bowdidge@apple.com>
1222
1223         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
1224         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
1225         * configure: regenerate
1226         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
1227         -mdynamic-no-pic
1228
1229
1230 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
1231
1232         * Makefile.def (build_modules): Add fixincludes.
1233         (dependencies): Make gcc depend on fixincludes.
1234         * configure.in (build_tools): Add fixincludes.
1235         (build_configdirs): Always include build_libs.
1236         * Makefile.in: Regenerate.
1237         * configure: Regenerate.
1238
1239 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
1240
1241         * Makefile.def (bootstrap stages): Add 'lean' parameter.
1242         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
1243         phony targets; do not generate timestamp files.
1244         (distclean-stageN): Remove references to their timestamp files.
1245         (restageN, touch-stageN): Remove.
1246         (stageN-bubble): Rewritten.
1247         (compare): Support lean bootstraps.
1248         * Makefile.in: Regenerate.
1249
1250         * configure.in: Only warn when bootstrapping but
1251         build != host or build != target.  Support lean bootstraps.
1252         * configure: Regenerate.
1253
1254 2004-08-26  Phil Edwards  <phil@codesourcery.com>
1255
1256         * configure.in:  Give a better error message if GMP/MPFR are missing
1257         and a language needing them has been requested.
1258         * configure:  Regenerated.
1259
1260 2004-08-25  Phil Edwards  <phil@codesourcery.com>
1261
1262         * configure.in:  Print a list of available language front-ends if
1263         a requested one is missing.  Tidy stray tab characters.
1264         * configure:  Regenerated.
1265
1266 2004-08-19  Michael Koch  <konqueror@gmx.de>
1267
1268         * gcc/doc/install.texi: Update entry about automake for libjava.
1269
1270 2004-08-17  Robert Millan  <robertmh@gnu.org>
1271
1272         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
1273         (instead of FreeBSD).
1274         * configure: Regenerate.
1275
1276 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
1277
1278         * Makefile.in: Regenerate.
1279         * configure: Regenerate.
1280
1281         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
1282         stage_*_flags.
1283         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
1284         for bootstrapped modules if toplevel bootstrap is going.
1285         (GCC bootstrap): Generate per-stage targets for all bootstrapped
1286         modules.  Adjust for changes in Makefile.def.  Enable several
1287         rules even in non-bootstrap mode, just to avoid peppering the
1288         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
1289         (stage-[+prev+]-bubble): Remove.
1290
1291         * Makefile.def (Dependencies): Depend on all-build-bison,
1292         all-build-flex, all-build-byacc, all-build-texinfo, rather
1293         than the host variations.
1294         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
1295         with BUILD_SUBDIR.
1296         (BISON): Update for recent Bisons.
1297         (YACC): Fix typo.
1298         (cross): Depend on all-build.
1299         (all): Do not depend on all-build.
1300         (prebootstrap): Remove.
1301         (dep-kind): Accept separate prefixes for MODULE and ON variables.
1302         (Prebootstrap dependencies): Add them to the per-stage targets
1303         and to all-prebootstrap.
1304         * configure.in (build_configdirs): Always enable build_tools.
1305         (BUILD_DIR_PREFIX): Remove.
1306
1307         * Makefile.def (gcc): Add target variable.
1308         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
1309         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1310         in the recursive `make', instead of hardwiring `all'.
1311         (Autogenerated TARGET-* variables): New.
1312
1313 2004-08-13  Brian Booth  <bbooth@redhat.com>
1314
1315         * MAINTAINERS: Remove myself from write-after-approval.
1316
1317 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
1318
1319         * src-release: Stop distributing mmalloc with gdb (which doesn't
1320         use it).
1321         * Makefile.def: GDB doesn't depend on mmalloc anymore.
1322         * Makefile.in: Regenerate.
1323
1324 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
1325
1326         * configure.in (arm*-*-eabi*): New target.
1327         * configure: Regenerate.
1328
1329 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
1330
1331         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
1332         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
1333         (Dependencies): New section.
1334         * Makefile.tpl (Dependencies): Generate from Makefile.def.
1335         (configure-target-[+module+]): Depend on maybe-all-gcc
1336         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
1337         (toplevel profiledbootstrap): Fix dependencies.
1338         * Makefile.in: Regenerate.
1339
1340 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
1341
1342         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
1343         target-libiberty to noconfigdirs.
1344         * configure: Regenerate.
1345
1346 2004-08-03  Paul Brook  <paul@codesourcery.com>
1347
1348         * configure.in: Check for MPFR as well as GMP.
1349         * configure: Regenerate.
1350
1351 2004-08-01  Robert Millan  <robertmh@gnu.org>
1352
1353         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
1354         libmudflap for all GNU-based systems (with Glibc).
1355         * configure: Regenerate.
1356
1357 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
1358
1359         * Makefile.def (host-modules): Add gcc.
1360         * Makefile.in: Regenerate.
1361         * Makefile.tpl (sorry): New rule.
1362         (configure-host, all-host, [+make_target+]-host, do-check,
1363         install-host): Do not add gcc as a special case.
1364         (host modules): Add a small special-casing for gcc.  Export
1365         extra_make_flags through the environment.
1366         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
1367         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
1368         other recursive targets for gcc): Remove.
1369
1370         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
1371         (stage, unstage): New rules.
1372         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
1373         distclean-stage[+id+]): Use stage_current.
1374         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
1375         the stage*-start rules.
1376
1377 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
1378
1379         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
1380         use -all_load flag.
1381
1382 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
1383
1384         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
1385         * configure: Regenerate.
1386
1387 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
1388
1389         * maintainer-scripts/gcc_release: Revert yesterday's change.
1390
1391 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
1392
1393         * MAINTAINERS: Add myself to write-after-approval.
1394
1395 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
1396
1397         * libf2c: Removed.
1398         * gcc/gccbug.in: Updated because of libf2c removal.
1399         * maintainer-scripts/gcc_release: Ditto.
1400
1401 2004-07-09  Loren J. Rittle <ljrittle@acm.org>
1402
1403         * configure.in: Build libmudflap by default on FreeBSD.
1404         * configure: Regenerated.
1405
1406 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
1407
1408         * configure.in: Do not build libmudflap by default on non-GNU/Linux
1409         systems.
1410         * configure: Regenerated.
1411
1412 2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1413
1414         PR target/16344
1415         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
1416         feedback based compiler.
1417         * Makefile.in: Rebuilt.
1418
1419 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
1420
1421         * Makefile.def (host_modules): Set bootstrap=true for flex.
1422         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
1423         * Makefile.in: Rebuilt.
1424
1425 2004-07-07  Jan Hubicka  <jh@suse.cz>
1426
1427         * MAINTAINERS: Add self as a profile feedback maintainer.
1428
1429 2004-07-05  Phil Edwards  <phil@codesourcery.com>
1430
1431         * configure.in:  Do not prepend $srcdir to /dev/null in
1432         makefile fragments.
1433         * configure:  Regenerate.
1434
1435 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
1436
1437         * Makefile.def (build_modules): Add bison, byacc, flex,
1438         m4, texinfo.
1439         (flags_to_pass): Add FLEX.
1440         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
1441         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
1442         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
1443         DEFAULT_MAKEINFO): Remove.
1444         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
1445         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
1446         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
1447         objdir or else use configured tool.
1448         (all-build): New.
1449         (all): Depend on it.
1450         (Build module dependencies): Add.
1451         * Makefile.in: Regenerate.
1452         * configure.in: Better support for multiple build modules,
1453         matching what is done for host/target modules.  Do not look
1454         for "plausible" locations of build tools if Canadian cross.
1455         Use autoconf's AC_PROG_CC to find a C compiler.  Define
1456         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
1457         * configure: Regenerate.
1458
1459 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
1460
1461         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
1462         * Makefile.in: Regenerate.
1463
1464 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
1465
1466         * Makefile.tpl (configure-build-[+module+],
1467         configure-[+module+], configure-target-[+module+]): Pass
1468         [+extra_configure_args+].
1469         (all-build-[+module+], all-[+module+], check-[+module+],
1470         install-[+module+], [+make_target+]-[+module+],
1471         all-target-[+module+], check-target-[+module+],
1472         install-target-[+module+], [+make_target+]-target-[+module+]):
1473         Pass [+extra_make_args+].
1474         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
1475         (GCC_HOST_EXPORTS): Remove.
1476         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
1477         cross, check-gcc, check-gcc-c++, install-gcc,
1478         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
1479         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
1480         * Makefile.in: Regenerate.
1481
1482 2004-06-21  Matthew Sachs  <msachs@apple.com>
1483
1484         * MAINTAINERS: Added self to write-after-approval.
1485
1486 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
1487
1488         * configure.in: Check for srcdir/winsup rather than build directory
1489         winsup.
1490         * configure: Regenerate.
1491
1492 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
1493
1494         * configure.in: Don't build Cygwin native newlib if winsup
1495         directory is missing.  Emit warning instead.
1496         * configure: Regenerate.
1497
1498 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
1499
1500         * Makefile.tpl (touch-stage[+id+]): New.
1501         (restage[+prev+]): Depend on touch-stage[+id+].
1502
1503         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
1504         Use it throughout.
1505
1506         * Makefile.def: Add profile and feedback bootstrap stages.
1507         Remove next field from bootstrap stages.
1508         * Makefile.tpl (LN, LN_S): Substitute.
1509         (stageN-start, stageN-end): Use double-colon rules, to
1510         provide a hook for additional setup commands.
1511         (distclean-stageN-gcc, restageN): Create dependencies from
1512         [+prev+], not from [+next+].
1513         (stageN-bubble): Add commands for successive stages from
1514         [+prev+], using double-colon rules.
1515         (all-stageN-gcc): Fix typo.
1516         (stagefeedback-start, profiledbootstrap): New.
1517         * Makefile.in: Regenerate.
1518         * configure.in: Call ACX_PROG_LN.
1519         * configure: Regenerate.
1520
1521 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
1522
1523         * MAINTAINERS (Write After Approval): Add myself.
1524
1525 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
1526
1527         * MAINTAINERS (Write After Approval): Add myself.
1528
1529 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
1530
1531         * configure.in: Fix --enable-bootstrap breakage introduced in trees
1532         without gcc.
1533         * configure: Regenerate.
1534
1535 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
1536
1537         * Makefile.tpl: Fix typo.
1538         * Makefile.in: Regenerate.
1539
1540 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
1541
1542         * configure.in: Remove new- prefix from toplevel
1543         bootstrap targets.
1544         * configure: Regenerate.
1545
1546 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
1547
1548         * Makefile.tpl (all.normal): Rename to all.
1549         (all): Replace with a rule to pick the default
1550         target from configure.
1551         (all-gcc, configure-gcc): Use conditionals to
1552         do nothing when toplevel bootstrap is going on.
1553         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
1554         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
1555         * configure.in: Support --enable-bootstrap.
1556
1557         * Makefile.def: Remove new- prefix from toplevel
1558         bootstrap targets.
1559         * Makefile.tpl: Likewise.
1560
1561         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
1562         target.
1563
1564         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
1565         $(RECURSE_FLAGS) to recursive invocation of make.
1566
1567         * Makefile.in: Regenerate.
1568         * configure: Regenerate.
1569
1570 2004-05-30  Andreas Jaeger  <aj@suse.de>
1571             Jim Wilson <wilson@specifixinc.com>
1572
1573         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
1574         like CC.
1575
1576 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
1577
1578         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
1579         * configure: Regenerate.
1580
1581 2004-05-25  Daniel Jacobowitz  <drow@false.org>
1582
1583         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
1584         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
1585         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
1586         targets.
1587         * Makefile.in: Regenerate.
1588
1589 2004-05-24  Paolo Bonzini <bonzini@gnu.org>
1590
1591         * configure.in: Test the ability to symlink directories.
1592         * configure: Regenerate.
1593
1594         * Makefile.def (bootstrap-stage): New definitions.
1595         * Makefile.tpl (configure-stage1-gcc,
1596         configure-stage2-gcc, configure-stage3-gcc,
1597         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
1598         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
1599         new-restage3, compare): Autogenerate, see Makefile.in
1600         entry for behavioral changes.
1601         (distclean-stage1, new-stage1-start, new-stage1-end,
1602         new-stage1-bubble, distclean-stage2, new-stage2-start,
1603         new-stage2-end, new-stage2-bubble, distclean-stage3,
1604         new-stage3-start, new-stage3-end): New autogenerated targets.
1605         (objext, prebootstrap, BOOT_CFLAGS,
1606         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
1607         targets.
1608
1609         * Makefile.in: Regenerate.
1610         (distclean-stage1, new-stage1-start, new-stage1-end,
1611         new-stage1-bubble, distclean-stage2, new-stage2-start,
1612         new-stage2-end, new-stage2-bubble, distclean-stage3,
1613         new-stage3-start, new-stage3-end): New targets.
1614         (all-stage1-gcc): Move prebootstrap dependency from here...
1615         (configure-stage1-gcc): ...to here.
1616         (new-bootstrap): Use bubble targets.
1617         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1618         Use per-stage distclean targets.
1619         (configure-stage1-gcc, configure-stage2-gcc,
1620         configure-stage3-gcc, all-stage1-gcc,
1621         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
1622         Use new-stageN-start to prepare the tree.
1623
1624 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
1625
1626         * Makefile.def (host_modules): add libcpp.
1627         * Makefile.tpl: Add dependencies on and for libcpp.
1628         * Makefile.in: Regenerate.
1629         * configure.in: Add libcpp host module.
1630         * configure: Regenerate.
1631
1632 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
1633
1634         * Makefile.tpl: Whenever a recursive target is defined, wrap
1635         it in a special @if/@endif block, and prepare its maybe
1636         dependency in the @if/@endif block
1637         * configure.in: Instead of writing maybe dependencies, remove
1638         the @if/@endif statements, and remove the @if/@endif blocks
1639         that remain.
1640         * configure: Regenerate.
1641         * Makefile.in: Regenerate.
1642
1643 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
1644
1645         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
1646
1647 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
1648
1649         PR bootstrap/15120
1650         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
1651         * */configure: Rebuilt.
1652
1653 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
1654
1655         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
1656         of libf2c.
1657         * configure, Makefile.in: Regenerate.
1658
1659 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
1660
1661         * MAINTAINERS (Write After Approval): Add myself.
1662
1663 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
1664
1665         Merge from tree-ssa-20020619-branch.
1666
1667         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
1668         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
1669         (HOST_GMPLIBS): Define.
1670         (HOST_GMPINC): Define.
1671         (TARGET_LIB_PATH): Add libmudflap.
1672         (GFORTRAN_FOR_TARGET): Define.
1673         (configure-build*): Export GFORTRAN.
1674         (configure-gcc): Export GMPLIBS and GMPINC.
1675         (all-gcc): Add maybe-all-libbanshee.
1676         (configure-target-libgfortran): Define.
1677         * Makefile.in: Regenerate.
1678         * configure.in (host_libs): Add libbanshee.
1679         (target_libraries): Add target-libmudflap and target-libgfortran.
1680         Add --with-libbanshee.
1681         Handle --disable-libmudflap.
1682         (*-*-freebsd*): Use with_gmp.
1683         Add $(libgcj) to noconfigdirs.
1684         * configure: Regenerate.
1685         * depcomp: New file.
1686         * MAINTAINERS: Add tree-ssa maintainers.
1687
1688 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
1689
1690         * MAINTAINERS (Various Maintainers): Add myself.
1691
1692 2004-04-30  Brian Ford  <ford@vss.fsi.com>
1693
1694         * MAINTAINERS (Write After Approval): Add myself.
1695
1696 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
1697
1698         * MAINTAINERS (Write After Approval): Add myself.
1699
1700 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
1701
1702         * config/acx.m4: Fix fastcompare support for new-bootstrap.
1703         * configure: Regenerate.
1704
1705 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
1706
1707         Revert:
1708         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
1709
1710         * Makefile.def (flags_to_pass): Remove *dir variables that
1711         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1712         as well as prefix and exec_prefix.
1713         * Makefile.in: Regenerate.
1714
1715 2004-04-26  Robert Millan  <robertmh@gnu.org>
1716
1717         Add patches from libtool CVS.
1718         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
1719         * ltconfig: Likewise.
1720         * ltcf-c.sh: Likewise.
1721         * ltcf-cxx.sh: Likewise.
1722         * ltcf-gcj.sh: Likewise.
1723
1724 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
1725
1726         * Makefile.def (host_modules): Mark with the bootstrap
1727         flag packages on which gcc depends.
1728         * Makefile.tpl (all-bootstrap): Use it.
1729         * Makefile.in: Regenerate.
1730
1731 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
1732
1733         * Makefile.def (flags_to_pass): Remove *dir variables that
1734         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1735         as well as prefix and exec_prefix.
1736         * Makefile.in: Regenerate.
1737
1738 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
1739
1740         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
1741         * configure: Regenerate.
1742         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
1743         * gcc/Makefile.tpl (compare): Use the result of the test.
1744         * gcc/Makefile.in: Regenerate.
1745
1746 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
1747
1748         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
1749         Always relocate gcc and prev-gcc to the original names, even
1750         if the build fails.
1751         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1752         New targets.
1753
1754 2004-04-23  Laurent GUERBY <laurent@guerby.net>
1755
1756         * MAINTAINERS: Update my email address.
1757
1758 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1759
1760         * configure.in (mips*-*-irix5*): Enable ld.
1761         * configure: Regenerate.
1762
1763 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1764
1765         * configure: Regenerate.
1766
1767 2004-04-15  James E Wilson  <wilson@specifixinc.com>
1768
1769         * Makefile.tpl (configure-[+module+], configure-gcc,
1770         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
1771         Set and export LDFLAGS.
1772         * Makefile.in: Regenerate.
1773
1774 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
1775
1776         * MAINTAINERS: Add myself to write-after-approval.
1777
1778 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
1779
1780         PR bootstrap/14871
1781         * Makefile.tpl: If we don't have built-in-tree target tools,
1782         use the ones found by configure rather than hacking around with
1783         program_transform_name.
1784         * configure.in: Give Makefile.tpl the information necessary
1785         to do that.
1786         * Makefile.in: Regenerate.
1787         * configure: Regenerate.
1788
1789 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
1790
1791         PR bootstrap/14760
1792         * configure.in: When computing baseargs, strip *all* copies of
1793         offending options.  Also, don't match/substitute the trailing space,
1794         so that this actually works when two similar options are separated by
1795         only one space.
1796         * configure: Regenerate.
1797
1798 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
1799
1800         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
1801         (rs6000-*-aix*): Same.
1802         * configure: Regenerate.
1803
1804 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
1805
1806         * MAINTAINERS: Add myself to write-after-approval.
1807
1808 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
1809
1810         * MAINTAINERS: Add myself to write-after-approval.
1811
1812 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
1813
1814         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
1815         STRICT_WARN, WARN_CFLAGS flags passed down to make.
1816         * Makefile.in: Regenerate.
1817
1818         * configure.in (top level bootstrap support): Rework --enable-werror
1819         to set @stage2_werror_flag@.
1820         * configure: Regenerate.
1821         * Makefile.tpl (top level bootstrap support): Pass
1822         @stage2_werror_flag@ down to configure in stages 2 and 3.
1823         * Makefile.in: Regenerate.
1824
1825 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
1826
1827         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
1828         for stages 2 and 3 as well as in make.  As a consequence, remove
1829         OUTPUT_OPTION (now detected by configure) from the flags passed down
1830         to make.
1831         * Makefile.in: Regenerate.
1832
1833         * Makefile.tpl (new-bootstrap): Fix typo.
1834         * Makefile.in: Regenerate.
1835
1836 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
1837
1838         * Makefile.tpl: Rearrange by moving recursive_targets rules
1839         into their proper sections.
1840         * Makefile.tpl (top level bootstrap support): Move disabling
1841         of coverage flags from 'make' to 'configure'; improve comments.
1842         * Makefile.in: Regenerate.
1843
1844         * Makefile.tpl (experimental top level bootstrap) Move stage1
1845         language setting from all- target to configure- target; disable
1846         intermodule optimization in stage 1; prevent gratuitous rebuilds
1847         of stage 1.
1848         * Makefile.in: Regenerate.
1849         * configure.in: Comma-separate stage 1 language list for top
1850         level bootstrap.
1851         * configure: Regenerate.
1852
1853         * Makefile.tpl: Clean up experimental top level bootstrap support:
1854         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
1855         prev-gcc in configure- targets as well as all- targets.
1856         * Makefile.in: Regenerate.
1857
1858 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
1859
1860         * compile: New file imported from automake.
1861
1862 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
1863
1864         * configure.in: Remove symbolic link section.
1865         * configure: Regenerate.
1866         * Makefile.tpl (links): Remove.
1867         * Makefile.in: Regenerate.
1868
1869 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
1870             Nathanael Nerode  <neroden@gcc.gnu.org>
1871
1872         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
1873         Set with AC_CHECK_PROGS.
1874         * configure.in: Fix comment typo from last patch.
1875         * configure: Regenerate.
1876
1877 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
1878
1879         * Makefile.tpl: Introduce experimental top level bootstrap support.
1880         * Makefile.in: Regenerate.
1881         * configure.in: Introduce support for top level bootstrap.
1882         * configure: Regenerate.
1883
1884 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
1885             Paolo Bonzini  <bonzini@gnu.org>
1886
1887         PR bootstrap/14522
1888         * configure.in: Cope with shells that do not support unquoted ^
1889         * configure: Regenerate.
1890
1891 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
1892             Paolo Bonzini  <bonzini@gnu.org>
1893
1894         PR bootstrap/14522
1895         * configure.in: Cope with shells that do not support nesting
1896         quotes inside quoted backquote substitutions.
1897         * configure: Regenerate.
1898
1899 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
1900
1901         PR bootstrap/14522
1902         * configure.in: Fix escaping of $.
1903         * configure: Regenerate.
1904
1905 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
1906
1907         * configure: Regenerate, since I forgot to while committing Paolo's
1908         changes.
1909
1910 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
1911
1912         PR ada/14131
1913         Move language detection to the top level.
1914         * configure.in: Find default values for the tools as
1915         soon as possible.  Disable ada if GNAT is not found.
1916         Emit error message about missing languages.  Expand
1917         --enable-languages=all for the gcc subdirectory.
1918
1919 2004-03-10  Ben Elliston  <bje@gnu.org>
1920
1921         * MAINTAINERS: Update my email address.
1922
1923 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
1924
1925         * ltconfig: Disable building static libraries if building shared
1926         libraries on AIX 5L.
1927
1928 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
1929
1930         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
1931         and disable libgcj.
1932         * configure: Regenerated.
1933
1934 2004-03-01  Brian Booth  <bbooth@redhat.com>
1935
1936         * MAINTAINERS: Add myself to write-after-approval.
1937
1938 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
1939
1940         * MAINTAINERS: Add myself to write-after-approval.
1941
1942 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
1943
1944         PR bootstrap/7087
1945         * Makefile.tpl: Guard XFOO sed statements better.
1946         * Makefile.tpl: Add dependency for configure-target-libada.
1947         * Makefile.in: Regenerate (incidentally fixes broken
1948         commit when libada-branch was merged).
1949
1950 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
1951
1952         * MAINTAINERS: Add myself to write-after-approval.
1953
1954 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
1955
1956         * MAINTAINERS: Add Nicola Pero and myself as libobjc
1957         maintainers.
1958
1959 2004-02-20  Andrew Cagney  <cagney@redhat.com>
1960
1961         * config.guess: Update from version 2003-10-16 to 2004-02-16.
1962         * config.sub: Update from version 2003-11-03 to 2004-02-16.
1963
1964 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
1965
1966         PR bootstrap/11932
1967         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
1968
1969 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
1970
1971         * MAINTAINERS: Added myself to write-after-approval.
1972
1973 2004-02-14  Michael Koch  <konqueror@gmx.de>
1974
1975         * MAINTAINERS: Added myself to write-after-approval.
1976
1977 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
1978
1979         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
1980         some OS port maintainers to OS port maintainers section.
1981
1982 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
1983
1984         * MAINTAINERS: Add self.
1985
1986 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
1987
1988         * MAINTAINERS: Alphabetize.
1989
1990 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
1991
1992         * MAINTAINERS: Remove myself.
1993
1994 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
1995
1996         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
1997         (rs6000-*-aix*): Same.
1998         * configure: Regenerate.
1999
2000 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
2001
2002         * configure.in (host): Add in missing $noconfigdirs to defines.
2003         * configure: Regenerate.
2004
2005 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
2006             Nathanael Nerode  <neroden@gcc.gnu.org>
2007
2008         PR ada/6637, PR ada/5911
2009         Merge with libada-branch:
2010         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
2011         with appropriate dependencies. Add --enable-libada configure switch.
2012         * configure, Makefile.in: Regenerate.
2013
2014 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
2015
2016         * MAINTAINERS: Add myself to write-after-approval.
2017
2018 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2019
2020         * configure.in: Don't pass --with-stabs on IRIX 5 either.
2021         * configure: Regenerate.
2022
2023 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
2024
2025         Merge from upstream:
2026
2027         * ltmain.in: When setting IFS to '~', be careful about user
2028         arguments that contain '~'.
2029
2030         2004-02-04  Peter O'Gorman  <peter@pogma.com>
2031
2032         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
2033         Also test $base_compile against $CC with escaped arguments. Bug
2034         reported by Geoff Keating <geoffk@apple.com>.
2035
2036 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
2037
2038         * MAINTAINERS: Remove i960 port.
2039
2040 2004-01-23  DJ Delorie  <dj@redhat.com>
2041
2042         * Makefile.def (target_modules) [libiberty]: Don't stage.
2043         * Makefile.in: Rebuilt.
2044
2045 2004-01-20  Caroline Tice  <ctice@apple.com>
2046
2047         * MAINTAINERS: Add myself to write-after-approval.
2048
2049 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
2050
2051         * MAINTAINERS: Update my email address.
2052
2053 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
2054
2055         * MAINTAINERS: Add myself to write-after-approval.
2056
2057 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2058
2059         * MAINTAINERS: Remove entries without email address.
2060
2061 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
2062
2063         * MAINTAINERS: Add myself to write-after-approval.
2064
2065 2004-01-15  Steven Bosscher  <stevenb@suse.de>
2066
2067         * MAINTAINERS: Update my email address.
2068
2069 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
2070
2071         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
2072         * Makefile.tpl (configure-target-[+module+]): Support stage.
2073         * Makefile.in: Rebuilt.
2074
2075 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
2076
2077         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
2078
2079 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
2080
2081         * MAINTAINERS: Add myself as a MIPS maintainer.
2082
2083 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
2084
2085         * configure.in: Use ./config.cache, not config.cache.
2086         * configure: Regenerate.
2087         * Makefile.tpl: Special-casing not needed for GCC any more.
2088         * Makefile.in: Regenerate.
2089
2090         * configure.in: Don't share a cache file for host dirs.
2091         * configure: Regenerate.
2092
2093         * config-ml.in: Don't mess with the cache file.
2094
2095 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2096
2097         * MAINTAINERS: Move myself from 'Write After Approval' to
2098         'CPU Port Maintainers' section as SPARC maintainer.
2099
2100 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
2101
2102         * Makefile.tpl: Make GCC use a separate config.cache.
2103         * Makefile.in: Regenerate.
2104
2105         PR bootstrap/11932, PR bootstrap/11933
2106         (I don't know if it will fix either of them, but it relates
2107         to them.)
2108         * configure.in: Don't use shared config.cache for target
2109         directories.
2110         * configure: Regenerate.
2111
2112 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
2113
2114         * MAINTAINERS: Add myself to 'Write After Approval' section.
2115
2116 2003-12-31  Roger Sayle  <roger@eyesopen.com>
2117
2118         * configure.in (ia64*-*-hpux*): Disable building java libraries.
2119         * configure: Regenerated.
2120
2121 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
2122
2123         * MAINTAINERS: Remove the mn10200 maintainer.
2124
2125 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
2126
2127         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
2128         * configure: Regenerated.
2129
2130 2003-12-16  Jan Hubicka  <jh@suse.cz>
2131
2132         * MAINTAINERS: Add myself as callgraph maintainer.
2133
2134 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
2135
2136         * configure.in (raw_libstdcxx_flags): Remove the leading space.
2137         * configure: Regenerate.
2138
2139 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2140
2141         * MAINTAINERS: Move myself from 'Bug database only accounts' to
2142         'Write After Approval' section. Update email.
2143
2144 2003-12-01  James Lemke <jim@wasabisystems.com>
2145
2146         * MAINTAINERS (Write After Approval): Add myself.
2147
2148 2003-11-20  Matt Thomas  <matt@3am-software.com>
2149
2150         * MAINTAINERS: Add myself as a vax port maintainer.
2151
2152 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
2153
2154         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
2155         (configure-build-[+module+], configure-[+module+]): Likewise.
2156         (configure-target-[+module+], configure-gcc, config.status): Likewise.
2157         * Makefile.in: Regenerate.
2158
2159 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
2160
2161         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
2162         shared/dylibed libraries.
2163         * ltmain.sh: Likewise.
2164         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
2165         * ltcf-cxx.sh: Likewise.
2166         * ltcf-gcj.sh: Likewise.
2167         * ltconfig: Likewise.
2168
2169 2003-11-17  Stan Cox  <scox@redhat.com>
2170
2171         * MAINTAINERS: Add myself as iq2000 port maintainer.
2172
2173 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
2174
2175         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
2176         * Makefile.in: Regenerate.
2177
2178 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
2179
2180         * config.sub: Update to 2003-11-03 version.
2181
2182 2003-10-20  Phil Edwards  <phil@codesourcery.com>
2183
2184         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
2185         * configure:  Regenerate.
2186
2187 2003-10-20  Nicolas Pitre <nico@cam.org>
2188
2189         * MAINTAINERS: Add myself to 'Write After Approval' section.
2190
2191 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
2192
2193         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
2194
2195 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
2196
2197         * MAINTAINERS: Update my email address.
2198
2199 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2200
2201         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
2202
2203 2003-10-17 Ralph Loader  <rcl@ihug.co.nz>
2204
2205         * MAINTAINERS: Add myself to 'Write After Approval' section.
2206
2207 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
2208
2209         * config.guess: Update to 2003-10-16 version.
2210         * config.sub: Update to 2003-10-16 version.
2211
2212 2003-10-15 David Daney  <ddaney@avtrex.com>
2213
2214         * MAINTAINERS: Added myself to 'Write After Approval' section.
2215
2216 2003-10-15  Falk Hueffner  <falk@debian.org>
2217
2218         * MAINTAINERS: Move myself from 'Bug database only accounts' to
2219         'Write After Approval' section. Update email.
2220
2221 2003-10-14  Roger Sayle  <roger@eyesopen.com>
2222
2223         * MAINTAINERS: Move myself from 'Write After Approval' to
2224         'Various Maintainers' section as middle-end maintainer.
2225
2226 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
2227
2228         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
2229         HOST_FLAGS_TO_PASS.
2230         * Makefile.in: Regenerate.
2231
2232 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
2233
2234         * config.guess: Update to 2003-10-07 version.
2235         * config.sub: Update to 2003-10-07 version.
2236
2237 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2238
2239         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
2240         * ltconfig (irix5*, irix6*): Don't override version_type.
2241
2242 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
2243
2244         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
2245         * configure: Rebuilt
2246         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
2247         * Makefile.in: Rebuilt
2248
2249 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
2250
2251         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
2252
2253 2003-09-30  Carlo Wood  <carlo@alinoe.com>
2254
2255        * MAINTAINERS (Write After Approval): Add myself.
2256
2257 2003-09-29  Paul Koning  <ni1d@arrl.net>
2258
2259         * MAINTAINERS: Move myself from "Write After Approval"
2260         to CPU platform maintainers for pdp11 platform.
2261
2262 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
2263
2264         * MAINTAINERS: Move myself from 'Write After Approval' to
2265         'Various Maintainers' section as libffi testsuite maintainer.
2266
2267 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
2268
2269         * configure.in: Pass a computed --program-transform-name
2270         to subconfigures.
2271         * configure: Regenerated.
2272
2273 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
2274
2275         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
2276         * Makefile.in: Regenerate.
2277
2278         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
2279         * Makefile.in: Regenerate.
2280
2281 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
2282
2283         * MAINTAINERS: Move myself from 'Write After Approval'
2284         to 'Various Maintainers' (objective-c) section.
2285
2286 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
2287
2288         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
2289         quoting.
2290         * configure: Regenerated.
2291
2292 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
2293
2294         * MAINTAINERS (Write After Approval): Add myself to write after
2295         approval list.
2296
2297 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
2298
2299        * MAINTAINERS (Write After Approval): Add myself.
2300
2301 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
2302
2303         * MAINTAINERS: Update my e-mail address.
2304
2305 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
2306
2307         * libtool.m4 (LD): Correct powerpc64 host match.
2308
2309 2003-09-06  James E Wilson  <wilson@tuliptree.org>
2310
2311         * MAINTAINTERS: Update my affiliation and email address.
2312
2313 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2314
2315         * MAINTAINERS (Write After Approval): Add myself.
2316
2317 2003-09-04  DJ Delorie  <dj@redhat.com>
2318
2319         * configure: Regenerate.
2320
2321 2003-09-04  Robert Millan  <robertmh@gnu.org>
2322
2323         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
2324
2325 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2326
2327         * configure.in: Ensure arguments to sed are properly spaced.
2328         * configure: Regenerate.
2329
2330 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
2331
2332         * MAINTAINERS: Update my e-mail address.
2333
2334 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
2335
2336         * MAINTAINERS (Write After Approval): Add myself.
2337
2338 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
2339
2340         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
2341         * configure: Regenerated.
2342
2343 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
2344
2345         * MAINTAINERS: Update my email address.
2346
2347 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
2348
2349         * configure.in:  Use newline instead of semicolon when assuming
2350         shell arguments in a for loop.
2351         * configure:  Regenerated.
2352
2353 2003-08-22  Jason Eckhardt  <jle@rice.edu>
2354
2355         * MAINTAINERS: Resurrect the i860 maintainer.
2356
2357 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
2358
2359         PR 8180
2360         * configure.in: When testing with_libs and with_headers, treat
2361         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
2362         * configure: Regenerate.
2363
2364         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
2365         make, shell, etc.
2366         (baseargs): Likewise.
2367         * configure: Regenerate.
2368
2369 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
2370
2371         * MAINTAINERS (Write After Approval): Add myself.
2372
2373 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
2374
2375         * configure.in: Disable libgcj for darwin not on powerpc.
2376         * configure: Rebuild.
2377
2378 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
2379
2380         * config-ml.in, symlink-tree: Add license.
2381
2382 2003-08-03  Richard Stallman  <rms@gnu.org>
2383             Eben Moglen  <moglen@columbia.edu>
2384
2385         * README.SCO: New file.
2386
2387 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
2388
2389         * Makefile.tpl (check, check-c++): Express dependencies using
2390         dependencies rather than commands.
2391         * Makefile.in: Regenerate.
2392
2393 2003-08-01  Andrew Cagney  <cagney@redhat.com>
2394
2395         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
2396         * configure: Ditto.
2397
2398 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
2399
2400         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
2401         * Makefile.in: Update.
2402
2403 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
2404
2405         * configure.in: Enable libgcj for darwin.
2406         * configure: Rebuild.
2407
2408 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
2409
2410         * config-ml.in:  Use ac_configure_args directly instead of
2411         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
2412         actually seen.
2413
2414 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
2415
2416         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
2417         creating target and build subdirs to build all parent dirs as needed.
2418         * Makefile.in: Rebuild.
2419         * configure.in: Don't build dirs explicitly here.
2420         * configure: Rebuild.
2421
2422 2003-07-26  Paul Brook  <paul@nowt.org>
2423
2424         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
2425
2426 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
2427
2428         * Makefile.tpl (all-make): Depend on intl.
2429         * Makefile.in: Rebuilt.
2430
2431 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
2432
2433         * install-sh:  Update to newer upstream versions (associated with
2434         aclocal 1.7).
2435         * mkinstalldirs:  Likewise.
2436         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
2437
2438 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
2439
2440         * MAINTAINERS: Move self from Bug database only accounts
2441         to write-after-approval.
2442
2443 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
2444
2445         * config.if: Remove unused libc_interface determination.
2446
2447 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
2448
2449         * MAINTAINERS: Move self from write-after-approval to
2450         build machinery (*.in).
2451
2452 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
2453
2454         PR bootstrap/11273
2455         PR bootstrap/11408
2456         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
2457         unused INSTALL_PROGRAM_ARGS.
2458         * configure.in: Use AC_PROG_INSTALL.
2459         * Makefile.in: Regenerate.
2460         * configure: Regenerate.
2461
2462 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
2463
2464         * MAINTAINERS: Alphabetize.
2465
2466 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
2467
2468         * configure: Rebuilt.
2469         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
2470         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
2471         newlib nor libgloss.
2472         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
2473         * configure.in (am33_2.0-*-linux*): Added.
2474
2475 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
2476
2477         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
2478         * configure: Regenerate.
2479
2480 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
2481
2482         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
2483         * Makefile.in: Regenerate.
2484
2485 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
2486
2487         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
2488         * Makefile.in: Regenerate.
2489
2490 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
2491
2492         * Makefile.tpl: Replace PWD with PWD_COMMAND.
2493         * Makefile.in: Regenerated.
2494
2495         * config-ml.in: Replace PWD with PWD_COMMAND.
2496
2497 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
2498
2499         * intl: New directory; see intl/ChangeLog for details.
2500         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
2501         * Makefile.tpl: all-gcc depends on maybe-all-intl.
2502         * Makefile.in: Regenerate.
2503
2504 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
2505
2506         * configure.in: Clean up config-lang.in handling.  Delete
2507         useless assignment to "subdirs".
2508         * configure: Regenerate.
2509
2510 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
2511
2512         * configure.in: Rename 'target_libs' to 'target_libraries'.
2513         Remove useless reference to 'target_libs'.
2514         * configure: Regenerate.
2515
2516 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
2517
2518         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
2519         * Makefile.in: Regenerate.
2520
2521 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
2522
2523         * Makefile.def: Introduce flags_to_pass.
2524         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
2525         * Makefile.in: Regenerate.
2526
2527 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
2528
2529         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
2530         and target-libgloss.
2531         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
2532         <h8300*-*-*>: Disable libf2c and ${libgcj}.
2533         * configure: Regenerate.
2534
2535 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
2536
2537         * configure.in: Update testsuite_flags to new location.
2538         * configure. Regenerate.
2539
2540 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
2541
2542         * Makefile.tpl: Remove BUILD_CC stuff.
2543         * Makefile.in: Regenerate.
2544
2545 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
2546
2547         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
2548
2549 2003-06-16  Graeme Peterson <gp@qnx.com>
2550
2551         * MAINTAINERS (Write After Approval): Add myself.
2552
2553 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
2554
2555         * config.guess: Update to 2003-06-12 version.
2556         * config.sub: Update to 2003-06-13 version.
2557
2558 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
2559
2560         * config.guess: Update to 2003-06-06 version.
2561         * config.sub: Update to 2003-06-06 version.
2562
2563 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2564
2565         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
2566         * configure. Regenerate.
2567
2568 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
2569
2570         * configure.in: Disable serial configure by default.
2571         * configure: Regenerate.
2572         * Makefile.tpl: Abolish .NOTPARALLEL.
2573         * Makefile.in: Regenerate.
2574
2575         * Makefile.tpl: Replace {build,host,target}_canonical by
2576         {build,host,target}.
2577         * Makefile.in: Regenerate.
2578
2579         * Makefile.tpl: Fix stupid pasto.
2580         * Makefile.in: Regenerate.
2581
2582 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
2583
2584         * Makefile.tpl: Remove bogus conditional.
2585         * Makefile.in: Regenerate.
2586
2587 2003-06-05  Jan Hubicka  <jh@suse.cz>
2588
2589         * Makefile.tpl (profiledbootstrap): New target.
2590         * Makefile.in (profiledbootstrap): New target.
2591
2592 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
2593
2594         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
2595         Pinski. Remove user names from other bugzilla-only maintainers.
2596
2597 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
2598
2599         * Makefile.tpl: Make 'recursive targets' using autogen rather
2600         than shell loop.  Remove duplicate 'clean' targets and false
2601         comments.
2602         * Makefile.def: Add systematic dependencies to 'recursive' targets.
2603         Add systematic method of specifying missing targets in subdirs.
2604         Add copyright boilerplate.
2605         * Makefile.in: Regenerate.
2606         * configure.in: Add 'recursive targets' to maybe list.
2607         * configure: Regenerate.
2608
2609         * MAINTAINERS: "GNATS only" -> "Bug database only".
2610
2611         * Makefile.tpl: Rename [+target+] to [+make_target+].
2612         * Makefile.def: Rename 'target' to 'make_target'.
2613
2614 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
2615
2616         * MAINTAINERS: Add self as options handling maintainer.
2617
2618 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
2619
2620         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
2621         been too long since I touched those ports.
2622
2623 2003-05-28  DJ Delorie  <dj@redhat.com>
2624
2625         * Makefile.tpl: Make maybe-check-gcc .PHONY.
2626         * Makefile.in: Regenerate.
2627
2628 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
2629
2630         * configure.in: Use curly braces in the definition of tooldir.
2631         * configure: Regenerate.
2632
2633 2003-05-21  DJ Delorie  <dj@redhat.com>
2634
2635         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
2636         newlib or libgloss.
2637         * Makefile.in: Regenerate.
2638
2639 2003-05-21  DJ Delorie  <dj@redhat.com>
2640
2641         * Makefile.tpl: Add missing empty maybe-check-gcc target.
2642         * Makefile.in: Regenerate.
2643
2644 2003-05-20  Ian Lance Taylor  <ian@airs.com>
2645
2646         * MAINTAINERS: Update my e-mail address.
2647
2648 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
2649
2650         * configure.in: Switch more things to use maybe dependencies.
2651         * Makefile.tpl: Switch more things to use maybe dependencies.
2652         Factor out common code from autogen IF statements.
2653         * configure: Regenerate.
2654         * Makefile.in: Regenerate.
2655
2656 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
2657
2658         * configure.in: Accept i[3456789]86 for machine type.
2659         * configure: Regenerate.
2660
2661 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
2662
2663         * configure.in: Switch more things to use maybe dependencies.
2664         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
2665         * configure: Regenerate.
2666         * Makefile.tpl: Switch more things to use maybe dependencies.
2667         * Makefile.in: Regenerate.
2668
2669 2003-05-16  Andreas Schwab  <schwab@suse.de>
2670
2671         * Makefile.tpl (install-opcodes): Define.
2672         * Makefile.in: Rebuild.
2673
2674 2003-05-13  Andreas Jaeger  <aj@suse.de>
2675
2676         * config.guess: Update to 2003-05-09 version.
2677         * config.sub: Update to 2003-05-09 version.
2678
2679 2003-05-13  Michael Eager <eager@mvista.com>
2680
2681         * configure.in: Correct sed script so that options in quotes are not
2682         deleted.
2683         * configure: Rebuild.
2684
2685 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
2686
2687         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
2688         and $$s/newlib/libc/sys/cygwin32 include paths.
2689         * configure: Ditto.
2690
2691 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
2692
2693         * MAINTAINERS: Update my email addresses.
2694
2695 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
2696
2697         * config-ml.in: Propagate INSTALL variables.
2698
2699 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2700
2701         * MAINTAINERS: Remove duplicate entries in Write After Approval.
2702
2703 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
2704
2705         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
2706         * Makefile.in: Regenerate.
2707
2708 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
2709
2710         * MAINTAINERS (GNATS only): Add Falk Hueffner.
2711
2712 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
2713
2714         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
2715
2716 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
2717
2718         * Makefile.tpl: Clean $(BUILD_SUBDIR).
2719         * Makefile.in: Regenerated.
2720
2721 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
2722
2723         * MAINTAINERS (Write After Approval): Upgrade myself from
2724         GNATS only to write-after-approval. Update my mail address.
2725
2726 2003-04-25  Loren J. Rittle <ljrittle@acm.org>
2727
2728         (OS Port Maintainers: freebsd): Add myself.
2729
2730 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
2731
2732         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
2733
2734 2003-04-22  Kean Johnston  <jkj@sco.com>
2735
2736         * MAINTAINERS (SCO ports): Added myself.
2737
2738 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
2739
2740         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
2741
2742 2003-04-19  Kean Johnston  <jkj@sco.com>
2743
2744         * MAINTAINERS (Write After Approval): Add myself.
2745
2746 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2747
2748         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
2749         * Makefile.in: Regenerate.
2750
2751 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
2752
2753         * configure.in (powerpc64*-*-linux*): Remove.
2754         * configure: Rebuilt.
2755
2756 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
2757
2758         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
2759         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
2760         and restrap.
2761         * Makefile.in:  Regenerate.
2762
2763 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
2764
2765         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
2766         * configure: Regenerated.
2767
2768 2003-04-15  DJ Delorie  <dj@redhat.com>
2769
2770         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
2771
2772 2003-04-13  Nick Clifton  <nickc@redhat.com>
2773
2774         * config-ml.in: Remove support for --disable-aix removing
2775         call-aix multilibs.
2776
2777 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
2778
2779         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
2780         * */configure: Rebuilt.
2781
2782 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
2783
2784         * MAINTAINERS: Add my email address.
2785
2786 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
2787
2788         * MAINTAINERS (Write After Approval): Add myself.
2789
2790 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
2791
2792         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
2793         * Makefile.in: Regenerate.
2794
2795 2003-03-14  Michael Chastain  <mec@shout.net>
2796
2797         * Makefile.in: Regenerate with correct Makefile.def.
2798
2799 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
2800
2801         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
2802         Make macro.
2803         * Makefile.in: Regenerate.
2804         * configure.in: Clean up gxx_include_dir logic.
2805         * configure: Regenerate.
2806
2807 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
2808
2809         * MAINTAINERS (Write After Approval): Add myself.
2810
2811 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
2812
2813         * MAINTAINERS: Update my mail address.
2814
2815 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2816
2817         * configure.in (gxx_include_dir): Fix typo.
2818         * configure: Regenerated.
2819
2820 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
2821
2822         * Makefile.tpl: Reindent.
2823         * Makefile.in: Regenerate.
2824         * configure.in: Reindent.  Don't set unused variables.
2825         * configure: Regenerate.
2826
2827 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
2828
2829         * configure.in: Include $(build_tooldir)/sys-include in
2830         FLAGS_FOR_TARGET.
2831         * configure: Regenerated.
2832
2833 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
2834
2835         * Makefile.tpl: Always pass down RANLIB.
2836         * Makefile.in: Regenerate.
2837
2838         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
2839         * Makefile.in: Regenerate.
2840         * configure.in: Remove unused logic relating to --enable-shared
2841         and --enable-threads.  Remove bogus comments.  Remove redundant
2842         noconfigdirs.
2843         * configure: Regenerate.
2844
2845         * configure.in: Replace ${libstdcxx_version} by its value.
2846         Remove reference to mh-dgux.
2847         * configure: Regenerate.
2848
2849 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
2850
2851         * MAINTAINERS (Write After Approval): Add myself.
2852
2853 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
2854
2855         * Makefile.tpl: Rearrange.
2856         * Makefile.in: Regenerate.
2857
2858 2003-02-25  Uwe Stieber <uwe@wwws.de>
2859
2860         * configure.in: Add support for kaOS as cross build target system.
2861         * configure: Regenerated.
2862
2863 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
2864
2865         * MAINTAINERS (Write after approval): Add myself.
2866
2867 2003-02-21  James E Wilson  <wilson@tuliptree.org>
2868
2869         * MAINTAINERS: Update my email address.
2870
2871 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
2872
2873         * MAINTAINERS: Add self to blanket write privs. section.
2874
2875 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
2876
2877         * Makefile.tpl: Add definition of CPPFLAGS to pass into
2878         configure-target-* as some target builds may require additional
2879         flags for preprocessor tests.
2880         * Makefile.in: Regenerated.
2881
2882 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
2883
2884         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
2885         * ltconfig: Handle it.
2886         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
2887         auto-detecting it.
2888
2889         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
2890         it is used as argument to $CC.
2891         * ltcf-gcj.sh: Likewise.
2892
2893         * configure.in: Introduce --enable-maintainer-mode.
2894         * configure: Rebuilt.
2895         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
2896         for maintainer mode.
2897         * Makefile.in: Rebuilt.
2898
2899 2003-02-18  Jason Merrill  <jason@redhat.com>
2900
2901         * Makefile.tpl (check-c++): Allow parallelism.
2902
2903 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2904
2905         * MAINTAINERS: Remove John Carr (who never actually had access to
2906         gcc.gnu.org).
2907
2908 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
2909
2910         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
2911         don't configure target-libobjc.
2912         * configure: Regenerate.
2913
2914 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2915
2916         * Makefile.tpl (RANLIB): Define.
2917         * Makefile.in: Regenerate.
2918
2919 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
2920
2921         * MAINTAINERS: Update my email.
2922
2923 2003-02-06  Keith R Seitz  <keiths@redhat.com>
2924
2925         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
2926         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
2927         * Makefile.in: Regenerated.
2928         * configure.in: Remove all traces of snavigator, db, and grep.
2929         * configure: Regenerated.
2930
2931 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2932
2933         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
2934         After Approval.
2935
2936 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
2937
2938         * MAINTAINERS (Write after approval): Add myself.
2939
2940 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
2941
2942         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
2943         * Makefile.in: Regenerated.
2944
2945 2003-01-30  Roger Sayle  <roger@eyesopen.com>
2946
2947         * config.guess: Updated to 2003-01-30's version.
2948         * config.sub: Updated to 2003-01-28's version.
2949
2950 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
2951
2952         * config.if: If gcc_version is already set, just use it.  Don't set
2953         gcc_version_trigger if it's already set, otherwise set it to
2954         gcc/version.c, but only if the file exists.  If it is not set and
2955         gcc/version.c does not exist, try to extract the version number from
2956         $CC.
2957
2958 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
2959
2960         * MAINTAINERS: Add myself to write-after-approval list.
2961
2962 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
2963
2964         * configure.in:  Revert 24Jan change.
2965         * configure:  Regenerate.
2966
2967 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2968
2969         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
2970         entry of HJ Lu.
2971
2972 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
2973
2974         * configure.in: Revert previous change.
2975         * configure: Regenerate.
2976
2977 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
2978
2979         * configure.in: Make rda native-only.
2980         * configure: Regenerate.
2981
2982 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2983
2984         * MAINTAINERS: Move myself from GNATS-only-accounts to
2985         write-after-approval.
2986
2987 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
2988
2989         * configure.in: Add missing \.
2990         * configure: Rebuilt.
2991
2992 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
2993
2994         * configure.in (baseargs): Avoid using \| in sed regular
2995         expressions.
2996         * configure: Rebuilt.
2997
2998 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
2999
3000         * configure.in (baseargs): Remove all supported forms of
3001         --cache-file, --srcdir, --host, --build and --target options
3002         from argument lists.
3003         * configure: Rebuilt.
3004
3005 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
3006
3007         * MAINTAINERS: Add myself to write-after-approval list.
3008
3009 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
3010
3011         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
3012         * configure: Rebuilt.
3013
3014 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3015
3016         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
3017         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
3018         * Makefile.in: Regenerate.
3019         * configure: Regenerate.
3020
3021 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
3022
3023         * configure.in: Remove Makefile in build, host and target modules
3024         unless configure was run with --no-recursion.
3025         * configure: Rebuilt.
3026
3027 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
3028
3029         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
3030         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
3031         * Makefile.in: Regenerate.
3032
3033 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
3034
3035         * config.guess: Update to 2003-01-03 version.
3036         * config.sub: Update to 2003-01-03 version.
3037
3038 2003-01-07  Christopher Faylor  <cgf@redhat.com>
3039
3040         * configure: Regenerate with proper autoconf 2.13.
3041
3042 2003-01-07  Christopher Faylor  <cgf@redhat.com>
3043
3044         * configure.in: Add AC_PREREQ for consistency.
3045         * configure: Regenerate.
3046
3047 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
3048
3049         * configure.in (GDB_TK): Add tcl directories conditional on
3050         gdb/gdbtk directory being present.
3051         * configure: Regenerate.
3052
3053 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
3054
3055         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
3056         by gcc if LD is not defined and we are not doing a Canadian Cross.
3057         * configure: Rebuilt.
3058
3059 2002-12-31  Tom Tromey  <tromey@redhat.com>
3060
3061         * Makefile.in: Rebuilt.
3062         * Makefile.def (target_modules) [libffi]: Allow installation.
3063
3064 2002-12-31  Andreas Schwab  <schwab@suse.de>
3065
3066         * configure.in: Fix use of $program_transform_name.
3067         * configure: Regenerated.
3068
3069 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
3070
3071         * configure.in (baseargs): Don't remove first configure argument.
3072         * configure: Regenerated.
3073
3074 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
3075
3076         * Makefile.tpl (local-distclean): Don't remove...
3077         (multilib.ts): ... this.  Moved into...
3078         (multilib.out): ... this.  Don't use sub-make.
3079         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
3080         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
3081         (configure-build-[+module+], configure-[+module+],
3082         configure-target-[+module+], configure-gcc): ... these.  Test
3083         for Makefile existence.  Drop config.status from dependencies.
3084         * Makefile.in: Rebuilt.
3085         * configure.in: Move gcc-version-trigger to the end of
3086         ac_configure_args.  Add comments to maybedep.tmp and
3087         serdep.tmp.  Introduce --disable-serial-configure.  Remove
3088         nonopt from baseargs, matching and removing corresponding
3089         whitespace while at it.
3090         * configure: Rebuilt.
3091
3092 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
3093
3094         * configure.in (host_configargs): Replace reference to
3095         no-longer-defined buildopts with --build=${build_alias}.
3096         * configure: Rebuilt.
3097
3098         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
3099         program_transform_name to standard idiom.
3100         (AUTOGEN, AUTOCONF): Define.
3101         (Makefile.in): Use $(AUTOGEN).
3102         (Makefile): Depend on config.status, and use autoconf-style rule to
3103         build it.  Move original commands to...
3104         (config.status): ... this new target.
3105         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
3106         $(AUTOCONF).
3107         * Makefile.in: Rebuilt.
3108
3109 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3110
3111         * Makefile.tpl: Fix dramatic bustage due to change in
3112         program_transform_name.
3113         * Makefile.in: Regenerate.
3114
3115         * configure.in: Remove unnecessary PATH setting.
3116         * configure: Regnerate.
3117
3118         * configure.in: Don't default to unprefixed tools unless
3119         the native tools will work.
3120         * configure: Regenerate.
3121
3122         * configure.in: Convert to autoconf script.  Blow away lots
3123         of now-redundant Makefile fragments.
3124         * configure: Generate using Autoconf.
3125         * Makefile.tpl: Rewrite to reflect autoconfiscation.
3126         * Makefile.in: Regenerate.
3127
3128 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
3129
3130         * configure: Fix stupid bug where RANLIB was mistakenly included.
3131
3132         * configure.in: Rename (buildargs, hostargs, targargs) to
3133         (build_configargs, host_configargs, target_configargs).
3134
3135         * configure.in: Move logic out of sed statement.
3136
3137         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
3138         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
3139
3140 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
3141
3142         * config.sub: Import from master repository
3143         * config.guess: Ditto
3144
3145 2002-12-24  Andreas Schwab  <schwab@suse.de>
3146
3147         * Makefile.tpl (multilib.out): Fix missing space.
3148         * Makefile.in: Regenerate.
3149
3150 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3151
3152         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
3153         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
3154         * Makefile.in: Regenerate.
3155         * configure.in: Remove unnecessary leftovers.
3156
3157 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
3158
3159         * configure.in (extra_ranlibflags_for_target): New variable.
3160         (*-*-darwin): Add -c to ranlib commands.
3161         * configure (tooldir): Handle extra_ranlibflags_for_target.
3162
3163 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3164
3165         * Makefile.tpl: Revert HJL's change.
3166         * Makefile.in: Regenerated.
3167         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
3168         always.
3169
3170 2002-12-19  Andreas Schwab  <schwab@suse.de>
3171
3172         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
3173         * Makefile.in: Regenerate.
3174
3175 2002-12-18  H.J. Lu <hjl@gnu.org>
3176
3177         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
3178         * Makefile.in: Regenerated.
3179
3180         * configure.in (build_prefix): New. Substitute.
3181
3182 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3183
3184         * Makefile.tpl: Don't let real targets depend on phony targets.
3185         * Makefile.in: Regenerate.
3186
3187         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
3188         * Makefile.in: Regenerate.
3189
3190 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
3191
3192         * config.sub: Import from master repository
3193         * config.guess: Ditto
3194
3195 2002-12-16  Jason Merrill  <jason@redhat.com>
3196
3197         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
3198         previous 'make bootstrap'.
3199         * Makefile.in: Regenerate.
3200
3201 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
3202
3203         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
3204
3205 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
3206
3207         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
3208         * Makefile.in: Regenerate.
3209
3210 2002-12-13  Jason Merrill  <jason@redhat.com>
3211
3212         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
3213         library tests.
3214         (check-c++): Just depend on it and check-target-libstdc++-v3.
3215         * Makefile.in: Regenerate.
3216
3217 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
3218
3219         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
3220         * Makefile.in: Rebuilt.
3221
3222 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
3223
3224         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
3225
3226 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
3227
3228         * configure: Fix bug put in by gremlins.
3229
3230         * Makefile.tpl: Substitute more autoconfily.
3231         * configure: Substitute more autoconfily.
3232         * Makefile.in: Regenerate.
3233
3234 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
3235
3236         * config.sub: Import from master repository
3237         * config.guess: Ditto
3238         * MAINTAINERS: Added Svein Seldal under write after approval
3239
3240 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
3241
3242         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
3243         * Makefile.in (all-sim): Ditto.
3244
3245 2002-12-06  DJ Delorie  <dj@redhat.com>
3246
3247         * Makefile.tpl: Change configure dependencies to not have real
3248         targets depend on phony targets.
3249
3250 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
3251
3252         * configure.in: Revert unintentional change.
3253
3254         * Makefile.tpl: Change dependency for */multilib.out so that
3255         it works when gcc isn't in the tree.
3256
3257         * configure.in: Substitute more.
3258         * configure: Run subconfigures from the Makefile.
3259         * Makefile.tpl: Run subconfigures from the Makefile; add a few
3260         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
3261
3262 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3263
3264         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
3265
3266 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3267
3268         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
3269         and corresponding dependencies.
3270         * Makefile.in: Regenerate.
3271
3272         * configure.in (host_tools): Order binutils, gas and ld for
3273         convenience in running the testsuites.
3274
3275         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
3276         * Makefile.in: Regenerate.
3277         * configure.in: Introduce rules to serialize subconfigure runs.
3278
3279         * configure.in: Introduce BASE_CC_FOR_TARGET.
3280         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
3281         Realize configure-build-* targets.  Realize configure-target-* targets.
3282         * Makefile.in: Regenerate.
3283
3284 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3285
3286         * configure: Move gcc_version_trigger stuff from here...
3287         * configure.in: ...to here.
3288
3289         * configure.in: Separate subconfigure options added by this file from
3290         options given by the user.  Add machinery to put args for host
3291         subconfigures into the Makefile.
3292
3293         * Makefile.tpl: Remove 'vault' targets.
3294         * Makefile.tpl: Reorder and comment dependencies.
3295         * Makefile.in: Regenerate.
3296
3297 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
3298         * configure.in: Fix my broken commit of previous patch. (sigh)
3299
3300 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
3301
3302         * configure.in: Move host-specific darwin noconfigdirs into
3303         the host-specific section.
3304
3305 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
3306
3307         * configure.in: Move host-specific darwin noconfigdirs into
3308         the host-specific section.
3309
3310 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
3311
3312         * configure: Remove skip-this-dir support.
3313         * Makefile.tpl: Remove skip-this-dir support.
3314
3315         * Makefile.tpl: Remove leftover support for non-autoconfiscated
3316         subdirectories.
3317         * Makefile.in: Regenerate.
3318
3319         * Makefile.tpl: Strip out useless setting of 'dir'.
3320         * Makefile.in: Regenerate.
3321
3322 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
3323
3324         * configure.in: Fix deeply stupid bug.
3325
3326         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
3327         shell code in CXX_FOR_TARGET
3328         * Makefile.def: Introduce raw_cxx.
3329         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
3330         RAW_CXX_FOR_TARGET.
3331         * Makefile.in: Regenerate.
3332
3333 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
3334
3335         * Makefile.tpl: Remove unnecessary ifs.
3336         * Makefile.in: Regenerate.
3337
3338         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
3339         dependencies.  Maybe-ize build-libiberty.  Create dummy install
3340         targets for 'no_install' modules.
3341         * configure: Move GDB_TK substitution to configure.in.  Move
3342         build_modules stuff to configure.in.
3343         * configure.in: Implement soft dependency machinery.  Maybe-ize
3344         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
3345         * Makefile.in: Regenerate.
3346
3347 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3348
3349         * Makefile.tpl: Make all-target, install-target behave similarly
3350         to all, install (only hitting configured targets).  Eliminate
3351         unused macro defintions.
3352
3353         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
3354         build != host.
3355
3356         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
3357
3358         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
3359
3360         * configure.in: Produce lists of subdir targets we're actually
3361         configuring.  Remove references to "dosrel".
3362         * Makefile.tpl: Let configure set which subdir targets are hit.
3363         Remove install-cross; clean up install; remove ALL.  Remove
3364         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
3365         Autogenerate host module targets.  Remove empty dependency lines
3366         and redundant dependency; rearrange slightly.
3367         * Makefile.def: Add host-side libtermcap, utils.
3368
3369         * Makefile.in: Regenerate.
3370
3371 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3372
3373         * ltconfig (osf[345]): Append $major to soname_spec.
3374         Reflect this in library_names_spec.
3375         * ltmain.sh (osf): Prefix $major with . for use as extension.
3376
3377 2002-11-19  Andreas Jaeger  <aj@suse.de>
3378
3379         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
3380         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
3381         and sparc64 GNU/Linux systems.
3382
3383 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
3384
3385         * MAINTAINERS: Update email.
3386
3387 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3388
3389         * MAINTAINERS: Complete James Dennett's entry.
3390
3391 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
3392
3393         * MAINTAINERS (Write After Approval): Add myself.
3394
3395 2002-11-13  Bruce Korb  <bkorb@gnu.org>
3396
3397         * Makefile.tpl: syntactic cleanup
3398
3399 2002-11-13 Stuart Hastings <stuart@apple.com>
3400
3401         * MAINTAINERS: Add myself to write-after-approval list.
3402
3403 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
3404
3405         * Makefile.def: Add list of recursive targets to autogenerate.
3406         Add build_modules.
3407         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
3408         targets.  Autogenerate *-build-* targets.
3409         * Makefile.in: Regenerate.
3410
3411 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
3412
3413         * configure: More autoconf-style substitutions.
3414         * Makefile.tpl: More autoconf-style substitutions.
3415         * Makefile.in: Regenerate.
3416
3417 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
3418
3419         * configure: Substitute more variables in a more autoconf-friendly
3420         way.  Simplify slightly.
3421         * Makefile.tpl: Make more variables substitutable in an
3422         autoconf-friendly way.
3423         * Makefile.in: Regenerate.
3424
3425 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
3426
3427         * MAINTAINERS (Write After Approval): Add myself.
3428
3429 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
3430
3431         * configure.in (v810*): Remove special setting of tools.
3432
3433         * configure: Add support for extra required flags for ar or nm.
3434         * configure.in (aix4.3+): Use above support for target-specific
3435         issues, rather than using config/mt-aix43.
3436
3437 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3438
3439         * configure: Remove 'removing', which doesn't work.  Replace $subdir
3440         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
3441         with $srcdir.  Reformat indentation.  Substitute some variables
3442         formerly hard-coded in the Makefile for build=host.
3443         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
3444         * Makefile.def: Autogenerate more.
3445         * Makefile.in: Regenerate.
3446
3447 2002-11-04  Adam Nemet  <anemet@lnxw.com>
3448
3449         * MAINTAINERS (Write After Approval): Add myself.
3450
3451 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
3452
3453         * Makefile.def (host_modules): Add rda.
3454         * Makefile.in: Regenerate.
3455         * configure.in (target_tool): Add target-rda to list.
3456
3457 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3458
3459         * MAINTAINERS: Remove "co-maintainer" note for web pages.
3460
3461 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
3462
3463         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
3464         and restrap targets to this rule.
3465         * Makefile.in:  Regenerate.
3466
3467 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3468
3469         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
3470         GNATS only accounts.
3471
3472 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
3473
3474         * configure.in (i[3456]86-*-linux*): Add check to disable
3475         ${libgcj} for glibc1.
3476
3477 2002-10-24  Denis Chertykov  <denisc@overta.ru>
3478
3479         * MAINTAINERS: Add myself as ip2k port maintainer.
3480
3481 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
3482
3483         * configure.in: Add tic4x target.
3484
3485 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3486
3487         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
3488         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
3489         * Makefile.in: Regenerate.
3490
3491         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
3492         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
3493         * Makefile.in: Regenerate.
3494
3495 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
3496
3497         * MAINTAINERS: Add myself as web pages co-maintainer.
3498
3499 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3500
3501         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
3502         * Makefile.in: Regenerate.
3503
3504 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
3505
3506         * MAINTAINERS: Add myself and Nathan Sidwell
3507         <nathan@codesourcery.com> as VxWorks maintainers.
3508
3509 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3510
3511         * Makefile.def: Remove order dependency comments.
3512         * Makefile.tpl: Add explicit install-install dependencies.
3513         * Makefile.in: Regenerate.
3514
3515         * Makefile.tpl: Remove material now in src-release.  (Finally!)
3516         * Makefile.in: Regenerate.
3517
3518         * Makefile.tpl: Add configure-target (for src-release in src)
3519         * Makefile.in: Regenerate.
3520
3521 2002-09-30  Nick Clifton  <nickc@redhat.com>
3522
3523         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
3524
3525 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
3526
3527         * configure.in (s390*-*-linux*): Enable libgcj.
3528
3529 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
3530
3531         * configure: Revert accidentally applied changes.
3532
3533         * Makefile.tpl: Make more autoconf-friendly.
3534         * Makefile.in: Regenerate.
3535         * configure: Make substitution more autoconf-like.
3536
3537 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
3538
3539         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
3540         single entry to handle all these.
3541         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
3542         libjava on arm-*-elf.
3543
3544 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
3545
3546         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
3547         things that depend on them.
3548
3549 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
3550
3551         * Makefile.tpl: Make subsituted variables more autoconfy.
3552         * Makefile.in: Regenerate.
3553         * configure: Make seds more autoconfy.
3554
3555 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
3556
3557         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
3558         * Makefile.in: Regenerate.
3559         * configure.in: Rewrite sed statements to look autoconfy.
3560
3561         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
3562         all-target-foo on configure-target-foo.
3563         * Makefile.def: Ditto.
3564         * Makefile.in: Rebuild.
3565
3566 2002-09-25  Andrew Haley  <aph@redhat.com>
3567
3568         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
3569
3570 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
3571
3572         * Makefile.def: New file.
3573         * Makefile.tpl: New file.
3574         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
3575         * contrib/gcc_update: Note that Makefile.in is a generated file.
3576
3577         * configure.in: Minor rearrangement.  Simplify tests.
3578
3579 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
3580
3581         * configure.in (with_headers): Skip copy if value is "yes".
3582         (with_libs): Likewise.
3583
3584 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
3585
3586         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
3587         * configure.in (sh*-*-pe*): Ditto.
3588         * configure.in (mips*-*-pe*): Ditto.
3589         * configure.in (*arm-wince-pe): Ditto.
3590
3591         * configure.in: Rearrange.
3592
3593 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
3594
3595         * MAINTAINERS: Update my email address.
3596
3597 2002-08-30  Paul Koning  <pkoning@equallogic.com>
3598
3599         * MAINTAINERS: (Write After Approval): Add myself.
3600
3601 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
3602
3603         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
3604
3605 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
3606
3607         * MAINTAINERS: Change my mailing address.
3608
3609 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
3610
3611         * MAINTAINERS (Write After Approval): Remove myself.
3612         (Various Maintainers: c++ runtime libs): Add myself.
3613
3614 2002-08-20  Loren J. Rittle <ljrittle@acm.org>
3615
3616         * MAINTAINERS (Write After Approval): Remove myself.
3617         (Various Maintainers: c++ runtime libs): Add myself.
3618
3619 2002-08-15  Eric Christopher  <echristo@redhat.com>
3620
3621         * config.sub: Import from master repository.
3622         * config.guess: Ditto.
3623
3624 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
3625
3626         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
3627         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
3628         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
3629
3630 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
3631
3632         * MAINTAINERS: Add self to rs6000 vector extensions.
3633
3634 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
3635
3636         * libiberty/configure: Reverted unintended yesterday's check in.
3637
3638 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
3639
3640         * boehm-gc/configure, libf2c/configure: Rebuilt.
3641         * libffi/configure, libiberty/configure: Ditto.
3642         * libjava/configure, libobjc/configure: Ditto.
3643         * libstdc++-v3/configure, zlib/configure: Ditto.
3644         Merged from binutils:
3645         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
3646         From Steve Ellcey <sje@cup.hp.com>:
3647         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
3648         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
3649         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
3650         IA64.
3651         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
3652         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
3653         soname_spec, sys_lib_search_path_spec): Ditto.
3654
3655 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
3656
3657         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
3658
3659 2002-08-04  H.J. Lu  (hjl@gnu.org)
3660
3661         * configure.in (mips*-*-linux*): Don't skip target-libffi.
3662
3663 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
3664
3665         * MAINTAINERS (Write After Approval): Add myself.
3666
3667 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
3668
3669         * configure.in: Move generic linux case to end.  Copy generic
3670         linux noconfigdirs to mips*-*-linux* entry and new
3671         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
3672
3673 2002-07-19  Michael Matz  <matz@suse.de>
3674
3675         * MAINTAINERS: Add myself as ra* maintainer.
3676
3677 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
3678
3679         * config.guess: Update to 2002-07-09 version.
3680         * config.sub: Update to 2002-07-03 version.
3681
3682 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
3683
3684         * MAINTAINERS: Fix typo in a maintainer email address.
3685
3686 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
3687
3688         * configure.in: Remove two redundant tests.
3689
3690 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3691
3692         * configure.in (mips*-*-irix6*o32): Enable stabs.
3693
3694 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
3695
3696         * configure.in: Don't build grez.
3697         * Makefile.in: Ditto.
3698
3699         * Makefile.in: Remove references to bsp, cygmon, libstub.
3700         * configure.in: Ditto.
3701
3702         * configure.in: Remove leftover reference to gdbtest.
3703
3704 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
3705
3706         * configure.in (gxx_include_dir):  Change to match versioned
3707         C++ headers if --enable-version-specific-runtime-libs is used.
3708
3709 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
3710
3711         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
3712
3713 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3714
3715         * configure.in: Make --without-x work.
3716
3717 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3718
3719         * configure.in: Rearrange target Makefile fragment collection.
3720
3721         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
3722         cvs[src].
3723         * configure.in: Ditto.
3724
3725 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
3726
3727         * MAINTAINERS (Write After Approval): Update my e-mail address.
3728
3729 2002-06-24  Ben Elliston  <bje@redhat.com>
3730
3731         * configure.in (host_tools): Remove cgen.
3732
3733         * Makefile.in (all-cgen): Remove; runs from its source directory.
3734         (check-cgen, install-cgen, clean-cgen): Likewise.
3735         (all-opcodes): Do not depend on all-cgen.
3736         (all-sim): Likewise.
3737
3738 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
3739
3740         * Makefile.in: Eliminate 'apache' targets.
3741         * configure.in: Eliminate 'apache' targets.
3742
3743         * configure.in: Eliminate redundant tests.  Reorganize.
3744
3745         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
3746
3747         * config-ml.in: Eliminate references to Cygnus configure.
3748
3749         * Makefile.in: Eliminate references to building emacs.
3750
3751 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
3752
3753         * MAINTAINERS: Update my email address.
3754
3755 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
3756
3757         * config.if (libstdcxx_incdir): Version C++ headers.
3758         (cxx_incdir): Remove.
3759
3760 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
3761
3762         * MAINTAINERS (Write After Approval): Add self.
3763
3764 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
3765
3766         * configure.in: Add support for ip2k.
3767
3768 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
3769
3770         * configure.in: Fix AIX configury bug.
3771
3772 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
3773
3774         * MAINTAINERS (Write After Approval): Add self.
3775
3776 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
3777
3778         * configure.in: replace ${topsrcdir} with ${srcdir}
3779
3780         * configure.in: Move definition of libstdcxx_flags
3781         right above usage, rather than waaay earlier.
3782
3783         * configure.in: Pull definition of is_cross_compiler earlier.
3784
3785         * configure.in: Rearrange a little.
3786
3787         * configure.in: Remove references to librx.
3788         * Makefile.in: Remove references to librx.
3789
3790 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
3791
3792         * config.sub: Add support for avr target.
3793         Import from master sources, rev 1.255
3794
3795 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
3796
3797         * configure, .cvsignore:  Revert previous change...
3798         * Makefile:  ...delete.
3799
3800 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
3801
3802         * configure.in: Eliminate ${gasdir} variable.
3803
3804 2002-06-18  Dave Brolley  <brolley@redhat.com>
3805
3806         * configure.in: Add support for frv.
3807         * config.sub: Add support for frv.
3808
3809 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
3810
3811         * configure:  Remove garbage from previous commit.
3812
3813 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
3814
3815         * configure:  For in-source builds, make a subdir and re-exec there.
3816         * Makefile:  New file.  Pass targets through to build directory.
3817         * .cvsignore:  No longer ignore "Makefile".
3818
3819 2002-06-16  Douglas Rupp  <rupp@gnat.com>
3820
3821         * MAINTAINERS (Write After Approval): Add self.
3822
3823 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3824
3825         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
3826
3827 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
3828
3829         * configure.in (vax-*-netbsd*): Re-enable gas.
3830
3831 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
3832
3833         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
3834         BUILD_PREFIX_1, to correct nomenclature.
3835         * configure: Likewise.
3836
3837         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
3838         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
3839
3840 2002-05-31  Olaf Hering  <olh@suse.de>
3841
3842         * config-ml.in: Propogate DESTDIR also.
3843
3844 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
3845
3846         * configure.in (vax-*-netbsd*): Don't build gas for this
3847         platform.
3848
3849 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
3850
3851         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
3852         and libgcj for AVR.
3853
3854 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
3855
3856         * MAINTAINERS (Write After Approval): Add myself.
3857
3858 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
3859
3860         * config.guess: Update to 2002-05-22 version.
3861         * config.sub: Likewise.
3862
3863 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3864
3865         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
3866         * config-ml.in: Likewise.
3867         * configure: Likewise.
3868         * configure.in: Likewise.
3869
3870 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
3871
3872         * MAINTAINERS: Update my email address.
3873
3874 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
3875
3876         * configure.in: Simplify makefile fragment collection.
3877
3878         * configure.in: Remove code to build emacs.
3879
3880         * configure.in : Remove --srcdir argument from targargs and buildargs
3881         (it's always overridden in the Makefile anyway).  Rearrange a bit.
3882
3883         * configure: Move some logic to configure.in.
3884         * configure.in: Move some logic from configure.
3885
3886 2002-05-11  Tom Tromey  <tromey@redhat.com>
3887
3888         * MAINTAINERS: Reflect libgcj reality.
3889
3890 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
3891
3892         * Makefile.in: Honour DESTDIR.
3893
3894 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
3895
3896         * config.guess: Import 2002-03-20 version.
3897         * config.sub: Import 2002-04-26 version.
3898
3899 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3900
3901         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
3902
3903 2002-05-07  Tim Josling  <tej@melbpc.org.au>
3904
3905         * MAINTAINERS: Add self.
3906
3907 2002-05-06  Loren J. Rittle <ljrittle@acm.org>
3908
3909         * ltmain.sh: Detect and handle object name conflicts
3910         while piecewise linking a static library.
3911
3912 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
3913
3914         * configure.in (noconfigdirs): Don't disable libgcj on
3915         sparc64-*-solaris* and sparcv9-*-solaris*.
3916
3917 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
3918
3919         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
3920
3921 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
3922
3923         * configure.in (FLAGS_FOR_TARGET): Do not add
3924         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
3925         on i[3456]86-*-linux*.
3926
3927 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
3928
3929         * configure.in (noconfigdirs): Replace [ ] with test.
3930
3931         * configure.in (noconfigdirs): Do not add target-newlib if
3932         target == i[3456]86-*-linux*, and host == target.
3933
3934 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
3935
3936         * configure.in: delete reference to absent file
3937
3938         * configure.in: replace '[' with 'test'
3939
3940         * configure.in: Eliminate references to gash.
3941         * Makefile.in: Eliminate references to gash.
3942
3943         * configure.in: remove useless references to 'pic' makefile fragments.
3944
3945         * configure.in: (*-*-windows*) Finish removing.
3946
3947         * configure.in: Eliminate redundant test for libgui.
3948
3949 2002-04-29  Roger Sayle  <roger@eyesopen.com>
3950
3951         * MAINTAINERS: Add self and realphabetize.  Update entries
3952         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
3953         entry for a29k port maintainer.
3954
3955 2002-04-26      Joel Sherrill <joel@OARcorp.com>
3956
3957         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
3958         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
3959
3960 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
3961
3962         * configure.in: remove references to dead files
3963
3964 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
3965
3966         * MAINTAINERS: Add information about purpose of this file.
3967
3968 2002-04-18  Tom Tromey  <tromey@redhat.com>
3969
3970         * configure.in: Disallow configuring libgcj when it is already
3971         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
3972         Solaris 2.8 by default.  For PR libgcj/6158.
3973
3974 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
3975
3976         * configure.in:  Move default CC setting out of config/mh-* fragments
3977         directly into here.
3978
3979 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
3980
3981         * configure.in: don't even try to configure or make a subdirectory
3982         if there's no configure script for it.
3983
3984 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
3985
3986         * MAINTAINERS: Remove chill maintainers.
3987         * Makefile.in (CHILLFLAGS): Remove.
3988         (CHILL_LIB): Remove.
3989         (TARGET_CONFIGDIRS): Remove libchill.
3990         (CHILL_FOR_TARGET): Remove.
3991         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
3992         CHILL_LIB.
3993         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
3994         (CHECK_TARGET_MODULES): Likewise.
3995         (INSTALL_TARGET_MODULES): Likewise.
3996         (CLEAN_TARGET_MODULES): Likewise.
3997         (configure-target-libchill): Remove.
3998         (all-target-libchill): Remove.
3999         * configure.in (target_libs): Remove target-libchill.
4000         Do not compute CHILL_FOR_TARGET.
4001         * libchill: Remove directory.
4002
4003 2002-04-11  DJ Delorie  <dj@redhat.com>
4004
4005         * Makefile.in, configure.in: Sync with binutils, entries
4006         follow...
4007
4008 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
4009
4010         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
4011         (do-tar, do-bz2): New rules.
4012         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
4013         (gdb-tar): New rule.
4014         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
4015         (insight_dejagnu.tar): New rule.
4016         (insight.tar): New rule.
4017         (gdb+dejagnu.tar): New rule.
4018         (gdb.tar): New rule.
4019
4020 2002-02-01  Mo DeJong  <supermo@bayarea.net>
4021
4022         * Makefile.in: Add all-tix to deps for all-snavigator
4023         so that tix is built when building snavigator.
4024
4025 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
4026
4027         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
4028         ld and gdb are not supported.
4029
4030 2002-01-07  Mark Salter  <msalter@redhat.com>
4031
4032         * configure.in: Remove target-bsp and target-cygmon from arm builds.
4033         Allow target-libgloss to be built for arm, strongarm, and xscale.
4034
4035 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
4036
4037         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
4038         options for i[3456]86-pc-linux* native builds.
4039
4040 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
4041
4042         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
4043         files from .po files for a distribution.
4044
4045 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
4046
4047         * configure.in: Enable libstdc++-v3 for h8300 targets.
4048
4049 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
4050
4051         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
4052         version from bfd/.
4053
4054 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
4055
4056         * Makefile.in (VER): When present, extract the version number from
4057         the file version.in.
4058
4059 2001-05-24  Tom Rix <trix@redhat.com>
4060
4061         * configure.in : enable ld for aix
4062
4063 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4064
4065         * config.guess: Add linux target for S/390.
4066
4067 2000-11-07  Philip Blundell  <pb@futuretv.com>
4068
4069         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
4070
4071 2000-11-03  Philip Blundell  <pb@futuretv.com>
4072
4073         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
4074         files.
4075
4076 2001-01-15  Ben Elliston  <bje@redhat.com>
4077
4078         * configure.in (host_tools): Add sid.
4079         Always configure cgen.
4080
4081 2000-11-24  Nick Clifton  <nickc@redhat.com>
4082
4083         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
4084
4085
4086 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
4087
4088         * Makefile.in (ALL_MODULES): Add all-cgen.
4089         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
4090         (all-cgen): New target.
4091         (all-opcodes,all-sim): Depend on all-cgen.
4092         * configure.in (host_tools): Add cgen.
4093         Only configure cgen if --enable-cgen-maint.
4094
4095 2002-04-09  Loren J. Rittle <ljrittle@acm.org>
4096
4097         * configure.in: Add *-*-freebsd* configurations.
4098
4099 2002-04-08  Tom Tromey  <tromey@redhat.com>
4100
4101         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
4102         Fixes PR libgcj/6068.
4103
4104 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
4105
4106         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
4107
4108 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4109
4110         * configure.in (alpha*-dec-osf*): Enable libgcj.
4111
4112 2003-03-27  Matthew Gingell <gingell@gnat.com>
4113
4114         * MAINTAINERS (Write After Approval): Add myself.
4115
4116 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
4117
4118         Fix for: PR bootstrap/3591, target/5676
4119         * configure.in (mcore-pe): Disable the configuration of
4120         libstdc++-v3 since exceptions are not supported.
4121
4122 2002-03-20  Anthony Green  <green@redhat.com>
4123
4124         * configure.in: Enable libgcj for xscale-elf target.
4125
4126 Tue Mar 19 09:05:08 2002  J"orn Rennecke <joern.rennecke@superh.com>
4127
4128         * MAINTAINERS:  Update my email address.
4129
4130 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
4131
4132         * ltmain.sh (relink_command): Fix typo in previous change.
4133
4134 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
4135
4136         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
4137         (relink_command): Added --tag flags.
4138         (mode=install): If relinking fails; error out.
4139
4140 2002-03-12  Richard Henderson  <rth@redhat.com>
4141
4142         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
4143         .NOTPARALLEL tag.
4144         (do-check): Rename from check.
4145         (check): Allow parallel check.
4146
4147 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
4148
4149         * MAINTAINERS: Add myself as maintainer for xtensa port.
4150         Fix alphabetical order in CPU port maintainer list.
4151         Remove myself from Write After Approval list.
4152
4153 2002-03-11  Richard Henderson  <rth@redhat.com>
4154
4155         * Makefile.in (.NOTPARALLEL): Add fake tag.
4156
4157 2002-03-07  H.J. Lu  (hjl@gnu.org)
4158
4159         * configure.in: Enable gprof for mips*-*-linux*.
4160
4161 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
4162
4163         * MAINTAINERS (Write After Approval): Add myself.
4164
4165 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
4166
4167         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
4168         libjava.
4169         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
4170
4171 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
4172
4173         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
4174         because its Makefile is there; test for the executable instead.
4175
4176 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
4177
4178         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
4179         libstdc++-v3 and libjava.
4180
4181 2002-02-11  Adam Megacz <adam@xwt.org>
4182
4183         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
4184         boehm-gc
4185
4186 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
4187
4188         * config.guess: Updated to 2002-01-30's version.
4189         * config.sub: Updated to 2002-02-01's version.
4190         Contribute sh64-elf.
4191         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
4192         * configure.in: Added sh64-*-*.
4193
4194 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
4195
4196         * MAINTAINERS: Belatedly add myself to write after approval list.
4197
4198 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
4199
4200         * MAINTAINERS: Put self in as maintainer for x86-64 port.
4201         Remove self as Write After Approval.
4202
4203 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
4204
4205         * MAINTAINERS: Put self in as maintainer for contrib/regression
4206         directory.
4207
4208 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
4209
4210         * MAINTAINERS:  Update my email address.
4211
4212 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
4213
4214         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
4215         target-libiberty, and target-libgloss.  Skip Java-related
4216         libraries if not supported for NetBSD on target CPU.
4217
4218 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
4219
4220         * install-sh: Use _inst.$$_ for temp file name.
4221
4222 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
4223
4224         * MAINTAINERS (Write After Approval): Move my contact info
4225         from here...
4226         (OS Port Maintainers): ...to here (netbsd).
4227
4228 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
4229
4230         * MAINTAINERS (Write After Approval): Add myself.
4231
4232 2002-01-17  H.J. Lu <hjl@gnu.org>
4233
4234         * Makefile.in (all-fastjar): Also depend on all-libiberty.
4235         (all-target-fastjar): Also depend on all-target-libiberty.
4236
4237 2002-01-16  H.J. Lu  (hjl@gnu.org)
4238
4239         * config.guess: Import from master sources, rev 1.225.
4240         * config.sub: Import from master sources, rev 1.238.
4241
4242 2002-01-16  Kazu Hirata  <kazu@hxi.com>
4243
4244         * MAINTAINERS (Write After Approval): Remove myself.
4245
4246 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
4247
4248         * MAINTAINERS (Write After Approval): Add myself.
4249
4250 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
4251
4252         * MAINTAINERS: Add self as docs co-maintainer.
4253
4254 2001-12-11  Matthias Klose  <doko@debian.org>
4255
4256         * MAINTAINERS (Write After Approval): Add myself.
4257
4258 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
4259
4260         * MAINTAINERS: Update my email address.
4261
4262 2001-12-07  Turly O'Connor  <turly@apple.com>
4263         * MAINTAINERS (Write After Approval): Add myself.
4264         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
4265         (rs6000_initialize_trampoline): Call __trampoline_setup for
4266         ABI_DARWIN too.
4267         * darwin-tramp.asm: New file, implements __trampoline_setup.
4268         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4269
4270 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
4271
4272         * MAINTAINERS (Write After Approval): Add myself.
4273
4274 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
4275
4276         * configure, configure.in: Use temp file for long sed commands.
4277
4278 2001-12-03  Laurent Guerby  <guerby@acm.org>
4279
4280         * config.sub: Update to version 1.232 on subversion.
4281
4282 2001-12-03  Ben Elliston  <bje@redhat.com>
4283
4284         * MAINTAINERS: Update mail address for config.* patches.
4285
4286 2001-11-27  DJ Delorie <dj@redhat.com>
4287             Zack Weinberg  <zack@codesourcery.com>
4288
4289         When build != host, create libiberty for the build machine.
4290
4291         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
4292         CONFIG_ARGUMENTS.
4293         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
4294         New variables.
4295         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
4296         and rules.
4297         (all.normal): Depend on ALL_BUILD_MODULES.
4298         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
4299         (all-build-libiberty): Depend on configure-build-libiberty.
4300
4301         * configure: Calculate and substitute proper value for
4302         ALL_BUILD_MODULES.
4303         * configure.in: Create the build subdirectory.
4304         Calculate and substitute TARGET_CONFIGARGS (formerly
4305         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
4306
4307 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
4308
4309         * MAINTAINERS (write-after-approval): Add self.
4310
4311 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
4312
4313         * MAINTAINERS (GNATS only accounts): Remove self.
4314
4315 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
4316
4317         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
4318         libf2c.
4319
4320 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
4321
4322         * MAINTAINERS (Write After Approval): Add self.
4323
4324 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
4325
4326         * MAINTAINERS: mips and s390 are also CPU ports.
4327
4328 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
4329
4330         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
4331
4332 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
4333
4334         * MAINTAINERS: Alphabetize.
4335
4336 2001-11-09  Kazu Hirata  <kazu@hxi.com>
4337
4338         * MAINTAINERS (Various maintainers: h8 port): Add myself.
4339
4340 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4341
4342         * MAINTAINERS (Various maintainers: hppa port): Added myself.
4343
4344 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
4345
4346         * configure.in (--enable-languages): Be more permissive about
4347         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
4348
4349 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
4350
4351         * config.sub: Import from master sources, rev. 1.230.
4352         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
4353
4354 2001-11-07  Laurent Guerby  <guerby@acm.org>
4355
4356         * MAINTAINERS (Write After Approval): Add self.
4357
4358 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
4359
4360         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
4361
4362 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
4363
4364         * config.sub: Import from master sources, rev 1.226.
4365         * config.guess: Import from master sources, rev 1.216.
4366
4367 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
4368
4369         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
4370         * MAINTAINERS: Add self as maintainer of MMIX port.
4371         Remove old after-approval entry.
4372
4373 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
4374
4375         * ChangeLog, configure: Fix spelling errors.
4376
4377 2001-10-20  Brendan Kehoe  <brendan@zen.org>
4378
4379         * MAINTAINERS: Tweak my address.
4380
4381 Thu Oct 11 21:50:15 2001  J"orn Rennecke <amylaar@onetel.net.uk>
4382
4383         * MAINTAINERS: Update my email address.
4384
4385 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
4386
4387         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
4388         * MAINTAINERS: Add self as maintainer of CRIS port.
4389
4390 2001-10-10  Geert Bosch  <bosch@gnat.com>
4391
4392         * MAINTAINERS (Various maintainers: Ada front end):
4393         Added Robert Dewar.
4394
4395 2001-10-03  David Billinghurst <David.Billinghurst@riotinto.com>
4396
4397         * MAINTAINERS (Write After Approval): Added self
4398
4399 2001-10-02  Geert Bosch  <bosch@gnat.com>
4400
4401         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
4402
4403 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
4404
4405         * configure: Handle temporary files securely using mkdir.
4406
4407 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
4408
4409         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
4410
4411 2001-09-26  Will Cohen <wcohen@redhat.com>
4412
4413         * configure.in (*-*-linux*): Disable configuration of target-newlib
4414         and target-libgloss.
4415
4416 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
4417
4418         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
4419         RANLIB.
4420
4421 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
4422
4423         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
4424         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
4425         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
4426         avoid quotes nesting problems.
4427         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
4428         (DO_X): Export only variables that are set.
4429
4430 2001-09-19  Ben Elliston  <bje@redhat.com>
4431
4432         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
4433         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
4434         semantics.  Use the shell built-in "type" command instead.
4435
4436 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
4437
4438         Merged from gcc-3_0-branch:
4439         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
4440         * ltcf-c.sh: Use $objext, not $ac_objext.
4441         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
4442         * ltcf-cxx.sh: Add support for GNU.
4443         2001-07-22  Timothy Wall  <twall@redhat.com>
4444         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
4445         default settings if using GNU tools with that configuration.
4446         * ltcf-cxx.sh: Ditto.
4447         * ltcf-gcj.sh: Ditto.
4448         2001-07-21  Michael Chastain  <chastain@redhat.com>
4449         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
4450         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
4451         * ltmain.sh: Mark as gcc-local.
4452
4453 2001-08-30  Eric Christopher  <echristo@redhat.com>
4454             Jason Eckhardt  <jle@redhat.com>
4455
4456         * config.guess: Merge from master sources.
4457         * config.sub: Merge from master sources, add support for mipsisa32.
4458
4459 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
4460         * config.sub: Merge from master sources, rev 1.219.
4461         * MAINTAINERS: Add self as contact for stormy16 port.
4462
4463 2001-08-14  Zack Weinberg  <zackw@panix.com>
4464
4465         * config.sub: Merge from master sources, rev 1.218.
4466         * config.guess: Merge from master sources, rev 1.209.
4467
4468 2001-08-11  Graham Stott  <grahams@redhat.com>
4469
4470         * Makefile.in (check-c++): Add missing semicolon.
4471
4472 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
4473
4474         * MAINTAINERS (Various maitainers: predict.def): Added myself.
4475
4476 2001-07-30  Eric Christopher  <echristo@redhat.com>
4477
4478         * MAINTAINERS (Various maintainers: mips port): Added myself.
4479
4480 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
4481
4482         * configure.in (sh-*-linux*): New.
4483
4484 2001-07-27  Richard Henderson  <rth@redhat.com>
4485
4486         * .cvsignore: Add LAST_UPDATED.
4487
4488 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
4489
4490         * MAINTAINERS (Various maintainers: s390 port): Added myself.
4491
4492 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
4493
4494         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
4495
4496 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
4497
4498         * MAINTAINERS (Write After Approval): Added myself.
4499
4500 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4501
4502         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
4503         and libgcj on m68hc11/m68hc12.
4504
4505 2001-06-27  H.J. Lu  (hjl@gnu.org)
4506
4507         * Makefile (CFLAGS_FOR_BUILD): New.
4508         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
4509
4510 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4511
4512         * README: Remove version number.
4513
4514 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4515
4516         * INSTALL/README: Update wrt. to the installation instructions now
4517         residing in gcc/doc/install.texi.
4518
4519 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4520
4521         * README: Replace with a cut-down and updated version of gcc/README.
4522
4523 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
4524
4525         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
4526         multilibs to be disabled.
4527
4528 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
4529
4530         * MAINTAINERS (Write After Approval): Add myself.
4531
4532 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
4533
4534         * config.guess: Import CVS version 1.195.
4535         * config.sub: Import CVS version 1.212.
4536
4537 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
4538
4539         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
4540         gcc/xgcc is built, use -print-prog-name to find out the program
4541         name to use.
4542
4543 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
4544
4545         * config.guess:  Import CVS version 1.194.  All gcc-local changes
4546         appear to also be in the master copy.
4547         * config.sub:  Import CVS version 1.211.
4548
4549 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
4550
4551         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
4552         with_gcc]: Use `gcc -shared' to build a shared library.
4553
4554 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4555
4556         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
4557         archives.
4558
4559 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4560
4561         * MAINTAINERS (Write After Approval): Add myself.
4562
4563 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
4564
4565         * configure.in (libstdcxx_flags): Do not try to execute
4566         libstdc++-v3/testsuite_flags until it exists.
4567
4568 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
4569
4570         * MAINTAINERS: Update my email address.
4571
4572 2001-05-31  Graham Stott  <grahams@redhat.com>
4573
4574         * MAINTAINERS (Write After Approval): Add myself.
4575
4576 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
4577
4578         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
4579         libraries when using g++ with native linker.
4580
4581 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
4582
4583         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
4584
4585 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
4586
4587         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
4588         [aix4*|aix5*]: Prepend blank.
4589
4590 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
4591
4592         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4593         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
4594         of subdir/configure scripts to use the new libtool.m4.
4595
4596 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
4597
4598         * MAINTAINERS (Write After Approval): Add myself.
4599
4600 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
4601
4602         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
4603
4604 2001-05-11  Ben Elliston  <bje@redhat.com>
4605
4606         * Makefile.in (all-sid): New target.
4607         (check-sid, clean-sid, install-sid): Likewise.
4608
4609 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
4610
4611         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
4612
4613 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
4614
4615         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
4616         libgcj.
4617
4618 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
4619
4620         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
4621         gcc/xgcc is built, use -print-prog-name to find out the program
4622         name to use.
4623
4624 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
4625
4626         * configure.in (noconfigdirs): Don't reset it from scratch in the
4627         target case; only append to it.
4628
4629         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
4630         sparc-*-solaris2.8]: Disable ${libgcj}.
4631
4632 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
4633
4634         * configure.in (libgcj_saved): Copy from $libgcj.
4635         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
4636         --disable-libgcj.
4637
4638 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
4639
4640         * MAINTAINERS: Remove self as MIPS maintainer and
4641         C front end maintainer.
4642
4643 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
4644
4645         * configure.in: Move *-chorusos target case to the proper switch.
4646         Disable libgcj.
4647
4648 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
4649
4650         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
4651         1.641.2.228.
4652
4653 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4654
4655         * Makefile.in (STAGE1_CFLAGS): Pass down.
4656
4657 2001-04-13  Alan Modra  <amodra@one.net.au>
4658
4659         * config.guess: Add hppa64-linux support.  Note for next import that
4660         this is already in the master file.
4661         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
4662
4663 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
4664
4665         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4666         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
4667
4668 2001-04-11  Stan Shebs  <shebs@apple.com>
4669
4670         * MAINTAINERS: Add self as Darwin port maintainer.
4671
4672 2001-04-11  Alan Modra  <amodra@one.net.au>
4673
4674         * MAINTAINERS: Update my email address.
4675
4676 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
4677
4678         * ltcf-cxx.sh: Support creation of C++ shared libraries on
4679         recent versions of FreeBSD (release 3 or later).
4680         * ltconfig: On FreeBSD, -lc must not be provided when building
4681         a shared library or else the standard -pthread gcc option is
4682         rendered worthless to later users of the built library.
4683
4684 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
4685
4686         * MAINTAINERS: Add self and RTH as C front end maintainers.
4687
4688 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
4689
4690         * config.sub: Make sure to match an already-canonicalized
4691         machine name (eg. mn10300-unknown-elf).
4692
4693 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
4694
4695         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
4696         New macros.
4697         (bootstrap, cross): Use RECURSE_FLAGS.
4698         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
4699
4700 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
4701
4702         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
4703
4704 2001-03-22  Colin Howell  <chowell@redhat.com>
4705
4706         * Makefile.in (DO_X): Do not backslash single-quotes in
4707         backquotes (two places).
4708
4709 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
4710
4711         Re-installed:
4712         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
4713         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
4714         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
4715         * ltcf-cxx.sh: Likewise.
4716         * ltcf-gcj.sh: Likewise.
4717
4718 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4719
4720         * MAINTAINERS: Add myself as "documentation co-maintainer".
4721
4722 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
4723
4724         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4725         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
4726
4727 2001-03-19  Tom Tromey  <tromey@redhat.com>
4728
4729         * config-ml.in: Handle GCJ and GCJFLAGS.
4730
4731 2001-03-21  Michael Chastain  <chastain@redhat.com>
4732
4733         * Makefile.in: all-m4 depends on all-texinfo.
4734
4735 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
4736
4737         * MAINTAINERS: Add myself to write after approval list.
4738
4739 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
4740
4741         * Makefile.in (DO_X): Quote nested quotes.
4742
4743 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
4744
4745         * MAINTAINERS: Add myself to write after approval list.
4746
4747 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
4748
4749         * Makefile.in (DO_X): Use double quotes for quoting
4750         "RANLIB=$${RANLIB}".
4751
4752 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
4753
4754         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
4755
4756 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
4757
4758         * configure.in: Only use `lang_requires' for languages athat are
4759         actually enabled.
4760
4761 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
4762
4763         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
4764
4765 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
4766
4767         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
4768
4769 2001-03-07  Tom Tromey  <tromey@redhat.com>
4770
4771         * configure.in: Allow config-lang.in to set `lang_requires' to list
4772         of other required languages.
4773
4774 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
4775
4776         * Makefile.in: Remove RANLIB definition. Use RANLIB
4777         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
4778         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
4779
4780 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
4781             Alexandre Oliva  <aoliva@redhat.com>
4782
4783         * Makefile.in (check-c++): Use tabs, not spaces.
4784
4785 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
4786
4787         * MAINTAINERS: add myself to Write After Approval list.
4788
4789 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
4790
4791         * Makefile.in (check-c++): New rule.
4792
4793         * configure.in (target_libs): Remove libg++.
4794         (noconfigdirs): Remove libg++.
4795         (noconfigdirs): Same.
4796         (noconfigdirs): Same.
4797         (noconfigdirs): Same.
4798
4799         * config-ml.in: Remove libg++ references.
4800
4801         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
4802         (ALL_TARGET_MODULES): Same.
4803         (configure-target-libg++): Remove.
4804         (all-target-libg++): Remove.
4805         (configure-target-libio): Remove.
4806         (all-target-libio): Remove.
4807         (check-target-libio): Remove.
4808         (.PHONY): Remove.
4809         (libg++.tar.bz2): Remove.
4810         (all-target-cygmon): Remove libio.
4811         (all-target-libstdc++): Remove.
4812         (configure-target-libstdc++): Remove.
4813         (TARGET_LIB_PATH): Remove libstdc++.
4814         (ALL_GCC_CXX): Remove libstdc++.
4815         (all-target-gperf): Correct.
4816
4817 2001-02-16  Nick Clifton  <nickc@redhat.com>
4818
4819         * configure.in (noconfigdirs): Allow configuration of texinfo
4820         for Cygwin hosts.
4821
4822 2001-02-15  Anthony Green  <green@redhat.com>
4823
4824         * configure: Introduce GCJ_FOR_TARGET.
4825         * configure.in: Ditto.
4826         * Makefile.in: Ditto.
4827
4828 2001-02-13  Andreas Schwab  <schwab@suse.de>
4829
4830         * MAINTAINERS: Update mail address.
4831
4832 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4833
4834         * config.guess: Add linux target for S/390.
4835         * config.sub: Likewise.
4836
4837 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
4838
4839         * configure.in: for *-chorusos, don't config target-newlib and
4840         target-libgloss.
4841
4842 2001-02-06  Ben Elliston  <bje@redhat.com>
4843
4844         * configure: Output host type to stdout, not stderr.
4845
4846 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
4847
4848         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
4849         * ltcf-cxx.sh: Likewise.
4850
4851         * config.if: Assume enable_libstdcxx_v3 is defined.
4852
4853 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
4854
4855         Remove V2 C++ library.
4856         * configure.in: Remove --enable-libstdcxx_v3 support.
4857
4858 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
4859
4860         * include/demangle.h: Add prototype for java_demangle_v3.
4861
4862 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
4863
4864         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
4865
4866 2001-01-27  Richard Henderson  <rth@redhat.com>
4867
4868         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
4869
4870 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4871
4872         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
4873         Don't unset, it's non-portable and no longer necessary, set to empty
4874         instead.
4875
4876 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4877
4878         * ltconfig: Shell portability fix for the tagname validity check.
4879
4880 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
4881
4882         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
4883         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
4884
4885 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4886
4887         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
4888
4889 2001-01-26  Tom Tromey  <tromey@redhat.com>
4890
4891         * configure.in: Allow libgcj to be built on Sparc Solaris.
4892
4893 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
4894
4895         * ltcf-c.sh: Add aix5 case.
4896         * ltcf-cxx.sh: Likewise.
4897         * ltconfig: Likewise.
4898
4899 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
4900
4901         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
4902         keep at least one of build_libtool_libs or build_old_libs set to
4903         yes.
4904
4905         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
4906         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
4907
4908 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
4909
4910         * configure.in: Enable libgcj on several additional platforms.
4911
4912 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
4913
4914         * configure.in: Enable libgcj for linux targets.
4915
4916 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4917
4918         * MAINTAINERS (Write After Approval): Add myself.
4919
4920 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4921
4922         * MAINTAINERS: Add myself as vax port maintainer.
4923
4924 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
4925
4926         * MAINTAINERS: Add myself as Mercury front-end maintainer.
4927
4928 2001-01-09  Mike Stump  <mrs@wrs.com>
4929
4930         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
4931         failures of subdirectories.
4932
4933 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
4934
4935         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
4936         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
4937         * ltcf-cxx.sh: Likewise.
4938         * ltcf-gcj.sh: Likewise.
4939         * ltconfig.sh: Fix typo.
4940
4941 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
4942
4943         * configure: handle DOS-style absolute paths.
4944
4945 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
4946
4947         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
4948
4949 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
4950
4951         * MAINTAINERS: Add myself as avr port co-maintainer.
4952
4953 2000-12-28  Ben Elliston  <bje@redhat.com>
4954
4955         * MAINTAINERS: Add myself under ``Write After Approval''.
4956
4957 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
4958
4959         * texinfo: Remove directory from GCC.
4960
4961 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4962
4963         * COPYING: Update to current
4964         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
4965         to 19yy as example year in copyright notice).
4966
4967 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
4968
4969         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
4970         (libstdcxx_incdir): Pass down.
4971         * config.if: Remove expired bits for cxx_interface, add stub.
4972         (libstdcxx_incdir): Add variable for g++ include directory.
4973         * configure.in (gxx_include_dir): Use it.
4974
4975 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
4976
4977         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
4978         with old-email address from ``Write After Approval''.
4979
4980 2000-12-15  Andreas Jaeger  <aj@suse.de>
4981
4982         * configure.in: Handle lang_dirs.
4983
4984 2000-12-14  Tom Tromey  <tromey@redhat.com>
4985
4986         * MAINTAINERS: Removed brads.
4987
4988         * MAINTAINERS: Added gcj developers.
4989
4990 2000-12-13  Anthony Green  <green@redhat.com>
4991
4992         * configure.in: Disable libgcj for any target not specifically
4993         listed.  Disable libgcj for x86 and Alpha Linux until compatible
4994         with g++ abi.
4995
4996 2000-12-13  Mike Stump  <mrs@wrs.com>
4997
4998         * Makefile.in (local-distclean): Also remove fastjar.
4999
5000 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
5001
5002         * contrib/gcc_update: Add fastjar --touch entries.
5003
5004 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
5005
5006         * configure.in: Disable language-specific target libraries for
5007         languages that aren't enabled.
5008
5009 2000-12-10  Anthony Green  <green@redhat.com>
5010
5011         * configure.in: Define libgcj.  Disable libgcj target libraries for
5012         most targets.
5013
5014 2000-12-10  Neil Booth  <neilb@earthling.net>
5015
5016         * MAINTAINERS: Update mail address, remove from WAA list.
5017
5018 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5019
5020         * libjava: Imported from /cvs/java.
5021         * libffi: Likewise.
5022         * Boehm-gc: Likewise.
5023
5024 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5025
5026         * configure.in (target_libs): Revert 2000-12-08 patch.
5027         (noconfigdirs): Added target-libjava.
5028
5029 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
5030
5031         * djunpack.bat: removed.
5032
5033 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
5034
5035         * Makefile.in: handle DOS-style absolute paths.
5036         * config-ml.in: likewise.
5037         * symlink-tree: likewise.
5038
5039 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5040
5041         * fastjar: Imported.
5042
5043 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5044
5045         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
5046         libjava.
5047         * configure.in (target_libs): Removed `target-libjava'.
5048
5049 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5050
5051         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
5052         (ALL_MODULES): Added fastjar.
5053         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
5054         (all-target-libjava): all-fastjar replaces all-zip.
5055         (all-fastjar): Added.
5056         (configure-target-fastjar, all-target-fastjar): Likewise.
5057         * configure.in (host_tools): Added fastjar.
5058
5059 2000-12-07  Mike Stump  <mrs@wrs.com>
5060
5061         * Makefile.in (local-distclean): Remove leftover built files.
5062
5063 2000-11-24  Nick Clifton  <nickc@redhat.com>
5064
5065         * configure.in (xscale-elf): Add target.
5066         (xscale-coff): Add target.
5067
5068 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
5069
5070         * ltcf-cxx.sh: Support creation of C++ shared libraries on
5071         recent versions of FreeBSD (release 3 or later).
5072         * ltconfig: On FreeBSD, -lc must not be provided when building
5073         a shared library or else the standard -pthread gcc option is
5074         rendered worthless to later users of the built library.
5075
5076 2000-11-16  Fred Fish  <fnf@be.com>
5077
5078         * configure.in (enable_libstdcxx_v3): Fix typo,
5079         libstd++ -> libstdc++.
5080
5081 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5082
5083         * MAINTAINERS: Add self to Write After Approval list.
5084
5085 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
5086
5087         * MAINTAINERS: Update my email address.  Add myself to global write
5088         privs list.
5089
5090 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
5091
5092         * Makefile.in: Merge with src and libgcj.
5093         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
5094         configure-target-<library> when their configure scripts need the C
5095         or C++ library to have already been built to work properly.
5096         (do_proto_toplev): Set them to an empty string.
5097
5098         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
5099         (REALLY_SET_LIB_PATH): Use them.
5100
5101 2000-11-17  Stan Shebs  <shebs@apple.com>
5102
5103         * MAINTAINERS: Add self to Write After Approval list.
5104
5105 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5106
5107         * configure: Provide the original toplevel configure arguments
5108         (including $0) to subprocesses in the environment rather than
5109         through gcc/configargs.h.
5110
5111 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5112
5113         * MAINTAINERS: Remove references to cccp. Change C9X reference to
5114         C99.  Alphabetise "Write After Approval" list.
5115
5116 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
5117
5118         * configure: Turn on libstdc++ V3 by default.
5119
5120         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
5121         if we've got GCC.
5122
5123 2000-11-11  Philip Blundell  <philb@gnu.org>
5124
5125         * MAINTAINERS: Add self to Write After Approval list.
5126
5127 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
5128
5129         * ltcf-c.sh (aix4): Improve shared library configuration; require
5130         exporting symbols.
5131         * ltcf-cxx.sh (aix4): Define.
5132         * ltconfig (aix4): Define library and soname specs appropriate for
5133         AIX.  Define command to create export symbols list.
5134
5135 Mon Nov  6 14:19:35 2000  Christopher Faylor <cgf@cygnus.com>
5136
5137         * config.sub: Add support for Sun Chorus
5138
5139 2000-10-31  Nick Clifton  <nickc@redhat.com>
5140
5141         * MAINTAINERS: Rename <name>@cygnus.com addresses to
5142         <name>@redhat.com.  Also installed new email address for Clint
5143         Popetz.
5144
5145 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
5146
5147         * etc: Remove directory from GCC.
5148
5149 2000-10-16  Michael Meissner  <meissner@redhat.com>
5150
5151         * configure (gcc/configargs.h): Only create if there is a build GCC
5152         directory created.
5153
5154 2000-10-16  Matthias Klose  <doko@debian.org>
5155
5156         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
5157         when configured for libstdc++-v3.
5158
5159 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
5160
5161         * configure: Save configure arguments to gcc/configargs.h.
5162
5163 2000-10-04  Philipp Thomas  <pthomas@suse.de>
5164
5165         * config.guess: Import CVS version 1.157.
5166         * config.sub: Import CVS version 1.181.
5167
5168 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
5169
5170         * Makefile.in (bootstrap): avoid recursion if subdir missing
5171         (cross): ditto
5172         (do-proto-toplev): ditto
5173
5174 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
5175
5176         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
5177         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
5178
5179         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
5180         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
5181         all affected `configure' scripts.
5182
5183 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
5184
5185         * MAINTAINERS: Add self as cpplib co-maintainer.
5186
5187 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
5188
5189         * MAINTAINERS: Add self to Write After Approval list.
5190
5191 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5192
5193         * INSTALL/README: egcs -> GCC update.
5194
5195 Sun Sep 17 16:55:59 CEST 2000   Marc Espie <espie@cvs.openbsd.org>
5196
5197         * MAINTAINERS: Add myself to Write After Approval list.
5198
5199 2000-09-15  Kazu Hirata  <kazu@hxi.com>
5200
5201         * MAINTAINERS: Add myself to Write After Approval list.
5202
5203 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
5204
5205         * configure.in: Do not build byacc for hppa64.  Provide paths to the
5206         X11 libraries for hppa64.
5207
5208 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
5209
5210         * MAINTAINERS: Add myself as 68hc11 port maintainer.
5211
5212 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
5213
5214         * Makefile.in (all-zlib): Added dummy target.
5215
5216         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5217         ltcf-gcj.sh: Updated from libtool multi-language branch.
5218
5219 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
5220
5221         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
5222         (bootstrap*): Depend on all-bootstrap.
5223
5224 2000-09-05  Philipp Thomas  <pthomas@suse.de>
5225
5226         * config.guess: Import CVS version 1.156.
5227         * config.sub: Import CVS version 1.179.
5228
5229 2000-09-02  Anthony Green  <green@cygnus.com>
5230
5231         * Makefile.in (all-gcc): Depend on all-zlib.
5232         (CLEAN_MODULES): Add clean-zlib.
5233         (ALL_MODULES): Add all-zlib.
5234         * configure.in (host_libs): Add zlib.
5235
5236 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
5237
5238         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
5239         crosses, but add gcc/include to the header search path for them.
5240
5241 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
5242
5243         * MAINTAINERS: Add self to Write After Approval list.
5244
5245 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5246
5247         * config.guess: Import CVS version 1.152.
5248         * config.sub: Import CVS version 1.177.
5249
5250 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
5251
5252         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
5253         $targargs to tell whether newlib is going to be built.
5254
5255         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
5256         $$r/TARGET_SUBDIR/libio for _G_config.h.
5257
5258 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
5259
5260         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
5261
5262 2000-08-22  DJ Delorie  <dj@redhat.com>
5263
5264         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
5265
5266 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
5267
5268         * config-ml.in (CC, CXX): Avoid trailing whitespace.
5269         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
5270         sub-configures.
5271
5272 2000-08-21  DJ Delorie  <dj@redhat.com>
5273
5274         * MAINTAINERS: Add self as a libiberty maintainer
5275
5276 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
5277
5278         * configure.in (libstdcxx_flags): Use
5279         libstdc++-v3/src/libstdc++.INC.
5280
5281 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
5282
5283         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
5284
5285 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
5286
5287         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
5288
5289         * configure: Make enable_threads and enable_shared defaults
5290         explicit.  Substitute enable_threads into generated Makefiles.
5291         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
5292         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
5293
5294 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
5295
5296         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
5297
5298 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
5299
5300         * config-ml.in (CC): Remove bogus duplicate quotation mark from
5301         previous delta.
5302
5303 2000-08-11  Jason Merrill  <jason@redhat.com>
5304
5305         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
5306         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
5307         (FLAGS_FOR_TARGET): Not here.
5308         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
5309
5310 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
5311
5312         * config-ml.in (CC, CXX): Don't introduce a leading space.
5313
5314 2000-08-07  DJ Delorie  <dj@delorie.com>
5315
5316         * MAINTAINERS: Add self as a DJGPP maintainer
5317
5318 2000-08-07  DJ Delorie  <dj@redhat.com>
5319
5320         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
5321         "if we're also building gcc, and it's a gcc that will run on the
5322         build machine, we want to use its includes instead of the system's
5323         default includes".
5324
5325 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
5326
5327         * MAINTAINERS: Add self to Write After Approval list.
5328
5329 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
5330
5331         * configure.in (libstdcxx_flags): Don't use `"'.
5332
5333         * config-ml.in: Adjust multilib search paths to the
5334         appropriate multilib tree.
5335
5336 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
5337
5338         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
5339         commas in $LANGUAGES.
5340
5341 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
5342
5343         * configure.in: Re-enable all references to libg++ and librx.
5344
5345 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
5346
5347         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
5348         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
5349         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
5350         * ltcf-cxx.sh (need_lc): Set based on postdeps.
5351
5352         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
5353
5354 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
5355
5356         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
5357         CXX_FOR_TARGET for sed.
5358
5359 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
5360
5361         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
5362         Do not override if already set in the environment or in configure.
5363         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
5364         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
5365
5366 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
5367
5368         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
5369         the libtool CVS tree multi-language branch.
5370         * ltconfig, ltmain.sh: Updated.
5371
5372 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
5373
5374         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
5375         (clean-target): Depend on it.
5376
5377         * Makefile.in (FLAGS_FOR_TARGET): New macro.
5378         (GCC_FOR_TARGET): Use it.
5379         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
5380         * configure.in: ... here.
5381         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
5382         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
5383
5384 2000-07-24  Eric Christopher  <echristo@cygnus.com>
5385
5386         * MAINTAINERS: Add self to Write After Approval list.
5387
5388 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
5389
5390         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
5391         (configure-target-libchill, configure-target-libobjc): Likewise.
5392
5393         * configure.in: Use the same cache file for all target libs.
5394         * config-ml.in: But different cache files per multilib variant.
5395
5396 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5397
5398         * configure (topsrcdir): Don't use dirname.
5399
5400 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
5401
5402         * MAINTAINERS: Add self to Write After Approval list.
5403
5404 2000-07-20  Jason Merrill  <jason@redhat.com>
5405
5406         * configure.in: Remove all references to libg++ and librx.
5407
5408         * configure, configure.in, Makefile.in: Unify gcc and binutils.
5409
5410 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
5411
5412         * config.sub: Update to subversions version 2000-07-06.
5413
5414 2000-07-12  Andrew Haley  <aph@cygnus.com>
5415
5416         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
5417         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
5418
5419 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
5420
5421         * symlink-tree:  Check number of arguments.
5422
5423 2000-07-05  Jim Wilson  <wilson@cygnus.com>
5424
5425         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
5426         search path for a g++ extracted from the build tree.  This
5427         will allow link tests run by configure scripts in
5428         subdirectories to succeed.
5429
5430 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
5431
5432         * ltconfig: Add support for mips-dde-sysv4.2MP
5433
5434 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
5435
5436         * MAINTAINERS: Add myself as loop discovery maintainer.
5437
5438 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
5439
5440         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
5441         `os2'. Force ac_cv_exeext to be ".exe" in that case.
5442
5443 2000-06-19  Timothy Wall  <twall@cygnus.com>
5444
5445         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
5446         * config.sub: Add tic54x target.
5447
5448 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
5449
5450         * MAINTAINERS: Add self as Fortran maintainer,
5451         remove Craig Burley.
5452
5453 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5454
5455         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
5456         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
5457
5458 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
5459
5460         * MAINTAINERS: Add self as i18n maintainer
5461
5462 20000-05-21  H.J. Lu  (hjl@gnu.org)
5463
5464         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
5465         directory are used if they exist. Make sure
5466         $(build_tooldir)/include is searched for header files,
5467         $(build_tooldir)/lib/ for library files.
5468         (GCC_FOR_TARGET): Likewise.
5469         (CXX_FOR_TARGET): Likewise.
5470
5471 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
5472
5473         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
5474
5475 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
5476
5477         * Makefile.in (configure-target-libiberty): Depend on
5478         configure-target-newlib.
5479
5480 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
5481
5482         * configure.in, Makefile.in: Merge all libffi-related
5483         configury stuff from the libgcj tree.
5484
5485 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5486
5487         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
5488         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
5489
5490 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5491
5492         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
5493         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
5494         current version information.  Add to proto-toplev directory.
5495         (gdb-taz): Build do-djunpack.
5496
5497 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
5498
5499         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
5500
5501 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5502
5503         * MAINTAINERS: Add self to Write After Approval list.
5504
5505 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5506
5507         * ltmain.sh: Preserve in relink_command any environment
5508         variables that may affect the linker behavior.
5509
5510 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
5511
5512         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
5513
5514 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
5515
5516         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
5517
5518 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
5519
5520         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
5521         with the version name.
5522
5523 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
5524
5525         * MAINTAINERS: Add self as bb-reorder maintainer.
5526
5527 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
5528
5529         * config.if: Tweak.
5530
5531 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
5532
5533         * djunpack.bat: New file.
5534
5535 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5536
5537         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
5538         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
5539         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
5540         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
5541
5542 2000-04-16  Dave Pitts  <dpitts@cozx.com>
5543
5544         * config.sub (case $basic_machine): Change default for "ibm-*"
5545         to "openedition".
5546
5547 2000-04-13  Andreas Jaeger  <aj@suse.de>
5548
5549         * MAINTAINERS: Added myself.
5550
5551 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5552
5553         * Makefile.in (gdb-taz): New target.  GDB specific archive.
5554         (do-md5sum): New target.
5555         (MD5PROG): Define.
5556         (PACKAGE): Default to TOOL.
5557         (VER): Default to a shell script.
5558         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
5559         md5 checksum generation.
5560         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
5561         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
5562         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
5563         insight.tar.bz2): Use gdb-taz to create archive.
5564
5565 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5566
5567         * configure (warn_cflags): Delete.
5568
5569 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
5570
5571         * MAINTAINERS: Added myself.
5572
5573 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
5574             Martin v. Loewis  <martin@loewis.home.cs.tu-berlin.de>
5575
5576         * configure.in (enable_libstdcxx_v3): Add.
5577         (target_libs): Add bits here to switch between libstdc++-v2 and
5578         libstdc++-v3.
5579         * config.if: And this file too.
5580         * Makefile.in: Add libstdc++-v3 targets.
5581
5582 2000-04-05  Michael Meissner  <meissner@redhat.com>
5583
5584         * config.sub (d30v): Add d30v as a basic machine type.
5585
5586 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
5587
5588         * configure.in: -linux-gnu*, not -linux-gnu.
5589
5590 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
5591
5592         * MAINTAINERS: Add self in write-after-approval section.
5593
5594 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
5595
5596         * MAINTAINERS: Add self as ia64 port maintainer.
5597
5598 2000-03-08  Neil Booth  <NeilB@earthling.net>
5599
5600         * MAINTAINERS: Add self in write-after-approval section.
5601
5602 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5603
5604         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
5605         (do-tar-bz2): Replace TOOL with PACKAGE.
5606         (gdb.tar.bz2): Remove GDBTK from GDB package.
5607         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
5608         dejagnu.tar.bz2): New packages.
5609
5610 2000-02-27  Andreas Jaeger  <aj@suse.de>
5611
5612         * configure.in: Add entry for mips*-*-linux*, move catch all
5613         *-*-*linux* entry below this one.
5614
5615 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
5616
5617         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
5618
5619 2000-02-24  Nick Clifton  <nickc@cygnus.com>
5620
5621         * config.sub: Support an OS of "wince".
5622
5623 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5624
5625         * config.guess, config.sub: Updated to match config's 2000-02-15
5626         version.
5627
5628 2000-02-23  Linas Vepstas <linas@linas.org>
5629
5630         * config.sub: Add support for Linux/IBM 370.
5631         * configure.in: Likewise.
5632
5633 2000-02-22  Nick Clifton  <nickc@cygnus.com>
5634
5635         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
5636
5637 2000-02-20  Christopher Faylor <cgf@cygnus.com>
5638
5639         * config.guess: Guess "cygwin" rather than "cygwin32".
5640
5641 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5642
5643         * configure (gcc_version): When setting, narrow search to
5644         lines containing `version_string'.
5645
5646 2000-02-15  Denis Chertykov  <denisc@overta.ru>
5647
5648         * config.sub: Add support for avr target.
5649
5650 2000-02-14  Nick Clifton  <nickc@cygnus.com>
5651
5652         * MAINTAINERS: Add maintainers for MCore port.
5653
5654 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
5655
5656         * config.sub: Add mmix-knuth-mmixware.
5657
5658 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5659
5660         * MAINTAINERS: Pair cccp with cpplib maintainership.
5661
5662 2000-01-27  Christopher Faylor <cgf@redhat.com>
5663
5664         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
5665         structure stuff to -L library search.
5666         (CXX_FOR_TARGET): Ditto.
5667         (CROSS_CHECK_MODULES): Fix spelling mistake.
5668
5669 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
5670
5671         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
5672         the C++ compiler.
5673
5674 2000-01-12  Richard Henderson  <rth@cygnus.com>
5675
5676         * configure.in: Don't build some bits for beos.
5677
5678 2000-01-12  Joel Sherrill (joel@OARcorp.com)
5679
5680         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
5681         as include files.
5682
5683 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
5684
5685         * Add self as cpplib maintainer, as requested by Jason
5686         Merrill.  Correct my e-mail address.
5687
5688 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
5689
5690         * configure.in: Use mt-aix43 to handle *_TARGET defs,
5691         not mh-aix43.
5692
5693 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
5694
5695         * MAINTAINERS: Add myself to "write after approval" list.
5696
5697 1999-12-14  Richard Henderson  <rth@cygnus.com>
5698
5699         * config.guess (alpha-osf, alpha-linux): Detect ev67.
5700         * config.sub: Accept alphaev[78], alphaev8.
5701
5702 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5703
5704         * config.guess, config.sub: Update from autoconf.
5705
5706 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
5707
5708         * MAINTAINERS:  update my playtime e-address.
5709
5710 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5711
5712         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
5713         necessary libraries are missing.
5714
5715 Fri Nov 19 11:22:31 MST 1999    Diego Novillo <dnovillo@cygnus.com>
5716
5717         * MAINTAINERS: Add new 'write after approval' maintainer.
5718
5719 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5720
5721         * MAINTAINERS: Add new Java maintainer.
5722
5723 1999-10-25  Andreas Schwab  <schwab@suse.de>
5724
5725         * configure: Fix quoting inside arguments of eval.
5726
5727 1999-10-21  Nick Clifton  <nickc@cygnus.com>
5728
5729         * config-ml.in: Allow suppression of some ARM multilibs.
5730
5731 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
5732
5733         * config.guess: Add OS/390 match pattern.
5734         * config.sub: Add mvs, openedition targets.
5735         * configure.in (i370-ibm-opened*): New.
5736
5737 1999-09-04  Steve Chamberlain  <sac@pobox.com>
5738
5739         * config.sub: Add support for configuring for pj.
5740
5741 1999-08-31  Nick Clifton  <nickc@cygnus.com>
5742
5743         * config.sub (maybe_os): Add support for configuring for fr30.
5744
5745 1999-08-25  Nick Clifton  <nickc@cygnus.com>
5746
5747         * configure.in: Do not configure or build ld for AIX
5748         platforms.  ld is known to be broken on these platforms.
5749
5750 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5751
5752         * config-ml.in: Pass compiler flag corresponding to multidirs to
5753         subdir configures.
5754
5755 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
5756
5757         * Makefile.in (LDFLAGS): Define.
5758
5759 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
5760
5761         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
5762         noconfigdirs.
5763         (*-*-cygwin*): Likewise.
5764
5765 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
5766
5767         * mkdep: New file.
5768         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
5769         (BINUTILS_SUPPORT_DIRS): Add mkdep.
5770
5771         From Eli Zaretskii <eliz@is.elta.co.il>:
5772         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
5773         long file name when using DJGPP on MS-DOS.
5774
5775 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
5776
5777         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
5778
5779 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
5780
5781         * Makefile.in (check-target-libio): Remove all-target-libstdc++
5782         dependency as this causes "make check" to globally "make all"
5783
5784 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
5785
5786         * configure.in (target_libs): Added target-zlib.
5787         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
5788         (CONFIGURE_TARGET_MODULES): Likewise.
5789         (CHECK_TARGET_MODULES): Likewise.
5790         (INSTALL_TARGET_MODULES): Likewise.
5791         (CLEAN_TARGET_MODULES): Likewise.
5792         (configure-target-zlib): New target.
5793         (all-target-zlib): Likewise.
5794         (all-target-libjava): Depend on all-target-zlib.
5795         (configure-target-libjava): Depend on configure-target-zlib.
5796
5797         * Makefile.in (configure-target-libjava): Depend on
5798         configure-target-newlib.
5799         (configure-target-boehm-gc): New target.
5800         (configure-target-qthreads): New target.
5801
5802         * configure.in (target_libs): Added target-qthreads.
5803         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
5804         (CONFIGURE_TARGET_MODULES): Likewise.
5805         (CHECK_TARGET_MODULES): Likewise.
5806         (INSTALL_TARGET_MODULES): Likewise.
5807         (CLEAN_TARGET_MODULES): Likewise.
5808         (all-target-qthreads): New target.
5809         (configure-target-libjava): Depend on configure-target-qthreads.
5810         (all-target-libjava): Depend on all-target-qthreads.
5811
5812         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
5813         (CONFIGURE_TARGET_MODULES): Likewise.
5814         (CHECK_TARGET_MODULES): Likewise.
5815         (INSTALL_TARGET_MODULES): Likewise.
5816         (CLEAN_TARGET_MODULES): Likewise.
5817         (all-target-libjava): New target.
5818         (all-target-boehm-gc): Likewise.
5819         * configure.in (target_libs): Added libjava, boehm-gc.
5820
5821 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
5822
5823         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
5824         configure.bat in SUPPORT_FILES.
5825         (gas+binutils.tar.bz2): Likewise.
5826
5827         * makeall.bat: Remove; obsolete.
5828
5829 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
5830
5831         From Mark Elbrecht:
5832         * configure.bat: Remove; obsolete.
5833
5834 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
5835
5836         * configure: Add -W -Wall to the default CFLAGS when compiling with
5837         gcc.
5838
5839 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
5840
5841         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
5842
5843 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
5844
5845         * configure.in: Build ld on IRIX6.
5846
5847 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
5848
5849         * Makefile.in: Change distribution targets to use bzip2 instead of
5850         gzip.
5851         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
5852         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
5853
5854 1999-06-04  Nick Clifton  <nickc@cygnus.com>
5855
5856         * config.sub: Add mcore target.
5857
5858 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
5859
5860         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
5861
5862 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
5863
5864         * config.guess (dummy): Changed to $dummy.
5865
5866 1999-05-24  Nick Clifton  <nickc@cygnus.com>
5867
5868         * config.sub: Tidied up case statements.
5869
5870 1999-05-22  Ben Elliston  <bje@cygnus.com>
5871
5872         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
5873         <jiro@din.or.jp>.
5874
5875         * config.guess: Merge with FSF version. Future changes will be
5876         more accurately recorded in this ChangeLog.
5877         * config.sub: Likewise.
5878
5879 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
5880
5881          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
5882
5883 1999-04-30  Tom Tromey  <tromey@cygnus.com>
5884
5885         * ltmain.sh: [mode link] Always use CC given by ltconfig.
5886
5887 1999-04-23  Tom Tromey  <tromey@cygnus.com>
5888
5889         * ltconfig, ltmain.sh: Update to libtool 1.2f.
5890
5891 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
5892
5893         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
5894         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
5895         Bad merge removed these two changes.
5896
5897 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
5898                           Martin Heller (Ing.-Buero_Heller@t-online.de)
5899
5900         * config.guess (interix Alpha): Add.
5901
5902 1999-04-11  Richard Henderson  <rth@cygnus.com>
5903
5904         * configure.in (i?86-*-beos*): Do config gperf; don't config
5905         gdb, newlib, or libgloss.
5906
5907 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
5908
5909         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
5910         link a trivial program with -mabi=64.  If it fails, remove mabi=64
5911         from multidirs.
5912
5913 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
5914
5915         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
5916
5917 1999-04-08  Nick Clifton  <nickc@cygnus.com>
5918
5919         * config.sub: Add support for mcore targets.
5920
5921 1999-04-07  Michael Meissner  <meissner@cygnus.com>
5922
5923         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
5924         not mt-ospace, in order to shut up assembler warning about using
5925         symbols that are named the same as registers.
5926
5927 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
5928
5929         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
5930         dependency list for all-target-cygmon.
5931
5932 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
5933
5934         * config-ml.in: Check $host, not $target, for selective multilibs.
5935         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
5936         thumb interworking, and underscore prefix multilibs.
5937
5938 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
5939
5940         * missing: Update to version from current automake.
5941
5942 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
5943
5944         * configure (gxx_include_dir): Removed.
5945
5946         * configure.in (gxx_include_dir): Handle it.
5947         * Makefile.in: Likewise.
5948
5949 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
5950
5951         * config.sub (mips64vr4111,mips64vr4111el) Add.
5952
5953 1999-03-21  Ben Elliston  <bje@cygnus.com>
5954
5955         * config.guess: Correct typo for detecting ELF on FreeBSD.
5956
5957 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
5958
5959         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
5960         config/mh-djgpp.
5961
5962 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
5963
5964         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
5965         all-target-newlib to dependency list for all-target-bsp.
5966
5967 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
5968
5969         * config.sub: Add i386-uwin support.
5970         * config.guess: Likewise.
5971
5972 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5973
5974         * configure.in: cleanup, add mh-*pic handling for arm, special
5975         case powerpc*-*-aix*
5976
5977 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
5978
5979         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
5980         can be built.
5981
5982 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
5983
5984         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
5985         targets.
5986
5987 1999-03-02  Nick Clifton  <nickc@cygnus.com>
5988
5989         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
5990
5991 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
5992
5993         * config.sub: Check for "cygwin*" rather than "cygwin32*"
5994
5995 1999-02-24  Nick Clifton  <nickc@cygnus.com>
5996
5997         * config.sub: Fix typo in arm recognition.
5998
5999 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
6000
6001         * configure.in (noconfigdirs): Changed target_configdirs to
6002         include target-bsp only for m68k-*-elf* and m68k-*-coff*
6003         rather than m68k-*-* since it is not known to work on
6004         m68k-aout. Ditto for arm-*-*oabi.
6005
6006 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
6007
6008         * configure.in (*-*-windows*): Remove, no longer used.
6009
6010 1999-02-19  Ben Elliston <bje@cygnus.com>
6011
6012         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
6013         Smart and improved by Andrew Cagney.
6014
6015 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
6016
6017         * config.guess: Recognize openbsd-*-hppa.
6018
6019 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
6020
6021         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
6022         only if it is not empty.
6023
6024 1999-02-17  Nick Clifton  <nickc@cygnus.com>
6025
6026         Patch from: Scott Bambrough <scottb@corelcomputer.com>
6027
6028         * config.guess: Modified to recognize uname's armv* syntax.
6029
6030         * config.sub: Modified to recognize uname's armv* syntax.
6031
6032 1999-02-17  Mark Salter  <msalter@cygnus.com>
6033
6034         * configure.in: Added target-bsp for sparclite.
6035
6036 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
6037
6038         * config.sub: Recognize alphapca5[67] and up to alphaev8.
6039
6040 1999-02-08  Nick Clifton  <nickc@cygnus.com>
6041
6042         * configure.in: Add support for strongarm port.
6043         * config.sub: Add support for strongarm target.
6044
6045 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
6046
6047         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
6048         the old name config/mh-cygwin32.
6049         Enable texinfo.
6050
6051 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
6052
6053         * configure.in: Do build ld for ix86 Solaris.
6054
6055 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
6056
6057         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
6058         $AR_FOR_TARGET.  Likewise for RANLIB.
6059
6060 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
6061
6062         * config.sub (oabi):  Recognize.
6063         * configure.in (arm-*-oabi):  Handle.
6064
6065 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
6066
6067         * config.guess: Improve detection of i686 on UnixWare 7.
6068
6069 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
6070
6071         * config.guess: Add support for i386-pc-interix.
6072         * config.sub: Likewise.
6073         * configure.in: Likewise.
6074
6075 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
6076
6077         * Makefile.in: Remove unneeded all-target-libio from
6078         from all-target-winsup target since it is now unneeded.
6079         Add all-target-libtermcap in its place since it is now
6080         needed.
6081
6082 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
6083
6084         * configure.in: makefile stub for cygwin target is probably
6085         unnecessary.  Remove it for now.
6086
6087 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
6088
6089         * configure.in: libtermcap.a should be built when cygwin is the
6090         target as well as the host.
6091         * config.guess: Allow mixed case in cygwin uname output.
6092         * Makefile.in: Add libtermcap target.
6093
6094 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
6095
6096         * config.sub: Clean up handling of hppa2.0.
6097
6098 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
6099
6100         * config.guess: Use C code to identify more HP machines.
6101
6102 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
6103
6104         * config.sub: Handle hppa2.0.
6105
6106 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
6107
6108         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
6109         cygmon for all sparclite targets, regardless of object format.
6110
6111 1998-12-15  Mark Salter  <msalter@cygnus.com>
6112
6113         * configure.in: Added target-bsp for several target architectures.
6114
6115         * Makefile.in: Added rules for bsp.
6116
6117 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
6118
6119         * config.guess: Improve detection of hppa2.0 processors.
6120
6121 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
6122
6123         * config.guess: Recognize FreeBSD using ELF automatically.
6124
6125 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
6126
6127         * configure (skip-this-dir): Add handling for new shell script, which
6128         might be created by a sub-directory's configure to indicate, this particular
6129         directory is "unwanted".
6130         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
6131
6132 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
6133
6134         * ltconfig: import from libtool, after changing libtool to
6135         account for the cygwin name change.
6136
6137 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
6138
6139         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
6140         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
6141
6142 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
6143
6144         * configure.in: Add libtermcap to list of cygwin dependencies.
6145
6146 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
6147
6148         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
6149         they include winsup/include when it's a cygwin target.
6150
6151 1998-11-12  Tom Tromey  <tromey@cygnus.com>
6152
6153         * configure.in (host_tools): Added zip.
6154         * Makefile.in (all-target-libjava): Depend on all-zip.
6155         (all-zip): New target.
6156         (ALL_MODULES): Added all-zip.
6157         (NATIVE_CHECK_MODULES): Added check-zip.
6158         (INSTALL_MODULES): Added install-zip.
6159         (CLEAN_MODULES): Added clean-zip.
6160
6161 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
6162
6163         * Makefile.in: lose "32" from comment about cygwin.
6164
6165 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
6166
6167         * configure.in: Use -Os to build target libraries for the fr30.
6168
6169 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
6170
6171         * config.sub: Add fr30.
6172
6173 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
6174
6175         * configure.in: drop "32" from config/mh-cygwin32.  Check
6176         cygwin* instead of cygwin32*.
6177         * config.sub: Check cygwin* instead of cygwin32*.
6178
6179 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
6180
6181         * config.guess: Match any version of Unixware7.
6182
6183 1998-10-20  Syd Polk  <spolk@cygnus.com>
6184
6185         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
6186         if desired.
6187
6188 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
6189
6190         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
6191         these if the appropriate directories and files to not exist.
6192
6193 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
6194
6195         * Makefile.in (DEVO_SUPPORT): Add config.if.
6196
6197 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6198
6199         * configure: Add pattern to replace "build_tooldir"'s
6200         definition in the generated Makefile with "tooldir"'s
6201         actual value.
6202
6203 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
6204
6205         * config.sub: Bring back lost sparcv9.
6206
6207         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
6208
6209 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
6210
6211         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
6212         CC_FOR_TARGET and friends.
6213
6214 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
6215
6216         * Makefile.in (build_tooldir): New variable, same as tooldir.
6217         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
6218         -B$(build_tooldir)/bin/.
6219         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
6220
6221 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6222
6223         * README: Remove installation instructions and refer to the
6224         INSTALL directory instead.
6225
6226 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
6227
6228         * config.sub: Add support for i[34567]86-pc-udk.
6229         * configure.in: Likewise.
6230
6231 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
6232
6233         * Makefile.in: add bzip2 package building bits for user
6234         tools module
6235         * configure.in: ditto
6236
6237 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
6238
6239         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
6240         (ALL_TARGET_MODULES): Add all-target-libobjc.
6241         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
6242         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
6243         (all-target-libchill): Add dependencies.
6244         * configure.in (target_libs): Add libchill.
6245
6246 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
6247
6248         * configure.in (target_subdir): Remove duplicate line.
6249
6250 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
6251
6252         * Makefile.in (all-automake): fix dependencies.
6253
6254 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
6255
6256         * configure.in: Minor cleanups for building in the $(target_alias)
6257         subdir.
6258
6259 1998-09-22  Jim Wilson  <wilson@cygnus.com>
6260
6261         * Makefile.in (bootstrap): Set r and s before make all.  Use
6262         BASE_FLAGS_TO_PASS in make all.
6263         (cross): Likewise.
6264
6265 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
6266
6267         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
6268
6269 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
6270
6271         * config.sub: Fix typo in last change.
6272
6273 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6274
6275         * config.sub: Add support for C4x target.
6276         * configure.in: Likewise.
6277
6278 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
6279
6280         * config.sub: Recognize sparcv9 just like sparc64.
6281
6282 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
6283
6284         * config.guess: Match "Pent II" or "PentII" for OpenServer.
6285
6286 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
6287
6288         * config.guess: Correctly identify Pentium II sco boxes.
6289
6290         * config.guess: Fix "tr" code.  From Weiwen Liu.
6291
6292 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
6293
6294         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
6295         stabs.
6296
6297 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
6298
6299         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
6300         (ALL_TARGET_MODULES): Add all-target-libchill.
6301         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
6302         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
6303         (all-target-libchill): Add dependencies.
6304         * configure.in (target_libs): Add libchill.
6305
6306 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
6307
6308         * config.guess: Avoid assumptions about "tr" behaves when
6309         LANG is set to something other than English.
6310
6311 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
6312
6313         * configure (gxx_include_dir): Changed to
6314         '${prefix}/include/g++'-${libstdcxx_interface}.
6315
6316         * config.if: New to determine the interfaces.
6317
6318 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
6319
6320         * config.guess: Detect and handle MPE/IX.
6321         * config.sub: Deal with MPE/IX.
6322
6323 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
6324
6325         * configure.in: Use mh-aix43.
6326
6327 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
6328
6329         * configure: Fix --without/--disable cases for gxx-include-dir.
6330
6331 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
6332
6333         * mdata-sh:  Imported.  Needed for automake support.
6334
6335 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
6336
6337         * Makefile.in (taz): Try "chmod -R og=u ." before
6338         "chmod og=u `find . -print`".
6339
6340 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
6341
6342         * configure.in: Add arm-elf and thumb-elf support.
6343
6344 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
6345
6346         * Makefile.in: Undo previous patch.
6347
6348 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
6349
6350         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
6351         to here ...
6352         (install-no-fixedincludes): and here
6353         (INSTALL_MODULES): ... from here.
6354
6355 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
6356
6357         * config.sub: Merge with FSF.
6358
6359         * config.guess: Merge with FSF.
6360
6361 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
6362
6363         * configure (extraconfigdirs): New variable.
6364         (SUBDIRS): Add extraconfigdirs and recurse on them too.
6365         * Makefile.in (all): Move higher in file.
6366         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
6367         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
6368         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
6369         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
6370         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
6371
6372 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
6373
6374         * Makefile.in (all-target-libjava): Depend on all-gcc and
6375         all-target-newlib.
6376         (configure-target-libjava): Depend on $(ALL_GCC).
6377
6378 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
6379
6380         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
6381         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
6382
6383 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
6384
6385         * INSTALL/README: Fix typo.
6386
6387 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6388
6389         * ylwrap: Change absolute path checks to check for DOS style path
6390         names.
6391
6392         * ylwrap: Don't use a full path name if the source file is in the
6393         same directory.  From hjl@lucon.org (H.J. Lu).
6394
6395         * config-ml.in: Default to being verbose, to match Feb 18 change to
6396         configure.
6397
6398 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
6399
6400         Brought over from egcs:
6401
6402         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
6403
6404         * configure.in (target_subdir): Set to ${target_alias} instead
6405         of "libraries".
6406
6407         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
6408
6409         * configure.in (target_subdir): Set to libraries if enable_multilib.
6410
6411 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
6412
6413         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
6414         multilibs, force reconfiguration the first time we create
6415         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
6416
6417 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
6418
6419         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
6420         avoid confusion with --no-recursion.
6421
6422 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
6423
6424         * configure.in: Win32 hosts shouldn't use install -x
6425         * install-sh: remove -x option, and special .exe-handling
6426         hack.
6427
6428 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
6429
6430         * config.guess: Recognize i586-pc-beos.
6431         * configure.in: Don't build some bits for beos.
6432
6433 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6434
6435         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
6436         CFLAGS default to -O2.
6437
6438         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
6439         when using GNU ld.
6440
6441 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
6442
6443         * ltmain.sh: Correct install when using a different shell.
6444
6445 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
6446
6447         * ltconfig, ltmain.sh: Update to libtool 1.2b.
6448
6449 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
6450
6451         * makefile.vms: Update to build binutils/makefile.vms.  Add install
6452         target.
6453
6454 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
6455
6456         * ltconfig: Update to correct AIX handling.
6457
6458 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
6459
6460         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
6461
6462         * configure.in (target_subdir): Set to ${target_alias} instead
6463         of "libraries".
6464
6465 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
6466
6467         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
6468         (Makefile): Depend on $(gcc_version_trigger).
6469
6470         * configure (gcc_version): Change default initializer to empty
6471         string.
6472         (gcc_version_trigger): New variable; pass this variable down
6473         to subdir configures to enable them checking gcc's version
6474         themselves. Emit make macros for both gcc_version vars.
6475         (topsrcdir): Initialize reliably.
6476         (recursion line): Remove --with-gcc-version=${gcc_version}.
6477
6478 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
6479
6480         * configure (enable_version_specific_runtime_libs): Implement new flag
6481         --enable-version-specific-runtime-libs which installs C++ runtime stuff
6482         in $(libsubdir); emit definition in each generated Makefile.
6483         (gxx_include_dir): Initialize depending on
6484         $enable_version_specific_runtime_libs.
6485
6486 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
6487
6488         * configure (gcc_version): Initialize properly depending on
6489         how and where configure is started.
6490         (recursion line): Pass a --with-gcc-version=${gcc_version}
6491         to configures in subdirs.
6492
6493 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
6494
6495         * configure.in (noconfigdirs): Add configure pattern for mips tx39
6496         cygmon
6497
6498 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
6499
6500         * configure.in: Add cygmon and libstub support for mn10200.
6501
6502 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
6503
6504         * configure (gcc_version): Add new variable describing the
6505         particular gcc version we're building.
6506         * Makefile.in (libsubdir): Add new macro for the directory
6507         in which the compiler finds executables, libraries, etc.
6508         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
6509         and libsubdir.
6510
6511 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
6512
6513         * Makefile.in (local-clean): Remove *.log.
6514         (warning.log): Built with warn_summary from build.log.
6515         (mail-report.log): Run test_summary.
6516         (mail-report-with-warnings.log): Run test_summary including
6517         warning.log in the report.
6518
6519 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
6520
6521         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
6522
6523 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
6524
6525         * Makefile.in (grep): Grep no longer depends on libiberty.
6526
6527 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
6528
6529         * Makefile.in: all-snavigator needs all-libgui.
6530
6531 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
6532
6533         * configure.in: Add cygmon and libstub support for mn10300.
6534
6535 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
6536
6537         * missing: Update to version from automake 1.3.
6538
6539         * ltmain.sh: On installation, don't get confused if the same name
6540         appears more than once in the list of library names.
6541
6542 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
6543
6544         * config.sub: Accept m68060 and m5200 as CPU names.
6545
6546 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
6547
6548         * configure: Use && rather than using -a in test, because odd
6549         strings can confuse test.
6550         * configure.in: Likewise.
6551
6552 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
6553
6554         * ltconfig, ltmain.sh: Bring in Visual C++ support.
6555
6556 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
6557
6558         * Makefile.in (boostrap2-lean, bootstrap3-lean,
6559         bootstrap4-lean): New targets.
6560
6561 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
6562
6563         * mpw-* Delete.  Not used.
6564
6565 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
6566
6567         * COPYING.LIB: Update FSF address.
6568
6569 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
6570
6571         * ltconfig, ltmain.sh: Update to libtool 1.2a.
6572
6573         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
6574         GAS_SUPPORT_DIRS.
6575
6576 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
6577
6578         * ltconfig, ltmain.sh: Avoid producing a version number if
6579         -version-info was not used.
6580
6581 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
6582
6583         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
6584         building with newlib.
6585
6586 1998-04-30  Paul Eggert  <eggert@twinsun.com>
6587
6588         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
6589         Solaris `make' causes it to continue to next definition.
6590
6591 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6592
6593         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
6594         the right GUI libraries and files are installed along with GDB.
6595
6596 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
6597
6598         * configure.in: Change alpha to alpha* in several places.
6599
6600 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
6601
6602         * config.sub: Recognize sparc86x.
6603
6604 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
6605
6606         * configure.in (--enable-target-optspace): Remove debug echo.
6607
6608 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
6609
6610         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
6611
6612 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
6613
6614         * ltconfig: Update cygwin32 support.
6615
6616         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
6617         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
6618         (GDB_SUPPORT_DIRS): Likewise.
6619
6620 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
6621
6622         * configure.in (target_makefile_frag): If --enable-target-optspace,
6623         use -Os to compile target libraries rather than -O2.  Default to
6624         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
6625         not used.
6626         * configure.in (target_cflags): Ditto for d30v.
6627
6628 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
6629
6630         * Makefile.in (all-bfd): Depend on all-intl.
6631         (all-binutils): Likewise.
6632         (all-gas): Likewise.
6633         (all-gprof): Likewise.
6634         (all-ld): Likewise.
6635
6636 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
6637
6638         * configure.in (host_tools): Fix typo, lbtool -> libtool.
6639
6640 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
6641
6642         * Makefile.in (all-bfd): Depend upon all-libiberty.
6643
6644         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
6645
6646 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
6647
6648         * Makefile.in: Add libstub.
6649
6650         * configure.in: Ditto. Build libstub for targets that have cygmon
6651         support.
6652
6653 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
6654
6655         * configure.in: Don't set PICFLAG on ix86-cygwin32.
6656
6657 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
6658
6659         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
6660         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
6661
6662 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
6663
6664         * configure: Define DEFAULT_M4 by searching PATH.
6665         * Makfile.in: Use DEFAULT_M4.
6666
6667 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
6668
6669         * ltconfig: Add cygwin32 support.
6670
6671         * Makefile.in, configure.in: Add libtool as a native only directory
6672         to configure and build.
6673
6674 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
6675
6676         * Makefile.in (INSTALL_MODULES): Remove texinfo.
6677
6678 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
6679
6680         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
6681
6682 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
6683
6684         * Makefile.in: add ash make rules
6685         * configure.in: add ash to native_only and host_tools lists
6686
6687 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
6688
6689         * Makefile.in (all-gettext, all-intl): New targets.
6690         (ALL_MODULES): Added all-gettext, all-intl.
6691         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
6692         (INSTALL_MODULES): Added install-gettext, install-intl.
6693         (CLEAN_MODULES): Added clean-gettext, clean-intl.
6694
6695         * configure.in (host_tools): Added gettext.
6696         (native_only): Likewise.
6697         (noconfigdirs) [various cases]: Likewise.
6698         (host_libs): Added intl.
6699
6700 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
6701
6702         * configure: Do not disable building gdbtk for cygwin32 hosts.
6703
6704 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
6705
6706         * configure.in: Add thumb-coff target.
6707         * config.sub: Add thumb-coff target.
6708
6709 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6710
6711         * Makefile.in: Revert yesterday's change.
6712         (all-target-winsup):  all-target-librx stays out of here.
6713
6714 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6715
6716         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
6717         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
6718         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
6719         Remove references to librx and libg++.
6720
6721 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
6722
6723         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
6724         recursive makes
6725
6726 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
6727
6728         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
6729         for newlib directory.
6730         (CXX_FOR_TARGET): Likewise.
6731
6732 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
6733
6734         * ltconfig: Update after libtool/ltconfig.in change for
6735         hpux11.
6736
6737 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
6738
6739         * ltconfig, ltmain.sh: Update to libtool 1.2.
6740
6741 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6742
6743         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
6744         (install-gcc-cross): Instead, override LANGUAGES here.
6745
6746 1998-03-18  Dave Love  <d.love@dl.ac.uk>
6747
6748         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
6749         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
6750
6751 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
6752
6753         * configure.in: Add Thumb-pe target.
6754
6755 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
6756
6757         * Makefile.in - changed sn targets to snavigator
6758         * configure.in - changed sn targets to snavigator
6759
6760 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6761
6762         * config-ml.in: After building symlink tree call make distclean
6763         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
6764         to be the case for libiberty.
6765
6766 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
6767
6768         * configure: When making link, also check the current
6769         directory. The configure scripts may create one.
6770
6771 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
6772
6773         * config.sub: Accept alphapca56 and alphaev6 properly.
6774
6775 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6776
6777         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
6778
6779 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
6780
6781         * config.sub (sco5): Fix typo.
6782
6783 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
6784
6785         * Makefile.in (INSTALL_MODULES): Move install-tcl before
6786         install-itcl.
6787         (install-itcl): Remove dependency on install-tcl.
6788
6789 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
6790
6791         * configure.in: Remove libgloss from noconfigdirs for MN10300.
6792
6793 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
6794
6795         * configure.in: Don't build libgui for a cygwin32 target when not on
6796         a cygwin32 host.
6797
6798 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6799
6800         * configure (redirect): Set to null, so default behavior of
6801         configure is now --verbose.
6802
6803 1998-02-16  Dave Love  <d.love@dl.ac.uk>
6804
6805         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
6806         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
6807
6808 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
6809
6810         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
6811         this change to sync Makefile.in with its ChangeLog entries.
6812
6813 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
6814
6815         * ltmain.sh (mkdir): Check that the directory doesn't exist
6816         before we exit with error, so that we don't get races during
6817         parallel builds.
6818
6819 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6820
6821         * ltconfig, ltmain.sh: Update from libtool 1.0i.
6822
6823 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6824
6825         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
6826         PICFLAG_FOR_TARGET.
6827         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
6828
6829         * configure: Emit a definition for the new macro enable_shared
6830         into each Makefile.
6831
6832 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6833
6834         * configure.in (host_tools, native_only): Add libtool.
6835
6836 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
6837
6838         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
6839         Fix typo in ming config comment.
6840
6841 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
6842
6843         * ltconfig, ltmain.sh: Update from libtool 1.0h.
6844
6845 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
6846
6847         * config.sub: Add tic30 cases, and map c30 to tic30.
6848
6849 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
6850
6851         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
6852         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
6853         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
6854         (CLEAN_TARGET_MODULES): Similarly
6855         (all-target-libf2c): Add dependences.
6856         * configure.in (target_libs): Add libf2c.
6857
6858 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
6859
6860         * configure.in: Remove expect from noconfigdirs when target
6861         is cygwin32.  OK to build expect and dejagnu with Canadian
6862         Cross.
6863
6864 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
6865
6866         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
6867         host.
6868
6869         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
6870         and mingw32.
6871
6872 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6873
6874         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
6875         here as it is not defined in the toplevel Makefile.
6876
6877 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6878
6879         * configure (package_makefile_rules_frag): New variable, which names
6880         a file with generic rules, ...
6881         Change comment to mention we now have FIVE parts.
6882         * configure: Undo last change.
6883
6884 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
6885
6886         * config.guess: More accurate determination of HP processor types.
6887         * config.sub: More accurate determination of HP processor types.
6888
6889 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6890
6891         * configure (package_makefile_frag): Move inserting the
6892         ${package_makefile_frag} to where it should be according
6893         to the comment.
6894
6895 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
6896
6897         * config.guess: Add support for Linux/ARM.
6898
6899 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
6900
6901         * .cvsignore: Remove *-info and *-install since they match
6902         release-info and mpw-install, which we don't want to just ignore.
6903
6904 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
6905
6906         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
6907
6908 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
6909
6910         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
6911         local_prefix to sub-make invocations.
6912
6913 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
6914
6915         * configure.in: Check makefile fragments in the source
6916         directory.
6917
6918 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
6919
6920         * configure.in: Check whether host and target makefile
6921         fragments exist before adding them to *_makefile_frag.
6922
6923 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
6924
6925         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
6926
6927 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
6928
6929         * configure.in: Make sure we only replace RPATH_ENVVAR on
6930         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
6931         regexp to sed.
6932
6933         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
6934         to sub-makes.
6935
6936 1998-01-13  Lee Iverson   (leei@ai.sri.com)
6937
6938         * config-ml.in (multi-do): LDFLAGS must include multilib
6939         designator.
6940
6941 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
6942
6943         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
6944
6945 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
6946
6947         * config.sub: Add mingw32 support.
6948         * configure.in: Likewise.
6949
6950 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
6951
6952         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
6953
6954 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
6955
6956         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
6957         * configure (gxx_include_dir): Provide a definition for subdirs
6958         which do not use autoconf.
6959
6960 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
6961
6962         * config.guess: Sync with egcs.  Picks up new alpha support,
6963         BeOS & some additional linux support.
6964
6965 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
6966
6967         * config.guess: HP 9000/803 is a PA1.1 machine.
6968
6969 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
6970
6971         * configure.in: It's alpha*-...
6972
6973 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
6974
6975         * configure.in (host_makefile_frag, target_makefile_frag):
6976         Handle multiple config files.
6977         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
6978         alpha-*-*.
6979
6980 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
6981
6982         * mkdep: New file.
6983
6984 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
6985
6986         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
6987
6988 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
6989
6990         * Makefile.in: Add libgui directory.
6991         (GDB_TK): Add all-libgui.
6992         * configure.in: Add libgui directory.
6993         * configure: Add all-libgui to GDB_TK.
6994
6995 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
6996
6997         * config-ml.in (multidirs): Add m32r to multilib list.
6998
6999 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
7000
7001         * Makefile.in (all-target-gperf): Change dependency to
7002         all-target-libstdc++.
7003
7004 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
7005
7006         * config.guess: Add BeOS support.
7007
7008 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
7009
7010         Source directory cvs renamed to cvssrc:
7011         * configure.in (host_tools): Change cvs to cvssrc.
7012         (native_only): Likewise.
7013         (noconfigdirs) [various cases]: Likewise.
7014         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
7015         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
7016         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
7017         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
7018         (all-cvssrc): Rename target from all-cvs.
7019
7020 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
7021
7022         * configure (gxx_include_dir): Fix thinko.
7023
7024 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
7025
7026         * Makefile.in (INSTALL_TARGET_CROSS): Define.
7027         (install-cross, install-gcc-cross): New targets.
7028
7029 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
7030
7031         * configure.in (noconfigdirs): Add support for Thumb target.
7032
7033         * config.sub (maybe_os): Add support for Thumb target.
7034
7035 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
7036
7037         * Makefile.in: Add rules for cygmon.
7038
7039         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
7040
7041 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
7042
7043         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
7044         * configure (gxx_include_dir): Provide a definition for subdirs
7045         which do not use autoconf.
7046
7047 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
7048
7049         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
7050         11/18/97 build
7051
7052 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
7053
7054         * From Franz Sirl.
7055         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
7056         found on RedHat Linux systems.
7057
7058 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
7059
7060         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
7061         guesses.
7062
7063 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
7064
7065         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
7066
7067 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
7068
7069         * ltmain.sh: If mkdir fails, check whether the directory was created
7070         anyhow by some other process.
7071
7072 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
7073
7074         * configure.in (d30v-*-*): Configure all directories.
7075
7076 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
7077
7078         * configure.in (d30v-*-*): Configure newlib, libiberty directories
7079         for the D30V.
7080
7081 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
7082
7083         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
7084
7085 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
7086
7087         * include/libiberty.h: Add extern "C" { so it can be used with C++
7088         progrms.
7089         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
7090         programs.
7091
7092 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
7093
7094         * configure.in (d30v-*-*): Configure GCC now.
7095
7096 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
7097
7098         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
7099         is no longer needed.
7100
7101 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
7102
7103         * Makefile.in: check-target-libio depends on all-target-libstdc++.
7104
7105 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
7106
7107         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
7108         targets using "$@" to provide support for similar but not identical
7109         targets without having to duplicate code.
7110
7111 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
7112
7113         * makefile.vms: Fix to work with DEC C.
7114
7115 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
7116
7117         * config.sub: Add mips-tx39-elf to marketing names.
7118
7119 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
7120
7121         * ltmain.sh: Handle symlinks in generated script.
7122
7123 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
7124
7125         * configure: Handle autoconf style directory options: --bindir,
7126         --datadir, --includedir, --infodir, --libdir, --libexecdir,
7127         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
7128         --sysconfdir.
7129         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
7130         (sharedstatedir, localstatedir, oldincludedir): New variables.
7131         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
7132         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
7133         sbindir, sharedstatedir, and sysconfdir.
7134
7135 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
7136
7137         * Makefile.in (bootstrap-lean): New target.
7138
7139 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
7140
7141         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
7142         sn, and gnuserv from noconfigdirs.
7143
7144 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
7145
7146         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
7147
7148 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
7149
7150         * Makefile.in (cross): New target.
7151
7152 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
7153                           Jeff Law         <law@cygnus.com>
7154
7155         * Makefile.in (bootstrap2, bootstrap3): New targets.
7156         (all-bootstrap): Remove outdated and confusing target.
7157         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
7158
7159 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7160
7161         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
7162         windows.  Consistent with gdb/configure.
7163
7164 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
7165
7166         * configure.in: Name Linux target fragment.
7167
7168         * configure: Rewrite so that project Makefile fragment is inserted
7169         first and appears last in the resulting Makefile.
7170
7171 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7172
7173         * Makefile.in (install-itcl): Install tcl first.
7174
7175 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
7176
7177         * configure.in: remove bison from noconfigdirs for Cygwin32 host
7178
7179 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
7180
7181         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
7182
7183         * configure.in (skipdirs): Add target-librx for Linux.
7184         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
7185
7186 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
7187
7188         * Makefile.in (bootstrap): New target.
7189
7190 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
7191
7192         * config.sub: Accept 'amigados' for backward compatibility.
7193
7194 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
7195
7196         * config.guess: Merge with FSF.
7197
7198 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
7199
7200         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
7201
7202 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
7203
7204         * config.sub: Add "marketing-names" patch.
7205
7206 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
7207
7208         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
7209
7210 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
7211
7212         * config.sub: Handle v850-elf.
7213
7214 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
7215
7216         * .cvsignore (*-install): Remove.
7217
7218 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
7219
7220         * ltconfig: Set CONFIG_SHELL in libtool.
7221         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
7222
7223 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
7224
7225         * configure.in (target_subdir): Set to libraries if enable_multilib.
7226
7227 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
7228
7229         * config.guess: Update from gcc directory.
7230
7231 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7232
7233         * Makefile.in (all-sim): Depends on all-readline.
7234
7235 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
7236
7237         * Makefile.in (BISON, YACC): Use $$s.
7238         (all-bison): Depend on all-texinfo.
7239
7240 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
7241
7242         * Makefile.in (BISON): Add -L flag.
7243         (YACC): Likewise.
7244
7245 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
7246
7247         * configure.in (noconfigdirs): Add support for v850e target.
7248
7249         * config.sub (maybe_os): Add support for v850e target.
7250
7251 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
7252
7253         * configure.in (noconfigdirs): Add support for v850ea target.
7254
7255         * config.sub (maybe_os): Add support for v850ea target.
7256
7257 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
7258
7259         * config.sub: Add mipstx39.  Delete r3900.
7260
7261 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
7262
7263         * Makefile.in (all-autoconf): Depends on all-texinfo.
7264
7265 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
7266
7267         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
7268         eabi targets.
7269
7270 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
7271
7272         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
7273
7274         * configure: When handling a Canadian Cross, handle YACC as well as
7275         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
7276         * Makefile.in (all-bison): Depend upon all-texinfo.
7277
7278 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
7279
7280         * Makefile.in (BISON): bison, not byacc or bison -y.
7281         (YACC): bison -y or byacc or yacc.
7282         (various): Add *-bison as appropriate.
7283         (taz): No need to mess with BISON anymore.
7284
7285 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
7286
7287         * configure: If OSTYPE matches *win32*, try to find a good value for
7288         CONFIG_SHELL.
7289
7290 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
7291
7292         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
7293         configure.in if it is present.
7294
7295 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
7296
7297         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
7298
7299 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
7300
7301         * config.sub: Recognize `arc' cpu.
7302         * configure.in: Likewise.
7303         * config-ml.in: Likewise.
7304
7305 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
7306
7307         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
7308
7309 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
7310
7311         * configure: Changed sed delimiter from ':' to '|' when
7312         attempting to substitute ${config_shell} for SHELL. On
7313         NT ${config_shell} may contain a ':' in it.
7314
7315 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
7316
7317         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
7318
7319 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
7320
7321         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
7322
7323 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
7324
7325         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
7326
7327         * ylwrap: If the program is a relative path, force it to be
7328         absolute.
7329
7330 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7331
7332         * configure (tooldir): Set BISON to `bison -y' and not just bison.
7333
7334 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7335
7336         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
7337         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
7338         for libraries.
7339
7340 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
7341
7342         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
7343         separated by spaces.
7344
7345 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
7346
7347         * ylwrap: New file.
7348         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
7349
7350         * ltmain.sh: Handle /bin/sh at start of install program.
7351
7352         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
7353
7354         * ltconfig, ltmain.sh: New files, from libtool 1.0.
7355         * missing: New file, from automake 1.2.
7356
7357 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
7358
7359         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
7360         check-tk to CHECK_X11_MODULES.
7361
7362 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
7363
7364         * config.sub: Merge with FSF.
7365
7366 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
7367
7368         * config.guess: Merge with FSF.
7369
7370 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
7371
7372         * configure: Treat msdosdjgpp like go32.
7373         * configure.in: Likewise.  Don't remove gprof for go32.
7374
7375         * configure: Change Makefile.tem2 to Makefile.tm2.
7376
7377 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
7378
7379         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
7380
7381 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7382
7383         * install-sh (chmodcmd): Set to null if the DST directory already
7384         exists.  Same as Nov 11th change.
7385
7386 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
7387
7388         * configure (GDB_TK): Needs itcl and tix.
7389
7390 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
7391
7392         * config.guess: Update from FSF.
7393
7394 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
7395
7396         * Makefile.in (GDB_TK): Depend on itcl and tix.
7397
7398 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
7399
7400         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
7401         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
7402         (INSTALL_SCRIPT): New variable.
7403         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
7404         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
7405         to -x.
7406         * install-sh: Add support for -x option.
7407
7408 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
7409
7410         * configure.in, Makefile.in: Treat tix like itcl.
7411
7412 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
7413
7414         * Makefile.in (WINDRES): New variable.
7415         (WINDRES_FOR_TARGET): New variable.
7416         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
7417         (EXTRA_HOST_FLAGS): Add WINDRES.
7418         (EXTRA_TARGET_FLAGS): Add WINDRES.
7419         (EXTRA_GCC_FLAGS): Add WINDRES.
7420         ($(DO_X)): Pass down WINDRES.
7421         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
7422         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
7423         DLLTOOL_FOR_TARGET.
7424
7425 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
7426
7427         * configure.in: configure sim before gdb for win32-x-ppc
7428
7429 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7430
7431         Move gperf into the toplevel, from libg++.
7432         * configure.in (target_tools): Add target-gperf.
7433         (native_only): Add target-gperf.
7434         * Makefile.in (all-target-gperf): New target, depend on
7435         all-target-libg++.
7436         (configure-target-gperf): Empty rule.
7437         (ALL_TARGET_MODULES): Add all-target-gperf.
7438         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
7439         (CHECK_TARGET_MODULES): Add check-target-gperf.
7440         (INSTALL_TARGET_MODULES): Add install-target-gperf.
7441         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
7442
7443 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
7444
7445         * config.sub (mn10200): Recognize new basic machine.
7446
7447 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7448
7449         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
7450         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
7451
7452 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7453
7454         * configure.in: If we're building mips-sgi-irix6* native, turn on
7455         ENABLE_MULTILIB and set TARGET_SUBDIR.
7456
7457 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
7458
7459         * Makefile.in (all-sn): Depend on all-grep.
7460
7461 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
7462
7463         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
7464
7465         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
7466         Makefile.  From Jeff Makey <jeff@cts.com>.
7467         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
7468
7469         * Makefile.in (DISTBISONFILES): Remove.
7470         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
7471         $(DEFAULT_YACC).
7472
7473         * configure.in: Build itl, db, sn, etc., when building for native
7474         cygwin32.
7475
7476         * Makefile.in (LD): New variable.
7477         (EXTRA_HOST_FLAGS): Pass down LD.
7478         ($(DO_X)): Likewise.
7479
7480 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
7481
7482         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
7483
7484 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
7485
7486         * configure.in (targargs): Strip out any supplied --build argument
7487         before adding our own. Always add --build.
7488
7489 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
7490
7491         * configure.in (targargs): Pass --build if we're doing
7492         a cross-compile.
7493
7494 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
7495
7496         * configure: Use '|' instead of ":" as the separator in
7497         sed. Otherwise sed chokes on NT path names with drive
7498         designators. Also look for "?:*" as the leading characters in an
7499         absolute pathname.
7500
7501 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
7502
7503         * config.sub: Support for r3900.
7504
7505 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
7506
7507         * configure.in: Use install-sh, not install.sh.
7508
7509 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
7510
7511         * Makefile.in (taz): Improve check for BISON so it doesn't try to
7512         apply it twice.
7513
7514 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
7515
7516         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
7517         install-binutils.
7518
7519 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
7520
7521         * Makefile.in: Add automake targets.
7522         * configure.in (host_tools): Add automake.
7523
7524 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
7525
7526         * configure: Default CXX to c++, not gcc.
7527         * Makefile.in (CXX): Set to c++, not gcc.
7528         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
7529
7530 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
7531
7532         * install-sh: try appending a .exe if source file doesn't
7533         exist
7534
7535 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
7536
7537         * configure.in: Turn on multilib by default.
7538         (cross_only): Remove target-libiberty.
7539
7540         * Makefile.in (all-gcc): Don't depend on libiberty.
7541
7542 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
7543
7544         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
7545
7546 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
7547
7548         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
7549         (DISTBISONFILES): Add ld/Makefile.in
7550
7551 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
7552
7553         * configure.in: if target is cygwin32 but host isn't cygwin32,
7554         don't configure gdb tcl tk expect, not just gdb.
7555
7556 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
7557
7558         * configure.in: Added gnuserv everywhere sn appears.
7559
7560         * Makefile.in (ALL_MODULES): Added all-gnuserv.
7561         (CROSS_CHECK_MODULES): Added check-gnuserv.
7562         (INSTALL_MODULES): Added install-gnuserv.
7563         (CLEAN_MODULES): Added clean-gnuserv.
7564         (all-gnuserv): New target.
7565
7566 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
7567
7568         * config.guess: Fixes for MIPS OpenBSD systems.
7569
7570 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
7571
7572         * Makefile.in (INSTALL_XFORM): Remove.
7573         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
7574
7575         * mkinstalldirs: New file, copied from automake.
7576         * Makefile.in (installdirs): Rename from install-dirs.  Use
7577         mkinstalldirs.  Change all users.
7578         (DEVO_SUPPORT): Add mkinstalldirs.
7579
7580 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
7581
7582         * install-sh: Rename from install.sh.
7583         * Makefile.in (INSTALL): Change install.sh to install-sh.
7584         (DEVO_SUPPORT): Likewise.
7585
7586         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
7587         Graichen <graichen@rzpd.de>.
7588
7589 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
7590
7591         * config.guess: Recognize OpenBSD systems correctly.
7592
7593 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
7594
7595         * README, Makefile.in (ETC_SUPPORT): Remove references to
7596         cfg-paper*, configure.{texi,man,info*}._
7597
7598 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
7599
7600         * Makefile.in (all.normal): Ensure that gcc is built after all
7601         the x11 - ie gdb - targets.
7602
7603 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
7604
7605         * makefile.vms: Don't run conf-a-gas.
7606
7607 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
7608
7609         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
7610
7611 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
7612
7613         * configure.in: Remove noconfigdirs case since gdb also
7614         configures and builds for tic80-coff.
7615
7616 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
7617
7618         * configure: Set cache_file to config.cache.
7619         * Makefile.in (local-distclean): Remove config.cache.
7620
7621 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
7622
7623         * COPYING: Update FSF address.
7624
7625 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
7626
7627         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
7628         noconfigdirs.
7629
7630 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
7631
7632         * Makefile.in (install-dirs): Don't crash if prefix, and hence
7633         MAKEDIRS, is empty.
7634
7635 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
7636
7637         * config.sub: Tweak mn10300 entry.
7638
7639 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
7640
7641         * configure.in (host_tools): Put sim before gdb, so gdb's
7642         configure.tgt can determine if the simulator was configured.
7643
7644 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
7645
7646         * config.sub: Move BeOS $os case to be with other Cygnus
7647         local cases.
7648
7649 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
7650
7651         * config.sub: Remove misplaced comment that broke Linux.
7652
7653 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
7654
7655         * config.sub: Add BeOS support.
7656
7657 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
7658
7659         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
7660
7661 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
7662
7663         * configure.in (noconfigdirs): Remove tcl and tk from
7664         noconfigdirs for cygwin32 builds.
7665
7666 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
7667
7668         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
7669
7670 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
7671
7672         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
7673         make-all.com, use makefile.vms instead.
7674
7675 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
7676
7677         * config.sub: Accept -lnews*.
7678
7679 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
7680
7681         * configure.in (noconfigdirs): Disable target-newlib,
7682         target-examples and target-libiberty for d30v.
7683
7684 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
7685
7686         * configure.in (noconfigdirs): Enable ld for d30v.
7687
7688 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
7689
7690         * configure.in (tic80-*-*): Build compiler.
7691
7692 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
7693
7694         * configure.in (d30v-*): Remove sim directory from list of
7695         unsupported d30v directories
7696
7697 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
7698
7699         * config.sub, configure.in: Add d30v target cpu.
7700
7701 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
7702
7703         * makefile.vms: New file.
7704         * make-all.com: Remove.
7705
7706 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
7707
7708         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
7709
7710 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
7711
7712         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
7713
7714 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
7715
7716         * Makefile.in (ALL_MODULES): Added all-db.
7717         (CROSS_CHECK_MODULES): Addec check-db.
7718         (INSTALL_MODULES): Added install-db.
7719         (CLEAN_MODULES): Added clean-db.
7720
7721 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
7722
7723         * config.guess: Merge with latest FSF sources.
7724
7725 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
7726
7727         * Makefile.in (ALL_MODULES): Added all-itcl.
7728         (CROSS_CHECK_MODULES): Added check-itcl.
7729         (INSTALL_MODULES): Added install-itcl.
7730         (CLEAN_MODULES): Added clean-itcl.
7731
7732 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
7733
7734         * configure.in: build gdb for mn10200
7735
7736 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
7737
7738         * Makefile.in (all-target-winsup): Depend on all-target-libio.
7739
7740 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
7741
7742         * configure.in (tic80-*-*): Turn off most targets right now.
7743
7744 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
7745
7746         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
7747         rather than the makeinfo program.
7748         (do-info): Depend upon all-texinfo.
7749
7750 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
7751
7752         * configure.in: Remove uses of config/mh-linux.
7753
7754         * config.sub, config.guess: Merge with latest FSF sources.
7755
7756 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
7757
7758         * config.sub (case $basic_machine): Add tic80 entries.
7759
7760 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
7761
7762         * config.sub, config.guess: Merge with latest FSF sources.
7763
7764 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
7765
7766         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
7767         * mpw-config.in: Test for NewFolderRecursive.
7768         * mpw-install: Use symbolic name for startup filename.
7769         * mpw-README: Add various additional details.
7770
7771 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
7772
7773         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
7774
7775 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
7776
7777         * configure.in: Do build gcc and the target libraries for
7778         the mn10200.
7779
7780 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
7781
7782         * configure.in: don't avoid building gdb for mn10300 any more
7783         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
7784         instead of single-quoting it.
7785
7786 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
7787
7788         * configure.in: Don't use --with-stabs on IRIX 6.
7789
7790 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
7791
7792         * configure.in (m32r): Build gdb, libg++ now.
7793
7794 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
7795
7796         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
7797         directories from noconfigdirs.
7798
7799 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
7800
7801         * config.sub (basic_machine): added mips16 configuration
7802
7803 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7804
7805         * config.sub: Handle d10v-unknown.
7806
7807 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
7808
7809         * config.sub: Handle v850-unknown.
7810
7811 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
7812
7813         * Makefile.in: add findutils
7814         * configure.in: add findutils to list of host_tools
7815
7816 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
7817
7818         * config.sub: Handle mn10200 and mn10300.
7819
7820 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7821
7822         * configure.in (d10v-*): Do not build librx.
7823
7824 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
7825
7826         * configure.in (mn10300): Build everything except gdb & libgloss.
7827
7828 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
7829
7830         * config.guess:  Patch for Dansk Data Elektronik servers,
7831         from Niels Skou Olsen <nso@dde.dk>.
7832
7833         For ncr, use /bin/uname rather than uname, since GNU uname does not
7834         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
7835
7836         Patch for MIPS R4000 running System V,
7837         from Eric S. Raymond <esr@snark.thyrsus.com>.
7838
7839         Fix thinko for nextstep.
7840
7841         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
7842
7843         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
7844         * config.guess: Guess mips-dec-mach_bsd4.3.
7845
7846         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
7847         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
7848         release numbers.
7849         * config.guess (mips-mips-riscos*):  Emit just enough of the
7850         release number.
7851
7852         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
7853         * config.guess (sparc-auspex-sunos*):  Added.
7854         (f300-fujitsu-*): Added.
7855
7856         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
7857         * config.guess:  Recognize a Tadpole as a sparc.
7858
7859 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
7860
7861         * config.guess: Don't assume that NextStep version is either 2 or
7862         3.  NextStep 4 (aka OpenStep 4) has come out now.
7863
7864 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
7865
7866         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
7867         From Rik Faith <faith@cs.unc.edu>.
7868
7869 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
7870
7871         * config.sub: Contributions from bug-gnu-utils to:
7872         Support plain "hppa" (no version given) architecture, reported by
7873         OpenStep.
7874         OpenBSD like NetBSD.
7875         LynxOs is not a hardware supplier.
7876
7877         * config.guess: Contributions from bug-gnu-utils to add support for:
7878         OpenBSD like NetBSD.
7879         Stratus systems.
7880         More Pyramid systems.
7881         i[n>4]86 Intel chips.
7882         M680[n>4]0 Motorola chips.
7883         Use unknown instead of lynx for hardware manufacturer.
7884
7885 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7886
7887         * install.sh (chmodcmd): Set to null if the DST directory already
7888         exists.
7889
7890 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7891
7892         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
7893         not use mt-ppc target Makefile fragment any more.
7894
7895 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
7896
7897         * configure.in (*-*-windows):  Exclude everything but those dirs
7898         needed to build windows.
7899
7900 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
7901
7902         * Makefile.in (all-target-winsup): Depend on all-target-librx.
7903
7904 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
7905
7906         * configure.in:  Exclude mmalloc from i386-windows.
7907
7908 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
7909
7910         * Undo my previous change.
7911
7912 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
7913
7914         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
7915         unconditionally.
7916         (MAKEOVERRIDES): Define (revert this part of October 18 change).
7917
7918 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
7919
7920         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
7921         host to add it's own flags.
7922
7923 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
7924
7925         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
7926
7927 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
7928
7929         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
7930         (CXX_FOR_TARGET): Likewise.
7931         (GCC_FOR_TARGET): Define.
7932         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
7933         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
7934         CC_FOR_TARGET was specified on the command line.
7935         (MAKEOVERRIDES): Don't define.
7936
7937 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
7938
7939         * configure.in (m32r): Fix spelling of libg++ libs.
7940
7941 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
7942
7943         * config.sub (-apple*): Remove, now redundant.
7944
7945 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
7946
7947         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
7948
7949         * configure: Rework yesterday's sed script patch.
7950
7951         * config.sub: Merge with FSF.
7952
7953 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
7954
7955         * config.guess:  Merge from FSF.
7956
7957         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7958         * config.guess: Use pc instead of unknown, for pc clone systems.
7959         Change linux to linux-gnu.
7960
7961         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7962         * config.guess: Avoid non-portable tr syntax.
7963
7964 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
7965
7966         * test-build.mk (HOLES): Add "xargs" for gdb.
7967
7968         * configure: Avoid hpux10.20 sed bug.
7969
7970 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
7971
7972         * configure.in:  Add support for windows host
7973         (that is a build done under the Microsoft build environment).
7974
7975 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
7976
7977         * Makefile.in: Replace all uses of srcroot with s, to shrink
7978         command line lengths.
7979
7980         Patches from Geoffrey Noer <noer@cygnus.com>:
7981         * configure.in: If configuring for newlib, pass --with-newlib to
7982         subdirectories.
7983         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
7984         -Bnewlib/ and -Lwinsup to gcc.
7985         (CXX_FOR_TARGET): Likewise.
7986
7987 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
7988
7989         * Makefile.in (ETC_SUPPORT): Add configure.
7990
7991 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
7992
7993         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
7994         host configuration file.
7995
7996 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
7997
7998         * configure.in: Break mn10x00 support into separate
7999         mn10200 and mn10300 configurations.
8000         * config.sub: Likewise.
8001
8002 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
8003
8004         * configure.in: Add lots of stuff to noconfigdirs for
8005         the mn10x00 targets.
8006
8007         * config.sub, configure.in: Add mn10x00 support.
8008
8009 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
8010
8011         * make-all.com: Call conf-a-gas, not config-a-gas.
8012
8013 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
8014
8015         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
8016         targets.
8017
8018 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
8019
8020         * mpw-README: Add much more detail for native PowerMac.
8021         * mpw-install: New file.
8022         * mpw-configure: Add --norecursion and --help options.
8023         * mpw-config.in: Translate readme and install files when
8024         copying to objdir.
8025         * mpw-build.in: Don't always depend on byacc and flex.
8026         (install-only-top): New action.
8027
8028 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
8029
8030         * configure.in:  You can now configure GDB for the v850.
8031
8032 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
8033
8034         * configure.in (noconfigdirs): Don't configure any C++ dirs
8035         if targeting D10V.
8036
8037 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
8038
8039         * config.sub: Recognize mips64vr5000.
8040
8041 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
8042
8043         * configure.in: Use a single line for host_tools and native_only.
8044
8045 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
8046
8047         * config.sub, configure.in: Add entries for m32r.
8048
8049 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
8050
8051         * Makefile.in (inet-install): Don't run install-gzip.
8052
8053 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
8054
8055         * configure.in:  Don't config lots of things for *-*-windows*.
8056
8057 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
8058
8059         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
8060         (host_libs, host_tools): Copy from configure.in.
8061         * mpw-configure: Don't complain about directories not found.
8062
8063 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8064
8065         * configure.in (i[345]86): Recognize i686 for pentium pro.
8066         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
8067         file.
8068
8069         * config.guess (i[345]86): Ditto.
8070
8071 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
8072
8073         * configure.in (noconfigdirs): Removed gdb for D10V.
8074
8075 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
8076
8077         * configure.in: Remove ld, target-libio, target-libg++, and
8078         target-libstdc++ from noconfigdirs.
8079
8080 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
8081
8082         * configure: Fix three locations where shell scripts were
8083         being run directly rather than with config_shell.
8084
8085 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
8086
8087         * configure.in (v850-*-*): Set up initial $noconfigdirs.
8088         * config.sub (basic_machine): Recognize v850.
8089
8090 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
8091
8092         * mpw-configure: Handle multiple enable/disable options and
8093         pass them down recursively, handle -c and -s flags appropriately
8094         depending on choice of compiler, add escape mechanism for
8095         quoted arguments to gC.
8096
8097 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8098
8099         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
8100         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
8101         so that -mrelocatable-lib and -mno-eabi are used.
8102
8103         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
8104         not support --print-multi-lib, don't abort.
8105
8106 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
8107
8108         * make-all.com: Run config-a-gas.
8109         * setup.com: Don't copy subdirectory files around.
8110
8111 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
8112
8113         * configure.in (*-*-ose): Remove exclusion of libgloss for this
8114         target, it now compiles correctly.
8115
8116 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
8117
8118         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
8119
8120 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
8121
8122         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
8123
8124 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8125
8126         * configure.in (native_only): Add prms.
8127
8128 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
8129
8130         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
8131         (BINUTILS_SUPPORT_DIRS): Likewise.
8132
8133 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8134
8135         * configure.in (d10v-*-*): Don't configure ld or gdb until the
8136         d10v support is added.
8137
8138 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
8139
8140         * configure.in (d10v-*-*): New target.
8141
8142 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
8143
8144         * config.guess (HP 9000/811): Recognize this as a PA1.1
8145         machine.
8146
8147 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
8148
8149         * Makefile.in (do-tar-gz): New target, split out from tail end of
8150         taz target.  Run each command separately, don't use pipes.
8151         (taz): Use it.
8152
8153 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
8154
8155         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
8156         * mpw-build.in: No builds should depend on building byacc or flex,
8157         they are assumed to be installed already.
8158
8159 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8160
8161         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
8162         variable that CC_FOR_TARGET needs.
8163
8164 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8165
8166         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
8167         options have changed since the last time the subdirectory was
8168         configured, and if it has, reconfigure.
8169         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
8170         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
8171
8172 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
8173
8174         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
8175         CLEAN_MODULES): Add bash.
8176         (all-bash): New target.
8177
8178 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
8179
8180         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
8181
8182 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8183
8184         * config.sub (basic_machine): Recognize d10v as a valid processor.
8185
8186 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
8187
8188         * mpw-configure: Add support for --bindir.
8189         * mpw-build.in: Use a GCC-specific build script for GCC actions.
8190
8191 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
8192
8193         * configure.in: add bash, time, gawk to list of hosttools and things
8194         to only build for native toolchains
8195
8196 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8197
8198         * Makefile.in (docdir): Remove.
8199
8200 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8201
8202         * Makefile.in (datadir): Set to $(prefix)/share.
8203
8204 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
8205
8206         * configure.in: build diff and patch for cygwin32-hosted
8207         toolchains.
8208
8209 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
8210
8211         * config.sub: Accept -rtems*.
8212
8213 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
8214
8215         * configure.in: enable dosrel for cygwin32-hosted builds,
8216                 remove diff from the list of things not buildable
8217                 via Canadian Cross
8218
8219 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
8220
8221         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
8222         don't get ". ".
8223
8224 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
8225
8226         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
8227
8228 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
8229
8230         * Makefile.in (taz): Handle case where tex3patch didn't even get
8231         checked out.  Also, if it was found, put the symlink in a new util
8232         subdirectory.
8233
8234 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8235
8236         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
8237
8238 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
8239
8240         * config.sub: Recognize -openvms.
8241         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
8242         * make-all.com, setup.com: New files.
8243
8244 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
8245
8246         * Makefile.in (taz): tex3patch moved to texinfo/util.
8247
8248 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
8249
8250         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
8251         * configure.in: remove make from disable-if-Can-Cross list
8252                 enable gdb if ${host} and ${target} are cygwin32
8253
8254 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
8255
8256         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
8257         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
8258
8259 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
8260
8261         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
8262         distinguish sysv/svr4/bsd variants.
8263         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
8264
8265 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
8266
8267         * configure.in: Added copyright notice.
8268         * move-if-change: Added copyright notice.
8269
8270 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8271
8272         * configure.in (powerpcle-*-solaris*): Until we get shared
8273         libraries working, don't build gdb, sim, make, tcl, tk, or
8274         expect.
8275
8276 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
8277
8278         * config.guess:  Merge with FSF:
8279
8280         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8281         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
8282
8283         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
8284         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
8285
8286         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
8287         * config.guess:  Combine two OSF1 rules.
8288         Also recognize field test versions.  From mjr@zk3.dec.com.
8289         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
8290         because GNU uname does not support -p.  From pmr@pajato.com.
8291
8292 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
8293
8294         * Makefile.in (MAKEDIRS): Removed $(tooldir).
8295
8296 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
8297
8298         * mpw-README: Document GCCIncludes.
8299
8300 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
8301
8302         * configure.in (alpha-*-linux*): Set enable_shared to yes.
8303
8304 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
8305
8306         * mpw-configure: Handle --enable-FOO and --disable-FOO.
8307
8308 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
8309
8310         * configure.in (*-*-cygwin32): Configure make.
8311
8312 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
8313
8314         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
8315
8316 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
8317
8318         * Makefile.in (all-inet): Depend on all-perl.
8319
8320         * Makefile.in (inet-install): New target.
8321
8322         * Makefile.in (all-inet): Depend on all-tcl.
8323         (all-inet): Depend on all-send-pr.
8324
8325 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8326
8327         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
8328         temporarily.
8329
8330 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
8331
8332         * configure.in: Don't configure --with-gnu-ld on AIX.
8333
8334 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
8335
8336         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
8337
8338 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
8339
8340         * Makefile.in (ALL_MODULES): Added all-inet.
8341         (CROSS_CHECK_MODULES): Added check-inet.
8342         (INSTALL_MODULES): Added install-inet.
8343         (CLEAN_MODULES): Added clean-inet.
8344         (all-indent): New target.
8345
8346         * configure.in (host_tools): Added inet.
8347         (native_only): Added inet.
8348         (noconfigdirs): Added inet.
8349
8350 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
8351
8352         * configure.in: Don't configure libgloss if we are not configuring
8353         newlib.
8354
8355 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
8356
8357         * configure.in: Don't configure libgloss for unsupported
8358         architectures.
8359
8360 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8361
8362         * Makefile.in (CLEAN_MODULES): Add clean-apache.
8363
8364 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
8365
8366         * Makefile.in (ALL_MODULES): Include all-apache.
8367         (CROSS_CHECK_MODULES): Include check-apache.
8368         (INSTALL_MODULES): Include install-apache.
8369         (all-apache): New target.
8370
8371         * configure.in: Added apache everywhere perl is seen.
8372
8373 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8374
8375         * Makefile.in: Add support for clean-{module} and
8376         clean-target-{module} rules.
8377
8378 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
8379
8380         * configure.in (*-*-ose) do not build libgloss.
8381
8382 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8383
8384         * config.guess (prep*:SunOS:5.*:*): Turn into
8385         powerpele-unknown-solaris2.
8386
8387 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
8388
8389         * configure.in: Permit --enable-shared to specify a list of
8390         directories.
8391
8392 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
8393
8394         * configure.in (host==solaris): Pass only the first word of $CC
8395         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
8396
8397 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
8398
8399         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
8400
8401 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
8402
8403         * Makefile.in (ALL_MODULES): Include all-perl.
8404         (CROSS_CHECK_MODULES): Include check-perl.
8405         (INSTALL_MODULES): Include install-perl.
8406         (ALL_X11_MODULES): Include all-guile.
8407         (CHECK_X11_MODULES): Include check-guile.
8408         (INSTALL_X11_MODULES): Include install-guile.
8409         (all-perl): New target.
8410         (all-guile): New target.
8411
8412         * configure.in (host_tools): Include perl and guile.
8413         (native_only): Include perl and guile.
8414         (noconfigdirs): Don't build guile and perl; no ports have been
8415         done.
8416
8417 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
8418
8419         * configure (--enable-*): Handle quoted option lists such as
8420         --enable-sim-cflags='-g0 -O' better.
8421
8422 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8423
8424         * Makefile.in ({,inst}all-target): New rule so we can make and
8425         install all of the target directories easily.
8426
8427 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8428
8429         * configure.in: Add missing global flag in sed substitution when
8430         deleting `target-' from ${configdirs}.
8431
8432 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
8433
8434         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
8435         option.
8436
8437         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
8438         config/mh-necv4.
8439
8440         * install.sh: Correct misspelling of transformbasename.
8441
8442         * config.guess: Recognize mips-*-sysv*.
8443
8444 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
8445
8446         * config.sub: Recognize mon960.
8447
8448 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
8449
8450         * configure: Restore Canadian Cross handling of BISON and LEX,
8451         removed in Feb 20 change.
8452
8453 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
8454
8455         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
8456         Mention make install.  Remove the old copyright date as well the
8457         clumsy and rather pointless copyright on the README file.
8458
8459 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
8460
8461         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
8462         Makefile after running symlink-tree, then run `make distclean' to
8463         avoid clobbering any generated files in srcdir.
8464
8465 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
8466
8467         * configure.in (m68k-*-netbsd*): Build everything now.
8468
8469 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
8470
8471         * Makefile.in (taz): Fix quoting.
8472
8473 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
8474
8475         * configure.in (sparclet-*-*): Build everything now.
8476
8477 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8478
8479         * configure.in (m68k-*-linux*): New host.
8480
8481 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
8482
8483         * configure: Check for bison before byacc.
8484
8485 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
8486
8487         * Makefile.in configure:  Change the way LEX and BISON/YACC are
8488         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
8489         searching PATH.  These are used as fallbacks by Makefile.in if
8490         flex/bison/byacc aren't in objdir.
8491
8492 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
8493
8494         * Makefile.in: Make everything which depends upon all-bfd also
8495         depend upon all-opcodes, in case --with-commonbfdlib is used.
8496
8497 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8498
8499         * configure.in (host *-*-cygwin32): Don't build gdb if we are
8500         building NT native compilers on Unix.
8501
8502 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
8503
8504         * configure.in: Don't get CC from the host Makefile fragment if we
8505         can find gcc in PATH, or if this is a Canadian Cross.  Move the
8506         Solaris test for /usr/ucb/cc to the post target script, just after
8507         the compiler sanity test.
8508
8509 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
8510
8511         * config.sub: Merge with FSF.
8512
8513 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
8514
8515         * Makefile.in (RPATH_ENVVAR): New variable.
8516         (REALLY_SET_LIB_PATH): Use it.
8517         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
8518
8519 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
8520
8521         * config.sub, configure.in: Recognize sparclet cpu.
8522
8523 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
8524
8525         * config.guess:  Support m68k-cbm-sysv4.
8526
8527 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8528
8529         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
8530         m68k-unknown-linuxaout from linker help string.  Put quotes around
8531         $ld_help_string.
8532
8533 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
8534
8535         * config.guess (powerpc-harris-powerunix): Add guess for port
8536         to new target.
8537
8538 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8539
8540         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
8541
8542 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
8543
8544         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
8545         $(REALLY_SET_LIB_PATH) in Makefile.
8546         * Makefile.in (SET_LIB_PATH): New variable.
8547         (REALLY_SET_LIB_PATH): New variable.
8548         ($(DO_X)): Use $(SET_LIB_PATH).
8549         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
8550         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
8551         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
8552         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
8553         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
8554         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
8555         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
8556         (install-dosrel): Likewise.
8557         (all-opcodes): Depend upon all-libiberty.
8558
8559 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8560
8561         * config.guess (*:CYGWIN*): New
8562
8563 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8564
8565         * Makefile.in (all-target-winsup): All all-target-libiberty.
8566
8567 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8568
8569         * configure.in (noconfigdirs): Add missing # in front of comment.
8570
8571 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
8572
8573         * configure.in: add second pass to things added to noconfigdirs
8574         so *-gm-magic can exclude libgloss properly.
8575
8576 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
8577
8578         * mpw-configure (extralibs_name, rez_name): Set correctly
8579         for MWC68K compiler.
8580
8581         * mpw-README: Add more info on the necessary build tools.
8582
8583 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8584
8585         * configure.in, config.sub: Recognize cygwin32.
8586
8587 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
8588
8589         * config.guess, config.sub: Recognize A/UX.
8590
8591 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
8592
8593         * config.sub: Merge with gcc/config.sub.
8594
8595 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
8596
8597         * mpw-build.in (do-binutils): Add build of stamps.
8598
8599 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
8600
8601         * config.sub: Add recognition for mips64vr4100*-* targets.
8602
8603 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8604
8605         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
8606         Add creation of gconfigargs with `--enable-shared' turned on.
8607         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
8608         ($(host)-stamp-stage3-configured): Likewise.
8609         (HOLES): Add chatr and ldd.
8610         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
8611
8612 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
8613
8614         * configure: Pass --nfp to recursive configures.
8615
8616 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8617
8618         * Makefile.in (DLLTOOL): New.
8619         (DLLTOOL_FOR_TARGET): New.
8620         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
8621         (EXTRA_TARGET_FLAGS): Ditto.
8622         (EXTRA_GCC_FLAGS): Ditto.
8623         (CONFIGURE_TARGET_MODULES): Ditto.
8624         (DO_X): Ditto.
8625         * configure: Add DLLTOOL.
8626
8627 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
8628
8629         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
8630         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
8631         mh-sco, since old workarounds no longer needed, and don't
8632         build ld, since libraries have weak symbols in COFF.
8633
8634 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
8635
8636         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
8637
8638 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
8639
8640         * configure.in: Make sure that ${CC} can be used to compile an
8641         executable.
8642
8643 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
8644
8645         * Makefile.in (all-gdb): Depend on $(GDB_TK).
8646         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
8647         nothing depending on whether gdbtk is being built.
8648
8649 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
8650
8651         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
8652
8653 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
8654
8655         * configure.in (noconfigdirs): Put ld or gas in this early, if the
8656         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
8657
8658 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
8659
8660         * config-ml.in: Add support for
8661         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
8662         Simplify setting of multidirs from --disable-foo.
8663
8664 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8665
8666         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
8667         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
8668         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
8669         non-empty, pass them on to the  GCC make.
8670         (all-bootstrap): New rule that is like all-gcc, except it executes
8671         the GCC bootstrap rule instead of the GCC all rule.
8672
8673 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
8674
8675         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
8676
8677 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8678
8679         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
8680         DG/UX support.
8681
8682 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
8683
8684         * config.sub (i*86*) Change [345] to [3456]
8685
8686 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8687
8688         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
8689         --with-gnu-ld=no.
8690
8691 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8692
8693         * config-ml.in (rs6000*, powerpc*): Add switches to control which
8694         AIX multilibs get built.
8695
8696 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8697
8698         * configure.in (i386-win32): Don't build expect if we're not
8699         building the tcl subdir.
8700
8701 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
8702
8703         * Makefile.in: (configure-target-examples, all-target-examples):
8704         New targets, configure and build example programs.
8705
8706 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
8707
8708         * mpw-configure: If an mpw-config.in generated a file mk.sed,
8709         use it as input to sedit the generated MPW makefile.
8710         * mpw-README: Add a suggestion about Gestalt.h.
8711
8712 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
8713
8714         * config.sub: Accept *-*-ieee*.
8715
8716 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
8717
8718         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
8719         Ronald F. Guilmette <rfg@monkeys.com>.
8720
8721 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8722
8723         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
8724         for powerpc-pe native.
8725         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
8726         (target==powerpc-pe): duplicate i386-win32 entry.
8727
8728 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
8729
8730         * configure.in (noconfigdirs): Exclude target-newlib for all versions
8731         of vxworks, not just vxworks5.1.
8732
8733 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
8734
8735         * mpw-configure: Add support for exec-prefix.
8736
8737 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
8738
8739         * config.guess: Recognize HP model 816 machines as having
8740         a PA1.1 processor.
8741
8742 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
8743
8744         * configure: Ignore new autoconf configure options.
8745
8746 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
8747
8748         * config.guess:  Recognize Pentium under SCO.
8749         From Robert Lipe <robertl@arnet.com>.
8750
8751 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8752
8753         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
8754
8755 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
8756
8757         * configure.in: Don't configure gas for alpha-dec-osf*.
8758
8759 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
8760
8761         * configure.in: Default to --with-stabs for some targets for which
8762         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
8763         i[345]86*-*-unixware*.
8764
8765 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
8766
8767         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
8768         rather than basing it on the target.  Simplify handling of options
8769         controlling which directories to configure.  Remove extraneous
8770         slash in multi-clean target.
8771
8772 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
8773
8774         * config-ml.in: Prefix more variables with ml_ so they don't collide
8775         with configure's.
8776
8777 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
8778
8779         * configure: Don't turn -v into --v.
8780
8781 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
8782
8783         * configure.in (targargs): Fix typo.
8784
8785         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
8786
8787 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
8788
8789         * configure.in: Strip --host and --target options from
8790         CONFIG_ARGUMENTS, and always configure for --host only.  Add
8791         --with-cross-host option when building with a cross-compiler.
8792         * configure: Canonicalize the arguments put into config.status by
8793         always using `=' for an option with an argument.  Pass a presumed
8794         --host or --target explicitly.
8795
8796 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
8797
8798         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
8799         into general OS recognition case.
8800
8801 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8802
8803         * configure.in (target_configdirs): add target-winsup only
8804         for win32 target systems.
8805
8806 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
8807
8808         * Makefile.in (all-target-libgloss): Depend upon
8809         configure-target-newlib, since when libgloss is built it looks to
8810         see if the newlib directory exists.
8811
8812 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
8813
8814         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
8815         cfg-ml-*.in.
8816
8817 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
8818
8819         * configure: Handle LD and LD_FOR_TARGET when configuring a
8820         Canadian Cross.
8821
8822 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8823
8824         * configure.in (target_libs): add target-winsup.
8825         (target==i386-win32): add patch diff flex make to $noconfigdirs.
8826         (target==ppcle-pe): remove ld from $noconfigdirs.
8827
8828 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
8829
8830         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
8831         Preserve relative path names in $srcdir.  Build symlink tree if
8832         configuring cross target dir and srcdir=. (= no VPATH support).
8833         (configure-target-libg++): Depend on configure-target-librx.
8834         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
8835         * config-ml.in: New file.
8836         * symlink-tree: New file.
8837         * configure: Ensure srcdir="." if that's what it is.
8838
8839 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
8840
8841         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
8842         includes and FLEX_SKELETON setting.
8843         * mpw-configure (--with-gnu-ld): New option, controls whether
8844         to use PPCLink or ld with PowerMac GCC.
8845         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
8846         * mpw-config.in: Configure grez if targeting Mac.
8847
8848         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
8849         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
8850         just macos.
8851         * configure.in: Configure grez resource compiler if targeting Mac.
8852         * Makefile.in (all-grez, install-grez): New targets.
8853
8854 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
8855
8856         * configure: CXX defaults to gcc, not g++.  If we find
8857         gcc in the path, set CC to gcc -O2.
8858
8859 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
8860
8861         * configure: Default ${build} correctly.  Avoid picking up extra
8862         spaces when reading CC and CXX from Makefile.  When doing a
8863         Canadian Cross, use plausible default values for numerous
8864         variables.
8865         * configure.in: When doing a Canadian Cross, don't try to
8866         configure tools whose configure script can't handle it.
8867
8868 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
8869
8870         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
8871
8872 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8873
8874         * configure:  Remove dubious bug reporting address.
8875
8876 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8877
8878         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
8879         configure script, run that instead of this directory's configure.
8880         In either case, print a message that we're configuring the sub-dir.
8881
8882 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8883
8884         * configure.in: Before checking for the existence of various files,
8885         use sed to filter out "target-".
8886
8887 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
8888
8889         * Makefile.in (DO_X): Split rule to decrease command line length
8890         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
8891         (Philippe De Muyter).
8892
8893 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8894
8895         * Makefile.in (all-patch): depend on all-libiberty.
8896
8897 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
8898
8899         * configure.in: If the only directory in target_configdirs which
8900         actually exists is libiberty, then set target_configdirs to empty,
8901         to avoid trying to build a target libiberty in a gas or gdb
8902         distribution.
8903
8904 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
8905
8906         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
8907         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
8908         systems.
8909
8910 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
8911
8912         * configure.in (copy_dirs): Use sys-include instead of include
8913         for --with-headers option.
8914
8915 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
8916
8917         * Makefile.in, configure.in: Make winsup builds work with
8918         new scheme.
8919
8920 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
8921
8922         * configure.in: Build the linker on AIX.
8923
8924 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8925
8926         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
8927         where needed.
8928
8929 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
8930
8931         * Makefile.in (all-gcc): Fix typo.
8932
8933 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8934
8935         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
8936
8937 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8938
8939         * configure.in:  Rename libFOO to target-libFOO, and xiberty
8940         to target-xiberty, to provide more flexibility.
8941         (target_subdir):  Define.  Create if cross.
8942         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
8943         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
8944         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
8945         check-libFOO -> check-target-libFOO, etc.
8946         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
8947         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
8948         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
8949         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
8950         allow ALL_GCC="" to only configure.
8951         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
8952         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
8953         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
8954
8955 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
8956
8957         * Makefile.in (taz): Build "info" in etc explicitly.
8958
8959 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
8960
8961         * configure.in:  Make sure that CC is undefined (as opposed to
8962         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
8963         problem with autoconf trying to configure on a host without GCC.
8964
8965 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
8966
8967         * mpw-configure: Set host alias from choice of host compiler,
8968         only use generic MPW Makefile sed if present, edit a file
8969         named "hacked_Makefile.in" instead of "Makefile.in" if present.
8970         * mpw-README: Add problem notes about CW6 and CW7.
8971
8972 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
8973
8974         * Makefile.in (taz): Use ";" instead of ";;".
8975
8976 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8977
8978         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
8979         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
8980         DISTDOCDIRS.
8981         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
8982         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
8983
8984 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8985
8986         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
8987         and gnats, because they are now subsumed by DISTSTUFFDIRS.
8988         Move bfd to DISTSTUFFDIRS.
8989
8990 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8991
8992         * Makefile.in (X11_LIB): Removed.
8993         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
8994
8995         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
8996
8997 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8998
8999         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
9000         names.
9001
9002 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9003
9004         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
9005
9006 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
9007
9008         * configure.in (i[345]86-*-win32): Always build newlib.
9009         Don't configure cvs, autoconf or texinfo.
9010         * Makefile.in (LD_FOR_TARGET): New.
9011         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
9012         Pass down LD_FOR_TARGET.
9013
9014 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
9015
9016         * winsup: New directory.
9017         * Makefile.in: Build winsup.
9018         * configure.in: Winsup is configured when target is win32.
9019         Can only build win32 target GDB when native.
9020
9021 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
9022
9023         * config.guess: Recognize HP model 819 machines as having
9024         a PA 1.1 processor.
9025
9026 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
9027
9028         * configure: Fix sed loop which substitutes for CC and CXX to
9029         avoid bug found in various sed implementations.
9030
9031 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9032
9033         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
9034         simulator.  Use standard powerpc-*-eabi*.
9035
9036 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
9037
9038         * configure.in: Stop putting gas and binutils in noconfigdirs for
9039         powerpc-*-aix* and rs6000-*-*.
9040
9041 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
9042
9043         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
9044         -mcall-aixdesc libraries.
9045
9046 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
9047
9048         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9049
9050         * config.sub (arm | armel | armeb): Fix shell syntax.
9051
9052 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9053
9054         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
9055         -msoft-float and -mcpu=common support.
9056         (powerpc*-*-eabisim*): Add support for building -mcall-aix
9057         libraries.
9058
9059 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9060
9061         * configure.in: Allow configuration and build of emacs19 for the alpha.
9062
9063 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9064
9065         * configure.in (CC): Get ^CC, not just any old CC, from
9066         ${host_makefile_frag}.
9067
9068 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9069
9070         * configure.in (CC): Try to get CC from
9071         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
9072
9073 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9074
9075         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
9076         only if it exists in $(srcdir).
9077
9078 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
9079
9080         * configure: If CC and CXX are not set in the environment, set
9081         them, based on either an existing Makefile or on searching for gcc
9082         in PATH.  Substitute for CC and CXX in Makefile.
9083         * configure.in: Remove libm from target_libs.  Separate
9084         target_configdirs from configdirs.  If CC is not set in
9085         environment, try to get it from a host Makefile fragment.  Rewrite
9086         changes of configdirs to use skipdirs instead.  A few minor
9087         tweaks.  Take directories out of target_configdirs as they are
9088         taken out of configdirs.  Remove existing Makefile files from
9089         subdirectories.  Substitute for TARGET_CONFIGDIRS and
9090         CONFIG_ARGUMENTS in Makefile.
9091         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
9092         by configure.in.
9093         (CONFIG_ARGUMENTS): Likewise.
9094         (CONFIGURE_TARGET_MODULES): New variable.
9095         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
9096         ($(CONFIGURE_TARGET_MODULES)): New target.
9097         (configure-libg++, configure-libio): New targets.
9098         (all-libg++): Depend upon configure-libg++.
9099         (all-libio): Depend upon configure-libio.
9100         (configure-libgloss, all-libgloss): New targets.
9101         (configure-libstdc++): New target.
9102         (all-libstdc++): Depend upon configure-libstdc++.
9103         (configure-librx, all-librx): New targets.
9104         (configure-newlib): New target.
9105         (all-newlib): Depend upon configure-newlib
9106         (configure-xiberty): New target.
9107         (all-xiberty): Depend upon configure-xiberty.
9108
9109 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
9110
9111         * configure.in (host i[345]86-*-win32):  Expand the
9112         noconfigdirs again.
9113
9114 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
9115
9116         * mpw-configure: Fix sed command file name.
9117
9118 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
9119
9120         * configure.in (host i[345]86-*-win32): Reduce the
9121         noconfigdirs again.
9122
9123 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
9124
9125         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
9126         or powerpc*-*-pe*, since they are not yet supported.
9127
9128 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
9129
9130         Add PowerMac support and many other enhancements.
9131         * mpw-configure: New option --cc to select compiler to use,
9132         paste options set according to --cc into the generated
9133         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
9134         if mpw-make.sed is present.
9135         * mpw-config.in: Don't test for gC1, test for mpw-touch,
9136         add forward includes for PowerPC include files.
9137         * mpw-build.in: Build using Makefile.PPC if present.
9138         (do-byacc, etc): Remove separate version resource builds.
9139         (do-gas): Build "stamps" before "all".
9140         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
9141         * mpw-README: Update to reflect --cc option, PowerMac support,
9142         and recently-reported compatibility problems.
9143
9144 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
9145
9146         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
9147         embedded m68k systems (-aout, -coff, -elf, -vxworks).
9148         (--with-multilib-top): Pass to recursive invocations.
9149
9150 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
9151
9152         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
9153         v810-*-*.
9154
9155 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9156
9157         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
9158         gdb, ld and opcodes on v810-*-*.
9159
9160 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
9161
9162         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
9163         (local-maintainer-clean): New target.
9164         (maintainer-clean): New target.
9165         (realclean): Just depend upon maintainer-clean.
9166
9167 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9168
9169         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
9170
9171 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
9172
9173         * configure.in: Build ld in mips*-*-bsd* case.
9174
9175 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
9176
9177         * config.sub: Accept -lites* OS.  From Ian Dall.
9178
9179 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
9180
9181         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
9182         targets.
9183
9184 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9185
9186         * configure.in: treat i386-win32 canadian cross the same as
9187         i386-go32 canadian cross.
9188
9189 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9190
9191         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
9192         running under the simulator to build a reduced set of libraries.
9193         (powerpc-*-eabiaix): Add fine grained multilib support added to
9194         other powerpc targets yesterday.
9195
9196 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9197
9198         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
9199         -disable-softfloat, -disable-relocatable, -disable-aix, and
9200         -disable-sysv to control which multilib libraries get built.
9201
9202 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
9203
9204         * configure: Add Makefile.tem to list of files to remove in trap
9205         handler.
9206
9207 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9208
9209         * config.guess (*Linux*):  Add missing "exit"s.
9210         Also, need specific check for alpha-unknown-linux (uses COFF).
9211
9212 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9213
9214         * config.guess:  Merge with FSF:
9215
9216         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
9217         * config.guess (AIX4): More robust release numbering discovery.
9218
9219         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
9220         * config.guess (i386-sequent-ptx): Properly get version number.
9221
9222         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
9223         * config.guess (mips:*:4*:UMIPS): New case.
9224
9225 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
9226
9227         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
9228         (i386-win32 host): Likewise.  Don't build readline.
9229
9230 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
9231
9232         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
9233         SUPPORT_FILES to submakes.
9234
9235 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
9236
9237         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
9238         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
9239         mpw-configure.
9240
9241 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
9242
9243         * configure.in (appdirs): Use =, not ==, in test expression when
9244         trying to build the text to print in the warning message for
9245         Solaris users.
9246
9247 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
9248
9249         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
9250
9251 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9252
9253         * config.guess: Recognize lynx-2.3.
9254
9255 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
9256
9257         * config.sub (z8ksim): Deleted
9258         (z8k-*-coff): New, this is the one true name of the target.
9259
9260 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
9261
9262         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
9263
9264 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
9265
9266         * config.guess (*:Linux:*:*): First try asking the linker what the
9267         default object file format is (elf, aout, or coff).  Then if this
9268         fails, try previous methods.
9269
9270 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9271
9272         * configure.in: Don't build newlib for *-*-vxworks5.1.
9273
9274 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9275
9276         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
9277         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
9278
9279 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
9280
9281         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
9282
9283 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
9284
9285         * cfg-ml-com.in: New file.
9286         * cfg-ml-pos.in: New file.
9287
9288 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9289
9290         * COPYING.NEWLIB: Add HP free copyright to list.
9291
9292 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9293
9294         * config.sub: Recognize -eabi* for the system, not just -eabi.
9295
9296 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
9297
9298         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
9299         * config.sub, configure.in (win32): New target and host.
9300
9301 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
9302
9303         * configure.in: Add i386-pe configuration.
9304
9305 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
9306
9307         * mpw-build.in (install): Install GDB after LD.
9308
9309 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
9310
9311         * mpw-config.in (elf/mips.h): Always forward-include, needed
9312         for GDB to build.
9313
9314 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9315
9316         * testsuite: New directory for customer acceptance and whole tool
9317         chain tests.
9318
9319 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
9320
9321         * configure: If per-host line isn't found, but AC_OUTPUT is found
9322         and a configure script exists, run it instead.
9323
9324 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9325
9326         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
9327
9328 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9329
9330         * configure: Set build_{cpu,vendor,os,alias} to host values when
9331         --build isn't specified.
9332
9333 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9334
9335         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
9336         (FLAGS_TO_PASS): Pass them.
9337         (EXTRA_TARGET_FLAGS): Ditto.
9338
9339 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9340
9341         * Makefile.in (all-libg++): Depend on all-libstdc++.
9342
9343 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9344
9345         * configure.in (noconfigdirs): Enable all packages for
9346           i386-unknown-netbsd.
9347
9348 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
9349
9350         * configure.in (noconfigdirs): Don't configure tk for i386-go32
9351         hosted builds (DOS builds)
9352
9353 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
9354
9355         Changes for ARM based on patches from Richard Earnshaw:
9356         * config.sub: Handle armeb and armel.
9357         * configure.in: Omit arm linker only for riscix.
9358
9359 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9360
9361         * config.guess:  Update from FSF.
9362
9363 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
9364
9365         * config.sub: Recognize powerpcle as the little endian variant of
9366         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
9367         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
9368         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
9369         temporarily.
9370
9371 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
9372
9373         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
9374
9375 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
9376
9377         * config.sub: Accept -lites* as a basic system type.
9378
9379 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
9380
9381         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
9382         installed, and if so return linuxoldld as the system name.
9383
9384 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
9385
9386         * config.guess: Add hppa1.1-hp-lites support.
9387
9388 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9389
9390         * configure.in: Don't build newlib for m68k-vxworks5.1.
9391
9392 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9393
9394         * configure.in (mips-sgi-irix6): Use mh-irix5.
9395
9396 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
9397
9398         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
9399
9400 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9401
9402         * test-build.mk: Enable building of shared libraries on IRIX 5 and
9403         OSF/1.  Fix compiler flags.
9404         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
9405
9406 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
9407
9408         * configure.in: Recognize --with-newlib.
9409         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
9410
9411 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
9412
9413         * Makefile.in: move {all,check,install}-gdb from *_MODULES
9414         to *_X11_MODULES due to gdbtk needing X include files et al.
9415
9416 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
9417
9418         Merge in support for Mac MPW as a host.
9419         (Old change descriptions retained for informational value.)
9420
9421         * mpw-config.in: Add generic include forwards for cpu-specific
9422         include files in aout and elf directories.
9423
9424         * mpw-configure: Added copyright.
9425         * mpw-config.in: Check for presence of required build tools.
9426         (target_libs): Add newlib.
9427         (target_tools): Add examples.
9428         (Read Me): Generate as "Read Me for MPW" instead.
9429         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
9430         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
9431         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
9432
9433         * mpw-configure: Remove subdir-specific makefile hackery,
9434         delete mk.tmp after using it.
9435
9436         * mpw-build.in (all): Display start and end times.
9437
9438         * mpw-configure (host_canonical): Set.
9439         (target_cpu): Always add to makefiles.
9440         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
9441         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
9442         (mpw-mh-mpw): Look for in srcdir and srcroot.
9443         Use sed instead of mpw-edit-prefix to edit prefix definitions.
9444
9445         * mpw-build.in: (install-only): New target.
9446
9447         * mpw-configure (host_alias, target_alias): Rename from hostalias
9448         and targetalias, add into generated Makefile.
9449         (mk.tmp): If present, add into generated Makefile.
9450         * mpw-build.in (all-gas): Build config.h first before gas proper.
9451
9452         * mpw-configure (config.status): Write only if changed.
9453         * mpw-config.in (readline): Configure it (not built, just used for
9454         definitions).
9455
9456         * mpw-config.in (elf/mips.h): Add a forward include.
9457
9458         * mpw-config.in: Forward-include most .h files in include into
9459         extra-include.
9460         (readline): Don't build.
9461         mpw-build.in (install): Install GDB.
9462
9463         * mpw-configure (prefix, mpw_prefix): Handle it.
9464         * mpw-config.in (mmalloc, readline): Don't configure.
9465         * mpw-build.in (thisscript): Rename to ThisScript.
9466         Use mpw-build instead of BuildProgram everywhere.
9467         (mmalloc, readline): Don't build.
9468         * mpw-README: New file, basic documentation about the MPW port.
9469
9470         * mpw-config.in: Use forward-include to create include files.
9471
9472         * mpw-configure: Add more things to the top of each configured
9473         Makefile, including contents of config/mpw-mh-mpw.
9474         * mpw-config.in (extra-include): Create this directory and fill it
9475         with Posix-like include files when configuring.
9476
9477         * config.sub (apple, mac, mpw): Add various aliases.
9478
9479         * mpw-build.in: New file, top-level build script fragment for MPW.
9480         * mpw-configure: New file, configure script for MPW.
9481         * mpw-config.in: New file, config fragment for MPW.
9482
9483 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9484
9485         * configure.in (host_libs): Remove glob, since it is gone from the
9486         sources.
9487
9488 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9489
9490         * Makefile.in: define empty GDB_NLM_DEPS var.
9491
9492         * configure.in(target_makefile_frag): use config/mt-netware
9493         for netware targets.
9494
9495 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
9496
9497         * config.sub: Merge in recent FSF changes.  Remove linux special
9498         cases.
9499
9500 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
9501
9502         Revert this change:
9503
9504         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
9505
9506                 * build-all.mk: Use CC=cc -Xs on Solaris.
9507
9508 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9509
9510         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
9511         stop using it.
9512         * Makefile.in: Nuke all references to glob subdirectory.
9513
9514 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9515
9516         * configure.in: Fix --enable-shared logic in per-host.
9517
9518 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
9519
9520         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
9521
9522 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9523
9524         * configure.in (noconfigdirs): Don't build gas on AIX, for
9525         powerpc*-*-aix* as well as for rs6000*-*-aix*.
9526
9527 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
9528
9529         * configure: Fix --cache-file to work if the file argument is a
9530         relative path.
9531
9532 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
9533
9534         * configure: If the --cache-file is used, pass it down to
9535         configure in subdirectories.
9536
9537 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
9538
9539         * config.sub: add vxworks29k configuration.
9540
9541 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
9542
9543         * Makefile.in (taz): Do "diststuff" part quietly.
9544
9545 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
9546
9547         * config.sub: Mini-merge with gcc/config.sub.
9548
9549 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9550
9551         * config.guess (IRIX): Sed - to _.
9552
9553 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9554
9555         * Makefile.in (source-vault, binary-vault): New targets.
9556
9557 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
9558
9559         * config.sub: Recognize -eabi as a basic system type.
9560
9561 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9562
9563         * configure.in (enable_shared stuff): Fix typo.
9564
9565 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
9566
9567         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
9568
9569 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9570
9571         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
9572
9573 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
9574
9575         * configure.in (rs6000-*-*): Don't build gas.
9576
9577 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
9578
9579         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
9580         reduce command line length.
9581         (AS_FOR_TARGET): Check for as.new, not Makefile.
9582         (NM_FOR_TARGET): Check for nm.new, not Makefile.
9583
9584 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9585
9586         * config.guess:  Merge from FSF.
9587
9588 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9589
9590         * configure: Don't use $ when handling program_suffix.
9591
9592 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
9593
9594         * configure.in:  Configure tk for hppa/hpux.
9595
9596 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9597
9598         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
9599
9600 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9601
9602         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
9603         to LIBCXXFLAGS.  Tests are better run without it.
9604
9605 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
9606
9607         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
9608
9609 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
9610
9611         * configure.in (*-*-netware*): Don't configure xiberty.
9612
9613 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
9614
9615         * configure.in:  Remove tk from native_only list.
9616
9617 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
9618
9619         * build-all.mk: Add mips-ncd-elf target to sun4 targets
9620           for special NCD build.
9621
9622 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9623
9624         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
9625         makeall.bat, they're only useful for binutils snapshots.
9626         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
9627         makeall.bat to specified SUPPORT_FILES.
9628
9629 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
9630
9631         * build-all.mk: Add Ericsson targets to sun4 and solaris
9632           hosts.  Add  BNR's sun4 target to solaris host, so their
9633           build-from-source will be tested in-house first.
9634
9635 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
9636
9637         * Makefile.in (LIBCFLAGS): New variable.
9638         (CFLAGS_FOR_TARGET): Ditto.
9639         (LIBCFLAGS_FOR_TARGET): Ditto.
9640         (LIBCXXFLAGS): Ditto.
9641         (CXXFLAGS_FOR_TARGET): Ditto.
9642         (LIBCXXFLAGS_FOR_TARGET): Ditto.
9643         (BASE_FLAGS_TO_PASS): Pass them.
9644         (EXTRA_TARGET_FLAGS): Ditto.
9645
9646         * configure.in: Support --enable-shared.
9647
9648 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9649
9650         * configure.in (target_libs):  Include libstdc++ again.
9651         * config.guess:  Update from FSF (for FreeBSD).
9652
9653 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9654
9655         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
9656         makeall.bat.
9657         (DISTDOCDIRS): Add `etc'.
9658         (ETC_SUPPORT_PFX): New variable.
9659         (taz): Include anything from etc starting with a word in
9660         ETC_SUPPORT_PFX.
9661
9662 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9663
9664         * config.sub: Update for recent FSF changes.  Remove obsolete
9665         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
9666         spacing changes.
9667
9668 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9669
9670         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
9671
9672         * config.guess:  Merge with FSF.
9673         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
9674
9675 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9676
9677         * configure: Since the "trap 0" handler will override the exit
9678         status on many systems, only use it for "exit 1", and make it set
9679         a non-zero exit status; reset it before "exit 0".  Also, check
9680         exit status of config.sub, and error out if it failed.
9681
9682 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
9683
9684         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
9685         and install libgloss.
9686
9687 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9688
9689         * Makefile.in (all-binutils): Depend upon all-byacc.
9690
9691         * configure.in: Don't build emacs on Irix 5.
9692
9693 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
9694
9695         * configure.in (*-*-netware*): Add libio.
9696
9697 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
9698
9699         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
9700         (CHECK_TARGET_MODULES): Ditto.
9701         (INSTALL_TARGET_MODULES): Ditto.
9702         (TARGET_LIBS): Ditto.
9703         (all-libstdc++): Note dependencies.
9704
9705 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9706
9707         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
9708
9709 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
9710
9711         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
9712         -fexternal-templates.
9713
9714         * configure.in (target_libs): Add libstdc++.
9715         (noconfigdirs): Add libstdc++ as appropriate.
9716
9717 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9718
9719         * config.guess:  Update from FSF.
9720
9721 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9722
9723         * configure: Use ${config_shell} when running ${configsub}.
9724
9725 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
9726
9727         * config.sub: No longer recognize h8300h.
9728
9729 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9730
9731         * config.sub: Remove extraneous differences between config.sub and
9732         gcc/config.sub.
9733
9734 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9735
9736         * Makefile.in (DISTSTUFFDIRS): Add gas.
9737
9738 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
9739
9740         * COPYING.NEWLIB: New file.
9741
9742 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9743
9744         * config.guess (HP-UX):  Patch from Harlan Stenn
9745         <harlan@landmark.com> to also emit release level.
9746
9747 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
9748
9749         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
9750
9751 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9752
9753         * config.sub:  Merge nextstep cleanup from FSF.
9754
9755 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
9756
9757         * configure.in (arm-*-*): Don't configure ld for this target.
9758
9759 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
9760
9761         * configure.in (*-*-netware): don't configure libg++, libio,
9762           librx, or newlib.
9763
9764 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9765
9766         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
9767         configure ld--it works, but it doesn't support shared libraries.
9768
9769 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9770
9771         * config.guess (*-unknown-freebsd*):  Get rid of possible
9772         trailing "(Release)" in version string.
9773         Patch from Paul Richards <paul@isl.cf.ac.uk>.
9774
9775 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9776
9777         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
9778         Fix type: *-next-neststep -> *-next-nextstep.
9779
9780         * config.guess:  Merge from FSF:
9781
9782         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
9783
9784         * config.guess: Recognize powerpc-ibm-aix3.2.5.
9785
9786         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
9787
9788         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
9789         instead of UNIX_SV for UnixWare 1.0).
9790
9791 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
9792
9793         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
9794         to make gdb/nlm/* build after the compiler and linker.
9795
9796 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9797
9798         * config.guess (netbsd, freebsd, linux):  Accept any machine,
9799         not just i[34]86.
9800         (m68k-atari-sysv4):  Relocate to match FSF version.
9801
9802         * config.guess:  More merges from the FSF:
9803
9804         Add a space before function call or macro invocation.
9805
9806         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9807
9808         * config.guess: Add trap cmd to remove dummy.c and dummy when
9809         interrupted.
9810
9811         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9812
9813         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
9814         (dummy): Redirect stderr from compilation of dummy.c.
9815
9816         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
9817
9818         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
9819
9820 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
9821
9822         * configure: Accept and ignore --cache*, for compatibility with
9823         new autoconf.
9824
9825 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9826
9827         * config.guess:  Merge from FSF:
9828
9829         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9830
9831         * config.guess (Pyramid*:OSx*:*:*): New case.
9832         (PATH): Add /.attbin at end for finding uname.
9833         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
9834
9835         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
9836
9837         * config.guess (M88*:DolphinOS:*:*): New case.
9838
9839         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
9840
9841         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
9842         to select whether to use ELF or COFF.
9843
9844         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9845
9846         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
9847
9848         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9849
9850         * config.guess: Guess the OS version for HPUX.
9851
9852         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
9853
9854         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
9855
9856 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9857
9858         * configure.in: Recognize --with-headers, --with-libs, and
9859         --without-newlib.
9860         * Makefile.in (all-xiberty): Depend upon all-ld.
9861
9862 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9863
9864         * configure.in: Change i[34]86 to i[345]86.
9865
9866 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9867
9868         * configure (version): A few more tweaks to help message.
9869
9870 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9871
9872         * Makefile.in:  Remove (for now) librx as a host library,
9873         now that we're building it for target.
9874
9875 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9876
9877         * configure: Fix up help message; from karl@owl.hq.ileaf.com
9878         (Karl Berry).
9879
9880 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9881
9882         * configure.in:  Also configure librx.
9883
9884 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9885
9886         * Makefile.in:  Update various rules to reflect that librx
9887         is now needed for libg++.
9888
9889 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9890
9891         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
9892
9893 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
9894
9895         * configure.in: Configure the examples directory.
9896
9897 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9898
9899         * configure: Simplify Jun 2 1994 change.
9900
9901 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
9902
9903         * change CC to /usr/latest/bin/gcc for lynx host builds, since
9904         /bin/gcc isn't good enough to build gcc.
9905
9906 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
9907
9908         * Makefile.in (GDB_SUPPORT_FILES): Remove
9909         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
9910         (gdb.tar.gz): Add new rule to use standard distribution building
9911         mechanism.
9912
9913 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9914
9915         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
9916         Bill Cox <bill@cygnus.com>.
9917
9918 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9919
9920         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
9921
9922 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
9923
9924         * configure:  Search current dir first in .gdbinit.
9925
9926 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9927
9928         * config.sub:  Recognize freebsd (merged from gcc config.sub).
9929
9930 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9931
9932         * config.sub:  Refer to NeXT's operating system as nextstep.
9933
9934         * config.sub (case $basic_machine):  Re-order the cases, to match
9935         the order in the FSF version (which is mostly alphabethical).
9936         Merge in some additions and changes from the FSF.
9937
9938 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
9939
9940         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
9941         * config.sub: Recognize cxux7.
9942         * configure.in: Use mh-cxux for m88k-harris-cxux*.
9943
9944 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9945
9946         * config.sub:  Fix typo powerpc -> powerpc-*.
9947
9948 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
9949
9950         * Makefile.in: `all-emacs19' depends on `all-byacc'.
9951
9952         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
9953         parallel with all-emacs and install-emacs).  Top-level command
9954         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
9955
9956 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9957
9958         * test-build.mk ($(host)-stamp-stage2-installed): Remove
9959         $(relbindir)/make before doing ``make install'', and use
9960         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
9961         installing over running make binary.
9962         ($(host)-stamp-stage3-installed): Likewise.
9963
9964 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9965
9966         * config.guess: Recognize Mach.
9967
9968 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9969
9970         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
9971         see whether --exec-prefix was used.
9972
9973 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9974
9975         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
9976
9977 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9978
9979         * Makefile.in: Add all-librx target similar to all-libproc.
9980
9981 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
9982
9983         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
9984         with post 1.2 uname bogosity.
9985
9986 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9987
9988         * configure: Remove temporary files on receipt of a signal.
9989
9990 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
9991
9992         * configure: If there is a package_makefile_frag, remove
9993         ${subdir}/Makefile.tem after copying it in.
9994
9995 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
9996
9997         * build_all.mk: support rs6000 lynx identifies itself as
9998         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
9999         since /bin/gcc is too feeble to compile a modern gcc.
10000
10001 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
10002
10003         * brought devo/test-build.mk update-to-date with progressive/
10004           test-build.mk. Add lynx targets and hppa flag info.
10005
10006 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10007
10008         * configure.in:  Use mh-ncrsvr43.  Patch from
10009         Tom McConnell <tmcconne@sedona.intel.com>.
10010
10011 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10012
10013         * config.guess (i386-unknown-bsdi):  No longer need to
10014         check #if defined(__bsdi__) && defined(__i386__).
10015
10016 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10017
10018         * configure: Set program_transform_nameoption correctly.
10019
10020 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
10021
10022         * brought build-all.mk update-to-date with progressive build-all.mk,
10023           added new targets and hppa info.
10024
10025 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10026
10027         * configure: If config.guess result is a prefix of the user
10028         specified target, assume a native build and use the user specified
10029         target as the host alias.  Remove SunOS patch suffix removal hack.
10030         * configure.in: Remove SunOS patch suffix removal hack.
10031
10032         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
10033         in NATIVE_CHECK_MODULES.
10034
10035 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
10036
10037         * Makefile.in: Rename HOST_ONLY to NATIVE.
10038         * configure: Delete SunOs patch suffix from host_canonical
10039           and build_canonical variables that are prepended to Makefiles.
10040         * configure.in: Add comments for easier maintenance.
10041
10042 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10043
10044         * Makefile.in: Add all-libproc target similar to all-gui.
10045
10046 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
10047
10048         * Makefile.in (CHECK_MODULES): split into
10049         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
10050
10051 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
10052
10053         * config.guess (i386-unknown-bsdi): New system to guess.
10054
10055 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10056
10057         * Makefile.in: Add all-gui target (but not yet build by "all").
10058
10059 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
10060
10061         * config.sub: Move deletion of patch suffix from here...
10062         * configure.in: To here, at Ian's suggestion.  The top-
10063           level scripts might need to know of a patch level.
10064
10065 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
10066
10067         * config.sub: Strip off patch suffix so rtl is recognized
10068           as a sunos4.1.3 machine, even though it's been patched.
10069
10070 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
10071
10072         * Makefile.in (INSTALL_LAST): Delete.
10073         (INSTALL_DOSREL): New.
10074
10075 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10076
10077         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
10078         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
10079         whether we pass down --with-gnu-ld anyhow.
10080
10081 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
10082
10083         * Makefile.in (INSTALL_LAST): Change operation so it works
10084         on more flavors of make.
10085         * configure.in (go32): Don't build libg++ or libio.
10086
10087 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
10088
10089         * Makefile.in (Move HOST_PREFIX_1 and friends up so
10090         they can be overriden by templates.
10091
10092 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
10093
10094         * configure.in (target==go32): Don't build gdb.
10095         * dosrel: New directory.
10096
10097 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
10098
10099         * configure.in (host==go32): Configure dosrel too.
10100         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
10101         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
10102         be set by incoming names or templates.
10103         (INSTALL_LAST): New rule.
10104
10105 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
10106
10107         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
10108
10109 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10110
10111         * configure.in (appdirs): New variable.  Currently empty, but will
10112         be used in gas distribution.  If nonempty, lists a set of
10113         directories at least one of which must get configured, or top
10114         level configuration is considered to have failed.
10115         (rs6000-*-lynxos*): Use new file name.
10116
10117 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10118
10119         Eliminate XTRAFLAGS.
10120         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
10121         newlib include files using -idirafter, and also use -nostdinc.
10122         (CXX_FOR_TARGET): Likewise.
10123         (XTRAFLAGS): Removed.
10124         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
10125         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
10126         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
10127         ($(DO_X)): Don't pass down XTRAFLAGS.
10128
10129 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10130
10131         * configure.in (mips*-dec-bsd*): New target; do build linker.
10132         (mips*-*-bsd*): New target; don't build linker.
10133
10134 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
10135
10136         * configure.in: support rs6000-*-lynxos* configuration.
10137         support sunos4 as a cross target.
10138
10139         * config.sub: look for lynx*, not lynx since the OS version may
10140         legitimately be part of the name.
10141
10142 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10143
10144         * configure.in (i[34]86-*-sco*): Move to be with other i386
10145         targets.
10146         (romp-*-*): New target.  Skip various binary utilities.
10147         (vax-*-*): New target.  Don't build newlib.
10148         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
10149
10150 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10151
10152         * configure.in: Only set host_makefile_frag if config
10153         directory exists.
10154
10155 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10156
10157         * install.sh: If $dstdir exists, don't check whether each
10158         component does.
10159
10160 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10161
10162         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
10163
10164 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
10165
10166         * configure.in (*-*-lynxos*): Don't configure newlib for either
10167         native or cross Lynx.
10168
10169 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
10170
10171         * config.sub (sparc64-elf): Fix os.
10172         (z8k): Remove duplicate.
10173
10174 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10175
10176         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
10177         gcc/stmp-fixproto, to try to prevent fixproto from being run.
10178
10179 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
10180
10181         * configure: Make file links cleanly even if Lynx fails on
10182           an NFS symlink (at least fail cleanly).
10183
10184 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
10185
10186         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
10187         -XNh2000.
10188
10189 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10190
10191         * configure: Unknown options are fatal again.
10192
10193 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
10194
10195         * configure: Ignore --x-includes and --x-libraries, for Autoconf
10196         compatibility.
10197
10198 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
10199
10200         * build-all.mk: Add `clean' target.
10201
10202 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10203
10204         * config.guess:  Add SINIX support.
10205         * configure.in:  Add mips-*-sysv4* support.
10206
10207 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
10208
10209         * build-all.mk: Document all useful targets.
10210         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
10211         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
10212
10213 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10214
10215         * configure: Support --silent, --quiet.
10216
10217 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10218
10219         * configure: Support --disable-FEATURE.
10220
10221 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10222
10223         * config.guess: Recognize NCR running SVR4.3.
10224
10225 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10226
10227         * config.guess:  Make BSDI generate i386-unknown-bsd386.
10228         Patch from Paul Eggert <eggert@twinsun.com>.
10229
10230 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10231
10232         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
10233
10234 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10235
10236         * configure: Make unrecognized options give nonfatal warnings
10237         instead of fatal errors, and pass them to any subdirectory
10238         configures in case they recognize them.
10239         Make --x equivalent to --with-x.
10240
10241 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10242
10243         * configure: Add --enable-* options.  Clean up usage message and
10244         some comments.
10245
10246 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
10247
10248         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
10249
10250 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10251
10252         * configure.in (hppa*-*-*): Enable binutils.
10253
10254 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10255
10256         * config.sub: Recognize cisco.
10257
10258 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
10259
10260         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
10261
10262 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10263
10264         * config.guess: about target *-hitachi-hiuxwe2, don't print more
10265         than one configuration name.  Add comment.
10266
10267 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
10268
10269         * config.guess: about target *-hitachi-hiuxwe2, fixed
10270         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
10271         macro is incorrect.]
10272
10273 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10274
10275         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
10276         than the "make ls" stuff which used to be here.
10277
10278 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10279
10280         * config.guess:  Recognize i[34]86-unknown-freebsd.
10281         From Shawn M Carey <smcarey@rodan.syr.edu>.
10282
10283 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10284
10285         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
10286
10287 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
10288
10289         * config.guess: Check for ptx.
10290
10291 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
10292
10293         * config.sub: Add os9k checking.
10294
10295 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10296
10297         * config.guess: Handle OSF1 running on HPPA processors
10298
10299 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
10300
10301         * configure: If subdir configure fails, print out a message with
10302         subdirectory name, in case subdir's configure code didn't identify
10303         itself.
10304
10305 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
10306
10307         * configure.in: Remove embedded newlines from configdirs.
10308         Avoid mismatches of substrings.  Fix matching strings at end
10309         of configdirs.
10310
10311 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
10312
10313         * config.guess:  Add Lynx/rs6000 config support.
10314
10315 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
10316
10317         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
10318
10319 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
10320
10321         * configure.in (hppa*-*-osf*): Treat this just like most other
10322         PA configurations (eg no binutils or ld).
10323         (hppa*-*-*elf*): These configurations have binutils and ld.
10324
10325 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10326
10327         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
10328
10329 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10330
10331         * configure.in (rs6000-*-*): Build gas.
10332
10333 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10334
10335         * Makefile.in:  Avoid bug in losing hpux sed.
10336
10337 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10338
10339         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
10340         for GDB and GDB has been fixed to not need it.
10341
10342 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10343
10344         * config.guess: Recognize vax hosts.
10345
10346 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10347
10348         * configure (while loop): Don't use "break 2" inside case
10349         statement -- the case statement isn't an enclosing loop.
10350
10351 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10352
10353         * config.guess:  Clean up NeXT support, to allow nextstep
10354         on Intel machines.  Make OS be nextstep.
10355
10356 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
10357
10358         * config.guess: Add alternate forms for Convex.
10359
10360 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
10361
10362         * configure:  Completely rewrite option processing.  Take
10363         advantage of pattern-matching to avoid invoking test frequently.
10364         Also clean up host and target defaulting logic.
10365
10366 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10367
10368         * Makefile.in: Replace all occurrances of "rootme" with "r" and
10369         "$${rootme}" with "$$r", to increase the likelihood that the do-*
10370         commands (plus user environment) will fit SCO limits.
10371
10372 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10373
10374         * configure.in: Don't issue warnings about directories which are
10375         not being configured if -norecursion is set.  Correct test for
10376         --with-gnu-as and --with-gnu-ld to not get confused by substring
10377         matches.
10378
10379         * configure.in: Don't build gas for alpha-dec-osf1*.
10380
10381 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
10382
10383         * configure:  Back out Per's change of 12/19/1993.  It changes the
10384         behavior of configure in unexpected and confusing ways.
10385
10386         Also, use different delim char when calculating
10387         program_transform_name so that the name can contain slashes.
10388
10389 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
10390
10391         * configure.in, config.sub: Add support for VSTa micro-kernel.
10392
10393 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
10394
10395         * configure.in: Nuke hacks which were used to get a special
10396         version of GAS for HPPA configurations.
10397
10398 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10399
10400         * configure:  If only ${target_alias} is given, use that
10401         as the default for ${host_alias}.
10402         * configure:  Add missing back-slashes before nested quotes.
10403
10404 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
10405
10406         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
10407
10408 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
10409
10410         * config.guess:  Recognize some Tektronix configurations.
10411         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
10412
10413 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
10414
10415         * config.sub: Match any flavor of SH.
10416
10417 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
10418
10419         * configure.in: Don't try to configure newlib for Alpha.
10420
10421 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10422
10423         * configure.in: Don't build ld for Irix 5.  Don't build gas,
10424         libg++ or libio for any Alpha target.
10425
10426         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
10427
10428 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
10429
10430         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
10431         default arguments -- so it tried to compress itself.
10432
10433 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
10434
10435         * configure.in (notsupp): ensure that a space is always at the end
10436           of the configdirs list, since the grep checks for an explicit space
10437
10438 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10439
10440         * configure.in (target i386-sysv4.2): don't build ld, since static
10441           versions of many libraries are not available.
10442
10443 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10444
10445         * config.guess: Recognize Apollos (using environment variables).
10446         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
10447
10448 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10449
10450         * config.guess: Recognize Sony news mips running newsos.
10451
10452 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
10453
10454         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
10455         "fi ; else" for bash.
10456
10457 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
10458
10459         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
10460
10461 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
10462
10463         * config.sub: accept unixware as an alias for svr4.2.
10464         Fix some inconsistancies with the gcc version.
10465
10466 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10467
10468         * Makefile.in (DISTDOCDIRS):  Add gdb.
10469
10470 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10471
10472         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
10473
10474 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
10475
10476         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
10477         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
10478         this now.
10479
10480 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10481
10482         * config.sub: Accept hiux* as an OS name.
10483
10484         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
10485         etc/make-stds.texi.  The underscore came from gcc, and dje now
10486         agrees that RUNTESTFLAGS is the correct name.
10487
10488 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10489
10490         * install.sh:  Remove 'set -e'.  It makes any conditionals
10491         in the script useless.
10492
10493         * config.guess: Automatically recognize arm-acorn-riscix
10494         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
10495
10496 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10497
10498         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
10499
10500 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
10501
10502         * Makefile.in (DISTDOCDIRS): New variable.
10503         (taz): Edit local Makefile.in sooner, instead of proto-toplev
10504         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
10505
10506 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10507
10508         * configure.in (hppa target): check the source directory for the
10509           pagas sub-directory
10510
10511 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
10512
10513         * config.sub: Allow -aout* and -elf*.
10514
10515 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
10516
10517         * configure.in: Don't build ld on i386-solaris2, same as for
10518         sparc-solaris2.
10519
10520 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10521
10522         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
10523
10524 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10525
10526         * configure.in:  Configure gdb for alpha.
10527
10528 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10529
10530         * Makefile.in (CXXFLAGS): Add -O.
10531
10532 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10533
10534         * config.guess: added support for DG Aviion
10535
10536 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
10537
10538         * configure.in: Produce warning message for subdirectories not
10539         configurable for this host/target combination.  Don't try to
10540         configure gdb for vms.
10541
10542 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
10543
10544         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
10545         appropriate files before making "diststuff".
10546         (DISTBISONFILES): New var: list of files to be edited.
10547         (DISTSTUFFDIRS): Add binutils.
10548
10549 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10550
10551         * config.sub: also handle mipsel and mips64el (for little endian mips)
10552
10553 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10554
10555         * configure.in: Add * to end of all OS names.
10556
10557 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
10558
10559         * configure.in: Build newlib for LynxOS native.
10560
10561 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10562
10563         * config.guess: Add support for delta 88k running SVR3.
10564
10565         * configure.in: Add comment about HP compiler vs. emacs.
10566
10567 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10568
10569         * configure.in: don't build ld on solaris2 (not a viable option
10570           due to bugs in getpwnam & getpwuid)
10571
10572 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
10573
10574         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
10575         config.guess will produce a full version number.
10576
10577 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10578
10579         * configure.in: Build linker and binutils for alpha-dec-osf1.
10580
10581 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10582
10583         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
10584         and gdb/testsuite/Makefile.in.
10585
10586 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10587
10588         * configure.in: recognize mips*- instead of mips-
10589
10590 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
10591
10592         * config.sub: Accept linux*coff and linux*elf as operating
10593         systems.
10594
10595 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10596
10597         * config.sub: Recognize mips64, and mips3 as an alias for it.
10598
10599 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10600
10601         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
10602         gdb knows how to handle OSF/1 shared libraries.
10603
10604 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10605
10606         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
10607         * config.guess: Recognize Hitachi's HIUX.
10608         * config.sub: Recognize h3050r* and hppahitachi.
10609         Remove redundant cases for hp9k[23]*.
10610
10611 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10612
10613         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
10614         if gas and ld are in the source tree and are in ${configdirs}.
10615         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
10616         --with options (but still pass them down on the command line,
10617         if they were explicitly specified).
10618
10619 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10620
10621         * configure: substitute SHELL value in Makefile.in with
10622         ${CONFIG_SHELL}
10623
10624 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10625
10626         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
10627         *-*-solaris2* targets.
10628
10629 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10630
10631         * Makefile.in: define M4, and pass it down to sub-makes;
10632         all-autoconf now depends on all-m4
10633
10634 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10635
10636         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
10637         presence of {ar,ranlib} instead of a configured directory
10638
10639 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
10640
10641         * config.guess: Accept 34?? as well as 33?? for NCR.
10642
10643 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10644
10645         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
10646         of 'gas' in sed commands, since 'gash' is now in the tree as well.
10647
10648 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10649
10650         * configure: grab values for $(CC) and $(CXX) from the
10651         environment, so that someone can do "CC=gcc configure; make" and
10652         have it work right (matching the way that autoconf works now)
10653
10654         * configure.in, Makefile.in: add support for gash, the tcl
10655         interface to Galaxy
10656
10657         * config.guess: add NetBSD variants (hp300, x86)
10658
10659 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
10660
10661         * install.sh: Support -d option (in the manner of SunOS 4 install,
10662         as it is more deterministic than that of GNU install)
10663         (chmodcmd): Set file to mode 755 by default (should also do default
10664         chgrp and chown, but I don't feel like dealing with that now)
10665
10666 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
10667
10668         * config.sub: Remove h8300hhms alias.
10669
10670 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10671
10672         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
10673
10674 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10675
10676         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
10677         as stmp-fixinc
10678
10679 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
10680
10681         * config.sub: recognize m88110-bug-coff.
10682
10683 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10684
10685         * Makefile.in (all-libio): all dependencies on the toolchain used
10686         to build this (gcc, gas, ld, etc)
10687
10688 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10689
10690         * config.guess: Deal with OSF/1 1.3 on alpha.
10691
10692 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10693
10694         * install.sh: add some 'else true' clauses for portability
10695
10696         * configure.in: don't build libio for h8[35]00-*-* targets
10697
10698 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10699
10700         * Makefile.in:  Add support for new libio.
10701
10702 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10703
10704         * install.sh: If one command fails, don't try the rest.  Don't try
10705         to remove $dsttmp (via trap) unless we have already created it.
10706         If $src doesn't exist, detect it and exit with an error.
10707
10708         * config.guess: Recognize BSD on hp300.
10709
10710 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10711
10712         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
10713         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
10714
10715 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
10716
10717         * Makefile.in (all-send-pr): depends on all-prms
10718
10719 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10720
10721         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
10722
10723 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10724
10725         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
10726         Added test for mips-mips-riscos5.
10727
10728 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10729
10730         * configure.in: use mh-hp300 for 68k HP hosts
10731
10732 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10733
10734         * configure: add support for CONFIG_SHELL, so that you can use
10735         some alternate shell for evaluating configure scripts
10736
10737 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
10738
10739         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
10740         in configure script to bug-gdb@prep.ai.mit.edu when building
10741         distribution archive.
10742         * Makefile.in (COMPRESS):  Remove def.
10743         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
10744         gdb.tar.Z and make-gdb.tar.Z respectively.
10745         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
10746         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
10747         to convergence with 'taz' target in Makefile.in.
10748
10749 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10750
10751         * install.sh (dsttmp): use trap to ensure that tmp files go
10752         away on error conditions
10753
10754 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10755
10756         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
10757
10758 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10759
10760         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
10761         its parent is '/' not ''.
10762
10763         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
10764
10765 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
10766
10767         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
10768         that ${newsrcdir}/configure.in does.
10769
10770 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10771
10772         * test-build.mk: support for CONFIG_SHELL
10773
10774 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
10775
10776         * config.sub (netware):  Add as a basic system type.
10777
10778 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
10779
10780         * Makefile.in (Makefile): depend on configure.in.  Also drop the
10781           $(srcdir)/ from the dependency on Makefile.in.
10782
10783 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
10784
10785         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
10786         (h8300hhms is temporary until multi-libraries are implemented).
10787         * configure.in: Handle h8300h too.
10788
10789 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10790
10791         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
10792
10793 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
10794
10795         * configure:  Remove extraneous output when guessing host type.
10796         * config.guess:  Remove extraneous output when guessing using C
10797         compiler rather than uname, or when guessing fails.
10798
10799 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
10800
10801         * Makefile.in: remove all.cross and install.cross targets
10802
10803         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
10804           definitions
10805
10806 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
10807
10808         * configure.in (target sh): Build gprof.
10809
10810 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10811
10812         * config.sub: change -solaris to -solaris2
10813
10814 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10815
10816         * configure.in: Use config/mh-riscos for mips-*-sysv*.
10817
10818 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
10819
10820         * configure: Correct error message for missing Makefile.in to
10821         print correct directory.
10822
10823 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10824
10825         * install.sh: kludge around 386BSD shell bug
10826
10827 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
10828
10829         * config.guess:  Recognize NeXT.
10830         * config.guess:  Recognize i486-ncr-sysv4.
10831         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
10832
10833 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
10834
10835         * Makefile.in (MAKEINFOFLAGS): New variable.
10836         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
10837         * build-all.mk, test-build.mk: Pass down --no-split as
10838         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
10839
10840 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
10841
10842         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
10843
10844 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
10845
10846         * Makefile.in (libg++.tar.z):  New rule.
10847         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
10848         * Makefile.in (taz):  Only do a single chmod.
10849
10850 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
10851
10852         * install.sh: don't use dirname anymore (replaced with sed usage)
10853
10854 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
10855
10856         * Makefile.in:  Change extension for gzip'd files from '.z' to
10857         '.gz' per new FSF standard usage.
10858
10859 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
10860
10861         * configure: put quotes around the final value of program_transform_name
10862
10863 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10864
10865         * Makefile.in: new install.sh support; update install-info rules
10866
10867 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
10868
10869         * configure.in: Build diff for crosses, but not for go32 host.
10870
10871         * configure.in: Build gprof only for native, and don't build it
10872         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
10873
10874 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
10875
10876         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
10877
10878 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
10879
10880         * configure.in (host_tools): Add prms.
10881
10882 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10883
10884         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
10885         with $(FLAGS_TO_PASS) on the command line
10886
10887         * config.sub: Recognize lynx and lynxos
10888
10889 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
10890
10891         * config.sub: Accept -ecoff*, not just -ecoff.
10892
10893 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10894
10895         * Makefile.in (taz): Use .gz suffix instead of .z.
10896         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
10897         names.
10898
10899 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10900
10901         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
10902
10903 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10904
10905         * Makefile.in (install-no-fixedincludes):  install gcc last, so
10906         that rebuilds that might happen during 'make install' don't get
10907         bogus gcc include files
10908
10909 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10910
10911         Change from Utah for HPPA support:
10912         * config.guess: Recognize hppa1.x-hp-bsd.
10913
10914 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
10915
10916         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
10917         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
10918
10919 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
10920
10921         * config.sub: Add support for rom68k and bug boot monitors.
10922
10923 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
10924
10925         * Makefile.in: Make all-opcodes depend on all-bfd.
10926
10927 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
10928
10929         * config.guess: Added special check for i[34]86-univel-sysv4*.
10930
10931 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
10932
10933         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
10934         the processor rather than assuming i486.
10935
10936 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10937
10938         * config.guess: Recognize SunOS6 as Solaris3.
10939
10940 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
10941
10942         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
10943         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
10944
10945 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
10946
10947         * build-all.mk (all-cross): New target for Canadian Cross.
10948         Added Q2 go32 targets.
10949         * test-build.mk: Configure go32 cross sparclite-aout and
10950         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
10951         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
10952
10953 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10954
10955         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
10956         GO32 hosted toolchains
10957
10958 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
10959
10960         * configure: change  so "-exec-prefix" gets passed down rather
10961         than "-exec_prefix" so autoconf generated Makefiles get the
10962         exec_prefix set right.
10963
10964 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10965
10966         * config.guess: get the Solaris2 minor version number
10967
10968         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
10969
10970 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
10971
10972         * config.guess: Recognize some Sequent platforms.
10973
10974 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10975
10976         * Makefile.in: added the vault-install target
10977
10978         * configure.in: actually use the Sun3 makefile fragment that's in
10979         config, also added the release dir to configdirs
10980
10981 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10982
10983         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
10984
10985 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10986
10987         * configure.in: remove some program from Alpha targetted toolchains
10988
10989 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
10990
10991         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
10992         gprof.
10993         (taz): Run "make diststuff" in those directories instead of "make
10994         proto-dir".  Look for "VERSION=" only at start of line in subdir
10995         Makefile.  Use "gzip -9" for compression.
10996         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
10997         (binutils.tar.z): New target.
10998
10999 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
11000
11001         * Makefile.in (taz): Include gpl.texinfo.
11002
11003 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
11004
11005         * Makefile.in (setup-dirs): Merged into "taz" target.
11006         (taz): Only do `proto-dir' stuff if a directory is actually needed
11007         for this target.
11008
11009 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
11010
11011         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
11012         (FLAGS_TO_PASS): Pass down MUNCH_NM.
11013         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
11014         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
11015         (gcc-no-fixedincludes): Correct for current gcc Makefile.
11016
11017 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
11018
11019         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
11020         config.sub, and move-if-change to gdb testsuite distribution
11021         archive, so the testsuite can be extracted, configured, and
11022         run separately from the gdb distribution.  Blow away the Chill
11023         tests that require a Chill compiled executable, since GNU Chill
11024         is not yet publically available.
11025
11026 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11027
11028         * test-build.mk: set environment variables in a single command,
11029         instead of a list of assignments and exports
11030
11031         * config.guess: recognize Alpha/OSF1 systems
11032
11033 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11034
11035         * configure: Change help message to prefer --options rather than
11036           -options.
11037
11038 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11039
11040         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
11041         zippy@ecst.csuchico.edu.
11042         * config.guess: Recognize miniframe.
11043
11044 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
11045
11046        * Makefile.in: Use srcroot to find runtest rather than rootme.
11047        Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
11048
11049 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
11050
11051         * test-build.mk: Extensive additions to support building on a
11052         machine other than the host.
11053
11054 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
11055
11056         * configure (tooldir): Fix for i386-aix again.
11057
11058 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
11059
11060         * configure, Makefile.in:  Change definition of $(tooldir)
11061         to match the FSF.
11062
11063 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
11064
11065         * config.guess:  Recognize i[34]86/SVR4.
11066
11067 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
11068
11069         * Makefile.in (all-gdb): gdb depends on sim.
11070
11071 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
11072
11073         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
11074         at the same time we make the prototype gdb directory.
11075         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
11076         files at the same time as the gdb base release distribution.
11077
11078 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
11079
11080         * Makefile.in (check): Use individual check targets rather than
11081         DO_X rule.
11082         (check-gcc): Added.
11083
11084 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
11085
11086         * config.sub: Use sysv3.2 not sysv32 for canonical OS
11087         for System V release 3.2.
11088
11089 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11090
11091         * config.sub: Recognize hppaosf.
11092         * configure.in: Do configure ld/binutils/gas for it.
11093
11094 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11095
11096         * configure (tooldir): Alter syntax used to set this, for systems
11097         where "\$" isn't handled right, like i386-aix.
11098
11099 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
11100
11101         * configure: Pass program-transform-name, not
11102         program_transform_name, to recursive configures.
11103
11104 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
11105
11106         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
11107         of gas+ld+binutils.
11108
11109 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
11110
11111         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
11112
11113 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11114
11115         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
11116
11117 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11118
11119         * Makefile.in (PRMS): Set back to all-prms.
11120
11121 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
11122
11123         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
11124         targets, rather than for MIPS hosts.
11125
11126 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11127
11128         * configure.in: add comment for --with-x default values
11129
11130         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
11131
11132         * Makefile.in: add check-* targets for each of the directories in
11133         the tree.  Add a definition of RUNTEST that will use the one we
11134         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
11135
11136 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
11137
11138         * configure.in: Removed obsolete references to bfd_target and
11139         target_makefile_frag.
11140
11141         * build-all.mk: Set assorted targets for Q2.
11142         * config.sub: Recognize z8k-sim and h8300-hms.
11143         * test-build.mk: Really don't pass host to configure.
11144         (HOLES): Added uname.
11145
11146 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
11147
11148         * configure: Handle an empty program-prefix, program-suffix or
11149         program-transform-name correctly.
11150
11151 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
11152
11153         * build-all.mk: -G 8 no longer required for MIPS targets.
11154         * test-build.mk: Don't pass host argument to configure; make it
11155         guess.
11156
11157 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
11158
11159         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
11160         * Makefile.in (COMPRESS):  New macro, like GZIP.
11161
11162 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
11163
11164         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
11165
11166         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
11167         with gas currently defaults to -G 0.
11168
11169 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
11170
11171         * Makefile.in (all-flex): flex depends on byacc.
11172
11173         * build-all.mk: If host not specified, use config.guess.  Pass TAG
11174         to test-build.mk as RELEASE_TAG.
11175         * test-build.mk (configargs): New variable containing arguments to
11176         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
11177         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
11178
11179         * config.guess: Use /bin/uname when checking -X argument on SCO,
11180         to avoid invoking GNU uname which doesn't understand -X.
11181
11182         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
11183
11184         * configure.in: Build gas for mips-*-*.
11185
11186 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11187
11188         * Makefile.in (all.normal): insert missing backslash.
11189
11190 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
11191
11192         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
11193
11194         * Makefile.in: Complete overhaul to merge many almost identical
11195         targets.
11196
11197 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11198
11199         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
11200         (gdb.tar.Z): Adjusted.
11201
11202         * Makefile.in (setup-dirs, taz): New targets; should be general
11203         enough to adapt for gdb sometime.  Build only .z file.
11204         (gas.tar.z): New target.
11205
11206 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
11207
11208         * build-all.mk: Use CC=cc -Xs on Solaris.
11209
11210 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
11211
11212         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
11213         for handling BISON for FSF releases.
11214
11215 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11216
11217         * configure: Actually implement the change zoo just documented.
11218
11219 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
11220
11221         * configure: when using config.guess, only set target_alias when
11222         it's not already been set (ie, on the command line)
11223
11224 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11225
11226         * Makefile.in: add installcheck target, set PRMS to install-prms
11227
11228 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11229
11230         * configure: add support for package_makefile_fragment, handle the
11231         case where a directory has a configure.in file but no Makefile.in
11232         more gracefully (with an actual understandable error message, even);
11233         add support for --without (and add this to the usage message); also
11234         explicitly add a --host=${host_alias} to the command line when
11235         config.guess is used
11236
11237 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11238
11239         * configure: Must use both --host and --target in recursive calls.
11240
11241 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
11242
11243         * Makefile.in: Change deja-gnu to dejagnu.
11244
11245 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
11246
11247         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
11248
11249 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11250
11251         * configure.in: canonicalize all instances to *-*-solaris2*,
11252         also strip out a number of tools to not build for go32 host
11253
11254 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11255
11256         * config.guess: add GPL.
11257
11258         * Makefile.in, config.guess, config.sub, configure: bump
11259           copyrights to 93.
11260
11261 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
11262
11263         * Makefile.in (do-info): Removed obsolete check for existence of
11264         localenv file.
11265
11266         * Makefile.in (MAKEOVERRIDES): Define to be empty.
11267
11268 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11269
11270         * Makefile.in: a couple of 'else true' for decstation,
11271         support for TclX
11272
11273         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
11274
11275 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
11276
11277         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
11278
11279 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
11280
11281         * config.guess: Recognize i386-ibm-aix (PS/2).
11282         * configure.in: Use config/mh-aix386 file for it.
11283
11284 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
11285
11286         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
11287         CC_FOR_TARGET instead.
11288         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
11289
11290 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
11291
11292         * Makefile.in: Add sim to list of directories sent with gdb
11293
11294 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
11295
11296         * configure.in: Put back mips-dec-bsd* case.
11297
11298 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
11299
11300         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
11301         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
11302         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
11303
11304 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11305
11306         * configure.in: remove no-op mips-dec-bsd* in "case $target"
11307
11308         * Makefile.in (dir.info): only run gen-info-dir if it exists,
11309         (install-info): install dir.info only if it exists,
11310         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
11311
11312 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
11313
11314         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
11315         gas for mips-dec-bsd.
11316
11317 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
11318
11319         * configure (makesrcdir): If ${srcdir} is relative and not ".",
11320         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
11321
11322 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
11323
11324         * configure.in: Added "dejagnu" to hosttools list.
11325
11326 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
11327
11328         * config.sub, configure.in, config.guess:  Add support
11329         for Bosx, an AIX variant from Bull.
11330         Patches from F.Pierresteguy@frcl.bull.fr.
11331
11332 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
11333
11334         * devo/dejagnu: Initial creation of devo/dejagnu.
11335         Migrated dejagnu testcases and support files for testing software
11336         tools to reside as subdirectories, currently called "testsuite",
11337         within the directory of the software tool.  Migrated all programs,
11338         support libraries, etc. beloging to dejagnu proper from
11339         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
11340         with no modifications.  The changes to these files which will
11341         allow them to configure, build, and execute properly will be made
11342         in a future update.
11343
11344 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11345
11346         * Makefile.in: Change send_pr to send-pr.
11347         * configure.in: Likewise.
11348         * send_pr: Renamed directory to send-pr.
11349
11350 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
11351
11352         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
11353
11354 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
11355
11356         * README:  Update for gdb-4.8 release.
11357         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
11358         gdb-xxx.tar.z (gzip'd) file also.
11359
11360 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11361
11362         * Makefile.in: make all-diff depend on all-libiberty
11363
11364 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
11365
11366         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
11367
11368 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11369
11370         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
11371
11372 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
11373
11374         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
11375         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
11376         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
11377
11378 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11379
11380         * Makefile.in:  makeinfo binary is in a new location
11381
11382 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
11383
11384         * config.sub: Accept -ecoff as an OS.
11385
11386         * Makefile.in: Various changes to eliminate a level of make
11387         recursion and reduce the required command line length.
11388         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
11389         sub-makes.
11390         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
11391         variables holding settings for specific sub-makes.
11392         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
11393         in terms of BASE_FLAGS_TO_PASS.
11394         (TARGET_LIBS): New variable listing directories which use
11395         TARGET_FLAGS_TO_PASS.
11396         (subdir_do): Eliminated.
11397         (do-*): New set of targets to replace subdir_do.
11398         (various): All targets which used subdir_do now depend on do-*.
11399         (local-clean): Renamed from do_clean.
11400         (local-distclean): New target, dependency of distclean and
11401         realclean.
11402         (install-info): Don't create directories.  Depend on dir.info
11403         rather than calling make recursively.
11404         (install-dir.info): Eliminated.
11405         (install-info-dirs): Create all info directories here.
11406         (dir.info): Depend upon do-install-info.
11407
11408         * test-build.mk (HOLES): Added false.
11409
11410 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
11411
11412         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
11413
11414 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11415
11416         * Makefile.in (info): remove dependency on all-texinfo.  The
11417         problem was really in texinfo/C, not at this level.
11418
11419 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
11420
11421         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
11422
11423 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
11424
11425         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
11426         GDB releases.
11427
11428 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11429
11430         * configure: Include srcdir in message about target of link not
11431         being found.  Don't convert `-' to `_' in `with' options being
11432         passed to subdirs.
11433
11434 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11435
11436         * configure.in: add uudecode to host_tools
11437
11438         * Makefile.in: added {all,install}-uudecode targets, added them to
11439         the appropriate lists
11440
11441 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
11442
11443         * Makefile.in (all-gcc): Added dependency on all-gas.
11444
11445         * configure.in (mips-*-*): Build ld and binutils.
11446
11447 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11448
11449         * configure: check return code from mkdir, print error message and
11450           exit on failure.
11451
11452 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
11453
11454         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
11455
11456 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
11457
11458         * test-build.mk (HOLES): Added tar, cpio and uudecode.
11459
11460 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11461
11462         * config.sub (h8500):  Recognize this as a cpu type.
11463
11464 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11465
11466         * configure: source directory missing is no longer a warning
11467
11468         * configure.in: recognize irix[34]* instead of irix[34]
11469
11470         * Makefile.in: define and pass down X11_LIB
11471
11472 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
11473
11474         * guess-systype: Renamed to ...
11475         * config.guess:  ... by popular request.
11476         * configure.in, Makefile.in:  Update accordingly.
11477
11478 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
11479
11480         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
11481         + Add Convex, Cray/Unicos, and Encore/Multimax support.
11482         + Execute ./dummy instead of assuming . is in PATH.
11483
11484 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
11485
11486         * guess-systype:  New shell script.  Attempts to guess the
11487         canonical host name of the executing host.
11488         Only a few hosts are supported so far.
11489         * configure:  Call guess-systype if no host is specified.
11490
11491 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
11492
11493         * Makefile.in (gcc-no-fixedincludes): Made to work with current
11494         gcc Makefile.
11495
11496
11497 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
11498
11499         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
11500         (all-gcc, install-gcc, subdir_do): Use it.
11501
11502 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11503
11504         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
11505
11506 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
11507
11508         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
11509           set exclusively by configure, using configure.in .
11510
11511 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11512
11513         * test-build.mk: set $PATH for all builds
11514
11515         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
11516
11517 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
11518
11519         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
11520         the one used in gcc/Makefile.in, so that a null expansion doesn't
11521         override the one needed to build gcc with a native cc.
11522
11523
11524 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11525
11526         * configure: Accept -with arguments.
11527
11528 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
11529
11530         * Makefile.in: added h8300sim
11531
11532 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
11533
11534         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
11535         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
11536         (all-cygnus, native, build-cygnus): Make
11537         $(canonhost)-stamp-3stage-done, not $(host)....
11538         * test-build.mk (stamp-3stage-compared): Use tail +10c for
11539         i386-sco3.2v4.  Added else true to if command.
11540
11541 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
11542
11543         * config.sub: (from FSF) Sequent uses a BSD-like OS.
11544
11545 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
11546
11547         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
11548
11549 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11550
11551         * configure.in: don't remove binutils from Solaris builds
11552
11553 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
11554
11555         * Makefile.in: get rid of earlier definitions for *clean,
11556         also handle the recursive info rule better
11557
11558 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
11559
11560         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
11561         do more-or-less the right thing.
11562
11563 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
11564
11565         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
11566         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
11567
11568 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11569
11570         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
11571         $(host_canonical).
11572
11573         * configure.in: split the configdirs list into 4 categories (native
11574         v. cross, library v. tool) and handle the cross-only and native-
11575         only in more reasonable (and correct!) way.
11576
11577 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
11578
11579         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
11580         configdirs anymore.
11581
11582 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11583
11584         * Makefile.in: extensive cleanup::  removed all of the explicit
11585         clean-* targets, collapsed many wrappers around subdir_do into
11586         one, added additional targets to satisfy standards.texi, deleted
11587         some old targets, some changes for consistency
11588
11589 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11590
11591         * configure.in: handle some programs as cross-only, and others as
11592         native only
11593
11594         * test-build.mk: handle partial holes in a more generic manner
11595
11596         * Makefile.in: m4 depends on libiberty
11597
11598 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11599
11600         * configure.in: add m4, textutils, fileutils, sed, shellutils,
11601         time, wdiff, and find to configdirs
11602
11603         * Makefile.in: all, clean, and install rules for the new programs
11604         added to configure.in
11605
11606 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11607
11608         * configure.in: use mh-sun for all *-sun-* hosts
11609
11610 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11611
11612         * Makefile.in: define flags for X11 include files and library file
11613         locations, pass them down to the programs that need this info
11614
11615         * build-all.mk: added a 'native' target, to 3stage the native toolchain
11616
11617 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11618
11619         * configure.in: start building libg++ for HP-UX targets
11620
11621 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
11622
11623         * README:  Update references to files moved into etc/.
11624
11625 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
11626
11627         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
11628         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
11629
11630 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
11631
11632         * configure: accept dash as well as underscore in long option
11633         names for FSF compatibility.
11634
11635 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
11636
11637         * config.sub: added -sco3.2v4 support from FSF.
11638
11639 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11640
11641         * configure.in: expand the section that adds or removes
11642         directories from the list of programs to build, to handle native
11643         vs. cross in addition to host v. native
11644
11645 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
11646
11647         * Makefile.in:  Replace C++ in macro names with CXX.
11648         This is less likely to break ...
11649
11650 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11651
11652         * test-build.mk: add -w to GNU_MAKE
11653
11654 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11655
11656         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
11657         add 'sparc' to list of recognized cpus.  This needed to make
11658         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
11659         Delete some redundant ose68 variants.  Recognize -wrs as an os,
11660         then changes that into $CPU-wrs-vxworks.
11661
11662         * configure.in: remove most references to gdbtest, regularize
11663         target based program removal
11664
11665         * test-build.mk: import from p3 tree (many fixes and changes)
11666
11667 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
11668
11669         * Makefile.in: added rules to handle tcl, tk, and expect
11670
11671         * configure.in: handle those directories if they exist
11672
11673 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11674
11675         * config.sub: removed bogus hppabsd and hppahpux names, since
11676         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
11677
11678 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11679
11680         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
11681         depends upon all-xiberty
11682
11683         * Makefile.in: changes from p3, including:
11684
11685         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
11686
11687         * Makefile.in (XTRAFLAGS): include newlib directories if
11688         newlib/Makefile exists, rather than if host != target.
11689
11690         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
11691
11692         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
11693         from the same source tree and not building a cross-compiler.  This
11694         matters for the libg++ configuration if reconfiguring a tree that
11695         has already been installed.
11696
11697         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
11698
11699         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
11700         pick up the machine and system specific header files.
11701
11702         * Makefile.in: added AS_FOR_TARGET, passed down in
11703         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
11704         the C compiler to use to create programs which are run in the
11705         build environment, set it to default to $(CC), and passed it down
11706         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
11707
11708         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
11709
11710         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
11711         We need them for unusual native builds, like systems without
11712         ranlib.
11713
11714         * configure: also define $(host_canonical) and
11715         $(target_canonical), which are the full, canonical names for the
11716         given host and target
11717
11718 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
11719
11720         * Makefile.in:  Added separate definitions for C++.
11721
11722 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
11723
11724         * configure.in (configdirs):  Add deja-gnu.
11725
11726 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
11727
11728         * README:  Update for configure.texi and gdb-4.7 release.
11729
11730 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
11731
11732         * Makefile.in:  Move "all" target to top of file.
11733         Previously, first target was ".PHONY" which caused BSD4.4 make
11734         to build .PHONY when make was run without arguments.
11735
11736 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
11737
11738         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
11739         Library-copylefted code in libiberty.
11740
11741 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
11742
11743         * config.sub:  Replace m68kmote with plain old m68k.
11744
11745 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
11746
11747         * Makefile.in:  Remove space from blank line, avoid Make complaints.
11748
11749 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
11750
11751         * config.sub: Complain if no argument is given.  Added support for
11752         386bsd as OS and target alias.
11753
11754 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
11755
11756         * Makefile.in (XTRAFLAGS): include newlib directories if
11757         newlib/Makefile exists, rather than if host != target.
11758
11759 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
11760
11761         * config.sub: recognize sparclite-wrs-vxworks.
11762
11763         * Makefile.in (install-xiberty): added *-xiberty make rules (from
11764         p3.) Added clean-xiberty to clean.
11765
11766 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11767
11768         * configure.in: use *-*-* instead of nested cases for host and target
11769
11770 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
11771
11772         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
11773         from the same source tree and not building a cross-compiler.  This
11774         matters for the libg++ configuration if reconfiguring a tree that
11775         has already been installed.
11776
11777 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
11778
11779         * config.sub (i486v/i486v4):  Merge in from FSF version.
11780
11781 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
11782
11783         * configure: only set PWD if it is already set.
11784
11785 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
11786
11787         * configure: just set PWD=`pwd` at the top, since Ultrix sh
11788         doesn't have unset and all success paths (and most error paths)
11789         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
11790         to just ${PWD} to avoid confusion.)
11791
11792 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
11793
11794         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
11795         even for a native compilation.
11796
11797 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
11798
11799         Changes to make the gdb.tar.Z rule work better.
11800
11801         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
11802         (DEVO_SUPPORT):  Add configure.texi.
11803         (bfd-ilrt.tar.Z):  Remove ancient rule.
11804
11805 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
11806
11807         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
11808         pick up the machine and system specific header files.
11809
11810         * configure.in, config.sub: added new target m68010-adobe-scout,
11811         with alias of adobe68k.  Changed configure.in to check for
11812         -scout before -sco* to avoid a false match.
11813
11814         * Makefile.in: added AS_FOR_TARGET, passed down in
11815         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
11816         the C compiler to use to create programs which are run in the
11817         build environment, set it to default to $(CC), and passed it down
11818         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
11819
11820 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
11821
11822         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
11823         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
11824         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
11825         FOR_TARGET variants, to newlib and libg++.
11826
11827 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11828
11829         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
11830         first.
11831
11832 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
11833
11834         * config.sub:  Accept `elf' as an environment.
11835
11836 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
11837
11838         * Makefile.in (all-opcodes):  cd into the right directory
11839
11840 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
11841
11842         * configure: added -program_transform_name option, used as
11843         argument to sed when installing programs.
11844         configure.texi: added documentation for -program_prefix,
11845         -program_suffix and -program_transform_name.
11846
11847 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
11848
11849         * config.sub:  Accept i486 where i386 ok.
11850
11851 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
11852
11853         * config.sub: accept we32k
11854
11855 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
11856
11857         * config.sub, configure.in: accept OSE68000 and OSE68k.
11858
11859         * Makefile.in: don't create all directories for ``make install'';
11860         let the subdirectories create the ones they need.
11861
11862 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11863
11864         * COPYING: new file, GPL v2
11865
11866 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11867
11868         * Makefile.in: use the new gen-info-dir, which needs a template
11869         argument (which also lives in texinfo)
11870
11871         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
11872
11873 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
11874
11875         * config.sub (ncr3000):  Change i386 to i486.
11876
11877 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11878
11879         * Makefile.in: add install-rcs, install-grep to
11880         install-no-fixedincludes, removed install-bison and install-libgcc
11881
11882 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
11883
11884         * configure.in: grab the HPUX makefile fragment if on HPUX
11885
11886 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
11887
11888         * Makefile.in: eradicate bison spoor (ditto libgcc).
11889          configure.in: recognise m68{k,000}-ericsson-OSE.
11890          es1800 is alias for m68k-ericsson-OSE
11891
11892 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11893
11894         * configure.in: rearrange the parts that remove programs from
11895         configdirs, based now on HOST==TARGET or by canonical triple.
11896
11897 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11898
11899         * test-build.mk: recurse explicitly with -f test-build.mk when
11900           appropriate.  predicate stage3 and comparison on the existence
11901           of gcc.  That is, if gcc isn't around, we aren't three-staging.
11902           On very clean, also remove ...stamp-co.  Build in-place before
11903           doing other builds.
11904
11905 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
11906
11907         * Makefile.in, configure.in: add tgas
11908
11909 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11910
11911         * Makefile.in: a number of changes merged in from progressive.
11912
11913         * configure.in: add libm.
11914
11915         * .cvsignore: ignore some stuff that comes from test-build.mk.
11916
11917 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
11918
11919         * config.sub:  Add es1800 (m68k-ericsson-es1800).
11920
11921 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
11922
11923         * configure: Add program_suffix (parallel to program_prefix)
11924         * Makefile.in: adjust directory-creating script for losing decstation
11925
11926 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
11927
11928         * configure:  Minor $subdir-related fixes.
11929
11930 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
11931
11932         * configure: fix various problems with propogating
11933         makefile_target_frag in subdirs.
11934         * configure.in: config libgcc if its there
11935
11936 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
11937
11938         * config.sub:  HPPA merge.
11939
11940 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
11941
11942         * Makefile.in:  Replace all-bison with all-byacc in all
11943         dependency lines for other tools (which now use byacc).
11944
11945 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
11946
11947         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
11948
11949 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
11950
11951         * Makefile.in: make gprof rules similar to byacc rules (instead of
11952         vestigal $(unsubdir) that didn't work...)
11953
11954 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
11955
11956         * config.sub:  Add support for Linux.
11957         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
11958         (at least for libg++).
11959
11960 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
11961
11962         * configure.texi: fix doc for the -nfp option to configure
11963
11964 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
11965
11966         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
11967
11968 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
11969
11970         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
11971         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
11972         * configure.in: added solaris* host_makefile_frag hook.
11973
11974 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11975
11976         * config.sub: changed recognition of m68000 so that various
11977         m68k types can be specified via m680[01234]0
11978
11979 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11980
11981         * config.sub (basic_machine): fix sed so that '-foo' isn't
11982         completely substituted out while .+'-foo' loses the '-foo'
11983
11984 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
11985
11986         * config.sub ($os): Add -aout.
11987
11988 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
11989
11990         * configure:  If host_makefile_frag is absolute, don't
11991         prefix ${invsubdir} (relevant to libg++ auto-configure).
11992
11993 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
11994
11995         * Makefile.in (tooldir): Define it.
11996         (all-ld): Depend on all-flex.
11997
11998 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
11999
12000         * Makefile.in (check):  Fix libg++ special case.
12001
12002 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
12003
12004         * configure: do not bury `pwd` into config.status, thus do fewer
12005           pwd's.
12006
12007         * configure: print the "Building in" message only when building in
12008           other than "." AND verbose.
12009
12010         * configure: remove -s, rework -v to better accommodate guested
12011           configures.
12012
12013         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
12014
12015 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
12016
12017         * Makefile.in: macroize flags passed on recursion.  remove
12018           fileutils.
12019
12020 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
12021
12022         * configure: get makesrcdir right for subdirs deeper than 1.
12023
12024         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
12025           install.
12026
12027 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
12028
12029         * Makefile.in: don't print subdir_do or recursion lines.
12030
12031 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
12032
12033         * standards.texi: added menu item.
12034
12035         * Makefile.in: build and install standards.info.
12036
12037         * standards.texi: new file.
12038
12039 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12040
12041         * configure: test for and move config.status pieces from
12042           ${subdir}/.
12043
12044 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
12045
12046         * configure:  Test for existance of files before trying to mv
12047         them, to avoid numerous non-existance messages.
12048
12049 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
12050
12051         * configure: correct final line of config.status.
12052
12053         * configure: patch from eggert.  Avoids a protection problem if
12054           the original Makefile.in is read only.
12055
12056         * configure: use move-if-change from gcc to create config.status.
12057           Some makefiles depend on config.status to tell if a directory
12058           has been reconfigured for a different host.  This change
12059           prevents those directories from remaking everything in the case
12060           where the reconfig was only intended to rebuild a Makefile.
12061
12062         * configure: test for config.sub with "config.sub sun4" rather
12063           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
12064           host alias from a missing config.sub.
12065
12066 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12067
12068         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
12069           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
12070
12071 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
12072
12073         * configure: mkdir ${subdir} as needed.
12074
12075 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
12076
12077         * Makefile.in,configure.in: added autoconf.
12078
12079 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12080
12081         * Makefile.in: no longer pass against on recursion.
12082
12083         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
12084           definitions are not inherited.
12085
12086         * configure: correct makesrcdir when subdir is .
12087
12088 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
12089
12090         * configure:  Add support for 'subdirs' variable, which is
12091         like 'configdirs', except that configure doesn't re-invoke
12092         itself for subdirs, it just creates a Makefile for each subdir.
12093         * configure.texi:  Document subdirs.
12094
12095 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12096
12097         * configure.in: added flex to configdirs
12098
12099 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
12100
12101         * Makefile.in: remove clean-stamps from clean.
12102
12103 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
12104
12105         * configure.in:  Add gdbtest to configdirs.
12106
12107 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
12108
12109         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
12110         to recursive makes.
12111         * configure.in:  Recognize new ncr3000 config.
12112
12113 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
12114
12115         * Makefile.in, configure.in: removed references to gdbm.
12116
12117 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
12118
12119         * config.sub:  Don't canonicalize os value
12120         newsos* to bsd (readline needs to check for newsos).
12121         (This fix was earlier made Jan 31, but got re-broken.)
12122
12123 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
12124
12125         * configure.in:  sco is an os, not a vendor!
12126
12127         * configure:  Quote $( better.  Keep various shells happy.
12128
12129 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
12130
12131         * Makefile.in: eliminate stamp-files.
12132
12133 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
12134
12135         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
12136           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
12137
12138 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
12139
12140         * config.sub:  fix iris/iris3.
12141
12142 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
12143
12144         * configure: re-add -rm.
12145
12146 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
12147
12148         * Maskefile.in: add .stmp-rcs to all.
12149
12150         * configure.in: remove gas from rs6000 build, use aix host fragment.
12151
12152 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
12153
12154         * configure: pass down site_option during recursion.
12155
12156 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
12157
12158         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
12159
12160 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
12161
12162         * configure: Change exec_prefix so that it really defaults to prefix.
12163
12164 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
12165
12166         * Makefile.in, configure.in:  Add support for mmalloc library.
12167
12168 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
12169
12170         * Makefile.in: add stmp dependencies for a few more things.
12171
12172 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
12173
12174         * configure: adjusted error message on objdir/srcdir configure
12175           collision, per john's suggestion.
12176
12177         * Makefile.in: add libiberty stmp to all and all.cross.
12178
12179 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
12180
12181         * Makefile.in: remove force dependencies, add grep to all.
12182
12183 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
12184
12185         * Makefile.in: drop flex.  make stamp files work.
12186
12187         * configure: added test for conflicting configuration in srcdir,
12188           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
12189           gets cranky.  use relative paths for configure and srcdir
12190           whenever possible.  Send some error messages to stderr that were
12191           going to stdout.
12192
12193 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
12194
12195         * Makefile.in:  Fix libg++ rule to check for gcc directory
12196         before using gcc/gcc.  Also pass XTRAFLAGS.
12197
12198 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
12199
12200         * Makefile.in: added stmp-files so that directories aren't polled
12201           when they are already built.
12202
12203         * configure.texi: fixed a node pointer problem.
12204
12205 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
12206
12207         * config.sub configure.in gdb/configure.in
12208         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
12209         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
12210         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
12211
12212 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12213
12214         * configure: -recurring becomes -silent.  corrected help message
12215           for -site= option.
12216
12217         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
12218
12219 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12220
12221         * configure: when building Makefile for crosses, replace
12222           tooldir and program_prefix.  default srcdir from location of
12223           config.sub.  remove "for host in hosts" and "for target in
12224           targets" loops.
12225
12226 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12227
12228         * Makefile.in: Do not pass bindir or mandir to cvs.
12229
12230 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
12231
12232         * Makefile.in, configure.in: removed traces of namesubdir,
12233           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
12234           copyrights to '92, changed some from Cygnus to FSF.
12235
12236         * configure.texi: remove most references to multiple hosts,
12237           multiple targets, subdirs, etc.
12238
12239         * configure.man: removed rcsid. reference config.sub not
12240           config.subr.
12241
12242         * Makefile.in: mkdir $(infodir) on install-info.
12243
12244 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
12245
12246         * configure.texi:  Explain better about .gdbinit and about
12247         the environment that configure.in sections run in.
12248
12249 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
12250
12251         * configure.in:  Ultrix is only a decstation if it's a MIPS.
12252
12253 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
12254
12255         * README:  DOC.configure => cfg-paper.texi.
12256
12257 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
12258
12259         * config.sub (near case $os):  Don't convert newsos* to bsd!
12260
12261 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
12262
12263         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
12264         the number of copies of COPYING that go into the GDB tar file.
12265
12266 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
12267
12268         * bfd/configure.in, gdb/config/mh-i386sco,
12269         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
12270         Fix SCO configuration stuff.
12271
12272 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
12273
12274         * Makefile.in:  For libg++, make sure the -I pointing
12275         to the gcc directory goes *after* all the libg++-local -I flags.
12276         Also, move just-gcc dependency from just-libg++ to all-libg++.
12277
12278 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
12279
12280         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
12281
12282 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
12283
12284         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
12285
12286 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
12287
12288         * config.sub:  Add stratus configuration frags.  Also
12289         submitted to FSF.
12290
12291 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
12292
12293         * Makefile.in (DEV_SUPPORT):  add configure.man.
12294
12295         * config.sub(Decode manufacturer-specific):  add -none*.
12296
12297 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
12298
12299         * Makefile.in:  remove form feeds to make Sun's make happy.
12300         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
12301
12302 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
12303
12304         * Makefile.in (AR_FLAGS):  Make quieter.
12305
12306 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
12307
12308         * configure.in:  Add libg++.
12309         * configure:  When verbose, don't output the command line at each
12310         level; it will be unremarkably the same as the previous version,
12311         which will be the same as what the user typed.
12312
12313 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
12314
12315         * configure.in, Makefile.in: fix clean-info, add flex.  add
12316           fileutils.
12317
12318         * configure: be less sensitive to spaces in Makefile.in.  Do not
12319           look for sources in "..".  Doing so breaks subdirectories that
12320           might have their own configure.  If a subdir has it's own
12321           configure script, use it.
12322
12323 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
12324
12325         * cfg-paper.texi: some changes suggested by rms.
12326
12327 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
12328
12329         * config.sub:  Merge in some small additions from the FSF version,
12330         taken from the gcc distribution, to bring the Cygnus and FSF
12331         versions into closer sync.
12332
12333 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
12334
12335         * configure.in:  Changed svr4 references to sysv4.
12336
12337 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
12338
12339         * configure: added -V for version number option.
12340
12341 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
12342
12343         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
12344           renamed from DOC.configure to cfg-paper.texi.
12345
12346 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12347
12348         * configure, config.subr, config.sub: config.subr is now
12349           config.sub again.
12350
12351 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
12352
12353         * configure.texi: new file, in progress.
12354
12355         * Makefile.in: build info file and install the man page for
12356           configure.
12357
12358         * configure.man: new file, first cut.
12359
12360         * configure: find config.subr again now that configuration "none"
12361           has gone.  removed all traces of the -ansi option.  removed all
12362           traces of the -languages option.
12363
12364         * config.subr: resync from rms.
12365
12366 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12367
12368         * configure, config.sub, config.subr: merge config.sub into
12369           config.subr, call the result config.subr, remove config.sub, use
12370           config.subr.
12371
12372         * Makefile.in: revised install for dir.info.
12373
12374 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12375
12376         * configure.in: add decstation host makefile frag.
12377
12378         * Makefile.in: BISON now bison -y again.  also install-gcc on
12379           install.  clean-gdbm on clean.  infodir belongs in datadir.
12380           Make directories for info install.  Build dir.info here then
12381           install it.
12382
12383 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12384
12385         * Makefile.in: fix for bad directory tests.
12386
12387 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12388
12389         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
12390           regexp.  -srcdir relative was being handled incorrectly.
12391
12392         * Makefile.in: unwrapped some for loops so that parallel makes
12393           work again and so one can focus one's attention on a particular
12394           package.
12395
12396 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12397
12398         * configure: added PWD as a stand in for `pwd` (for speed). use
12399           elif wherever possible.  make -srcdir work without -objdir.
12400           -objdir= commented out.
12401
12402 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12403
12404         * configure: +options become --options.  -subdirs commented out.
12405           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
12406           Makefile now at top of generated Makefile.  Removed cvs log
12407           entries.  added -srcdir.  create .gdbinit only if there is one
12408           in ${srcdir}.
12409
12410         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
12411           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
12412           and mandir now keyed off datadir by default.
12413
12414 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12415
12416         * Freshly created ChangeLog.
12417
12418 \f
12419 Local Variables:
12420 mode: change-log
12421 left-margin: 8
12422 fill-column: 76
12423 version-control: never
12424 End: