OSDN Git Service

2005-10-05 Steven Bosscher <stevenb@suse.de>
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2005-10-03  Andreas Schwab  <schwab@suse.de>
2
3         Backport from libtool CVS:
4         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
5
6         * ltmain.sh: add support for installing into temporary
7         staging area (e.g. 'make install DESTDIR=...')
8
9 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
10
11         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
12         * configure: Regenerated.
13
14 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
15
16         * configure: Regenerate with the correct
17         autoconf version.
18
19 2005-09-30  Catherine Moore  <clm@cm00re.com>
20
21         * configure.in (bfin-*-*): New.
22         * configure: Regenerated.
23
24 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
25
26         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
27         (LIPO_FOR_TARGET): New.
28         (CONFIGURED_LIPO_FOR_TARGET): New.
29         (USUAL_LIPO_FOR_TARGET): New.
30         (STRIP_FOR_TARGET): New.
31         (CONFIGURED_STRIP_FOR_TARGET): New.
32         (USUAL_STRIP_FOR_TARGET): New.
33         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
34         STRIP_FOR_TARGET.
35         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
36         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
37         * Makefile.in: Regenerate.
38         * configure: Regenerate.
39         
40 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
41
42         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
43         (rs6000-*-aix*): Same.
44         * configure: Regenerate.
45
46 2005-09-16  Tom Tromey  <tromey@redhat.com>
47
48         * MAINTAINERS: Add self as java maintainer.
49
50 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
51
52         * configure.in: Recognize f95 in the --enable-languages option,
53         and substitute it for fortran, issuing a warning.
54         * configure: Regenerate.
55
56 2005-08-30  Phil Edwards  <phil@codesourcery.com>
57
58         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
59         * configure:  Regenerated.
60
61 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
62
63         * MAINTAINERS: Add self as ms1 maintainer.
64
65 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
66
67         * Makefile.def (libssp): Add to lang_env_dependencies.
68         * Makefile.in: Regenerate.
69
70 2005-08-18  Ian Lance Taylor  <ian@airs.com>
71
72         * MAINTAINERS: Add myself as middle-end maintainer.
73
74 2005-08-17  Christian Groessler  <chris@groessler.org>
75
76         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
77         * Makefile.in: Regenerate.
78
79 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
80
81         * MAINTAINERS (write after approval): Added myself.
82
83 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
84
85         * MAINTAINERS (Write After Approval): Add myself.
86
87 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
88
89         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
90         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
91         Look for alternate names of the target cc and c++
92         * configure: Regenerate.
93
94 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
95
96         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
97         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
98         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
99         tools; remove code to manually set them.
100         (Target tools): Look in the environment for them.
101         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
102         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
103         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
104         build directory.
105         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
106         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
107         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
108         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
109         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
110         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
111         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
112         * configure: Regenerate.
113         * Makefile.in: Regenerate.
114
115 2005-07-28  Ben Elliston  <bje@au.ibm.com>
116
117         * MAINTAINERS: Update for removed CPU targets.
118
119 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
120
121         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
122         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET. 
123         * Makefile.in: Regenerated.
124
125 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
126
127         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
128         (CFLAGS_FOR_TARGET): Use it.
129         (CXXFLAGS_FOR_TARGET): Likewise.
130         * Makefile.in: Regenerated.
131         * configure.in (--with-build-sysroot): New option.
132         * configure: Regenerated.
133
134 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
135
136         * Makefile.tpl: Wrap install between unstage and stage
137         * Makefile.in: Regenerate.
138
139 2005-07-21  Eric Christopher  <echristo@apple.com>
140
141         * MAINTAINERS: Update affiliation.
142
143 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
144
145         * MAINTAINERS: Add self as crx port maintainer.
146
147 2005-07-20  DJ Delorie  <dj@redhat.com>
148
149         * MAINTAINERS: Add self as m32c maintainer.
150
151 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
152
153         * all files: Update FSF address.
154
155 2005-07-15  Eric Christopher  <echristo@redhat.com>
156
157         * MAINTAINERS: Change affiliation.
158
159 2005-07-14  Jim Blandy  <jimb@redhat.com>
160
161         * configure.in: Add cases for Renesas m32c.
162         * configure: Regenerated.
163         
164 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
165
166         * COPYING.LIB: Update from fsf.org.
167
168 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
169
170         * COPYING, compile, config.guess,
171         config.sub, install-sh, missing, mkinstalldirs,
172         symlink-tree, ylwrap: Sync from upstream sources.
173         * config-ml.in: Update FSF address.
174
175 2005-07-13  Eric Christopher  <echristo@redhat.com>
176
177         * configure.in: Add toplevel noconfigdir support for tpf.
178         * configure: Regenerate.
179
180 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
181
182         PR ada/22340
183
184         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
185         * Makefile.in: Regenerate.
186
187 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
188
189         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
190         Brolley to write-after-approval. 
191
192 2005-07-07  Andreas Schwab  <schwab@suse.de>
193
194         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
195         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
196         * Makefile.in: Regenerated.
197
198 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
199
200         * configure.in: Don't build sim or rda when targetting darwin.
201         * configure: Regenerate.
202
203 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
204
205         * configure.in: Add --enable-libssp and --disable-libssp.
206         * configure: Regenerate with autoconf-2.13.
207
208 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
209
210         * Makefile.def (target_modules): Add libssp.
211         * configure.in (target_libraries): Add target-libssp.
212         * configure: Rebuilt.
213         * Makefile.in: Rebuilt.
214
215 2005-07-01  Zack Weinberg  <zackw@panix.com>
216
217         * MAINTAINERS: Change email address.  Resign from maintainership.
218
219 2005-07-01  Richard Guenther  <rguenther@suse.de>
220
221         * MAINTAINERS: Change my e-mail address and affiliation.
222
223 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
224
225         * Makefile.def (stagefeedback): Come after profile.
226         Define profiledbootstrap target.
227         * Makefile.tpl (profiledbootstrap): Remove.
228         (stageprofile-end): Zap stagefeedback.
229         (stagefeedback-start): Copy all .gcda files, not only GCC's.
230         * Makefile.in: Regenerate.
231
232 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
233
234         * MAINTAINERS: Update my email address.
235
236 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
237
238         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
239         In 'cpp' stanza, support '#line' as well as '# '.
240
241 2005-06-08  Andreas Schwab  <schwab@suse.de>
242
243         * MAINTAINERS: Move myself from 'Write After Approval' to
244         'CPU Port Maintainers' section as m68k maintainer.
245
246 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
247
248         * configure.in (unsupported_languages): New macro.
249         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
250         non-ported target libraries in noconfigdirs.
251         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
252         non-linux-gnu.  Remove libgcj_ex_libffi.
253         <lang_frag loop>: Set add_this_lang=no if the language is in
254         unsupported_languages.
255         * configure: Regenerate.
256
257 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
258
259         * configure.in: Fix typo in handling of --with-mpfr-dir.
260         * configure: Regenerate.
261
262 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
263
264         * MAINTAINERS: Update my email address.
265
266 2005-06-02  Jim Blandy  <jimb@redhat.com>
267
268         * config.sub: Add cases for the Renesas m32c.  (This patch has been
269         accepted into the master sources.)
270
271 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
272             Michael Snyder  <msnyder@redhat.com>
273             Stan Cox  <scox@redhat.com>
274
275         * configure.in: Set noconfigdirs for ms1.
276
277         * configure: Regenerate.
278
279 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
280
281         * MAINTAINERS (Write After Approval): Add self.
282
283 2005-06-01  Josh Conner  <jconner@apple.com>
284
285         * MAINTAINERS (Write After Approval): Add self.
286
287 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
288
289         * MAINTAINERS: Update my email address.
290
291 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
292
293         * MAINTAINERS (Write After Approval): Add self.
294
295 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
296
297         * MAINTAINERS (Write After Approval): Remove self.
298
299 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
300
301         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
302         (Dependencies): Consider target modules for bootstrap dependencies.
303         Make target bootstrap modules depend on each stage's gcc.
304         * Makefile.in: Regenerate.
305
306 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
307
308         * Makefile.def (configure-gcc): Depend on binutils having been built.
309         (all-gcc): No need to do it here.
310         * Makefile.in: Regenerate.
311
312 2005-05-19  Paul Brook  <paul@codesourcery.com>
313
314         * configure.in: Rewrite misleading error message when requested
315         language cannot be built.
316         * configure: Regenerate.
317
318 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
319
320         * ylwrap: Import from Automake 1.9.5.
321
322 2005-05-13  David Ung  <davidu@mips.com>
323
324         * MAINTAINERS (Write After Approval): Add self.
325
326 2005-05-09  Mike Stump  <mrs@apple.com>
327
328         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
329         lt_cv_sys_max_cmd_len for now.
330
331 2005-05-09  Stan Cox  <scox@redhat.com>
332
333         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
334
335 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
336
337         * README.SCO: Update the URL.
338
339 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
340
341         * ltconfig: Define file_list_spec.  Pass file_list_spec and
342         with_gnu_ld to libtool.
343         * ltcf-c.sh (aix[45]): Define file_list_spec.
344         * ltcf-cxx.sh (aix[45]): Same.
345         * ltcf-gcj.sh (aix[45]): Same.
346         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
347         exists, write list of input files to temporary file.
348
349 2005-05-04  Mike Stump  <mrs@apple.com>
350
351         * configure.in: Always pass --target to target configures as
352         otherwise rebuilds that do --recheck will fail.
353         * confiugure: Rebuilt.
354
355 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
356
357         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
358         STAGE_HOST_EXPORTS.
359         (configure, all): Add bootstrap support.
360         (Host modules, target modules): Pass post-stage1 flags and exports.
361         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
362         * Makefile.in: Regenerate.
363
364 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
365
366         * configure: Regenerate.
367
368 2005-04-27  Mike Stump  <mrs@apple.com>
369
370         * MAINTAINERS: Add self as darwin maintainer.
371
372 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
373
374         * config.sub: Update from master copy.
375
376 2005-04-21  Mike Stump  <mrs@apple.com>
377
378         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
379         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
380
381 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
382
383         * configure.in <crisv32-*-*, cris-*-*>: New local variable
384         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
385         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
386         "*-*-elf" and "*-*-linux*".
387         * configure: Regenerate.
388
389 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
390
391         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
392
393 2005-04-12  Mike Stump  <mrs@apple.com>
394
395         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
396
397 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
398
399         * MAINTAINERS (Write After Approval): Add myself.
400
401 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
402
403         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
404
405 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
406
407         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
408         (TARGET_CONFIGARGS): Include --with-target-subdir.
409         (configure, all): New macros.  Use them throughout.
410         * Makefile.in: Regenerate.
411
412 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
413
414         * MAINTAINERS (Write After Approval): Add myself.
415
416 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
417
418         * MAINTAINERS: Remove 'loop unrolling' maintainer.
419
420 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
421
422         * MAINTAINERS: Move John Carr to Write After Approval.
423
424 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
425
426         * config/mh-mingw32: Delete.
427         * configure.in: Don't use it.
428         * configure: Regenerate.
429
430 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
431
432         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
433         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
434         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
435         (HOST_LIB_PATH): Generate from Makefile.def.
436         (TARGET_LIB_PATH): Likewise.
437         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
438         * Makefile.in: Regenerate.
439         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
440         (RPATH_ENVVAR): Include Darwin case.
441         * configure: Regenerate.
442
443 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
444
445         * MAINTAINERS (Various Maintainers): Remove self.
446         (Write After Approval): Add self.
447
448 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
449
450         * MAINTAINERS (Various Maintainers): Add self.
451
452 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
453
454         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
455         * configure: Regenerate.
456
457 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
458
459         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
460         gcc_version, and gcc_version_trigger from set of flags to pass.
461         * Makefile.tpl: Remove definitions of above variables.
462         (config.status): Remove dependency on $(gcc_version_trigger).
463         * Makefile.in: Regenerate.
464         * configure.in: Do not reference config/gcc-version.m4 nor
465         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
466         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
467         * configure: Regenerate.
468
469 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
470             Andrew Pinski <pinskia@physics.uc.edu>
471
472         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
473         * Makefile.in: Regenerate.
474
475 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
476
477         * MAINTAINERS (Write After Approval): Add myself.
478
479 2005-03-03  David Ayers  <d.ayers@inode.at>
480
481         * MAINTAINERS (Write After Approval): Add myself.
482
483 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
484
485         PR libgcj/20160
486         * ltmain.sh: Avoid creating archives with components that have
487         duplicate basenames.
488
489 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
490
491         PR bootstrap/20250
492         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
493         instead of check.
494         * Makefile.in: Regenerate.
495
496 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
497
498         * Makefile.in: Regenerate to fix conflict between the previous two
499         patches.
500
501 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
502
503         PR bootstrap/17383
504         * Makefile.def (target_modules): Remove "stage", now unnecessary.
505         * Makefile.tpl (HOST_SUBDIR): New substitution.
506         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
507         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
508         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
509         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
510         (Host modules, Bootstrapped modules): Use it.
511         (Build modules, Target modules): Do not create symlink trees,
512         always configure out-of-srcdir.
513         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
514         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
515         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
516         $(HOST_SUBDIR).  Create a symlink for host_subdir.
517
518         * Makefile.in: Regenerate.
519         * configure: Regenerate.
520
521 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
522
523         Merged from libada-gnattools-branch:
524         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
525
526         * gnattools: New directory.
527         * Makefile.def: Add gnattools as a module, depending on target-libada.
528         * Makefile.in: Regenerate.
529         * configure.in: Include gnattools in host_tools; disable it if ada
530         is disabled.
531         * configure: Regenerate.
532
533 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
534
535         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
536         treelang maintainer.
537         (Write After Approval): Remove myself.
538
539 2005-02-23  Paul Schlie  <schlie@comcast.net>
540
541         * configure.in: Allow darwin targeted ports to build tk, itcl and
542         libgui.
543         * configure: Regenerate.
544
545 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
546
547         PR libgcj/10353
548         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
549         * configure: Regenerate.
550
551 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
552
553         * MAINTAINERS (Write After Approval): Add myself.
554
555 2005-02-10  Ian Lance Taylor  <ian@airs.com>
556
557         * MAINTAINERS: Update my e-mail address.
558
559 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
560
561         * MAINTAINERS (Write After Approval): Add myself.
562
563 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
564
565         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
566         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
567         target-libgloss when not *-*-elf and *-*-aout.
568         * configure: Regenerate.
569
570 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
571
572         * MAINTAINERS: Remove obsolete entries.
573
574         * MAINTAINERS (Write After Approval): Add Michael Matz.
575
576 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
577
578         * MAINTAINERS: Remove self as cpplib maintainer.
579
580 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
581
582         * install-sh, config.sub: Import from upstream.
583
584 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
585
586         PR bootstrap/18222
587         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
588         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
589         * Makefile.in: Regenerate.
590
591 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
592
593         * MAINTAINERS: Update my email address.
594
595 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
596             Andreas Schwab  <schwab@suse.de>
597
598         PR bootstrap/18033
599         * config-ml.in: Eval option if surrounded by single quotes.
600
601 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
602
603         Revert 2004-12-28 Makefile changes, a better fix will be
604         applied to mainline and src after GCC 4.0 branches.
605
606 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
607
608         PR bootstrap/17383
609
610         * Makefile.def (target_modules): Remove stage parameter,
611         it is always true now.
612         * Makefile.tpl (configure-build-[+module+],
613         configure-target-[+module+]): Always build symlink tree
614         for the directory and for include.  BUILD_SUBDIR and
615         TARGET_SUBDIR cannot be . anymore.
616         * Makefile.in: Regenerate.
617
618 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
619
620         Revert 2004-12-08 Makefile changes.
621
622 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
623
624         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
625         cygwin, mingw.
626
627 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
628
629         * configure.in (sh64-*-*): Reenable gprof.
630         * configure: Regenerate.
631
632 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
633
634         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
635         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
636         (EXTRA_TARGET_FLAGS): Add PICFLAG.
637         * Makefile.in: Regenerate.
638
639 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
640
641         * MAINTAINERS: Update my email address.
642
643 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
644
645         * Makefile.tpl: Generate normal dependencies if the LHS module is
646         not bootstrapped.
647         * Makefile.in: Regenerate.
648
649 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
650
651         * configure.in: Include config/gxx-include-dir.m4.  Use
652         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
653         * configure: Regenerate.
654
655 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
656
657         * config.if: Delete.
658         * configure.in: Set libstdcxx_incdir directly.
659         * configure: Regenerate.
660
661 2004-12-02  Eric Christopher  <echristo@redhat.com>
662
663         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
664         * Makefile.in: Regenerate.
665
666 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
667
668         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
669         * configure: Regenerate.
670
671 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
672
673         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
674         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
675         * configure: Regenerate.
676
677 2004-12-01  Eric Christopher  <echristo@redhat.com>
678
679         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
680         of things to remove.
681
682 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
683
684         * MAINTAINERS (Write After Approval): Update my e-mail address.
685
686 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
687
688         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
689         from CVS libtool to always pass_all.
690
691 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
692
693         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
694         (hppa*64*-*-*): Delete incorrect comment.
695         * configure: Rebuilt.
696
697 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
698
699         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
700
701 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
702
703         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
704         from CVS libtool to always pass_all.
705
706 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
707
708         * install-sh, compile: Import from automake.
709
710 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
711
712         * config.guess, config.sub:  Import from savannnah.
713
714 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
715
716         * MAINTAINERS (Write After Approval): Add myself
717
718 2004-11-12  Mike Stump  <mrs@apple.com>
719
720         * Makefile.def: Add html support.
721         * Makefile.tpl: Likewise.
722         * Makefile.in: Regenerate.
723
724 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
725
726         PR 18423
727         * configure.in: Remove all instances of build-fixincludes from
728         noconfigdirs.
729         (build_configargs): Supply --target to subdirectories.
730         * configure: Regenerate.
731
732         * Makefile.def: Make gcc install depend on fixincludes install.
733         * Makefile.in: Regenerate.
734
735 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
736
737         * MAINTAINERS: Add myself as gcc testsuite maintainer.
738
739 2004-11-11  Paul Brook  <paul@codesourcery.com>
740
741         * MAINTAINERS: Add self as arm maintainer.  Update email address.
742
743 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
744
745         * configure.in (noconfigdirs) [mmix-*-*]: Disable
746         target-libgfortran.
747         * configure: Regenerate.
748
749 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
750
751         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
752         like CC.
753
754 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
755
756         * Makefile.def (host fixincludes): Specify missing targets.
757         * Makefile.in: Regenerate.
758
759 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
760
761         * MAINTAINERS: Add myself
762
763 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
764
765         * MAINTAINERS (Write After Approval): Add myself.
766
767 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
768
769         * Makefile.def: Build fixincludes for the host, too.
770         * Makefile.in: Regenerate.
771         * configure.in (host_tools): Add fixincludes.
772         * configure: Regenerate.
773
774 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
775
776         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
777         * configure: Regenerated.
778
779 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
780
781         PR other/17783
782         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
783         * configure: Regenerated.
784
785 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
786
787         * README.SCO: Update per FSF instructions.
788
789 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
790
791         PR target/18151
792         * configure.in (case ${target}): Do not build fixincludes for avr.
793         * configure: Regenerated.
794
795 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
796
797         * configure.in (case ${target}): Do not build fixincludes
798         on platforms where it is not used.
799         * configure: Regenerated.
800
801 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
802
803         * configure.in: Use an absolute path to install-sh.
804         * configure: Regenerated.
805
806 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
807
808         * MAINTAINERS (Write After Approval): Add myself.
809
810 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
811
812         * MAINTAINERS: Remove from Write After Approval those that are
813         already maintainers.
814
815 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
816
817         * MAINTAINERS:  Update my email address.
818
819 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
820
821         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
822         * configure: Regenerate.
823
824 2004-10-07  J"orn Rennecke <joern.rennecke@st.com>
825
826         * MAINTAINERS:  Update my email address.
827
828 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
829
830         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
831         entries belonging to this category.
832
833 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
834
835         * MAINTAINERS: Update my e-mail address.
836
837 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
838
839         Fix wrong conflict resolution in:
840
841         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
842
843         * Makefile.in: Regenerate.
844         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
845         in the recursive `make', instead of hardwiring `all'.
846         (Autogenerated TARGET-* variables): New.
847
848 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
849
850         * configure.in: Enable target-libgloss for crx-*-*.
851         * configure: Regenerate.
852
853 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
854
855         * MAINTAINERS (Various Maintainers): Move the "windows,
856         cygwin, mingw" maintainer to ...
857         (OS Port Maintainers): ... here.
858
859 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
860
861         * MAINTAINERS (Write After Approval): Remove those that are
862         maintainers of some subsystem.
863
864 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
865
866         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
867         * ltcf-cxx.sh (tpf*): Likewise.
868         * ltconfig (tpf*): Add TPF OS configuration support.
869
870 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
871
872         * MAINTAINERS: Change my email address to my new work account.
873
874 2004-09-24  Michael Roth  <mroth@nessie.de>
875
876         * configure.in (--without-headers): Add missing double quotes.
877         * configure: Regenerate.
878
879 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
880
881         * ylwrap: Revert to previous version.
882
883 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
884
885         PR bootstrap/17369
886         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
887         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
888         SET_GCC_LIB_PATH_CMD.
889         (BASE_TARGET_EXPORTS): Likewise.
890         * Makefile.in: Regenerated.
891
892         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
893         * configure: Regenerated.
894
895 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
896
897         * config.guess: New upstream version
898         * compile, depcomp, install-sh, ylwrap: Likewise.
899
900 2004-09-19  Roger Sayle  <roger@eyesopen.com>
901
902         * config/mh-x86omitfp: New host makefile fragment.  Add
903         -fomit-frame-pointer to the default BOOT_CFLAGS.
904         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
905         * configure: Regenerate.
906
907 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
908
909         PR target/11572
910         * configure.in (*-*-darwin*): Renable libobjc.
911         * configure: Regenerate.
912
913 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
914
915         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
916
917 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
918
919         * Makefile.def: Remove libbanshee.
920         * Makefile.tpl: Ditto.
921         * configure.in: Ditto.
922         * Makefile.in: Regen.
923         * configure: Ditto.
924
925 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
926
927         * ltmain.sh: Use $pic_object as $non_pic_object if
928         $non_pic_object=none.
929
930 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
931
932         * missing: Import latest version from master repository.
933
934 2004-09-06  Nick Clifton  <nickc@redhat.com>
935
936         * config.sub: Import latest version from master repository.
937         * config.guess: Likewise.
938         This includes these changes:
939
940         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
941
942         * config.sub: Handle crisv32, alias etraxfs.
943         * config.guess (crisv32:Linux:*:*): Handle.
944
945         2004-08-13  Brad Smith  <brad@comstyle.com>
946
947         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
948         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
949
950         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
951
952         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
953         assume the processor is a powerpc.  This is because coreutils
954         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
955         in this case, due to a MacOS X bug that causes
956         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
957         to return a negative number.
958         Problem reported by Petter Reinholdtsen in:
959         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
960
961         2004-07-19  Ben Elliston  <bje@gnu.org>
962
963         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
964
965         2004-06-24  Ben Elliston  <bje@gnu.org>
966
967         * config.guess: Update copyright years.
968         * config.sub: Likewise.
969
970         2004-06-22  Robert Millan  <robertmh@gnu.org>
971
972         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
973         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
974
975         2004-06-22  Stanley F. Quayle <stan@stanq.com>
976
977         * config.guess (*:*VMS:*:*): New entry. Replaces
978         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
979         manufacturer.
980
981         2004-06-22  Ben Elliston  <bje@gnu.org>
982
983         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
984         * config.sub: Likewise.
985
986         2004-06-22  Ben Elliston  <bje@gnu.org>
987
988         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
989         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
990
991         2004-06-11  Ben Elliston  <bje@gnu.org>
992
993         * config.guess (pegasos:OpenBSD:*:*): Remove.
994
995         2004-06-11  Ben Elliston  <bje@gnu.org>
996
997         From Wouter Verhelst <wouter@grep.be>:
998         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
999
1000         2004-06-11  Ben Elliston  <bje@gnu.org>
1001
1002         * config.guess (luna88k:OpenBSD:*:*): New.
1003
1004         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
1005
1006         * config.guess (m32r*:Linux:*:*): New case.
1007         * config.sub: Handle m32rle.
1008
1009         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
1010
1011         From Jens Petersen  <petersen@redhat.com>:
1012         * config.sub: Handle sparcv8.
1013
1014         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
1015
1016         From Tom Smith <smith@cag.lkg.hp.com>:
1017         * config.guess: Version suffixes are equally significant on Tru64
1018         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
1019         prefix of "P" (patched kernel).
1020
1021         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
1022
1023         * config.sub: Add support for National Semiconductor CRX target.
1024
1025 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
1026
1027         * MAINTAINERS (Various Maintainers): Remove myself as web page
1028         maintainer, add myself as maintainer of build status lists.
1029
1030 2004-09-03  Jan Beulich  <jbeulich@novell.com>
1031
1032         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
1033         *-*-netware, but add target-libmudflap.
1034         Consolidate *-*-netware targets (of which really only i?86 exists)
1035         into a single entry.
1036         * configure: Likewise.
1037
1038 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
1039
1040         * Makefile.tpl (sorry): Remove.
1041         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
1042         (cleanstrap targets): Depend on distclean, not distclean-stage1.
1043         (do-clean): Clean per-stage directories too.
1044         (do-distclean): Run distclean-stage1 too.
1045         (.NOTPARALLEL): Enable during toplevel bootstrap.
1046         (stage[+id+]-bubble): Enable parallel execution during
1047         the recursive invocation.
1048         * Makefile.in: Regenerate.
1049
1050         Fix previous checkin:
1051
1052         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
1053         include.
1054         * configure.in: Fix indentation.
1055         * configure: Regenerate.
1056
1057 2004-08-31  Robert Bowdidge <bowdidge@apple.com>
1058
1059         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
1060         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
1061         * configure: regenerate
1062         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
1063         -mdynamic-no-pic
1064
1065
1066 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
1067
1068         * Makefile.def (build_modules): Add fixincludes.
1069         (dependencies): Make gcc depend on fixincludes.
1070         * configure.in (build_tools): Add fixincludes.
1071         (build_configdirs): Always include build_libs.
1072         * Makefile.in: Regenerate.
1073         * configure: Regenerate.
1074
1075 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
1076
1077         * Makefile.def (bootstrap stages): Add 'lean' parameter.
1078         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
1079         phony targets; do not generate timestamp files.
1080         (distclean-stageN): Remove references to their timestamp files.
1081         (restageN, touch-stageN): Remove.
1082         (stageN-bubble): Rewritten.
1083         (compare): Support lean bootstraps.
1084         * Makefile.in: Regenerate.
1085
1086         * configure.in: Only warn when bootstrapping but
1087         build != host or build != target.  Support lean bootstraps.
1088         * configure: Regenerate.
1089
1090 2004-08-26  Phil Edwards  <phil@codesourcery.com>
1091
1092         * configure.in:  Give a better error message if GMP/MPFR are missing
1093         and a language needing them has been requested.
1094         * configure:  Regenerated.
1095
1096 2004-08-25  Phil Edwards  <phil@codesourcery.com>
1097
1098         * configure.in:  Print a list of available language front-ends if
1099         a requested one is missing.  Tidy stray tab characters.
1100         * configure:  Regenerated.
1101
1102 2004-08-19  Michael Koch  <konqueror@gmx.de>
1103
1104         * gcc/doc/install.texi: Update entry about automake for libjava.
1105
1106 2004-08-17  Robert Millan  <robertmh@gnu.org>
1107
1108         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
1109         (instead of FreeBSD).
1110         * configure: Regenerate.
1111
1112 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
1113
1114         * Makefile.in: Regenerate.
1115         * configure: Regenerate.
1116
1117         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
1118         stage_*_flags.
1119         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
1120         for bootstrapped modules if toplevel bootstrap is going.
1121         (GCC bootstrap): Generate per-stage targets for all bootstrapped
1122         modules.  Adjust for changes in Makefile.def.  Enable several
1123         rules even in non-bootstrap mode, just to avoid peppering the
1124         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
1125         (stage-[+prev+]-bubble): Remove.
1126
1127         * Makefile.def (Dependencies): Depend on all-build-bison,
1128         all-build-flex, all-build-byacc, all-build-texinfo, rather
1129         than the host variations.
1130         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
1131         with BUILD_SUBDIR.
1132         (BISON): Update for recent Bisons.
1133         (YACC): Fix typo.
1134         (cross): Depend on all-build.
1135         (all): Do not depend on all-build.
1136         (prebootstrap): Remove.
1137         (dep-kind): Accept separate prefixes for MODULE and ON variables.
1138         (Prebootstrap dependencies): Add them to the per-stage targets
1139         and to all-prebootstrap.
1140         * configure.in (build_configdirs): Always enable build_tools.
1141         (BUILD_DIR_PREFIX): Remove.
1142
1143         * Makefile.def (gcc): Add target variable.
1144         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
1145         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1146         in the recursive `make', instead of hardwiring `all'.
1147         (Autogenerated TARGET-* variables): New.
1148
1149 2004-08-13  Brian Booth  <bbooth@redhat.com>
1150
1151         * MAINTAINERS: Remove myself from write-after-approval.
1152
1153 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
1154
1155         * src-release: Stop distributing mmalloc with gdb (which doesn't
1156         use it).
1157         * Makefile.def: GDB doesn't depend on mmalloc anymore.
1158         * Makefile.in: Regenerate.
1159
1160 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
1161
1162         * configure.in (arm*-*-eabi*): New target.
1163         * configure: Regenerate.
1164
1165 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
1166
1167         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
1168         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
1169         (Dependencies): New section.
1170         * Makefile.tpl (Dependencies): Generate from Makefile.def.
1171         (configure-target-[+module+]): Depend on maybe-all-gcc
1172         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
1173         (toplevel profiledbootstrap): Fix dependencies.
1174         * Makefile.in: Regenerate.
1175
1176 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
1177
1178         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
1179         target-libiberty to noconfigdirs.
1180         * configure: Regenerate.
1181
1182 2004-08-03  Paul Brook  <paul@codesourcery.com>
1183
1184         * configure.in: Check for MPFR as well as GMP.
1185         * configure: Regenerate.
1186
1187 2004-08-01  Robert Millan  <robertmh@gnu.org>
1188
1189         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
1190         libmudflap for all GNU-based systems (with Glibc).
1191         * configure: Regenerate.
1192
1193 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
1194
1195         * Makefile.def (host-modules): Add gcc.
1196         * Makefile.in: Regenerate.
1197         * Makefile.tpl (sorry): New rule.
1198         (configure-host, all-host, [+make_target+]-host, do-check,
1199         install-host): Do not add gcc as a special case.
1200         (host modules): Add a small special-casing for gcc.  Export
1201         extra_make_flags through the environment.
1202         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
1203         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
1204         other recursive targets for gcc): Remove.
1205
1206         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
1207         (stage, unstage): New rules.
1208         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
1209         distclean-stage[+id+]): Use stage_current.
1210         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
1211         the stage*-start rules.
1212
1213 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
1214
1215         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
1216         use -all_load flag.
1217
1218 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
1219
1220         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
1221         * configure: Regenerate.
1222
1223 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
1224
1225         * maintainer-scripts/gcc_release: Revert yesterday's change.
1226
1227 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
1228
1229         * MAINTAINERS: Add myself to write-after-approval.
1230
1231 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
1232
1233         * libf2c: Removed.
1234         * gcc/gccbug.in: Updated because of libf2c removal.
1235         * maintainer-scripts/gcc_release: Ditto.
1236
1237 2004-07-09  Loren J. Rittle <ljrittle@acm.org>
1238
1239         * configure.in: Build libmudflap by default on FreeBSD.
1240         * configure: Regenerated.
1241
1242 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
1243
1244         * configure.in: Do not build libmudflap by default on non-GNU/Linux
1245         systems.
1246         * configure: Regenerated.
1247
1248 2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1249
1250         PR target/16344
1251         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
1252         feedback based compiler.
1253         * Makefile.in: Rebuilt.
1254
1255 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
1256
1257         * Makefile.def (host_modules): Set bootstrap=true for flex.
1258         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
1259         * Makefile.in: Rebuilt.
1260
1261 2004-07-07  Jan Hubicka  <jh@suse.cz>
1262
1263         * MAINTAINERS: Add self as a profile feedback maintainer.
1264
1265 2004-07-05  Phil Edwards  <phil@codesourcery.com>
1266
1267         * configure.in:  Do not prepend $srcdir to /dev/null in
1268         makefile fragments.
1269         * configure:  Regenerate.
1270
1271 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
1272
1273         * Makefile.def (build_modules): Add bison, byacc, flex,
1274         m4, texinfo.
1275         (flags_to_pass): Add FLEX.
1276         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
1277         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
1278         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
1279         DEFAULT_MAKEINFO): Remove.
1280         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
1281         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
1282         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
1283         objdir or else use configured tool.
1284         (all-build): New.
1285         (all): Depend on it.
1286         (Build module dependencies): Add.
1287         * Makefile.in: Regenerate.
1288         * configure.in: Better support for multiple build modules,
1289         matching what is done for host/target modules.  Do not look
1290         for "plausible" locations of build tools if Canadian cross.
1291         Use autoconf's AC_PROG_CC to find a C compiler.  Define
1292         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
1293         * configure: Regenerate.
1294
1295 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
1296
1297         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
1298         * Makefile.in: Regenerate.
1299
1300 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
1301
1302         * Makefile.tpl (configure-build-[+module+],
1303         configure-[+module+], configure-target-[+module+]): Pass
1304         [+extra_configure_args+].
1305         (all-build-[+module+], all-[+module+], check-[+module+],
1306         install-[+module+], [+make_target+]-[+module+],
1307         all-target-[+module+], check-target-[+module+],
1308         install-target-[+module+], [+make_target+]-target-[+module+]):
1309         Pass [+extra_make_args+].
1310         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
1311         (GCC_HOST_EXPORTS): Remove.
1312         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
1313         cross, check-gcc, check-gcc-c++, install-gcc,
1314         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
1315         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
1316         * Makefile.in: Regenerate.
1317
1318 2004-06-21  Matthew Sachs  <msachs@apple.com>
1319
1320         * MAINTAINERS: Added self to write-after-approval.
1321
1322 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
1323
1324         * configure.in: Check for srcdir/winsup rather than build directory
1325         winsup.
1326         * configure: Regenerate.
1327
1328 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
1329
1330         * configure.in: Don't build Cygwin native newlib if winsup
1331         directory is missing.  Emit warning instead.
1332         * configure: Regenerate.
1333
1334 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
1335
1336         * Makefile.tpl (touch-stage[+id+]): New.
1337         (restage[+prev+]): Depend on touch-stage[+id+].
1338
1339         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
1340         Use it throughout.
1341
1342         * Makefile.def: Add profile and feedback bootstrap stages.
1343         Remove next field from bootstrap stages.
1344         * Makefile.tpl (LN, LN_S): Substitute.
1345         (stageN-start, stageN-end): Use double-colon rules, to
1346         provide a hook for additional setup commands.
1347         (distclean-stageN-gcc, restageN): Create dependencies from
1348         [+prev+], not from [+next+].
1349         (stageN-bubble): Add commands for successive stages from
1350         [+prev+], using double-colon rules.
1351         (all-stageN-gcc): Fix typo.
1352         (stagefeedback-start, profiledbootstrap): New.
1353         * Makefile.in: Regenerate.
1354         * configure.in: Call ACX_PROG_LN.
1355         * configure: Regenerate.
1356
1357 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
1358
1359         * MAINTAINERS (Write After Approval): Add myself.
1360
1361 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
1362
1363         * MAINTAINERS (Write After Approval): Add myself.
1364
1365 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
1366
1367         * configure.in: Fix --enable-bootstrap breakage introduced in trees
1368         without gcc.
1369         * configure: Regenerate.
1370
1371 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
1372
1373         * Makefile.tpl: Fix typo.
1374         * Makefile.in: Regenerate.
1375
1376 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
1377
1378         * configure.in: Remove new- prefix from toplevel
1379         bootstrap targets.
1380         * configure: Regenerate.
1381
1382 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
1383
1384         * Makefile.tpl (all.normal): Rename to all.
1385         (all): Replace with a rule to pick the default
1386         target from configure.
1387         (all-gcc, configure-gcc): Use conditionals to
1388         do nothing when toplevel bootstrap is going on.
1389         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
1390         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
1391         * configure.in: Support --enable-bootstrap.
1392
1393         * Makefile.def: Remove new- prefix from toplevel
1394         bootstrap targets.
1395         * Makefile.tpl: Likewise.
1396
1397         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
1398         target.
1399
1400         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
1401         $(RECURSE_FLAGS) to recursive invocation of make.
1402
1403         * Makefile.in: Regenerate.
1404         * configure: Regenerate.
1405
1406 2004-05-30  Andreas Jaeger  <aj@suse.de>
1407             Jim Wilson <wilson@specifixinc.com>
1408
1409         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
1410         like CC.
1411
1412 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
1413
1414         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
1415         * configure: Regenerate.
1416
1417 2004-05-25  Daniel Jacobowitz  <drow@false.org>
1418
1419         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
1420         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
1421         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
1422         targets.
1423         * Makefile.in: Regenerate.
1424
1425 2004-05-24  Paolo Bonzini <bonzini@gnu.org>
1426
1427         * configure.in: Test the ability to symlink directories.
1428         * configure: Regenerate.
1429
1430         * Makefile.def (bootstrap-stage): New definitions.
1431         * Makefile.tpl (configure-stage1-gcc,
1432         configure-stage2-gcc, configure-stage3-gcc,
1433         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
1434         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
1435         new-restage3, compare): Autogenerate, see Makefile.in
1436         entry for behavioral changes.
1437         (distclean-stage1, new-stage1-start, new-stage1-end,
1438         new-stage1-bubble, distclean-stage2, new-stage2-start,
1439         new-stage2-end, new-stage2-bubble, distclean-stage3,
1440         new-stage3-start, new-stage3-end): New autogenerated targets.
1441         (objext, prebootstrap, BOOT_CFLAGS,
1442         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
1443         targets.
1444
1445         * Makefile.in: Regenerate.
1446         (distclean-stage1, new-stage1-start, new-stage1-end,
1447         new-stage1-bubble, distclean-stage2, new-stage2-start,
1448         new-stage2-end, new-stage2-bubble, distclean-stage3,
1449         new-stage3-start, new-stage3-end): New targets.
1450         (all-stage1-gcc): Move prebootstrap dependency from here...
1451         (configure-stage1-gcc): ...to here.
1452         (new-bootstrap): Use bubble targets.
1453         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1454         Use per-stage distclean targets.
1455         (configure-stage1-gcc, configure-stage2-gcc,
1456         configure-stage3-gcc, all-stage1-gcc,
1457         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
1458         Use new-stageN-start to prepare the tree.
1459
1460 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
1461
1462         * Makefile.def (host_modules): add libcpp.
1463         * Makefile.tpl: Add dependencies on and for libcpp.
1464         * Makefile.in: Regenerate.
1465         * configure.in: Add libcpp host module.
1466         * configure: Regenerate.
1467
1468 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
1469
1470         * Makefile.tpl: Whenever a recursive target is defined, wrap
1471         it in a special @if/@endif block, and prepare its maybe
1472         dependency in the @if/@endif block
1473         * configure.in: Instead of writing maybe dependencies, remove
1474         the @if/@endif statements, and remove the @if/@endif blocks
1475         that remain.
1476         * configure: Regenerate.
1477         * Makefile.in: Regenerate.
1478
1479 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
1480
1481         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
1482
1483 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
1484
1485         PR bootstrap/15120
1486         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
1487         * */configure: Rebuilt.
1488
1489 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
1490
1491         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
1492         of libf2c.
1493         * configure, Makefile.in: Regenerate.
1494
1495 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
1496
1497         * MAINTAINERS (Write After Approval): Add myself.
1498
1499 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
1500
1501         Merge from tree-ssa-20020619-branch.
1502
1503         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
1504         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
1505         (HOST_GMPLIBS): Define.
1506         (HOST_GMPINC): Define.
1507         (TARGET_LIB_PATH): Add libmudflap.
1508         (GFORTRAN_FOR_TARGET): Define.
1509         (configure-build*): Export GFORTRAN.
1510         (configure-gcc): Export GMPLIBS and GMPINC.
1511         (all-gcc): Add maybe-all-libbanshee.
1512         (configure-target-libgfortran): Define.
1513         * Makefile.in: Regenerate.
1514         * configure.in (host_libs): Add libbanshee.
1515         (target_libraries): Add target-libmudflap and target-libgfortran.
1516         Add --with-libbanshee.
1517         Handle --disable-libmudflap.
1518         (*-*-freebsd*): Use with_gmp.
1519         Add $(libgcj) to noconfigdirs.
1520         * configure: Regenerate.
1521         * depcomp: New file.
1522         * MAINTAINERS: Add tree-ssa maintainers.
1523
1524 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
1525
1526         * MAINTAINERS (Various Maintainers): Add myself.
1527
1528 2004-04-30  Brian Ford  <ford@vss.fsi.com>
1529
1530         * MAINTAINERS (Write After Approval): Add myself.
1531
1532 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
1533
1534         * MAINTAINERS (Write After Approval): Add myself.
1535
1536 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
1537
1538         * config/acx.m4: Fix fastcompare support for new-bootstrap.
1539         * configure: Regenerate.
1540
1541 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
1542
1543         Revert:
1544         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
1545
1546         * Makefile.def (flags_to_pass): Remove *dir variables that
1547         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1548         as well as prefix and exec_prefix.
1549         * Makefile.in: Regenerate.
1550
1551 2004-04-26  Robert Millan  <robertmh@gnu.org>
1552
1553         Add patches from libtool CVS.
1554         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
1555         * ltconfig: Likewise.
1556         * ltcf-c.sh: Likewise.
1557         * ltcf-cxx.sh: Likewise.
1558         * ltcf-gcj.sh: Likewise.
1559
1560 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
1561
1562         * Makefile.def (host_modules): Mark with the bootstrap
1563         flag packages on which gcc depends.
1564         * Makefile.tpl (all-bootstrap): Use it.
1565         * Makefile.in: Regenerate.
1566
1567 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
1568
1569         * Makefile.def (flags_to_pass): Remove *dir variables that
1570         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1571         as well as prefix and exec_prefix.
1572         * Makefile.in: Regenerate.
1573
1574 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
1575
1576         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
1577         * configure: Regenerate.
1578         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
1579         * gcc/Makefile.tpl (compare): Use the result of the test.
1580         * gcc/Makefile.in: Regenerate.
1581
1582 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
1583
1584         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
1585         Always relocate gcc and prev-gcc to the original names, even
1586         if the build fails.
1587         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1588         New targets.
1589
1590 2004-04-23  Laurent GUERBY <laurent@guerby.net>
1591
1592         * MAINTAINERS: Update my email address.
1593
1594 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1595
1596         * configure.in (mips*-*-irix5*): Enable ld.
1597         * configure: Regenerate.
1598
1599 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1600
1601         * configure: Regenerate.
1602
1603 2004-04-15  James E Wilson  <wilson@specifixinc.com>
1604
1605         * Makefile.tpl (configure-[+module+], configure-gcc,
1606         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
1607         Set and export LDFLAGS.
1608         * Makefile.in: Regenerate.
1609
1610 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
1611
1612         * MAINTAINERS: Add myself to write-after-approval.
1613
1614 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
1615
1616         PR bootstrap/14871
1617         * Makefile.tpl: If we don't have built-in-tree target tools,
1618         use the ones found by configure rather than hacking around with
1619         program_transform_name.
1620         * configure.in: Give Makefile.tpl the information necessary
1621         to do that.
1622         * Makefile.in: Regenerate.
1623         * configure: Regenerate.
1624
1625 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
1626
1627         PR bootstrap/14760
1628         * configure.in: When computing baseargs, strip *all* copies of
1629         offending options.  Also, don't match/substitute the trailing space,
1630         so that this actually works when two similar options are separated by
1631         only one space.
1632         * configure: Regenerate.
1633
1634 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
1635
1636         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
1637         (rs6000-*-aix*): Same.
1638         * configure: Regenerate.
1639
1640 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
1641
1642         * MAINTAINERS: Add myself to write-after-approval.
1643
1644 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
1645
1646         * MAINTAINERS: Add myself to write-after-approval.
1647
1648 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
1649
1650         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
1651         STRICT_WARN, WARN_CFLAGS flags passed down to make.
1652         * Makefile.in: Regenerate.
1653
1654         * configure.in (top level bootstrap support): Rework --enable-werror
1655         to set @stage2_werror_flag@.
1656         * configure: Regenerate.
1657         * Makefile.tpl (top level bootstrap support): Pass
1658         @stage2_werror_flag@ down to configure in stages 2 and 3.
1659         * Makefile.in: Regenerate.
1660
1661 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
1662
1663         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
1664         for stages 2 and 3 as well as in make.  As a consequence, remove
1665         OUTPUT_OPTION (now detected by configure) from the flags passed down
1666         to make.
1667         * Makefile.in: Regenerate.
1668
1669         * Makefile.tpl (new-bootstrap): Fix typo.
1670         * Makefile.in: Regenerate.
1671
1672 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
1673
1674         * Makefile.tpl: Rearrange by moving recursive_targets rules
1675         into their proper sections.
1676         * Makefile.tpl (top level bootstrap support): Move disabling
1677         of coverage flags from 'make' to 'configure'; improve comments.
1678         * Makefile.in: Regenerate.
1679
1680         * Makefile.tpl (experimental top level bootstrap) Move stage1
1681         language setting from all- target to configure- target; disable
1682         intermodule optimization in stage 1; prevent gratuitous rebuilds
1683         of stage 1.
1684         * Makefile.in: Regenerate.
1685         * configure.in: Comma-separate stage 1 language list for top
1686         level bootstrap.
1687         * configure: Regenerate.
1688
1689         * Makefile.tpl: Clean up experimental top level bootstrap support:
1690         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
1691         prev-gcc in configure- targets as well as all- targets.
1692         * Makefile.in: Regenerate.
1693
1694 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
1695
1696         * compile: New file imported from automake.
1697
1698 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
1699
1700         * configure.in: Remove symbolic link section.
1701         * configure: Regenerate.
1702         * Makefile.tpl (links): Remove.
1703         * Makefile.in: Regenerate.
1704
1705 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
1706             Nathanael Nerode  <neroden@gcc.gnu.org>
1707
1708         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
1709         Set with AC_CHECK_PROGS.
1710         * configure.in: Fix comment typo from last patch.
1711         * configure: Regenerate.
1712
1713 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
1714
1715         * Makefile.tpl: Introduce experimental top level bootstrap support.
1716         * Makefile.in: Regenerate.
1717         * configure.in: Introduce support for top level bootstrap.
1718         * configure: Regenerate.
1719
1720 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
1721             Paolo Bonzini  <bonzini@gnu.org>
1722
1723         PR bootstrap/14522
1724         * configure.in: Cope with shells that do not support unquoted ^
1725         * configure: Regenerate.
1726
1727 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
1728             Paolo Bonzini  <bonzini@gnu.org>
1729
1730         PR bootstrap/14522
1731         * configure.in: Cope with shells that do not support nesting
1732         quotes inside quoted backquote substitutions.
1733         * configure: Regenerate.
1734
1735 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
1736
1737         PR bootstrap/14522
1738         * configure.in: Fix escaping of $.
1739         * configure: Regenerate.
1740
1741 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
1742
1743         * configure: Regenerate, since I forgot to while committing Paolo's
1744         changes.
1745
1746 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
1747
1748         PR ada/14131
1749         Move language detection to the top level.
1750         * configure.in: Find default values for the tools as
1751         soon as possible.  Disable ada if GNAT is not found.
1752         Emit error message about missing languages.  Expand
1753         --enable-languages=all for the gcc subdirectory.
1754
1755 2004-03-10  Ben Elliston  <bje@gnu.org>
1756
1757         * MAINTAINERS: Update my email address.
1758
1759 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
1760
1761         * ltconfig: Disable building static libraries if building shared
1762         libraries on AIX 5L.
1763
1764 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
1765
1766         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
1767         and disable libgcj.
1768         * configure: Regenerated.
1769
1770 2004-03-01  Brian Booth  <bbooth@redhat.com>
1771
1772         * MAINTAINERS: Add myself to write-after-approval.
1773
1774 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
1775
1776         * MAINTAINERS: Add myself to write-after-approval.
1777
1778 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
1779
1780         PR bootstrap/7087
1781         * Makefile.tpl: Guard XFOO sed statements better.
1782         * Makefile.tpl: Add dependency for configure-target-libada.
1783         * Makefile.in: Regenerate (incidentally fixes broken
1784         commit when libada-branch was merged).
1785
1786 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
1787
1788         * MAINTAINERS: Add myself to write-after-approval.
1789
1790 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
1791
1792         * MAINTAINERS: Add Nicola Pero and myself as libobjc
1793         maintainers.
1794
1795 2004-02-20  Andrew Cagney  <cagney@redhat.com>
1796
1797         * config.guess: Update from version 2003-10-16 to 2004-02-16.
1798         * config.sub: Update from version 2003-11-03 to 2004-02-16.
1799
1800 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
1801
1802         PR bootstrap/11932
1803         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
1804
1805 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
1806
1807         * MAINTAINERS: Added myself to write-after-approval.
1808
1809 2004-02-14  Michael Koch  <konqueror@gmx.de>
1810
1811         * MAINTAINERS: Added myself to write-after-approval.
1812
1813 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
1814
1815         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
1816         some OS port maintainers to OS port maintainers section.
1817
1818 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
1819
1820         * MAINTAINERS: Add self.
1821
1822 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
1823
1824         * MAINTAINERS: Alphabetize.
1825
1826 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
1827
1828         * MAINTAINERS: Remove myself.
1829
1830 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
1831
1832         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
1833         (rs6000-*-aix*): Same.
1834         * configure: Regenerate.
1835
1836 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
1837
1838         * configure.in (host): Add in missing $noconfigdirs to defines.
1839         * configure: Regenerate.
1840
1841 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
1842             Nathanael Nerode  <neroden@gcc.gnu.org>
1843
1844         PR ada/6637, PR ada/5911
1845         Merge with libada-branch:
1846         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
1847         with appropriate dependencies. Add --enable-libada configure switch.
1848         * configure, Makefile.in: Regenerate.
1849
1850 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
1851
1852         * MAINTAINERS: Add myself to write-after-approval.
1853
1854 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1855
1856         * configure.in: Don't pass --with-stabs on IRIX 5 either.
1857         * configure: Regenerate.
1858
1859 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
1860
1861         Merge from upstream:
1862
1863         * ltmain.in: When setting IFS to '~', be careful about user
1864         arguments that contain '~'.
1865
1866         2004-02-04  Peter O'Gorman  <peter@pogma.com>
1867
1868         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
1869         Also test $base_compile against $CC with escaped arguments. Bug
1870         reported by Geoff Keating <geoffk@apple.com>.
1871
1872 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
1873
1874         * MAINTAINERS: Remove i960 port.
1875
1876 2004-01-23  DJ Delorie  <dj@redhat.com>
1877
1878         * Makefile.def (target_modules) [libiberty]: Don't stage.
1879         * Makefile.in: Rebuilt.
1880
1881 2004-01-20  Caroline Tice  <ctice@apple.com>
1882
1883         * MAINTAINERS: Add myself to write-after-approval.
1884
1885 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
1886
1887         * MAINTAINERS: Update my email address.
1888
1889 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
1890
1891         * MAINTAINERS: Add myself to write-after-approval.
1892
1893 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1894
1895         * MAINTAINERS: Remove entries without email address.
1896
1897 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
1898
1899         * MAINTAINERS: Add myself to write-after-approval.
1900
1901 2004-01-15  Steven Bosscher  <stevenb@suse.de>
1902
1903         * MAINTAINERS: Update my email address.
1904
1905 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
1906
1907         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
1908         * Makefile.tpl (configure-target-[+module+]): Support stage.
1909         * Makefile.in: Rebuilt.
1910
1911 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
1912
1913         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
1914
1915 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
1916
1917         * MAINTAINERS: Add myself as a MIPS maintainer.
1918
1919 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
1920
1921         * configure.in: Use ./config.cache, not config.cache.
1922         * configure: Regenerate.
1923         * Makefile.tpl: Special-casing not needed for GCC any more.
1924         * Makefile.in: Regenerate.
1925
1926         * configure.in: Don't share a cache file for host dirs.
1927         * configure: Regenerate.
1928
1929         * config-ml.in: Don't mess with the cache file.
1930
1931 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
1932
1933         * MAINTAINERS: Move myself from 'Write After Approval' to
1934         'CPU Port Maintainers' section as SPARC maintainer.
1935
1936 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
1937
1938         * Makefile.tpl: Make GCC use a separate config.cache.
1939         * Makefile.in: Regenerate.
1940
1941         PR bootstrap/11932, PR bootstrap/11933
1942         (I don't know if it will fix either of them, but it relates
1943         to them.)
1944         * configure.in: Don't use shared config.cache for target
1945         directories.
1946         * configure: Regenerate.
1947
1948 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
1949
1950         * MAINTAINERS: Add myself to 'Write After Approval' section.
1951
1952 2003-12-31  Roger Sayle  <roger@eyesopen.com>
1953
1954         * configure.in (ia64*-*-hpux*): Disable building java libraries.
1955         * configure: Regenerated.
1956
1957 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
1958
1959         * MAINTAINERS: Remove the mn10200 maintainer.
1960
1961 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
1962
1963         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
1964         * configure: Regenerated.
1965
1966 2003-12-16  Jan Hubicka  <jh@suse.cz>
1967
1968         * MAINTAINERS: Add myself as callgraph maintainer.
1969
1970 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
1971
1972         * configure.in (raw_libstdcxx_flags): Remove the leading space.
1973         * configure: Regenerate.
1974
1975 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1976
1977         * MAINTAINERS: Move myself from 'Bug database only accounts' to
1978         'Write After Approval' section. Update email.
1979
1980 2003-12-01  James Lemke <jim@wasabisystems.com>
1981
1982         * MAINTAINERS (Write After Approval): Add myself.
1983
1984 2003-11-20  Matt Thomas  <matt@3am-software.com>
1985
1986         * MAINTAINERS: Add myself as a vax port maintainer.
1987
1988 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
1989
1990         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
1991         (configure-build-[+module+], configure-[+module+]): Likewise.
1992         (configure-target-[+module+], configure-gcc, config.status): Likewise.
1993         * Makefile.in: Regenerate.
1994
1995 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
1996
1997         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
1998         shared/dylibed libraries.
1999         * ltmain.sh: Likewise.
2000         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
2001         * ltcf-cxx.sh: Likewise.
2002         * ltcf-gcj.sh: Likewise.
2003         * ltconfig: Likewise.
2004
2005 2003-11-17  Stan Cox  <scox@redhat.com>
2006
2007         * MAINTAINERS: Add myself as iq2000 port maintainer.
2008
2009 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
2010
2011         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
2012         * Makefile.in: Regenerate.
2013
2014 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
2015
2016         * config.sub: Update to 2003-11-03 version.
2017
2018 2003-10-20  Phil Edwards  <phil@codesourcery.com>
2019
2020         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
2021         * configure:  Regenerate.
2022
2023 2003-10-20  Nicolas Pitre <nico@cam.org>
2024
2025         * MAINTAINERS: Add myself to 'Write After Approval' section.
2026
2027 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
2028
2029         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
2030
2031 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
2032
2033         * MAINTAINERS: Update my email address.
2034
2035 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2036
2037         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
2038
2039 2003-10-17 Ralph Loader  <rcl@ihug.co.nz>
2040
2041         * MAINTAINERS: Add myself to 'Write After Approval' section.
2042
2043 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
2044
2045         * config.guess: Update to 2003-10-16 version.
2046         * config.sub: Update to 2003-10-16 version.
2047
2048 2003-10-15 David Daney  <ddaney@avtrex.com>
2049
2050         * MAINTAINERS: Added myself to 'Write After Approval' section.
2051
2052 2003-10-15  Falk Hueffner  <falk@debian.org>
2053
2054         * MAINTAINERS: Move myself from 'Bug database only accounts' to
2055         'Write After Approval' section. Update email.
2056
2057 2003-10-14  Roger Sayle  <roger@eyesopen.com>
2058
2059         * MAINTAINERS: Move myself from 'Write After Approval' to
2060         'Various Maintainers' section as middle-end maintainer.
2061
2062 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
2063
2064         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
2065         HOST_FLAGS_TO_PASS.
2066         * Makefile.in: Regenerate.
2067
2068 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
2069
2070         * config.guess: Update to 2003-10-07 version.
2071         * config.sub: Update to 2003-10-07 version.
2072
2073 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2074
2075         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
2076         * ltconfig (irix5*, irix6*): Don't override version_type.
2077
2078 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
2079
2080         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
2081         * configure: Rebuilt
2082         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
2083         * Makefile.in: Rebuilt
2084
2085 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
2086
2087         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
2088
2089 2003-09-30  Carlo Wood  <carlo@alinoe.com>
2090
2091        * MAINTAINERS (Write After Approval): Add myself.
2092
2093 2003-09-29  Paul Koning  <ni1d@arrl.net>
2094
2095         * MAINTAINERS: Move myself from "Write After Approval"
2096         to CPU platform maintainers for pdp11 platform.
2097
2098 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
2099
2100         * MAINTAINERS: Move myself from 'Write After Approval' to
2101         'Various Maintainers' section as libffi testsuite maintainer.
2102
2103 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
2104
2105         * configure.in: Pass a computed --program-transform-name
2106         to subconfigures.
2107         * configure: Regenerated.
2108
2109 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
2110
2111         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
2112         * Makefile.in: Regenerate.
2113
2114         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
2115         * Makefile.in: Regenerate.
2116
2117 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
2118
2119         * MAINTAINERS: Move myself from 'Write After Approval'
2120         to 'Various Maintainers' (objective-c) section.
2121
2122 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
2123
2124         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
2125         quoting.
2126         * configure: Regenerated.
2127
2128 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
2129
2130         * MAINTAINERS (Write After Approval): Add myself to write after
2131         approval list.
2132
2133 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
2134
2135        * MAINTAINERS (Write After Approval): Add myself.
2136
2137 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
2138
2139         * MAINTAINERS: Update my e-mail address.
2140
2141 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
2142
2143         * libtool.m4 (LD): Correct powerpc64 host match.
2144
2145 2003-09-06  James E Wilson  <wilson@tuliptree.org>
2146
2147         * MAINTAINTERS: Update my affiliation and email address.
2148
2149 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2150
2151         * MAINTAINERS (Write After Approval): Add myself.
2152
2153 2003-09-04  DJ Delorie  <dj@redhat.com>
2154
2155         * configure: Regenerate.
2156
2157 2003-09-04  Robert Millan  <robertmh@gnu.org>
2158
2159         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
2160
2161 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2162
2163         * configure.in: Ensure arguments to sed are properly spaced.
2164         * configure: Regenerate.
2165
2166 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
2167
2168         * MAINTAINERS: Update my e-mail address.
2169
2170 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
2171
2172         * MAINTAINERS (Write After Approval): Add myself.
2173
2174 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
2175
2176         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
2177         * configure: Regenerated.
2178
2179 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
2180
2181         * MAINTAINERS: Update my email address.
2182
2183 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
2184
2185         * configure.in:  Use newline instead of semicolon when assuming
2186         shell arguments in a for loop.
2187         * configure:  Regenerated.
2188
2189 2003-08-22  Jason Eckhardt  <jle@rice.edu>
2190
2191         * MAINTAINERS: Resurrect the i860 maintainer.
2192
2193 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
2194
2195         PR 8180
2196         * configure.in: When testing with_libs and with_headers, treat
2197         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
2198         * configure: Regenerate.
2199
2200         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
2201         make, shell, etc.
2202         (baseargs): Likewise.
2203         * configure: Regenerate.
2204
2205 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
2206
2207         * MAINTAINERS (Write After Approval): Add myself.
2208
2209 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
2210
2211         * configure.in: Disable libgcj for darwin not on powerpc.
2212         * configure: Rebuild.
2213
2214 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
2215
2216         * config-ml.in, symlink-tree: Add license.
2217
2218 2003-08-03  Richard Stallman  <rms@gnu.org>
2219             Eben Moglen  <moglen@columbia.edu>
2220
2221         * README.SCO: New file.
2222
2223 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
2224
2225         * Makefile.tpl (check, check-c++): Express dependencies using
2226         dependencies rather than commands.
2227         * Makefile.in: Regenerate.
2228
2229 2003-08-01  Andrew Cagney  <cagney@redhat.com>
2230
2231         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
2232         * configure: Ditto.
2233
2234 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
2235
2236         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
2237         * Makefile.in: Update.
2238
2239 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
2240
2241         * configure.in: Enable libgcj for darwin.
2242         * configure: Rebuild.
2243
2244 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
2245
2246         * config-ml.in:  Use ac_configure_args directly instead of
2247         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
2248         actually seen.
2249
2250 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
2251
2252         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
2253         creating target and build subdirs to build all parent dirs as needed.
2254         * Makefile.in: Rebuild.
2255         * configure.in: Don't build dirs explicitly here.
2256         * configure: Rebuild.
2257
2258 2003-07-26  Paul Brook  <paul@nowt.org>
2259
2260         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
2261
2262 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
2263
2264         * Makefile.tpl (all-make): Depend on intl.
2265         * Makefile.in: Rebuilt.
2266
2267 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
2268
2269         * install-sh:  Update to newer upstream versions (associated with
2270         aclocal 1.7).
2271         * mkinstalldirs:  Likewise.
2272         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
2273
2274 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
2275
2276         * MAINTAINERS: Move self from Bug database only accounts
2277         to write-after-approval.
2278
2279 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
2280
2281         * config.if: Remove unused libc_interface determination.
2282
2283 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
2284
2285         * MAINTAINERS: Move self from write-after-approval to
2286         build machinery (*.in).
2287
2288 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
2289
2290         PR bootstrap/11273
2291         PR bootstrap/11408
2292         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
2293         unused INSTALL_PROGRAM_ARGS.
2294         * configure.in: Use AC_PROG_INSTALL.
2295         * Makefile.in: Regenerate.
2296         * configure: Regenerate.
2297
2298 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
2299
2300         * MAINTAINERS: Alphabetize.
2301
2302 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
2303
2304         * configure: Rebuilt.
2305         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
2306         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
2307         newlib nor libgloss.
2308         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
2309         * configure.in (am33_2.0-*-linux*): Added.
2310
2311 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
2312
2313         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
2314         * configure: Regenerate.
2315
2316 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
2317
2318         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
2319         * Makefile.in: Regenerate.
2320
2321 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
2322
2323         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
2324         * Makefile.in: Regenerate.
2325
2326 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
2327
2328         * Makefile.tpl: Replace PWD with PWD_COMMAND.
2329         * Makefile.in: Regenerated.
2330
2331         * config-ml.in: Replace PWD with PWD_COMMAND.
2332
2333 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
2334
2335         * intl: New directory; see intl/ChangeLog for details.
2336         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
2337         * Makefile.tpl: all-gcc depends on maybe-all-intl.
2338         * Makefile.in: Regenerate.
2339
2340 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
2341
2342         * configure.in: Clean up config-lang.in handling.  Delete
2343         useless assignment to "subdirs".
2344         * configure: Regenerate.
2345
2346 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
2347
2348         * configure.in: Rename 'target_libs' to 'target_libraries'.
2349         Remove useless reference to 'target_libs'.
2350         * configure: Regenerate.
2351
2352 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
2353
2354         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
2355         * Makefile.in: Regenerate.
2356
2357 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
2358
2359         * Makefile.def: Introduce flags_to_pass.
2360         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
2361         * Makefile.in: Regenerate.
2362
2363 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
2364
2365         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
2366         and target-libgloss.
2367         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
2368         <h8300*-*-*>: Disable libf2c and ${libgcj}.
2369         * configure: Regenerate.
2370
2371 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
2372
2373         * configure.in: Update testsuite_flags to new location.
2374         * configure. Regenerate.
2375
2376 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
2377
2378         * Makefile.tpl: Remove BUILD_CC stuff.
2379         * Makefile.in: Regenerate.
2380
2381 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
2382
2383         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
2384
2385 2003-06-16  Graeme Peterson <gp@qnx.com>
2386
2387         * MAINTAINERS (Write After Approval): Add myself.
2388
2389 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
2390
2391         * config.guess: Update to 2003-06-12 version.
2392         * config.sub: Update to 2003-06-13 version.
2393
2394 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
2395
2396         * config.guess: Update to 2003-06-06 version.
2397         * config.sub: Update to 2003-06-06 version.
2398
2399 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2400
2401         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
2402         * configure. Regenerate.
2403
2404 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
2405
2406         * configure.in: Disable serial configure by default.
2407         * configure: Regenerate.
2408         * Makefile.tpl: Abolish .NOTPARALLEL.
2409         * Makefile.in: Regenerate.
2410
2411         * Makefile.tpl: Replace {build,host,target}_canonical by
2412         {build,host,target}.
2413         * Makefile.in: Regenerate.
2414
2415         * Makefile.tpl: Fix stupid pasto.
2416         * Makefile.in: Regenerate.
2417
2418 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
2419
2420         * Makefile.tpl: Remove bogus conditional.
2421         * Makefile.in: Regenerate.
2422
2423 2003-06-05  Jan Hubicka  <jh@suse.cz>
2424
2425         * Makefile.tpl (profiledbootstrap): New target.
2426         * Makefile.in (profiledbootstrap): New target.
2427
2428 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
2429
2430         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
2431         Pinski. Remove user names from other bugzilla-only maintainers.
2432
2433 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
2434
2435         * Makefile.tpl: Make 'recursive targets' using autogen rather
2436         than shell loop.  Remove duplicate 'clean' targets and false
2437         comments.
2438         * Makefile.def: Add systematic dependencies to 'recursive' targets.
2439         Add systematic method of specifying missing targets in subdirs.
2440         Add copyright boilerplate.
2441         * Makefile.in: Regenerate.
2442         * configure.in: Add 'recursive targets' to maybe list.
2443         * configure: Regenerate.
2444
2445         * MAINTAINERS: "GNATS only" -> "Bug database only".
2446
2447         * Makefile.tpl: Rename [+target+] to [+make_target+].
2448         * Makefile.def: Rename 'target' to 'make_target'.
2449
2450 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
2451
2452         * MAINTAINERS: Add self as options handling maintainer.
2453
2454 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
2455
2456         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
2457         been too long since I touched those ports.
2458
2459 2003-05-28  DJ Delorie  <dj@redhat.com>
2460
2461         * Makefile.tpl: Make maybe-check-gcc .PHONY.
2462         * Makefile.in: Regenerate.
2463
2464 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
2465
2466         * configure.in: Use curly braces in the definition of tooldir.
2467         * configure: Regenerate.
2468
2469 2003-05-21  DJ Delorie  <dj@redhat.com>
2470
2471         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
2472         newlib or libgloss.
2473         * Makefile.in: Regenerate.
2474
2475 2003-05-21  DJ Delorie  <dj@redhat.com>
2476
2477         * Makefile.tpl: Add missing empty maybe-check-gcc target.
2478         * Makefile.in: Regenerate.
2479
2480 2003-05-20  Ian Lance Taylor  <ian@airs.com>
2481
2482         * MAINTAINERS: Update my e-mail address.
2483
2484 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
2485
2486         * configure.in: Switch more things to use maybe dependencies.
2487         * Makefile.tpl: Switch more things to use maybe dependencies.
2488         Factor out common code from autogen IF statements.
2489         * configure: Regenerate.
2490         * Makefile.in: Regenerate.
2491
2492 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
2493
2494         * configure.in: Accept i[3456789]86 for machine type.
2495         * configure: Regenerate.
2496
2497 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
2498
2499         * configure.in: Switch more things to use maybe dependencies.
2500         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
2501         * configure: Regenerate.
2502         * Makefile.tpl: Switch more things to use maybe dependencies.
2503         * Makefile.in: Regenerate.
2504
2505 2003-05-16  Andreas Schwab  <schwab@suse.de>
2506
2507         * Makefile.tpl (install-opcodes): Define.
2508         * Makefile.in: Rebuild.
2509
2510 2003-05-13  Andreas Jaeger  <aj@suse.de>
2511
2512         * config.guess: Update to 2003-05-09 version.
2513         * config.sub: Update to 2003-05-09 version.
2514
2515 2003-05-13  Michael Eager <eager@mvista.com>
2516
2517         * configure.in: Correct sed script so that options in quotes are not
2518         deleted.
2519         * configure: Rebuild.
2520
2521 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
2522
2523         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
2524         and $$s/newlib/libc/sys/cygwin32 include paths.
2525         * configure: Ditto.
2526
2527 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
2528
2529         * MAINTAINERS: Update my email addresses.
2530
2531 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
2532
2533         * config-ml.in: Propagate INSTALL variables.
2534
2535 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2536
2537         * MAINTAINERS: Remove duplicate entries in Write After Approval.
2538
2539 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
2540
2541         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
2542         * Makefile.in: Regenerate.
2543
2544 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
2545
2546         * MAINTAINERS (GNATS only): Add Falk Hueffner.
2547
2548 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
2549
2550         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
2551
2552 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
2553
2554         * Makefile.tpl: Clean $(BUILD_SUBDIR).
2555         * Makefile.in: Regenerated.
2556
2557 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
2558
2559         * MAINTAINERS (Write After Approval): Upgrade myself from
2560         GNATS only to write-after-approval. Update my mail address.
2561
2562 2003-04-25  Loren J. Rittle <ljrittle@acm.org>
2563
2564         (OS Port Maintainers: freebsd): Add myself.
2565
2566 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
2567
2568         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
2569
2570 2003-04-22  Kean Johnston  <jkj@sco.com>
2571
2572         * MAINTAINERS (SCO ports): Added myself.
2573
2574 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
2575
2576         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
2577
2578 2003-04-19  Kean Johnston  <jkj@sco.com>
2579
2580         * MAINTAINERS (Write After Approval): Add myself.
2581
2582 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2583
2584         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
2585         * Makefile.in: Regenerate.
2586
2587 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
2588
2589         * configure.in (powerpc64*-*-linux*): Remove.
2590         * configure: Rebuilt.
2591
2592 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
2593
2594         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
2595         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
2596         and restrap.
2597         * Makefile.in:  Regenerate.
2598
2599 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
2600
2601         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
2602         * configure: Regenerated.
2603
2604 2003-04-15  DJ Delorie  <dj@redhat.com>
2605
2606         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
2607
2608 2003-04-13  Nick Clifton  <nickc@redhat.com>
2609
2610         * config-ml.in: Remove support for --disable-aix removing
2611         call-aix multilibs.
2612
2613 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
2614
2615         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
2616         * */configure: Rebuilt.
2617
2618 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
2619
2620         * MAINTAINERS: Add my email address.
2621
2622 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
2623
2624         * MAINTAINERS (Write After Approval): Add myself.
2625
2626 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
2627
2628         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
2629         * Makefile.in: Regenerate.
2630
2631 2003-03-14  Michael Chastain  <mec@shout.net>
2632
2633         * Makefile.in: Regenerate with correct Makefile.def.
2634
2635 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
2636
2637         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
2638         Make macro.
2639         * Makefile.in: Regenerate.
2640         * configure.in: Clean up gxx_include_dir logic.
2641         * configure: Regenerate.
2642
2643 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
2644
2645         * MAINTAINERS (Write After Approval): Add myself.
2646
2647 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
2648
2649         * MAINTAINERS: Update my mail address.
2650
2651 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2652
2653         * configure.in (gxx_include_dir): Fix typo.
2654         * configure: Regenerated.
2655
2656 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
2657
2658         * Makefile.tpl: Reindent.
2659         * Makefile.in: Regenerate.
2660         * configure.in: Reindent.  Don't set unused variables.
2661         * configure: Regenerate.
2662
2663 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
2664
2665         * configure.in: Include $(build_tooldir)/sys-include in
2666         FLAGS_FOR_TARGET.
2667         * configure: Regenerated.
2668
2669 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
2670
2671         * Makefile.tpl: Always pass down RANLIB.
2672         * Makefile.in: Regenerate.
2673
2674         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
2675         * Makefile.in: Regenerate.
2676         * configure.in: Remove unused logic relating to --enable-shared
2677         and --enable-threads.  Remove bogus comments.  Remove redundant
2678         noconfigdirs.
2679         * configure: Regenerate.
2680
2681         * configure.in: Replace ${libstdcxx_version} by its value.
2682         Remove reference to mh-dgux.
2683         * configure: Regenerate.
2684
2685 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
2686
2687         * MAINTAINERS (Write After Approval): Add myself.
2688
2689 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
2690
2691         * Makefile.tpl: Rearrange.
2692         * Makefile.in: Regenerate.
2693
2694 2003-02-25  Uwe Stieber <uwe@wwws.de>
2695
2696         * configure.in: Add support for kaOS as cross build target system.
2697         * configure: Regenerated.
2698
2699 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
2700
2701         * MAINTAINERS (Write after approval): Add myself.
2702
2703 2003-02-21  James E Wilson  <wilson@tuliptree.org>
2704
2705         * MAINTAINERS: Update my email address.
2706
2707 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
2708
2709         * MAINTAINERS: Add self to blanket write privs. section.
2710
2711 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
2712
2713         * Makefile.tpl: Add definition of CPPFLAGS to pass into
2714         configure-target-* as some target builds may require additional
2715         flags for preprocessor tests.
2716         * Makefile.in: Regenerated.
2717
2718 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
2719
2720         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
2721         * ltconfig: Handle it.
2722         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
2723         auto-detecting it.
2724
2725         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
2726         it is used as argument to $CC.
2727         * ltcf-gcj.sh: Likewise.
2728
2729         * configure.in: Introduce --enable-maintainer-mode.
2730         * configure: Rebuilt.
2731         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
2732         for maintainer mode.
2733         * Makefile.in: Rebuilt.
2734
2735 2003-02-18  Jason Merrill  <jason@redhat.com>
2736
2737         * Makefile.tpl (check-c++): Allow parallelism.
2738
2739 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2740
2741         * MAINTAINERS: Remove John Carr (who never actually had access to
2742         gcc.gnu.org).
2743
2744 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
2745
2746         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
2747         don't configure target-libobjc.
2748         * configure: Regenerate.
2749
2750 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2751
2752         * Makefile.tpl (RANLIB): Define.
2753         * Makefile.in: Regenerate.
2754
2755 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
2756
2757         * MAINTAINERS: Update my email.
2758
2759 2003-02-06  Keith R Seitz  <keiths@redhat.com>
2760
2761         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
2762         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
2763         * Makefile.in: Regenerated.
2764         * configure.in: Remove all traces of snavigator, db, and grep.
2765         * configure: Regenerated.
2766
2767 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2768
2769         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
2770         After Approval.
2771
2772 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
2773
2774         * MAINTAINERS (Write after approval): Add myself.
2775
2776 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
2777
2778         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
2779         * Makefile.in: Regenerated.
2780
2781 2003-01-30  Roger Sayle  <roger@eyesopen.com>
2782
2783         * config.guess: Updated to 2003-01-30's version.
2784         * config.sub: Updated to 2003-01-28's version.
2785
2786 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
2787
2788         * config.if: If gcc_version is already set, just use it.  Don't set
2789         gcc_version_trigger if it's already set, otherwise set it to
2790         gcc/version.c, but only if the file exists.  If it is not set and
2791         gcc/version.c does not exist, try to extract the version number from
2792         $CC.
2793
2794 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
2795
2796         * MAINTAINERS: Add myself to write-after-approval list.
2797
2798 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
2799
2800         * configure.in:  Revert 24Jan change.
2801         * configure:  Regenerate.
2802
2803 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2804
2805         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
2806         entry of HJ Lu.
2807
2808 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
2809
2810         * configure.in: Revert previous change.
2811         * configure: Regenerate.
2812
2813 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
2814
2815         * configure.in: Make rda native-only.
2816         * configure: Regenerate.
2817
2818 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2819
2820         * MAINTAINERS: Move myself from GNATS-only-accounts to
2821         write-after-approval.
2822
2823 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
2824
2825         * configure.in: Add missing \.
2826         * configure: Rebuilt.
2827
2828 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
2829
2830         * configure.in (baseargs): Avoid using \| in sed regular
2831         expressions.
2832         * configure: Rebuilt.
2833
2834 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
2835
2836         * configure.in (baseargs): Remove all supported forms of
2837         --cache-file, --srcdir, --host, --build and --target options
2838         from argument lists.
2839         * configure: Rebuilt.
2840
2841 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
2842
2843         * MAINTAINERS: Add myself to write-after-approval list.
2844
2845 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
2846
2847         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
2848         * configure: Rebuilt.
2849
2850 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
2851
2852         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
2853         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
2854         * Makefile.in: Regenerate.
2855         * configure: Regenerate.
2856
2857 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
2858
2859         * configure.in: Remove Makefile in build, host and target modules
2860         unless configure was run with --no-recursion.
2861         * configure: Rebuilt.
2862
2863 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
2864
2865         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
2866         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
2867         * Makefile.in: Regenerate.
2868
2869 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
2870
2871         * config.guess: Update to 2003-01-03 version.
2872         * config.sub: Update to 2003-01-03 version.
2873
2874 2003-01-07  Christopher Faylor  <cgf@redhat.com>
2875
2876         * configure: Regenerate with proper autoconf 2.13.
2877
2878 2003-01-07  Christopher Faylor  <cgf@redhat.com>
2879
2880         * configure.in: Add AC_PREREQ for consistency.
2881         * configure: Regenerate.
2882
2883 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
2884
2885         * configure.in (GDB_TK): Add tcl directories conditional on
2886         gdb/gdbtk directory being present.
2887         * configure: Regenerate.
2888
2889 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
2890
2891         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
2892         by gcc if LD is not defined and we are not doing a Canadian Cross.
2893         * configure: Rebuilt.
2894
2895 2002-12-31  Tom Tromey  <tromey@redhat.com>
2896
2897         * Makefile.in: Rebuilt.
2898         * Makefile.def (target_modules) [libffi]: Allow installation.
2899
2900 2002-12-31  Andreas Schwab  <schwab@suse.de>
2901
2902         * configure.in: Fix use of $program_transform_name.
2903         * configure: Regenerated.
2904
2905 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
2906
2907         * configure.in (baseargs): Don't remove first configure argument.
2908         * configure: Regenerated.
2909
2910 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
2911
2912         * Makefile.tpl (local-distclean): Don't remove...
2913         (multilib.ts): ... this.  Moved into...
2914         (multilib.out): ... this.  Don't use sub-make.
2915         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
2916         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
2917         (configure-build-[+module+], configure-[+module+],
2918         configure-target-[+module+], configure-gcc): ... these.  Test
2919         for Makefile existence.  Drop config.status from dependencies.
2920         * Makefile.in: Rebuilt.
2921         * configure.in: Move gcc-version-trigger to the end of
2922         ac_configure_args.  Add comments to maybedep.tmp and
2923         serdep.tmp.  Introduce --disable-serial-configure.  Remove
2924         nonopt from baseargs, matching and removing corresponding
2925         whitespace while at it.
2926         * configure: Rebuilt.
2927
2928 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
2929
2930         * configure.in (host_configargs): Replace reference to
2931         no-longer-defined buildopts with --build=${build_alias}.
2932         * configure: Rebuilt.
2933
2934         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
2935         program_transform_name to standard idiom.
2936         (AUTOGEN, AUTOCONF): Define.
2937         (Makefile.in): Use $(AUTOGEN).
2938         (Makefile): Depend on config.status, and use autoconf-style rule to
2939         build it.  Move original commands to...
2940         (config.status): ... this new target.
2941         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
2942         $(AUTOCONF).
2943         * Makefile.in: Rebuilt.
2944
2945 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
2946
2947         * Makefile.tpl: Fix dramatic bustage due to change in
2948         program_transform_name.
2949         * Makefile.in: Regenerate.
2950
2951         * configure.in: Remove unnecessary PATH setting.
2952         * configure: Regnerate.
2953
2954         * configure.in: Don't default to unprefixed tools unless
2955         the native tools will work.
2956         * configure: Regenerate.
2957
2958         * configure.in: Convert to autoconf script.  Blow away lots
2959         of now-redundant Makefile fragments.
2960         * configure: Generate using Autoconf.
2961         * Makefile.tpl: Rewrite to reflect autoconfiscation.
2962         * Makefile.in: Regenerate.
2963
2964 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
2965
2966         * configure: Fix stupid bug where RANLIB was mistakenly included.
2967
2968         * configure.in: Rename (buildargs, hostargs, targargs) to
2969         (build_configargs, host_configargs, target_configargs).
2970
2971         * configure.in: Move logic out of sed statement.
2972
2973         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
2974         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
2975
2976 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
2977
2978         * config.sub: Import from master repository
2979         * config.guess: Ditto
2980
2981 2002-12-24  Andreas Schwab  <schwab@suse.de>
2982
2983         * Makefile.tpl (multilib.out): Fix missing space.
2984         * Makefile.in: Regenerate.
2985
2986 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
2987
2988         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
2989         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
2990         * Makefile.in: Regenerate.
2991         * configure.in: Remove unnecessary leftovers.
2992
2993 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
2994
2995         * configure.in (extra_ranlibflags_for_target): New variable.
2996         (*-*-darwin): Add -c to ranlib commands.
2997         * configure (tooldir): Handle extra_ranlibflags_for_target.
2998
2999 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3000
3001         * Makefile.tpl: Revert HJL's change.
3002         * Makefile.in: Regenerated.
3003         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
3004         always.
3005
3006 2002-12-19  Andreas Schwab  <schwab@suse.de>
3007
3008         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
3009         * Makefile.in: Regenerate.
3010
3011 2002-12-18  H.J. Lu <hjl@gnu.org>
3012
3013         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
3014         * Makefile.in: Regenerated.
3015
3016         * configure.in (build_prefix): New. Substitute.
3017
3018 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3019
3020         * Makefile.tpl: Don't let real targets depend on phony targets.
3021         * Makefile.in: Regenerate.
3022
3023         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
3024         * Makefile.in: Regenerate.
3025
3026 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
3027
3028         * config.sub: Import from master repository
3029         * config.guess: Ditto
3030
3031 2002-12-16  Jason Merrill  <jason@redhat.com>
3032
3033         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
3034         previous 'make bootstrap'.
3035         * Makefile.in: Regenerate.
3036
3037 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
3038
3039         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
3040
3041 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
3042
3043         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
3044         * Makefile.in: Regenerate.
3045
3046 2002-12-13  Jason Merrill  <jason@redhat.com>
3047
3048         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
3049         library tests.
3050         (check-c++): Just depend on it and check-target-libstdc++-v3.
3051         * Makefile.in: Regenerate.
3052
3053 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
3054
3055         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
3056         * Makefile.in: Rebuilt.
3057
3058 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
3059
3060         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
3061
3062 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
3063
3064         * configure: Fix bug put in by gremlins.
3065
3066         * Makefile.tpl: Substitute more autoconfily.
3067         * configure: Substitute more autoconfily.
3068         * Makefile.in: Regenerate.
3069
3070 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
3071
3072         * config.sub: Import from master repository
3073         * config.guess: Ditto
3074         * MAINTAINERS: Added Svein Seldal under write after approval
3075
3076 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
3077
3078         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
3079         * Makefile.in (all-sim): Ditto.
3080
3081 2002-12-06  DJ Delorie  <dj@redhat.com>
3082
3083         * Makefile.tpl: Change configure dependencies to not have real
3084         targets depend on phony targets.
3085
3086 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
3087
3088         * configure.in: Revert unintentional change.
3089
3090         * Makefile.tpl: Change dependency for */multilib.out so that
3091         it works when gcc isn't in the tree.
3092
3093         * configure.in: Substitute more.
3094         * configure: Run subconfigures from the Makefile.
3095         * Makefile.tpl: Run subconfigures from the Makefile; add a few
3096         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
3097
3098 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3099
3100         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
3101
3102 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3103
3104         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
3105         and corresponding dependencies.
3106         * Makefile.in: Regenerate.
3107
3108         * configure.in (host_tools): Order binutils, gas and ld for
3109         convenience in running the testsuites.
3110
3111         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
3112         * Makefile.in: Regenerate.
3113         * configure.in: Introduce rules to serialize subconfigure runs.
3114
3115         * configure.in: Introduce BASE_CC_FOR_TARGET.
3116         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
3117         Realize configure-build-* targets.  Realize configure-target-* targets.
3118         * Makefile.in: Regenerate.
3119
3120 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3121
3122         * configure: Move gcc_version_trigger stuff from here...
3123         * configure.in: ...to here.
3124
3125         * configure.in: Separate subconfigure options added by this file from
3126         options given by the user.  Add machinery to put args for host
3127         subconfigures into the Makefile.
3128
3129         * Makefile.tpl: Remove 'vault' targets.
3130         * Makefile.tpl: Reorder and comment dependencies.
3131         * Makefile.in: Regenerate.
3132
3133 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
3134         * configure.in: Fix my broken commit of previous patch. (sigh)
3135
3136 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
3137
3138         * configure.in: Move host-specific darwin noconfigdirs into
3139         the host-specific section.
3140
3141 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
3142
3143         * configure.in: Move host-specific darwin noconfigdirs into
3144         the host-specific section.
3145
3146 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
3147
3148         * configure: Remove skip-this-dir support.
3149         * Makefile.tpl: Remove skip-this-dir support.
3150
3151         * Makefile.tpl: Remove leftover support for non-autoconfiscated
3152         subdirectories.
3153         * Makefile.in: Regenerate.
3154
3155         * Makefile.tpl: Strip out useless setting of 'dir'.
3156         * Makefile.in: Regenerate.
3157
3158 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
3159
3160         * configure.in: Fix deeply stupid bug.
3161
3162         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
3163         shell code in CXX_FOR_TARGET
3164         * Makefile.def: Introduce raw_cxx.
3165         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
3166         RAW_CXX_FOR_TARGET.
3167         * Makefile.in: Regenerate.
3168
3169 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
3170
3171         * Makefile.tpl: Remove unnecessary ifs.
3172         * Makefile.in: Regenerate.
3173
3174         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
3175         dependencies.  Maybe-ize build-libiberty.  Create dummy install
3176         targets for 'no_install' modules.
3177         * configure: Move GDB_TK substitution to configure.in.  Move
3178         build_modules stuff to configure.in.
3179         * configure.in: Implement soft dependency machinery.  Maybe-ize
3180         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
3181         * Makefile.in: Regenerate.
3182
3183 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3184
3185         * Makefile.tpl: Make all-target, install-target behave similarly
3186         to all, install (only hitting configured targets).  Eliminate
3187         unused macro defintions.
3188
3189         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
3190         build != host.
3191
3192         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
3193
3194         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
3195
3196         * configure.in: Produce lists of subdir targets we're actually
3197         configuring.  Remove references to "dosrel".
3198         * Makefile.tpl: Let configure set which subdir targets are hit.
3199         Remove install-cross; clean up install; remove ALL.  Remove
3200         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
3201         Autogenerate host module targets.  Remove empty dependency lines
3202         and redundant dependency; rearrange slightly.
3203         * Makefile.def: Add host-side libtermcap, utils.
3204
3205         * Makefile.in: Regenerate.
3206
3207 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3208
3209         * ltconfig (osf[345]): Append $major to soname_spec.
3210         Reflect this in library_names_spec.
3211         * ltmain.sh (osf): Prefix $major with . for use as extension.
3212
3213 2002-11-19  Andreas Jaeger  <aj@suse.de>
3214
3215         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
3216         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
3217         and sparc64 GNU/Linux systems.
3218
3219 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
3220
3221         * MAINTAINERS: Update email.
3222
3223 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3224
3225         * MAINTAINERS: Complete James Dennett's entry.
3226
3227 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
3228
3229         * MAINTAINERS (Write After Approval): Add myself.
3230
3231 2002-11-13  Bruce Korb  <bkorb@gnu.org>
3232
3233         * Makefile.tpl: syntactic cleanup
3234
3235 2002-11-13 Stuart Hastings <stuart@apple.com>
3236
3237         * MAINTAINERS: Add myself to write-after-approval list.
3238
3239 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
3240
3241         * Makefile.def: Add list of recursive targets to autogenerate.
3242         Add build_modules.
3243         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
3244         targets.  Autogenerate *-build-* targets.
3245         * Makefile.in: Regenerate.
3246
3247 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
3248
3249         * configure: More autoconf-style substitutions.
3250         * Makefile.tpl: More autoconf-style substitutions.
3251         * Makefile.in: Regenerate.
3252
3253 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
3254
3255         * configure: Substitute more variables in a more autoconf-friendly
3256         way.  Simplify slightly.
3257         * Makefile.tpl: Make more variables substitutable in an
3258         autoconf-friendly way.
3259         * Makefile.in: Regenerate.
3260
3261 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
3262
3263         * MAINTAINERS (Write After Approval): Add myself.
3264
3265 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
3266
3267         * configure.in (v810*): Remove special setting of tools.
3268
3269         * configure: Add support for extra required flags for ar or nm.
3270         * configure.in (aix4.3+): Use above support for target-specific
3271         issues, rather than using config/mt-aix43.
3272
3273 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3274
3275         * configure: Remove 'removing', which doesn't work.  Replace $subdir
3276         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
3277         with $srcdir.  Reformat indentation.  Substitute some variables
3278         formerly hard-coded in the Makefile for build=host.
3279         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
3280         * Makefile.def: Autogenerate more.
3281         * Makefile.in: Regenerate.
3282
3283 2002-11-04  Adam Nemet  <anemet@lnxw.com>
3284
3285         * MAINTAINERS (Write After Approval): Add myself.
3286
3287 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
3288
3289         * Makefile.def (host_modules): Add rda.
3290         * Makefile.in: Regenerate.
3291         * configure.in (target_tool): Add target-rda to list.
3292
3293 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3294
3295         * MAINTAINERS: Remove "co-maintainer" note for web pages.
3296
3297 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
3298
3299         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
3300         and restrap targets to this rule.
3301         * Makefile.in:  Regenerate.
3302
3303 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3304
3305         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
3306         GNATS only accounts.
3307
3308 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
3309
3310         * configure.in (i[3456]86-*-linux*): Add check to disable
3311         ${libgcj} for glibc1.
3312
3313 2002-10-24  Denis Chertykov  <denisc@overta.ru>
3314
3315         * MAINTAINERS: Add myself as ip2k port maintainer.
3316
3317 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
3318
3319         * configure.in: Add tic4x target.
3320
3321 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3322
3323         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
3324         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
3325         * Makefile.in: Regenerate.
3326
3327         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
3328         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
3329         * Makefile.in: Regenerate.
3330
3331 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
3332
3333         * MAINTAINERS: Add myself as web pages co-maintainer.
3334
3335 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3336
3337         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
3338         * Makefile.in: Regenerate.
3339
3340 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
3341
3342         * MAINTAINERS: Add myself and Nathan Sidwell
3343         <nathan@codesourcery.com> as VxWorks maintainers.
3344
3345 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3346
3347         * Makefile.def: Remove order dependency comments.
3348         * Makefile.tpl: Add explicit install-install dependencies.
3349         * Makefile.in: Regenerate.
3350
3351         * Makefile.tpl: Remove material now in src-release.  (Finally!)
3352         * Makefile.in: Regenerate.
3353
3354         * Makefile.tpl: Add configure-target (for src-release in src)
3355         * Makefile.in: Regenerate.
3356
3357 2002-09-30  Nick Clifton  <nickc@redhat.com>
3358
3359         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
3360
3361 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
3362
3363         * configure.in (s390*-*-linux*): Enable libgcj.
3364
3365 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
3366
3367         * configure: Revert accidentally applied changes.
3368
3369         * Makefile.tpl: Make more autoconf-friendly.
3370         * Makefile.in: Regenerate.
3371         * configure: Make substitution more autoconf-like.
3372
3373 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
3374
3375         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
3376         single entry to handle all these.
3377         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
3378         libjava on arm-*-elf.
3379
3380 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
3381
3382         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
3383         things that depend on them.
3384
3385 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
3386
3387         * Makefile.tpl: Make subsituted variables more autoconfy.
3388         * Makefile.in: Regenerate.
3389         * configure: Make seds more autoconfy.
3390
3391 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
3392
3393         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
3394         * Makefile.in: Regenerate.
3395         * configure.in: Rewrite sed statements to look autoconfy.
3396
3397         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
3398         all-target-foo on configure-target-foo.
3399         * Makefile.def: Ditto.
3400         * Makefile.in: Rebuild.
3401
3402 2002-09-25  Andrew Haley  <aph@redhat.com>
3403
3404         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
3405
3406 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
3407
3408         * Makefile.def: New file.
3409         * Makefile.tpl: New file.
3410         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
3411         * contrib/gcc_update: Note that Makefile.in is a generated file.
3412
3413         * configure.in: Minor rearrangement.  Simplify tests.
3414
3415 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
3416
3417         * configure.in (with_headers): Skip copy if value is "yes".
3418         (with_libs): Likewise.
3419
3420 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
3421
3422         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
3423         * configure.in (sh*-*-pe*): Ditto.
3424         * configure.in (mips*-*-pe*): Ditto.
3425         * configure.in (*arm-wince-pe): Ditto.
3426
3427         * configure.in: Rearrange.
3428
3429 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
3430
3431         * MAINTAINERS: Update my email address.
3432
3433 2002-08-30  Paul Koning  <pkoning@equallogic.com>
3434
3435         * MAINTAINERS: (Write After Approval): Add myself.
3436
3437 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
3438
3439         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
3440
3441 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
3442
3443         * MAINTAINERS: Change my mailing address.
3444
3445 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
3446
3447         * MAINTAINERS (Write After Approval): Remove myself.
3448         (Various Maintainers: c++ runtime libs): Add myself.
3449
3450 2002-08-20  Loren J. Rittle <ljrittle@acm.org>
3451
3452         * MAINTAINERS (Write After Approval): Remove myself.
3453         (Various Maintainers: c++ runtime libs): Add myself.
3454
3455 2002-08-15  Eric Christopher  <echristo@redhat.com>
3456
3457         * config.sub: Import from master repository.
3458         * config.guess: Ditto.
3459
3460 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
3461
3462         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
3463         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
3464         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
3465
3466 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
3467
3468         * MAINTAINERS: Add self to rs6000 vector extensions.
3469
3470 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
3471
3472         * libiberty/configure: Reverted unintended yesterday's check in.
3473
3474 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
3475
3476         * boehm-gc/configure, libf2c/configure: Rebuilt.
3477         * libffi/configure, libiberty/configure: Ditto.
3478         * libjava/configure, libobjc/configure: Ditto.
3479         * libstdc++-v3/configure, zlib/configure: Ditto.
3480         Merged from binutils:
3481         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
3482         From Steve Ellcey <sje@cup.hp.com>:
3483         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
3484         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
3485         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
3486         IA64.
3487         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
3488         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
3489         soname_spec, sys_lib_search_path_spec): Ditto.
3490
3491 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
3492
3493         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
3494
3495 2002-08-04  H.J. Lu  (hjl@gnu.org)
3496
3497         * configure.in (mips*-*-linux*): Don't skip target-libffi.
3498
3499 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
3500
3501         * MAINTAINERS (Write After Approval): Add myself.
3502
3503 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
3504
3505         * configure.in: Move generic linux case to end.  Copy generic
3506         linux noconfigdirs to mips*-*-linux* entry and new
3507         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
3508
3509 2002-07-19  Michael Matz  <matz@suse.de>
3510
3511         * MAINTAINERS: Add myself as ra* maintainer.
3512
3513 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
3514
3515         * config.guess: Update to 2002-07-09 version.
3516         * config.sub: Update to 2002-07-03 version.
3517
3518 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
3519
3520         * MAINTAINERS: Fix typo in a maintainer email address.
3521
3522 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
3523
3524         * configure.in: Remove two redundant tests.
3525
3526 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3527
3528         * configure.in (mips*-*-irix6*o32): Enable stabs.
3529
3530 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
3531
3532         * configure.in: Don't build grez.
3533         * Makefile.in: Ditto.
3534
3535         * Makefile.in: Remove references to bsp, cygmon, libstub.
3536         * configure.in: Ditto.
3537
3538         * configure.in: Remove leftover reference to gdbtest.
3539
3540 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
3541
3542         * configure.in (gxx_include_dir):  Change to match versioned
3543         C++ headers if --enable-version-specific-runtime-libs is used.
3544
3545 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
3546
3547         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
3548
3549 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3550
3551         * configure.in: Make --without-x work.
3552
3553 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3554
3555         * configure.in: Rearrange target Makefile fragment collection.
3556
3557         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
3558         cvs[src].
3559         * configure.in: Ditto.
3560
3561 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
3562
3563         * MAINTAINERS (Write After Approval): Update my e-mail address.
3564
3565 2002-06-24  Ben Elliston  <bje@redhat.com>
3566
3567         * configure.in (host_tools): Remove cgen.
3568
3569         * Makefile.in (all-cgen): Remove; runs from its source directory.
3570         (check-cgen, install-cgen, clean-cgen): Likewise.
3571         (all-opcodes): Do not depend on all-cgen.
3572         (all-sim): Likewise.
3573
3574 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
3575
3576         * Makefile.in: Eliminate 'apache' targets.
3577         * configure.in: Eliminate 'apache' targets.
3578
3579         * configure.in: Eliminate redundant tests.  Reorganize.
3580
3581         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
3582
3583         * config-ml.in: Eliminate references to Cygnus configure.
3584
3585         * Makefile.in: Eliminate references to building emacs.
3586
3587 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
3588
3589         * MAINTAINERS: Update my email address.
3590
3591 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
3592
3593         * config.if (libstdcxx_incdir): Version C++ headers.
3594         (cxx_incdir): Remove.
3595
3596 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
3597
3598         * MAINTAINERS (Write After Approval): Add self.
3599
3600 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
3601
3602         * configure.in: Add support for ip2k.
3603
3604 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
3605
3606         * configure.in: Fix AIX configury bug.
3607
3608 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
3609
3610         * MAINTAINERS (Write After Approval): Add self.
3611
3612 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
3613
3614         * configure.in: replace ${topsrcdir} with ${srcdir}
3615
3616         * configure.in: Move definition of libstdcxx_flags
3617         right above usage, rather than waaay earlier.
3618
3619         * configure.in: Pull definition of is_cross_compiler earlier.
3620
3621         * configure.in: Rearrange a little.
3622
3623         * configure.in: Remove references to librx.
3624         * Makefile.in: Remove references to librx.
3625
3626 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
3627
3628         * config.sub: Add support for avr target.
3629         Import from master sources, rev 1.255
3630
3631 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
3632
3633         * configure, .cvsignore:  Revert previous change...
3634         * Makefile:  ...delete.
3635
3636 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
3637
3638         * configure.in: Eliminate ${gasdir} variable.
3639
3640 2002-06-18  Dave Brolley  <brolley@redhat.com>
3641
3642         * configure.in: Add support for frv.
3643         * config.sub: Add support for frv.
3644
3645 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
3646
3647         * configure:  Remove garbage from previous commit.
3648
3649 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
3650
3651         * configure:  For in-source builds, make a subdir and re-exec there.
3652         * Makefile:  New file.  Pass targets through to build directory.
3653         * .cvsignore:  No longer ignore "Makefile".
3654
3655 2002-06-16  Douglas Rupp  <rupp@gnat.com>
3656
3657         * MAINTAINERS (Write After Approval): Add self.
3658
3659 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3660
3661         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
3662
3663 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
3664
3665         * configure.in (vax-*-netbsd*): Re-enable gas.
3666
3667 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
3668
3669         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
3670         BUILD_PREFIX_1, to correct nomenclature.
3671         * configure: Likewise.
3672
3673         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
3674         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
3675
3676 2002-05-31  Olaf Hering  <olh@suse.de>
3677
3678         * config-ml.in: Propogate DESTDIR also.
3679
3680 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
3681
3682         * configure.in (vax-*-netbsd*): Don't build gas for this
3683         platform.
3684
3685 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
3686
3687         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
3688         and libgcj for AVR.
3689
3690 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
3691
3692         * MAINTAINERS (Write After Approval): Add myself.
3693
3694 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
3695
3696         * config.guess: Update to 2002-05-22 version.
3697         * config.sub: Likewise.
3698
3699 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3700
3701         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
3702         * config-ml.in: Likewise.
3703         * configure: Likewise.
3704         * configure.in: Likewise.
3705
3706 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
3707
3708         * MAINTAINERS: Update my email address.
3709
3710 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
3711
3712         * configure.in: Simplify makefile fragment collection.
3713
3714         * configure.in: Remove code to build emacs.
3715
3716         * configure.in : Remove --srcdir argument from targargs and buildargs
3717         (it's always overridden in the Makefile anyway).  Rearrange a bit.
3718
3719         * configure: Move some logic to configure.in.
3720         * configure.in: Move some logic from configure.
3721
3722 2002-05-11  Tom Tromey  <tromey@redhat.com>
3723
3724         * MAINTAINERS: Reflect libgcj reality.
3725
3726 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
3727
3728         * Makefile.in: Honour DESTDIR.
3729
3730 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
3731
3732         * config.guess: Import 2002-03-20 version.
3733         * config.sub: Import 2002-04-26 version.
3734
3735 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3736
3737         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
3738
3739 2002-05-07  Tim Josling  <tej@melbpc.org.au>
3740
3741         * MAINTAINERS: Add self.
3742
3743 2002-05-06  Loren J. Rittle <ljrittle@acm.org>
3744
3745         * ltmain.sh: Detect and handle object name conflicts
3746         while piecewise linking a static library.
3747
3748 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
3749
3750         * configure.in (noconfigdirs): Don't disable libgcj on
3751         sparc64-*-solaris* and sparcv9-*-solaris*.
3752
3753 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
3754
3755         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
3756
3757 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
3758
3759         * configure.in (FLAGS_FOR_TARGET): Do not add
3760         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
3761         on i[3456]86-*-linux*.
3762
3763 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
3764
3765         * configure.in (noconfigdirs): Replace [ ] with test.
3766
3767         * configure.in (noconfigdirs): Do not add target-newlib if
3768         target == i[3456]86-*-linux*, and host == target.
3769
3770 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
3771
3772         * configure.in: delete reference to absent file
3773
3774         * configure.in: replace '[' with 'test'
3775
3776         * configure.in: Eliminate references to gash.
3777         * Makefile.in: Eliminate references to gash.
3778
3779         * configure.in: remove useless references to 'pic' makefile fragments.
3780
3781         * configure.in: (*-*-windows*) Finish removing.
3782
3783         * configure.in: Eliminate redundant test for libgui.
3784
3785 2002-04-29  Roger Sayle  <roger@eyesopen.com>
3786
3787         * MAINTAINERS: Add self and realphabetize.  Update entries
3788         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
3789         entry for a29k port maintainer.
3790
3791 2002-04-26      Joel Sherrill <joel@OARcorp.com>
3792
3793         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
3794         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
3795
3796 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
3797
3798         * configure.in: remove references to dead files
3799
3800 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
3801
3802         * MAINTAINERS: Add information about purpose of this file.
3803
3804 2002-04-18  Tom Tromey  <tromey@redhat.com>
3805
3806         * configure.in: Disallow configuring libgcj when it is already
3807         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
3808         Solaris 2.8 by default.  For PR libgcj/6158.
3809
3810 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
3811
3812         * configure.in:  Move default CC setting out of config/mh-* fragments
3813         directly into here.
3814
3815 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
3816
3817         * configure.in: don't even try to configure or make a subdirectory
3818         if there's no configure script for it.
3819
3820 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
3821
3822         * MAINTAINERS: Remove chill maintainers.
3823         * Makefile.in (CHILLFLAGS): Remove.
3824         (CHILL_LIB): Remove.
3825         (TARGET_CONFIGDIRS): Remove libchill.
3826         (CHILL_FOR_TARGET): Remove.
3827         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
3828         CHILL_LIB.
3829         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
3830         (CHECK_TARGET_MODULES): Likewise.
3831         (INSTALL_TARGET_MODULES): Likewise.
3832         (CLEAN_TARGET_MODULES): Likewise.
3833         (configure-target-libchill): Remove.
3834         (all-target-libchill): Remove.
3835         * configure.in (target_libs): Remove target-libchill.
3836         Do not compute CHILL_FOR_TARGET.
3837         * libchill: Remove directory.
3838
3839 2002-04-11  DJ Delorie  <dj@redhat.com>
3840
3841         * Makefile.in, configure.in: Sync with binutils, entries
3842         follow...
3843
3844 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
3845
3846         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
3847         (do-tar, do-bz2): New rules.
3848         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
3849         (gdb-tar): New rule.
3850         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
3851         (insight_dejagnu.tar): New rule.
3852         (insight.tar): New rule.
3853         (gdb+dejagnu.tar): New rule.
3854         (gdb.tar): New rule.
3855
3856 2002-02-01  Mo DeJong  <supermo@bayarea.net>
3857
3858         * Makefile.in: Add all-tix to deps for all-snavigator
3859         so that tix is built when building snavigator.
3860
3861 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
3862
3863         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
3864         ld and gdb are not supported.
3865
3866 2002-01-07  Mark Salter  <msalter@redhat.com>
3867
3868         * configure.in: Remove target-bsp and target-cygmon from arm builds.
3869         Allow target-libgloss to be built for arm, strongarm, and xscale.
3870
3871 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
3872
3873         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
3874         options for i[3456]86-pc-linux* native builds.
3875
3876 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
3877
3878         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
3879         files from .po files for a distribution.
3880
3881 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
3882
3883         * configure.in: Enable libstdc++-v3 for h8300 targets.
3884
3885 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
3886
3887         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
3888         version from bfd/.
3889
3890 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
3891
3892         * Makefile.in (VER): When present, extract the version number from
3893         the file version.in.
3894
3895 2001-05-24  Tom Rix <trix@redhat.com>
3896
3897         * configure.in : enable ld for aix
3898
3899 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3900
3901         * config.guess: Add linux target for S/390.
3902
3903 2000-11-07  Philip Blundell  <pb@futuretv.com>
3904
3905         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
3906
3907 2000-11-03  Philip Blundell  <pb@futuretv.com>
3908
3909         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
3910         files.
3911
3912 2001-01-15  Ben Elliston  <bje@redhat.com>
3913
3914         * configure.in (host_tools): Add sid.
3915         Always configure cgen.
3916
3917 2000-11-24  Nick Clifton  <nickc@redhat.com>
3918
3919         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
3920
3921
3922 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
3923
3924         * Makefile.in (ALL_MODULES): Add all-cgen.
3925         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
3926         (all-cgen): New target.
3927         (all-opcodes,all-sim): Depend on all-cgen.
3928         * configure.in (host_tools): Add cgen.
3929         Only configure cgen if --enable-cgen-maint.
3930
3931 2002-04-09  Loren J. Rittle <ljrittle@acm.org>
3932
3933         * configure.in: Add *-*-freebsd* configurations.
3934
3935 2002-04-08  Tom Tromey  <tromey@redhat.com>
3936
3937         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
3938         Fixes PR libgcj/6068.
3939
3940 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
3941
3942         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
3943
3944 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3945
3946         * configure.in (alpha*-dec-osf*): Enable libgcj.
3947
3948 2003-03-27  Matthew Gingell <gingell@gnat.com>
3949
3950         * MAINTAINERS (Write After Approval): Add myself.
3951
3952 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
3953
3954         Fix for: PR bootstrap/3591, target/5676
3955         * configure.in (mcore-pe): Disable the configuration of
3956         libstdc++-v3 since exceptions are not supported.
3957
3958 2002-03-20  Anthony Green  <green@redhat.com>
3959
3960         * configure.in: Enable libgcj for xscale-elf target.
3961
3962 Tue Mar 19 09:05:08 2002  J"orn Rennecke <joern.rennecke@superh.com>
3963
3964         * MAINTAINERS:  Update my email address.
3965
3966 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
3967
3968         * ltmain.sh (relink_command): Fix typo in previous change.
3969
3970 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
3971
3972         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
3973         (relink_command): Added --tag flags.
3974         (mode=install): If relinking fails; error out.
3975
3976 2002-03-12  Richard Henderson  <rth@redhat.com>
3977
3978         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
3979         .NOTPARALLEL tag.
3980         (do-check): Rename from check.
3981         (check): Allow parallel check.
3982
3983 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
3984
3985         * MAINTAINERS: Add myself as maintainer for xtensa port.
3986         Fix alphabetical order in CPU port maintainer list.
3987         Remove myself from Write After Approval list.
3988
3989 2002-03-11  Richard Henderson  <rth@redhat.com>
3990
3991         * Makefile.in (.NOTPARALLEL): Add fake tag.
3992
3993 2002-03-07  H.J. Lu  (hjl@gnu.org)
3994
3995         * configure.in: Enable gprof for mips*-*-linux*.
3996
3997 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
3998
3999         * MAINTAINERS (Write After Approval): Add myself.
4000
4001 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
4002
4003         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
4004         libjava.
4005         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
4006
4007 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
4008
4009         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
4010         because its Makefile is there; test for the executable instead.
4011
4012 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
4013
4014         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
4015         libstdc++-v3 and libjava.
4016
4017 2002-02-11  Adam Megacz <adam@xwt.org>
4018
4019         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
4020         boehm-gc
4021
4022 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
4023
4024         * config.guess: Updated to 2002-01-30's version.
4025         * config.sub: Updated to 2002-02-01's version.
4026         Contribute sh64-elf.
4027         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
4028         * configure.in: Added sh64-*-*.
4029
4030 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
4031
4032         * MAINTAINERS: Belatedly add myself to write after approval list.
4033
4034 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
4035
4036         * MAINTAINERS: Put self in as maintainer for x86-64 port.
4037         Remove self as Write After Approval.
4038
4039 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
4040
4041         * MAINTAINERS: Put self in as maintainer for contrib/regression
4042         directory.
4043
4044 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
4045
4046         * MAINTAINERS:  Update my email address.
4047
4048 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
4049
4050         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
4051         target-libiberty, and target-libgloss.  Skip Java-related
4052         libraries if not supported for NetBSD on target CPU.
4053
4054 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
4055
4056         * install-sh: Use _inst.$$_ for temp file name.
4057
4058 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
4059
4060         * MAINTAINERS (Write After Approval): Move my contact info
4061         from here...
4062         (OS Port Maintainers): ...to here (netbsd).
4063
4064 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
4065
4066         * MAINTAINERS (Write After Approval): Add myself.
4067
4068 2002-01-17  H.J. Lu <hjl@gnu.org>
4069
4070         * Makefile.in (all-fastjar): Also depend on all-libiberty.
4071         (all-target-fastjar): Also depend on all-target-libiberty.
4072
4073 2002-01-16  H.J. Lu  (hjl@gnu.org)
4074
4075         * config.guess: Import from master sources, rev 1.225.
4076         * config.sub: Import from master sources, rev 1.238.
4077
4078 2002-01-16  Kazu Hirata  <kazu@hxi.com>
4079
4080         * MAINTAINERS (Write After Approval): Remove myself.
4081
4082 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
4083
4084         * MAINTAINERS (Write After Approval): Add myself.
4085
4086 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
4087
4088         * MAINTAINERS: Add self as docs co-maintainer.
4089
4090 2001-12-11  Matthias Klose  <doko@debian.org>
4091
4092         * MAINTAINERS (Write After Approval): Add myself.
4093
4094 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
4095
4096         * MAINTAINERS: Update my email address.
4097
4098 2001-12-07  Turly O'Connor  <turly@apple.com>
4099         * MAINTAINERS (Write After Approval): Add myself.
4100         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
4101         (rs6000_initialize_trampoline): Call __trampoline_setup for
4102         ABI_DARWIN too.
4103         * darwin-tramp.asm: New file, implements __trampoline_setup.
4104         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4105
4106 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
4107
4108         * MAINTAINERS (Write After Approval): Add myself.
4109
4110 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
4111
4112         * configure, configure.in: Use temp file for long sed commands.
4113
4114 2001-12-03  Laurent Guerby  <guerby@acm.org>
4115
4116         * config.sub: Update to version 1.232 on subversion.
4117
4118 2001-12-03  Ben Elliston  <bje@redhat.com>
4119
4120         * MAINTAINERS: Update mail address for config.* patches.
4121
4122 2001-11-27  DJ Delorie <dj@redhat.com>
4123             Zack Weinberg  <zack@codesourcery.com>
4124
4125         When build != host, create libiberty for the build machine.
4126
4127         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
4128         CONFIG_ARGUMENTS.
4129         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
4130         New variables.
4131         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
4132         and rules.
4133         (all.normal): Depend on ALL_BUILD_MODULES.
4134         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
4135         (all-build-libiberty): Depend on configure-build-libiberty.
4136
4137         * configure: Calculate and substitute proper value for
4138         ALL_BUILD_MODULES.
4139         * configure.in: Create the build subdirectory.
4140         Calculate and substitute TARGET_CONFIGARGS (formerly
4141         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
4142
4143 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
4144
4145         * MAINTAINERS (write-after-approval): Add self.
4146
4147 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
4148
4149         * MAINTAINERS (GNATS only accounts): Remove self.
4150
4151 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
4152
4153         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
4154         libf2c.
4155
4156 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
4157
4158         * MAINTAINERS (Write After Approval): Add self.
4159
4160 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
4161
4162         * MAINTAINERS: mips and s390 are also CPU ports.
4163
4164 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
4165
4166         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
4167
4168 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
4169
4170         * MAINTAINERS: Alphabetize.
4171
4172 2001-11-09  Kazu Hirata  <kazu@hxi.com>
4173
4174         * MAINTAINERS (Various maintainers: h8 port): Add myself.
4175
4176 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4177
4178         * MAINTAINERS (Various maintainers: hppa port): Added myself.
4179
4180 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
4181
4182         * configure.in (--enable-languages): Be more permissive about
4183         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
4184
4185 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
4186
4187         * config.sub: Import from master sources, rev. 1.230.
4188         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
4189
4190 2001-11-07  Laurent Guerby  <guerby@acm.org>
4191
4192         * MAINTAINERS (Write After Approval): Add self.
4193
4194 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
4195
4196         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
4197
4198 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
4199
4200         * config.sub: Import from master sources, rev 1.226.
4201         * config.guess: Import from master sources, rev 1.216.
4202
4203 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
4204
4205         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
4206         * MAINTAINERS: Add self as maintainer of MMIX port.
4207         Remove old after-approval entry.
4208
4209 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
4210
4211         * ChangeLog, configure: Fix spelling errors.
4212
4213 2001-10-20  Brendan Kehoe  <brendan@zen.org>
4214
4215         * MAINTAINERS: Tweak my address.
4216
4217 Thu Oct 11 21:50:15 2001  J"orn Rennecke <amylaar@onetel.net.uk>
4218
4219         * MAINTAINERS: Update my email address.
4220
4221 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
4222
4223         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
4224         * MAINTAINERS: Add self as maintainer of CRIS port.
4225
4226 2001-10-10  Geert Bosch  <bosch@gnat.com>
4227
4228         * MAINTAINERS (Various maintainers: Ada front end):
4229         Added Robert Dewar.
4230
4231 2001-10-03  David Billinghurst <David.Billinghurst@riotinto.com>
4232
4233         * MAINTAINERS (Write After Approval): Added self
4234
4235 2001-10-02  Geert Bosch  <bosch@gnat.com>
4236
4237         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
4238
4239 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
4240
4241         * configure: Handle temporary files securely using mkdir.
4242
4243 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
4244
4245         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
4246
4247 2001-09-26  Will Cohen <wcohen@redhat.com>
4248
4249         * configure.in (*-*-linux*): Disable configuration of target-newlib
4250         and target-libgloss.
4251
4252 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
4253
4254         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
4255         RANLIB.
4256
4257 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
4258
4259         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
4260         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
4261         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
4262         avoid quotes nesting problems.
4263         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
4264         (DO_X): Export only variables that are set.
4265
4266 2001-09-19  Ben Elliston  <bje@redhat.com>
4267
4268         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
4269         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
4270         semantics.  Use the shell built-in "type" command instead.
4271
4272 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
4273
4274         Merged from gcc-3_0-branch:
4275         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
4276         * ltcf-c.sh: Use $objext, not $ac_objext.
4277         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
4278         * ltcf-cxx.sh: Add support for GNU.
4279         2001-07-22  Timothy Wall  <twall@redhat.com>
4280         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
4281         default settings if using GNU tools with that configuration.
4282         * ltcf-cxx.sh: Ditto.
4283         * ltcf-gcj.sh: Ditto.
4284         2001-07-21  Michael Chastain  <chastain@redhat.com>
4285         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
4286         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
4287         * ltmain.sh: Mark as gcc-local.
4288
4289 2001-08-30  Eric Christopher  <echristo@redhat.com>
4290             Jason Eckhardt  <jle@redhat.com>
4291
4292         * config.guess: Merge from master sources.
4293         * config.sub: Merge from master sources, add support for mipsisa32.
4294
4295 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
4296         * config.sub: Merge from master sources, rev 1.219.
4297         * MAINTAINERS: Add self as contact for stormy16 port.
4298
4299 2001-08-14  Zack Weinberg  <zackw@panix.com>
4300
4301         * config.sub: Merge from master sources, rev 1.218.
4302         * config.guess: Merge from master sources, rev 1.209.
4303
4304 2001-08-11  Graham Stott  <grahams@redhat.com>
4305
4306         * Makefile.in (check-c++): Add missing semicolon.
4307
4308 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
4309
4310         * MAINTAINERS (Various maitainers: predict.def): Added myself.
4311
4312 2001-07-30  Eric Christopher  <echristo@redhat.com>
4313
4314         * MAINTAINERS (Various maintainers: mips port): Added myself.
4315
4316 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
4317
4318         * configure.in (sh-*-linux*): New.
4319
4320 2001-07-27  Richard Henderson  <rth@redhat.com>
4321
4322         * .cvsignore: Add LAST_UPDATED.
4323
4324 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
4325
4326         * MAINTAINERS (Various maintainers: s390 port): Added myself.
4327
4328 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
4329
4330         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
4331
4332 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
4333
4334         * MAINTAINERS (Write After Approval): Added myself.
4335
4336 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4337
4338         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
4339         and libgcj on m68hc11/m68hc12.
4340
4341 2001-06-27  H.J. Lu  (hjl@gnu.org)
4342
4343         * Makefile (CFLAGS_FOR_BUILD): New.
4344         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
4345
4346 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4347
4348         * README: Remove version number.
4349
4350 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4351
4352         * INSTALL/README: Update wrt. to the installation instructions now
4353         residing in gcc/doc/install.texi.
4354
4355 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4356
4357         * README: Replace with a cut-down and updated version of gcc/README.
4358
4359 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
4360
4361         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
4362         multilibs to be disabled.
4363
4364 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
4365
4366         * MAINTAINERS (Write After Approval): Add myself.
4367
4368 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
4369
4370         * config.guess: Import CVS version 1.195.
4371         * config.sub: Import CVS version 1.212.
4372
4373 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
4374
4375         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
4376         gcc/xgcc is built, use -print-prog-name to find out the program
4377         name to use.
4378
4379 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
4380
4381         * config.guess:  Import CVS version 1.194.  All gcc-local changes
4382         appear to also be in the master copy.
4383         * config.sub:  Import CVS version 1.211.
4384
4385 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
4386
4387         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
4388         with_gcc]: Use `gcc -shared' to build a shared library.
4389
4390 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4391
4392         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
4393         archives.
4394
4395 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4396
4397         * MAINTAINERS (Write After Approval): Add myself.
4398
4399 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
4400
4401         * configure.in (libstdcxx_flags): Do not try to execute
4402         libstdc++-v3/testsuite_flags until it exists.
4403
4404 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
4405
4406         * MAINTAINERS: Update my email address.
4407
4408 2001-05-31  Graham Stott  <grahams@redhat.com>
4409
4410         * MAINTAINERS (Write After Approval): Add myself.
4411
4412 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
4413
4414         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
4415         libraries when using g++ with native linker.
4416
4417 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
4418
4419         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
4420
4421 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
4422
4423         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
4424         [aix4*|aix5*]: Prepend blank.
4425
4426 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
4427
4428         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4429         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
4430         of subdir/configure scripts to use the new libtool.m4.
4431
4432 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
4433
4434         * MAINTAINERS (Write After Approval): Add myself.
4435
4436 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
4437
4438         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
4439
4440 2001-05-11  Ben Elliston  <bje@redhat.com>
4441
4442         * Makefile.in (all-sid): New target.
4443         (check-sid, clean-sid, install-sid): Likewise.
4444
4445 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
4446
4447         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
4448
4449 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
4450
4451         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
4452         libgcj.
4453
4454 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
4455
4456         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
4457         gcc/xgcc is built, use -print-prog-name to find out the program
4458         name to use.
4459
4460 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
4461
4462         * configure.in (noconfigdirs): Don't reset it from scratch in the
4463         target case; only append to it.
4464
4465         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
4466         sparc-*-solaris2.8]: Disable ${libgcj}.
4467
4468 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
4469
4470         * configure.in (libgcj_saved): Copy from $libgcj.
4471         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
4472         --disable-libgcj.
4473
4474 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
4475
4476         * MAINTAINERS: Remove self as MIPS maintainer and
4477         C front end maintainer.
4478
4479 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
4480
4481         * configure.in: Move *-chorusos target case to the proper switch.
4482         Disable libgcj.
4483
4484 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
4485
4486         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
4487         1.641.2.228.
4488
4489 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4490
4491         * Makefile.in (STAGE1_CFLAGS): Pass down.
4492
4493 2001-04-13  Alan Modra  <amodra@one.net.au>
4494
4495         * config.guess: Add hppa64-linux support.  Note for next import that
4496         this is already in the master file.
4497         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
4498
4499 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
4500
4501         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4502         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
4503
4504 2001-04-11  Stan Shebs  <shebs@apple.com>
4505
4506         * MAINTAINERS: Add self as Darwin port maintainer.
4507
4508 2001-04-11  Alan Modra  <amodra@one.net.au>
4509
4510         * MAINTAINERS: Update my email address.
4511
4512 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
4513
4514         * ltcf-cxx.sh: Support creation of C++ shared libraries on
4515         recent versions of FreeBSD (release 3 or later).
4516         * ltconfig: On FreeBSD, -lc must not be provided when building
4517         a shared library or else the standard -pthread gcc option is
4518         rendered worthless to later users of the built library.
4519
4520 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
4521
4522         * MAINTAINERS: Add self and RTH as C front end maintainers.
4523
4524 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
4525
4526         * config.sub: Make sure to match an already-canonicalized
4527         machine name (eg. mn10300-unknown-elf).
4528
4529 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
4530
4531         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
4532         New macros.
4533         (bootstrap, cross): Use RECURSE_FLAGS.
4534         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
4535
4536 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
4537
4538         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
4539
4540 2001-03-22  Colin Howell  <chowell@redhat.com>
4541
4542         * Makefile.in (DO_X): Do not backslash single-quotes in
4543         backquotes (two places).
4544
4545 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
4546
4547         Re-installed:
4548         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
4549         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
4550         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
4551         * ltcf-cxx.sh: Likewise.
4552         * ltcf-gcj.sh: Likewise.
4553
4554 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4555
4556         * MAINTAINERS: Add myself as "documentation co-maintainer".
4557
4558 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
4559
4560         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4561         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
4562
4563 2001-03-19  Tom Tromey  <tromey@redhat.com>
4564
4565         * config-ml.in: Handle GCJ and GCJFLAGS.
4566
4567 2001-03-21  Michael Chastain  <chastain@redhat.com>
4568
4569         * Makefile.in: all-m4 depends on all-texinfo.
4570
4571 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
4572
4573         * MAINTAINERS: Add myself to write after approval list.
4574
4575 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
4576
4577         * Makefile.in (DO_X): Quote nested quotes.
4578
4579 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
4580
4581         * MAINTAINERS: Add myself to write after approval list.
4582
4583 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
4584
4585         * Makefile.in (DO_X): Use double quotes for quoting
4586         "RANLIB=$${RANLIB}".
4587
4588 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
4589
4590         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
4591
4592 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
4593
4594         * configure.in: Only use `lang_requires' for languages athat are
4595         actually enabled.
4596
4597 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
4598
4599         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
4600
4601 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
4602
4603         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
4604
4605 2001-03-07  Tom Tromey  <tromey@redhat.com>
4606
4607         * configure.in: Allow config-lang.in to set `lang_requires' to list
4608         of other required languages.
4609
4610 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
4611
4612         * Makefile.in: Remove RANLIB definition. Use RANLIB
4613         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
4614         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
4615
4616 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
4617             Alexandre Oliva  <aoliva@redhat.com>
4618
4619         * Makefile.in (check-c++): Use tabs, not spaces.
4620
4621 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
4622
4623         * MAINTAINERS: add myself to Write After Approval list.
4624
4625 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
4626
4627         * Makefile.in (check-c++): New rule.
4628
4629         * configure.in (target_libs): Remove libg++.
4630         (noconfigdirs): Remove libg++.
4631         (noconfigdirs): Same.
4632         (noconfigdirs): Same.
4633         (noconfigdirs): Same.
4634
4635         * config-ml.in: Remove libg++ references.
4636
4637         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
4638         (ALL_TARGET_MODULES): Same.
4639         (configure-target-libg++): Remove.
4640         (all-target-libg++): Remove.
4641         (configure-target-libio): Remove.
4642         (all-target-libio): Remove.
4643         (check-target-libio): Remove.
4644         (.PHONY): Remove.
4645         (libg++.tar.bz2): Remove.
4646         (all-target-cygmon): Remove libio.
4647         (all-target-libstdc++): Remove.
4648         (configure-target-libstdc++): Remove.
4649         (TARGET_LIB_PATH): Remove libstdc++.
4650         (ALL_GCC_CXX): Remove libstdc++.
4651         (all-target-gperf): Correct.
4652
4653 2001-02-16  Nick Clifton  <nickc@redhat.com>
4654
4655         * configure.in (noconfigdirs): Allow configuration of texinfo
4656         for Cygwin hosts.
4657
4658 2001-02-15  Anthony Green  <green@redhat.com>
4659
4660         * configure: Introduce GCJ_FOR_TARGET.
4661         * configure.in: Ditto.
4662         * Makefile.in: Ditto.
4663
4664 2001-02-13  Andreas Schwab  <schwab@suse.de>
4665
4666         * MAINTAINERS: Update mail address.
4667
4668 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4669
4670         * config.guess: Add linux target for S/390.
4671         * config.sub: Likewise.
4672
4673 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
4674
4675         * configure.in: for *-chorusos, don't config target-newlib and
4676         target-libgloss.
4677
4678 2001-02-06  Ben Elliston  <bje@redhat.com>
4679
4680         * configure: Output host type to stdout, not stderr.
4681
4682 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
4683
4684         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
4685         * ltcf-cxx.sh: Likewise.
4686
4687         * config.if: Assume enable_libstdcxx_v3 is defined.
4688
4689 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
4690
4691         Remove V2 C++ library.
4692         * configure.in: Remove --enable-libstdcxx_v3 support.
4693
4694 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
4695
4696         * include/demangle.h: Add prototype for java_demangle_v3.
4697
4698 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
4699
4700         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
4701
4702 2001-01-27  Richard Henderson  <rth@redhat.com>
4703
4704         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
4705
4706 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4707
4708         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
4709         Don't unset, it's non-portable and no longer necessary, set to empty
4710         instead.
4711
4712 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4713
4714         * ltconfig: Shell portability fix for the tagname validity check.
4715
4716 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
4717
4718         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
4719         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
4720
4721 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4722
4723         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
4724
4725 2001-01-26  Tom Tromey  <tromey@redhat.com>
4726
4727         * configure.in: Allow libgcj to be built on Sparc Solaris.
4728
4729 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
4730
4731         * ltcf-c.sh: Add aix5 case.
4732         * ltcf-cxx.sh: Likewise.
4733         * ltconfig: Likewise.
4734
4735 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
4736
4737         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
4738         keep at least one of build_libtool_libs or build_old_libs set to
4739         yes.
4740
4741         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
4742         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
4743
4744 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
4745
4746         * configure.in: Enable libgcj on several additional platforms.
4747
4748 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
4749
4750         * configure.in: Enable libgcj for linux targets.
4751
4752 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4753
4754         * MAINTAINERS (Write After Approval): Add myself.
4755
4756 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4757
4758         * MAINTAINERS: Add myself as vax port maintainer.
4759
4760 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
4761
4762         * MAINTAINERS: Add myself as Mercury front-end maintainer.
4763
4764 2001-01-09  Mike Stump  <mrs@wrs.com>
4765
4766         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
4767         failures of subdirectories.
4768
4769 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
4770
4771         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
4772         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
4773         * ltcf-cxx.sh: Likewise.
4774         * ltcf-gcj.sh: Likewise.
4775         * ltconfig.sh: Fix typo.
4776
4777 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
4778
4779         * configure: handle DOS-style absolute paths.
4780
4781 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
4782
4783         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
4784
4785 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
4786
4787         * MAINTAINERS: Add myself as avr port co-maintainer.
4788
4789 2000-12-28  Ben Elliston  <bje@redhat.com>
4790
4791         * MAINTAINERS: Add myself under ``Write After Approval''.
4792
4793 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
4794
4795         * texinfo: Remove directory from GCC.
4796
4797 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4798
4799         * COPYING: Update to current
4800         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
4801         to 19yy as example year in copyright notice).
4802
4803 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
4804
4805         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
4806         (libstdcxx_incdir): Pass down.
4807         * config.if: Remove expired bits for cxx_interface, add stub.
4808         (libstdcxx_incdir): Add variable for g++ include directory.
4809         * configure.in (gxx_include_dir): Use it.
4810
4811 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
4812
4813         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
4814         with old-email address from ``Write After Approval''.
4815
4816 2000-12-15  Andreas Jaeger  <aj@suse.de>
4817
4818         * configure.in: Handle lang_dirs.
4819
4820 2000-12-14  Tom Tromey  <tromey@redhat.com>
4821
4822         * MAINTAINERS: Removed brads.
4823
4824         * MAINTAINERS: Added gcj developers.
4825
4826 2000-12-13  Anthony Green  <green@redhat.com>
4827
4828         * configure.in: Disable libgcj for any target not specifically
4829         listed.  Disable libgcj for x86 and Alpha Linux until compatible
4830         with g++ abi.
4831
4832 2000-12-13  Mike Stump  <mrs@wrs.com>
4833
4834         * Makefile.in (local-distclean): Also remove fastjar.
4835
4836 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
4837
4838         * contrib/gcc_update: Add fastjar --touch entries.
4839
4840 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
4841
4842         * configure.in: Disable language-specific target libraries for
4843         languages that aren't enabled.
4844
4845 2000-12-10  Anthony Green  <green@redhat.com>
4846
4847         * configure.in: Define libgcj.  Disable libgcj target libraries for
4848         most targets.
4849
4850 2000-12-10  Neil Booth  <neilb@earthling.net>
4851
4852         * MAINTAINERS: Update mail address, remove from WAA list.
4853
4854 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4855
4856         * libjava: Imported from /cvs/java.
4857         * libffi: Likewise.
4858         * Boehm-gc: Likewise.
4859
4860 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4861
4862         * configure.in (target_libs): Revert 2000-12-08 patch.
4863         (noconfigdirs): Added target-libjava.
4864
4865 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
4866
4867         * djunpack.bat: removed.
4868
4869 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
4870
4871         * Makefile.in: handle DOS-style absolute paths.
4872         * config-ml.in: likewise.
4873         * symlink-tree: likewise.
4874
4875 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4876
4877         * fastjar: Imported.
4878
4879 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4880
4881         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
4882         libjava.
4883         * configure.in (target_libs): Removed `target-libjava'.
4884
4885 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4886
4887         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
4888         (ALL_MODULES): Added fastjar.
4889         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
4890         (all-target-libjava): all-fastjar replaces all-zip.
4891         (all-fastjar): Added.
4892         (configure-target-fastjar, all-target-fastjar): Likewise.
4893         * configure.in (host_tools): Added fastjar.
4894
4895 2000-12-07  Mike Stump  <mrs@wrs.com>
4896
4897         * Makefile.in (local-distclean): Remove leftover built files.
4898
4899 2000-11-24  Nick Clifton  <nickc@redhat.com>
4900
4901         * configure.in (xscale-elf): Add target.
4902         (xscale-coff): Add target.
4903
4904 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
4905
4906         * ltcf-cxx.sh: Support creation of C++ shared libraries on
4907         recent versions of FreeBSD (release 3 or later).
4908         * ltconfig: On FreeBSD, -lc must not be provided when building
4909         a shared library or else the standard -pthread gcc option is
4910         rendered worthless to later users of the built library.
4911
4912 2000-11-16  Fred Fish  <fnf@be.com>
4913
4914         * configure.in (enable_libstdcxx_v3): Fix typo,
4915         libstd++ -> libstdc++.
4916
4917 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4918
4919         * MAINTAINERS: Add self to Write After Approval list.
4920
4921 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
4922
4923         * MAINTAINERS: Update my email address.  Add myself to global write
4924         privs list.
4925
4926 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
4927
4928         * Makefile.in: Merge with src and libgcj.
4929         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
4930         configure-target-<library> when their configure scripts need the C
4931         or C++ library to have already been built to work properly.
4932         (do_proto_toplev): Set them to an empty string.
4933
4934         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
4935         (REALLY_SET_LIB_PATH): Use them.
4936
4937 2000-11-17  Stan Shebs  <shebs@apple.com>
4938
4939         * MAINTAINERS: Add self to Write After Approval list.
4940
4941 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4942
4943         * configure: Provide the original toplevel configure arguments
4944         (including $0) to subprocesses in the environment rather than
4945         through gcc/configargs.h.
4946
4947 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4948
4949         * MAINTAINERS: Remove references to cccp. Change C9X reference to
4950         C99.  Alphabetise "Write After Approval" list.
4951
4952 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
4953
4954         * configure: Turn on libstdc++ V3 by default.
4955
4956         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
4957         if we've got GCC.
4958
4959 2000-11-11  Philip Blundell  <philb@gnu.org>
4960
4961         * MAINTAINERS: Add self to Write After Approval list.
4962
4963 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
4964
4965         * ltcf-c.sh (aix4): Improve shared library configuration; require
4966         exporting symbols.
4967         * ltcf-cxx.sh (aix4): Define.
4968         * ltconfig (aix4): Define library and soname specs appropriate for
4969         AIX.  Define command to create export symbols list.
4970
4971 Mon Nov  6 14:19:35 2000  Christopher Faylor <cgf@cygnus.com>
4972
4973         * config.sub: Add support for Sun Chorus
4974
4975 2000-10-31  Nick Clifton  <nickc@redhat.com>
4976
4977         * MAINTAINERS: Rename <name>@cygnus.com addresses to
4978         <name>@redhat.com.  Also installed new email address for Clint
4979         Popetz.
4980
4981 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
4982
4983         * etc: Remove directory from GCC.
4984
4985 2000-10-16  Michael Meissner  <meissner@redhat.com>
4986
4987         * configure (gcc/configargs.h): Only create if there is a build GCC
4988         directory created.
4989
4990 2000-10-16  Matthias Klose  <doko@debian.org>
4991
4992         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
4993         when configured for libstdc++-v3.
4994
4995 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
4996
4997         * configure: Save configure arguments to gcc/configargs.h.
4998
4999 2000-10-04  Philipp Thomas  <pthomas@suse.de>
5000
5001         * config.guess: Import CVS version 1.157.
5002         * config.sub: Import CVS version 1.181.
5003
5004 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
5005
5006         * Makefile.in (bootstrap): avoid recursion if subdir missing
5007         (cross): ditto
5008         (do-proto-toplev): ditto
5009
5010 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
5011
5012         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
5013         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
5014
5015         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
5016         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
5017         all affected `configure' scripts.
5018
5019 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
5020
5021         * MAINTAINERS: Add self as cpplib co-maintainer.
5022
5023 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
5024
5025         * MAINTAINERS: Add self to Write After Approval list.
5026
5027 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5028
5029         * INSTALL/README: egcs -> GCC update.
5030
5031 Sun Sep 17 16:55:59 CEST 2000   Marc Espie <espie@cvs.openbsd.org>
5032
5033         * MAINTAINERS: Add myself to Write After Approval list.
5034
5035 2000-09-15  Kazu Hirata  <kazu@hxi.com>
5036
5037         * MAINTAINERS: Add myself to Write After Approval list.
5038
5039 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
5040
5041         * configure.in: Do not build byacc for hppa64.  Provide paths to the
5042         X11 libraries for hppa64.
5043
5044 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
5045
5046         * MAINTAINERS: Add myself as 68hc11 port maintainer.
5047
5048 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
5049
5050         * Makefile.in (all-zlib): Added dummy target.
5051
5052         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5053         ltcf-gcj.sh: Updated from libtool multi-language branch.
5054
5055 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
5056
5057         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
5058         (bootstrap*): Depend on all-bootstrap.
5059
5060 2000-09-05  Philipp Thomas  <pthomas@suse.de>
5061
5062         * config.guess: Import CVS version 1.156.
5063         * config.sub: Import CVS version 1.179.
5064
5065 2000-09-02  Anthony Green  <green@cygnus.com>
5066
5067         * Makefile.in (all-gcc): Depend on all-zlib.
5068         (CLEAN_MODULES): Add clean-zlib.
5069         (ALL_MODULES): Add all-zlib.
5070         * configure.in (host_libs): Add zlib.
5071
5072 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
5073
5074         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
5075         crosses, but add gcc/include to the header search path for them.
5076
5077 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
5078
5079         * MAINTAINERS: Add self to Write After Approval list.
5080
5081 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5082
5083         * config.guess: Import CVS version 1.152.
5084         * config.sub: Import CVS version 1.177.
5085
5086 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
5087
5088         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
5089         $targargs to tell whether newlib is going to be built.
5090
5091         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
5092         $$r/TARGET_SUBDIR/libio for _G_config.h.
5093
5094 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
5095
5096         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
5097
5098 2000-08-22  DJ Delorie  <dj@redhat.com>
5099
5100         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
5101
5102 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
5103
5104         * config-ml.in (CC, CXX): Avoid trailing whitespace.
5105         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
5106         sub-configures.
5107
5108 2000-08-21  DJ Delorie  <dj@redhat.com>
5109
5110         * MAINTAINERS: Add self as a libiberty maintainer
5111
5112 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
5113
5114         * configure.in (libstdcxx_flags): Use
5115         libstdc++-v3/src/libstdc++.INC.
5116
5117 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
5118
5119         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
5120
5121 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
5122
5123         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
5124
5125         * configure: Make enable_threads and enable_shared defaults
5126         explicit.  Substitute enable_threads into generated Makefiles.
5127         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
5128         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
5129
5130 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
5131
5132         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
5133
5134 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
5135
5136         * config-ml.in (CC): Remove bogus duplicate quotation mark from
5137         previous delta.
5138
5139 2000-08-11  Jason Merrill  <jason@redhat.com>
5140
5141         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
5142         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
5143         (FLAGS_FOR_TARGET): Not here.
5144         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
5145
5146 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
5147
5148         * config-ml.in (CC, CXX): Don't introduce a leading space.
5149
5150 2000-08-07  DJ Delorie  <dj@delorie.com>
5151
5152         * MAINTAINERS: Add self as a DJGPP maintainer
5153
5154 2000-08-07  DJ Delorie  <dj@redhat.com>
5155
5156         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
5157         "if we're also building gcc, and it's a gcc that will run on the
5158         build machine, we want to use its includes instead of the system's
5159         default includes".
5160
5161 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
5162
5163         * MAINTAINERS: Add self to Write After Approval list.
5164
5165 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
5166
5167         * configure.in (libstdcxx_flags): Don't use `"'.
5168
5169         * config-ml.in: Adjust multilib search paths to the
5170         appropriate multilib tree.
5171
5172 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
5173
5174         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
5175         commas in $LANGUAGES.
5176
5177 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
5178
5179         * configure.in: Re-enable all references to libg++ and librx.
5180
5181 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
5182
5183         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
5184         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
5185         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
5186         * ltcf-cxx.sh (need_lc): Set based on postdeps.
5187
5188         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
5189
5190 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
5191
5192         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
5193         CXX_FOR_TARGET for sed.
5194
5195 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
5196
5197         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
5198         Do not override if already set in the environment or in configure.
5199         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
5200         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
5201
5202 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
5203
5204         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
5205         the libtool CVS tree multi-language branch.
5206         * ltconfig, ltmain.sh: Updated.
5207
5208 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
5209
5210         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
5211         (clean-target): Depend on it.
5212
5213         * Makefile.in (FLAGS_FOR_TARGET): New macro.
5214         (GCC_FOR_TARGET): Use it.
5215         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
5216         * configure.in: ... here.
5217         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
5218         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
5219
5220 2000-07-24  Eric Christopher  <echristo@cygnus.com>
5221
5222         * MAINTAINERS: Add self to Write After Approval list.
5223
5224 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
5225
5226         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
5227         (configure-target-libchill, configure-target-libobjc): Likewise.
5228
5229         * configure.in: Use the same cache file for all target libs.
5230         * config-ml.in: But different cache files per multilib variant.
5231
5232 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5233
5234         * configure (topsrcdir): Don't use dirname.
5235
5236 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
5237
5238         * MAINTAINERS: Add self to Write After Approval list.
5239
5240 2000-07-20  Jason Merrill  <jason@redhat.com>
5241
5242         * configure.in: Remove all references to libg++ and librx.
5243
5244         * configure, configure.in, Makefile.in: Unify gcc and binutils.
5245
5246 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
5247
5248         * config.sub: Update to subversions version 2000-07-06.
5249
5250 2000-07-12  Andrew Haley  <aph@cygnus.com>
5251
5252         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
5253         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
5254
5255 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
5256
5257         * symlink-tree:  Check number of arguments.
5258
5259 2000-07-05  Jim Wilson  <wilson@cygnus.com>
5260
5261         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
5262         search path for a g++ extracted from the build tree.  This
5263         will allow link tests run by configure scripts in
5264         subdirectories to succeed.
5265
5266 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
5267
5268         * ltconfig: Add support for mips-dde-sysv4.2MP
5269
5270 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
5271
5272         * MAINTAINERS: Add myself as loop discovery maintainer.
5273
5274 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
5275
5276         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
5277         `os2'. Force ac_cv_exeext to be ".exe" in that case.
5278
5279 2000-06-19  Timothy Wall  <twall@cygnus.com>
5280
5281         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
5282         * config.sub: Add tic54x target.
5283
5284 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
5285
5286         * MAINTAINERS: Add self as Fortran maintainer,
5287         remove Craig Burley.
5288
5289 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5290
5291         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
5292         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
5293
5294 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
5295
5296         * MAINTAINERS: Add self as i18n maintainer
5297
5298 20000-05-21  H.J. Lu  (hjl@gnu.org)
5299
5300         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
5301         directory are used if they exist. Make sure
5302         $(build_tooldir)/include is searched for header files,
5303         $(build_tooldir)/lib/ for library files.
5304         (GCC_FOR_TARGET): Likewise.
5305         (CXX_FOR_TARGET): Likewise.
5306
5307 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
5308
5309         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
5310
5311 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
5312
5313         * Makefile.in (configure-target-libiberty): Depend on
5314         configure-target-newlib.
5315
5316 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
5317
5318         * configure.in, Makefile.in: Merge all libffi-related
5319         configury stuff from the libgcj tree.
5320
5321 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5322
5323         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
5324         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
5325
5326 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5327
5328         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
5329         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
5330         current version information.  Add to proto-toplev directory.
5331         (gdb-taz): Build do-djunpack.
5332
5333 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
5334
5335         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
5336
5337 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5338
5339         * MAINTAINERS: Add self to Write After Approval list.
5340
5341 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5342
5343         * ltmain.sh: Preserve in relink_command any environment
5344         variables that may affect the linker behavior.
5345
5346 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
5347
5348         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
5349
5350 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
5351
5352         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
5353
5354 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
5355
5356         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
5357         with the version name.
5358
5359 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
5360
5361         * MAINTAINERS: Add self as bb-reorder maintainer.
5362
5363 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
5364
5365         * config.if: Tweak.
5366
5367 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
5368
5369         * djunpack.bat: New file.
5370
5371 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5372
5373         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
5374         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
5375         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
5376         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
5377
5378 2000-04-16  Dave Pitts  <dpitts@cozx.com>
5379
5380         * config.sub (case $basic_machine): Change default for "ibm-*"
5381         to "openedition".
5382
5383 2000-04-13  Andreas Jaeger  <aj@suse.de>
5384
5385         * MAINTAINERS: Added myself.
5386
5387 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5388
5389         * Makefile.in (gdb-taz): New target.  GDB specific archive.
5390         (do-md5sum): New target.
5391         (MD5PROG): Define.
5392         (PACKAGE): Default to TOOL.
5393         (VER): Default to a shell script.
5394         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
5395         md5 checksum generation.
5396         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
5397         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
5398         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
5399         insight.tar.bz2): Use gdb-taz to create archive.
5400
5401 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5402
5403         * configure (warn_cflags): Delete.
5404
5405 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
5406
5407         * MAINTAINERS: Added myself.
5408
5409 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
5410             Martin v. Loewis  <martin@loewis.home.cs.tu-berlin.de>
5411
5412         * configure.in (enable_libstdcxx_v3): Add.
5413         (target_libs): Add bits here to switch between libstdc++-v2 and
5414         libstdc++-v3.
5415         * config.if: And this file too.
5416         * Makefile.in: Add libstdc++-v3 targets.
5417
5418 2000-04-05  Michael Meissner  <meissner@redhat.com>
5419
5420         * config.sub (d30v): Add d30v as a basic machine type.
5421
5422 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
5423
5424         * configure.in: -linux-gnu*, not -linux-gnu.
5425
5426 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
5427
5428         * MAINTAINERS: Add self in write-after-approval section.
5429
5430 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
5431
5432         * MAINTAINERS: Add self as ia64 port maintainer.
5433
5434 2000-03-08  Neil Booth  <NeilB@earthling.net>
5435
5436         * MAINTAINERS: Add self in write-after-approval section.
5437
5438 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5439
5440         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
5441         (do-tar-bz2): Replace TOOL with PACKAGE.
5442         (gdb.tar.bz2): Remove GDBTK from GDB package.
5443         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
5444         dejagnu.tar.bz2): New packages.
5445
5446 2000-02-27  Andreas Jaeger  <aj@suse.de>
5447
5448         * configure.in: Add entry for mips*-*-linux*, move catch all
5449         *-*-*linux* entry below this one.
5450
5451 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
5452
5453         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
5454
5455 2000-02-24  Nick Clifton  <nickc@cygnus.com>
5456
5457         * config.sub: Support an OS of "wince".
5458
5459 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5460
5461         * config.guess, config.sub: Updated to match config's 2000-02-15
5462         version.
5463
5464 2000-02-23  Linas Vepstas <linas@linas.org>
5465
5466         * config.sub: Add support for Linux/IBM 370.
5467         * configure.in: Likewise.
5468
5469 2000-02-22  Nick Clifton  <nickc@cygnus.com>
5470
5471         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
5472
5473 2000-02-20  Christopher Faylor <cgf@cygnus.com>
5474
5475         * config.guess: Guess "cygwin" rather than "cygwin32".
5476
5477 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5478
5479         * configure (gcc_version): When setting, narrow search to
5480         lines containing `version_string'.
5481
5482 2000-02-15  Denis Chertykov  <denisc@overta.ru>
5483
5484         * config.sub: Add support for avr target.
5485
5486 2000-02-14  Nick Clifton  <nickc@cygnus.com>
5487
5488         * MAINTAINERS: Add maintainers for MCore port.
5489
5490 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
5491
5492         * config.sub: Add mmix-knuth-mmixware.
5493
5494 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5495
5496         * MAINTAINERS: Pair cccp with cpplib maintainership.
5497
5498 2000-01-27  Christopher Faylor <cgf@redhat.com>
5499
5500         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
5501         structure stuff to -L library search.
5502         (CXX_FOR_TARGET): Ditto.
5503         (CROSS_CHECK_MODULES): Fix spelling mistake.
5504
5505 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
5506
5507         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
5508         the C++ compiler.
5509
5510 2000-01-12  Richard Henderson  <rth@cygnus.com>
5511
5512         * configure.in: Don't build some bits for beos.
5513
5514 2000-01-12  Joel Sherrill (joel@OARcorp.com)
5515
5516         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
5517         as include files.
5518
5519 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
5520
5521         * Add self as cpplib maintainer, as requested by Jason
5522         Merrill.  Correct my e-mail address.
5523
5524 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
5525
5526         * configure.in: Use mt-aix43 to handle *_TARGET defs,
5527         not mh-aix43.
5528
5529 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
5530
5531         * MAINTAINERS: Add myself to "write after approval" list.
5532
5533 1999-12-14  Richard Henderson  <rth@cygnus.com>
5534
5535         * config.guess (alpha-osf, alpha-linux): Detect ev67.
5536         * config.sub: Accept alphaev[78], alphaev8.
5537
5538 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5539
5540         * config.guess, config.sub: Update from autoconf.
5541
5542 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
5543
5544         * MAINTAINERS:  update my playtime e-address.
5545
5546 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5547
5548         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
5549         necessary libraries are missing.
5550
5551 Fri Nov 19 11:22:31 MST 1999    Diego Novillo <dnovillo@cygnus.com>
5552
5553         * MAINTAINERS: Add new 'write after approval' maintainer.
5554
5555 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5556
5557         * MAINTAINERS: Add new Java maintainer.
5558
5559 1999-10-25  Andreas Schwab  <schwab@suse.de>
5560
5561         * configure: Fix quoting inside arguments of eval.
5562
5563 1999-10-21  Nick Clifton  <nickc@cygnus.com>
5564
5565         * config-ml.in: Allow suppression of some ARM multilibs.
5566
5567 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
5568
5569         * config.guess: Add OS/390 match pattern.
5570         * config.sub: Add mvs, openedition targets.
5571         * configure.in (i370-ibm-opened*): New.
5572
5573 1999-09-04  Steve Chamberlain  <sac@pobox.com>
5574
5575         * config.sub: Add support for configuring for pj.
5576
5577 1999-08-31  Nick Clifton  <nickc@cygnus.com>
5578
5579         * config.sub (maybe_os): Add support for configuring for fr30.
5580
5581 1999-08-25  Nick Clifton  <nickc@cygnus.com>
5582
5583         * configure.in: Do not configure or build ld for AIX
5584         platforms.  ld is known to be broken on these platforms.
5585
5586 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5587
5588         * config-ml.in: Pass compiler flag corresponding to multidirs to
5589         subdir configures.
5590
5591 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
5592
5593         * Makefile.in (LDFLAGS): Define.
5594
5595 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
5596
5597         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
5598         noconfigdirs.
5599         (*-*-cygwin*): Likewise.
5600
5601 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
5602
5603         * mkdep: New file.
5604         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
5605         (BINUTILS_SUPPORT_DIRS): Add mkdep.
5606
5607         From Eli Zaretskii <eliz@is.elta.co.il>:
5608         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
5609         long file name when using DJGPP on MS-DOS.
5610
5611 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
5612
5613         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
5614
5615 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
5616
5617         * Makefile.in (check-target-libio): Remove all-target-libstdc++
5618         dependency as this causes "make check" to globally "make all"
5619
5620 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
5621
5622         * configure.in (target_libs): Added target-zlib.
5623         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
5624         (CONFIGURE_TARGET_MODULES): Likewise.
5625         (CHECK_TARGET_MODULES): Likewise.
5626         (INSTALL_TARGET_MODULES): Likewise.
5627         (CLEAN_TARGET_MODULES): Likewise.
5628         (configure-target-zlib): New target.
5629         (all-target-zlib): Likewise.
5630         (all-target-libjava): Depend on all-target-zlib.
5631         (configure-target-libjava): Depend on configure-target-zlib.
5632
5633         * Makefile.in (configure-target-libjava): Depend on
5634         configure-target-newlib.
5635         (configure-target-boehm-gc): New target.
5636         (configure-target-qthreads): New target.
5637
5638         * configure.in (target_libs): Added target-qthreads.
5639         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
5640         (CONFIGURE_TARGET_MODULES): Likewise.
5641         (CHECK_TARGET_MODULES): Likewise.
5642         (INSTALL_TARGET_MODULES): Likewise.
5643         (CLEAN_TARGET_MODULES): Likewise.
5644         (all-target-qthreads): New target.
5645         (configure-target-libjava): Depend on configure-target-qthreads.
5646         (all-target-libjava): Depend on all-target-qthreads.
5647
5648         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
5649         (CONFIGURE_TARGET_MODULES): Likewise.
5650         (CHECK_TARGET_MODULES): Likewise.
5651         (INSTALL_TARGET_MODULES): Likewise.
5652         (CLEAN_TARGET_MODULES): Likewise.
5653         (all-target-libjava): New target.
5654         (all-target-boehm-gc): Likewise.
5655         * configure.in (target_libs): Added libjava, boehm-gc.
5656
5657 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
5658
5659         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
5660         configure.bat in SUPPORT_FILES.
5661         (gas+binutils.tar.bz2): Likewise.
5662
5663         * makeall.bat: Remove; obsolete.
5664
5665 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
5666
5667         From Mark Elbrecht:
5668         * configure.bat: Remove; obsolete.
5669
5670 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
5671
5672         * configure: Add -W -Wall to the default CFLAGS when compiling with
5673         gcc.
5674
5675 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
5676
5677         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
5678
5679 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
5680
5681         * configure.in: Build ld on IRIX6.
5682
5683 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
5684
5685         * Makefile.in: Change distribution targets to use bzip2 instead of
5686         gzip.
5687         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
5688         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
5689
5690 1999-06-04  Nick Clifton  <nickc@cygnus.com>
5691
5692         * config.sub: Add mcore target.
5693
5694 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
5695
5696         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
5697
5698 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
5699
5700         * config.guess (dummy): Changed to $dummy.
5701
5702 1999-05-24  Nick Clifton  <nickc@cygnus.com>
5703
5704         * config.sub: Tidied up case statements.
5705
5706 1999-05-22  Ben Elliston  <bje@cygnus.com>
5707
5708         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
5709         <jiro@din.or.jp>.
5710
5711         * config.guess: Merge with FSF version. Future changes will be
5712         more accurately recorded in this ChangeLog.
5713         * config.sub: Likewise.
5714
5715 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
5716
5717          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
5718
5719 1999-04-30  Tom Tromey  <tromey@cygnus.com>
5720
5721         * ltmain.sh: [mode link] Always use CC given by ltconfig.
5722
5723 1999-04-23  Tom Tromey  <tromey@cygnus.com>
5724
5725         * ltconfig, ltmain.sh: Update to libtool 1.2f.
5726
5727 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
5728
5729         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
5730         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
5731         Bad merge removed these two changes.
5732
5733 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
5734                           Martin Heller (Ing.-Buero_Heller@t-online.de)
5735
5736         * config.guess (interix Alpha): Add.
5737
5738 1999-04-11  Richard Henderson  <rth@cygnus.com>
5739
5740         * configure.in (i?86-*-beos*): Do config gperf; don't config
5741         gdb, newlib, or libgloss.
5742
5743 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
5744
5745         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
5746         link a trivial program with -mabi=64.  If it fails, remove mabi=64
5747         from multidirs.
5748
5749 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
5750
5751         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
5752
5753 1999-04-08  Nick Clifton  <nickc@cygnus.com>
5754
5755         * config.sub: Add support for mcore targets.
5756
5757 1999-04-07  Michael Meissner  <meissner@cygnus.com>
5758
5759         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
5760         not mt-ospace, in order to shut up assembler warning about using
5761         symbols that are named the same as registers.
5762
5763 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
5764
5765         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
5766         dependency list for all-target-cygmon.
5767
5768 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
5769
5770         * config-ml.in: Check $host, not $target, for selective multilibs.
5771         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
5772         thumb interworking, and underscore prefix multilibs.
5773
5774 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
5775
5776         * missing: Update to version from current automake.
5777
5778 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
5779
5780         * configure (gxx_include_dir): Removed.
5781
5782         * configure.in (gxx_include_dir): Handle it.
5783         * Makefile.in: Likewise.
5784
5785 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
5786
5787         * config.sub (mips64vr4111,mips64vr4111el) Add.
5788
5789 1999-03-21  Ben Elliston  <bje@cygnus.com>
5790
5791         * config.guess: Correct typo for detecting ELF on FreeBSD.
5792
5793 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
5794
5795         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
5796         config/mh-djgpp.
5797
5798 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
5799
5800         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
5801         all-target-newlib to dependency list for all-target-bsp.
5802
5803 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
5804
5805         * config.sub: Add i386-uwin support.
5806         * config.guess: Likewise.
5807
5808 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5809
5810         * configure.in: cleanup, add mh-*pic handling for arm, special
5811         case powerpc*-*-aix*
5812
5813 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
5814
5815         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
5816         can be built.
5817
5818 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
5819
5820         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
5821         targets.
5822
5823 1999-03-02  Nick Clifton  <nickc@cygnus.com>
5824
5825         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
5826
5827 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
5828
5829         * config.sub: Check for "cygwin*" rather than "cygwin32*"
5830
5831 1999-02-24  Nick Clifton  <nickc@cygnus.com>
5832
5833         * config.sub: Fix typo in arm recognition.
5834
5835 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
5836
5837         * configure.in (noconfigdirs): Changed target_configdirs to
5838         include target-bsp only for m68k-*-elf* and m68k-*-coff*
5839         rather than m68k-*-* since it is not known to work on
5840         m68k-aout. Ditto for arm-*-*oabi.
5841
5842 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
5843
5844         * configure.in (*-*-windows*): Remove, no longer used.
5845
5846 1999-02-19  Ben Elliston <bje@cygnus.com>
5847
5848         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
5849         Smart and improved by Andrew Cagney.
5850
5851 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
5852
5853         * config.guess: Recognize openbsd-*-hppa.
5854
5855 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
5856
5857         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
5858         only if it is not empty.
5859
5860 1999-02-17  Nick Clifton  <nickc@cygnus.com>
5861
5862         Patch from: Scott Bambrough <scottb@corelcomputer.com>
5863
5864         * config.guess: Modified to recognize uname's armv* syntax.
5865
5866         * config.sub: Modified to recognize uname's armv* syntax.
5867
5868 1999-02-17  Mark Salter  <msalter@cygnus.com>
5869
5870         * configure.in: Added target-bsp for sparclite.
5871
5872 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
5873
5874         * config.sub: Recognize alphapca5[67] and up to alphaev8.
5875
5876 1999-02-08  Nick Clifton  <nickc@cygnus.com>
5877
5878         * configure.in: Add support for strongarm port.
5879         * config.sub: Add support for strongarm target.
5880
5881 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
5882
5883         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
5884         the old name config/mh-cygwin32.
5885         Enable texinfo.
5886
5887 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
5888
5889         * configure.in: Do build ld for ix86 Solaris.
5890
5891 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
5892
5893         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
5894         $AR_FOR_TARGET.  Likewise for RANLIB.
5895
5896 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
5897
5898         * config.sub (oabi):  Recognize.
5899         * configure.in (arm-*-oabi):  Handle.
5900
5901 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
5902
5903         * config.guess: Improve detection of i686 on UnixWare 7.
5904
5905 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
5906
5907         * config.guess: Add support for i386-pc-interix.
5908         * config.sub: Likewise.
5909         * configure.in: Likewise.
5910
5911 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
5912
5913         * Makefile.in: Remove unneeded all-target-libio from
5914         from all-target-winsup target since it is now unneeded.
5915         Add all-target-libtermcap in its place since it is now
5916         needed.
5917
5918 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
5919
5920         * configure.in: makefile stub for cygwin target is probably
5921         unnecessary.  Remove it for now.
5922
5923 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
5924
5925         * configure.in: libtermcap.a should be built when cygwin is the
5926         target as well as the host.
5927         * config.guess: Allow mixed case in cygwin uname output.
5928         * Makefile.in: Add libtermcap target.
5929
5930 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
5931
5932         * config.sub: Clean up handling of hppa2.0.
5933
5934 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
5935
5936         * config.guess: Use C code to identify more HP machines.
5937
5938 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
5939
5940         * config.sub: Handle hppa2.0.
5941
5942 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
5943
5944         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
5945         cygmon for all sparclite targets, regardless of object format.
5946
5947 1998-12-15  Mark Salter  <msalter@cygnus.com>
5948
5949         * configure.in: Added target-bsp for several target architectures.
5950
5951         * Makefile.in: Added rules for bsp.
5952
5953 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
5954
5955         * config.guess: Improve detection of hppa2.0 processors.
5956
5957 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
5958
5959         * config.guess: Recognize FreeBSD using ELF automatically.
5960
5961 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
5962
5963         * configure (skip-this-dir): Add handling for new shell script, which
5964         might be created by a sub-directory's configure to indicate, this particular
5965         directory is "unwanted".
5966         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
5967
5968 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
5969
5970         * ltconfig: import from libtool, after changing libtool to
5971         account for the cygwin name change.
5972
5973 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
5974
5975         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
5976         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
5977
5978 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
5979
5980         * configure.in: Add libtermcap to list of cygwin dependencies.
5981
5982 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
5983
5984         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
5985         they include winsup/include when it's a cygwin target.
5986
5987 1998-11-12  Tom Tromey  <tromey@cygnus.com>
5988
5989         * configure.in (host_tools): Added zip.
5990         * Makefile.in (all-target-libjava): Depend on all-zip.
5991         (all-zip): New target.
5992         (ALL_MODULES): Added all-zip.
5993         (NATIVE_CHECK_MODULES): Added check-zip.
5994         (INSTALL_MODULES): Added install-zip.
5995         (CLEAN_MODULES): Added clean-zip.
5996
5997 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
5998
5999         * Makefile.in: lose "32" from comment about cygwin.
6000
6001 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
6002
6003         * configure.in: Use -Os to build target libraries for the fr30.
6004
6005 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
6006
6007         * config.sub: Add fr30.
6008
6009 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
6010
6011         * configure.in: drop "32" from config/mh-cygwin32.  Check
6012         cygwin* instead of cygwin32*.
6013         * config.sub: Check cygwin* instead of cygwin32*.
6014
6015 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
6016
6017         * config.guess: Match any version of Unixware7.
6018
6019 1998-10-20  Syd Polk  <spolk@cygnus.com>
6020
6021         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
6022         if desired.
6023
6024 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
6025
6026         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
6027         these if the appropriate directories and files to not exist.
6028
6029 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
6030
6031         * Makefile.in (DEVO_SUPPORT): Add config.if.
6032
6033 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6034
6035         * configure: Add pattern to replace "build_tooldir"'s
6036         definition in the generated Makefile with "tooldir"'s
6037         actual value.
6038
6039 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
6040
6041         * config.sub: Bring back lost sparcv9.
6042
6043         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
6044
6045 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
6046
6047         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
6048         CC_FOR_TARGET and friends.
6049
6050 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
6051
6052         * Makefile.in (build_tooldir): New variable, same as tooldir.
6053         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
6054         -B$(build_tooldir)/bin/.
6055         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
6056
6057 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6058
6059         * README: Remove installation instructions and refer to the
6060         INSTALL directory instead.
6061
6062 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
6063
6064         * config.sub: Add support for i[34567]86-pc-udk.
6065         * configure.in: Likewise.
6066
6067 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
6068
6069         * Makefile.in: add bzip2 package building bits for user
6070         tools module
6071         * configure.in: ditto
6072
6073 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
6074
6075         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
6076         (ALL_TARGET_MODULES): Add all-target-libobjc.
6077         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
6078         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
6079         (all-target-libchill): Add dependencies.
6080         * configure.in (target_libs): Add libchill.
6081
6082 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
6083
6084         * configure.in (target_subdir): Remove duplicate line.
6085
6086 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
6087
6088         * Makefile.in (all-automake): fix dependencies.
6089
6090 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
6091
6092         * configure.in: Minor cleanups for building in the $(target_alias)
6093         subdir.
6094
6095 1998-09-22  Jim Wilson  <wilson@cygnus.com>
6096
6097         * Makefile.in (bootstrap): Set r and s before make all.  Use
6098         BASE_FLAGS_TO_PASS in make all.
6099         (cross): Likewise.
6100
6101 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
6102
6103         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
6104
6105 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
6106
6107         * config.sub: Fix typo in last change.
6108
6109 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6110
6111         * config.sub: Add support for C4x target.
6112         * configure.in: Likewise.
6113
6114 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
6115
6116         * config.sub: Recognize sparcv9 just like sparc64.
6117
6118 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
6119
6120         * config.guess: Match "Pent II" or "PentII" for OpenServer.
6121
6122 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
6123
6124         * config.guess: Correctly identify Pentium II sco boxes.
6125
6126         * config.guess: Fix "tr" code.  From Weiwen Liu.
6127
6128 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
6129
6130         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
6131         stabs.
6132
6133 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
6134
6135         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
6136         (ALL_TARGET_MODULES): Add all-target-libchill.
6137         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
6138         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
6139         (all-target-libchill): Add dependencies.
6140         * configure.in (target_libs): Add libchill.
6141
6142 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
6143
6144         * config.guess: Avoid assumptions about "tr" behaves when
6145         LANG is set to something other than English.
6146
6147 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
6148
6149         * configure (gxx_include_dir): Changed to
6150         '${prefix}/include/g++'-${libstdcxx_interface}.
6151
6152         * config.if: New to determine the interfaces.
6153
6154 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
6155
6156         * config.guess: Detect and handle MPE/IX.
6157         * config.sub: Deal with MPE/IX.
6158
6159 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
6160
6161         * configure.in: Use mh-aix43.
6162
6163 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
6164
6165         * configure: Fix --without/--disable cases for gxx-include-dir.
6166
6167 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
6168
6169         * mdata-sh:  Imported.  Needed for automake support.
6170
6171 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
6172
6173         * Makefile.in (taz): Try "chmod -R og=u ." before
6174         "chmod og=u `find . -print`".
6175
6176 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
6177
6178         * configure.in: Add arm-elf and thumb-elf support.
6179
6180 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
6181
6182         * Makefile.in: Undo previous patch.
6183
6184 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
6185
6186         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
6187         to here ...
6188         (install-no-fixedincludes): and here
6189         (INSTALL_MODULES): ... from here.
6190
6191 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
6192
6193         * config.sub: Merge with FSF.
6194
6195         * config.guess: Merge with FSF.
6196
6197 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
6198
6199         * configure (extraconfigdirs): New variable.
6200         (SUBDIRS): Add extraconfigdirs and recurse on them too.
6201         * Makefile.in (all): Move higher in file.
6202         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
6203         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
6204         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
6205         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
6206         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
6207
6208 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
6209
6210         * Makefile.in (all-target-libjava): Depend on all-gcc and
6211         all-target-newlib.
6212         (configure-target-libjava): Depend on $(ALL_GCC).
6213
6214 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
6215
6216         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
6217         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
6218
6219 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
6220
6221         * INSTALL/README: Fix typo.
6222
6223 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6224
6225         * ylwrap: Change absolute path checks to check for DOS style path
6226         names.
6227
6228         * ylwrap: Don't use a full path name if the source file is in the
6229         same directory.  From hjl@lucon.org (H.J. Lu).
6230
6231         * config-ml.in: Default to being verbose, to match Feb 18 change to
6232         configure.
6233
6234 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
6235
6236         Brought over from egcs:
6237
6238         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
6239
6240         * configure.in (target_subdir): Set to ${target_alias} instead
6241         of "libraries".
6242
6243         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
6244
6245         * configure.in (target_subdir): Set to libraries if enable_multilib.
6246
6247 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
6248
6249         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
6250         multilibs, force reconfiguration the first time we create
6251         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
6252
6253 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
6254
6255         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
6256         avoid confusion with --no-recursion.
6257
6258 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
6259
6260         * configure.in: Win32 hosts shouldn't use install -x
6261         * install-sh: remove -x option, and special .exe-handling
6262         hack.
6263
6264 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
6265
6266         * config.guess: Recognize i586-pc-beos.
6267         * configure.in: Don't build some bits for beos.
6268
6269 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6270
6271         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
6272         CFLAGS default to -O2.
6273
6274         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
6275         when using GNU ld.
6276
6277 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
6278
6279         * ltmain.sh: Correct install when using a different shell.
6280
6281 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
6282
6283         * ltconfig, ltmain.sh: Update to libtool 1.2b.
6284
6285 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
6286
6287         * makefile.vms: Update to build binutils/makefile.vms.  Add install
6288         target.
6289
6290 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
6291
6292         * ltconfig: Update to correct AIX handling.
6293
6294 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
6295
6296         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
6297
6298         * configure.in (target_subdir): Set to ${target_alias} instead
6299         of "libraries".
6300
6301 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
6302
6303         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
6304         (Makefile): Depend on $(gcc_version_trigger).
6305
6306         * configure (gcc_version): Change default initializer to empty
6307         string.
6308         (gcc_version_trigger): New variable; pass this variable down
6309         to subdir configures to enable them checking gcc's version
6310         themselves. Emit make macros for both gcc_version vars.
6311         (topsrcdir): Initialize reliably.
6312         (recursion line): Remove --with-gcc-version=${gcc_version}.
6313
6314 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
6315
6316         * configure (enable_version_specific_runtime_libs): Implement new flag
6317         --enable-version-specific-runtime-libs which installs C++ runtime stuff
6318         in $(libsubdir); emit definition in each generated Makefile.
6319         (gxx_include_dir): Initialize depending on
6320         $enable_version_specific_runtime_libs.
6321
6322 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
6323
6324         * configure (gcc_version): Initialize properly depending on
6325         how and where configure is started.
6326         (recursion line): Pass a --with-gcc-version=${gcc_version}
6327         to configures in subdirs.
6328
6329 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
6330
6331         * configure.in (noconfigdirs): Add configure pattern for mips tx39
6332         cygmon
6333
6334 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
6335
6336         * configure.in: Add cygmon and libstub support for mn10200.
6337
6338 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
6339
6340         * configure (gcc_version): Add new variable describing the
6341         particular gcc version we're building.
6342         * Makefile.in (libsubdir): Add new macro for the directory
6343         in which the compiler finds executables, libraries, etc.
6344         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
6345         and libsubdir.
6346
6347 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
6348
6349         * Makefile.in (local-clean): Remove *.log.
6350         (warning.log): Built with warn_summary from build.log.
6351         (mail-report.log): Run test_summary.
6352         (mail-report-with-warnings.log): Run test_summary including
6353         warning.log in the report.
6354
6355 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
6356
6357         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
6358
6359 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
6360
6361         * Makefile.in (grep): Grep no longer depends on libiberty.
6362
6363 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
6364
6365         * Makefile.in: all-snavigator needs all-libgui.
6366
6367 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
6368
6369         * configure.in: Add cygmon and libstub support for mn10300.
6370
6371 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
6372
6373         * missing: Update to version from automake 1.3.
6374
6375         * ltmain.sh: On installation, don't get confused if the same name
6376         appears more than once in the list of library names.
6377
6378 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
6379
6380         * config.sub: Accept m68060 and m5200 as CPU names.
6381
6382 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
6383
6384         * configure: Use && rather than using -a in test, because odd
6385         strings can confuse test.
6386         * configure.in: Likewise.
6387
6388 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
6389
6390         * ltconfig, ltmain.sh: Bring in Visual C++ support.
6391
6392 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
6393
6394         * Makefile.in (boostrap2-lean, bootstrap3-lean,
6395         bootstrap4-lean): New targets.
6396
6397 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
6398
6399         * mpw-* Delete.  Not used.
6400
6401 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
6402
6403         * COPYING.LIB: Update FSF address.
6404
6405 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
6406
6407         * ltconfig, ltmain.sh: Update to libtool 1.2a.
6408
6409         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
6410         GAS_SUPPORT_DIRS.
6411
6412 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
6413
6414         * ltconfig, ltmain.sh: Avoid producing a version number if
6415         -version-info was not used.
6416
6417 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
6418
6419         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
6420         building with newlib.
6421
6422 1998-04-30  Paul Eggert  <eggert@twinsun.com>
6423
6424         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
6425         Solaris `make' causes it to continue to next definition.
6426
6427 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6428
6429         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
6430         the right GUI libraries and files are installed along with GDB.
6431
6432 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
6433
6434         * configure.in: Change alpha to alpha* in several places.
6435
6436 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
6437
6438         * config.sub: Recognize sparc86x.
6439
6440 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
6441
6442         * configure.in (--enable-target-optspace): Remove debug echo.
6443
6444 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
6445
6446         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
6447
6448 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
6449
6450         * ltconfig: Update cygwin32 support.
6451
6452         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
6453         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
6454         (GDB_SUPPORT_DIRS): Likewise.
6455
6456 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
6457
6458         * configure.in (target_makefile_frag): If --enable-target-optspace,
6459         use -Os to compile target libraries rather than -O2.  Default to
6460         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
6461         not used.
6462         * configure.in (target_cflags): Ditto for d30v.
6463
6464 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
6465
6466         * Makefile.in (all-bfd): Depend on all-intl.
6467         (all-binutils): Likewise.
6468         (all-gas): Likewise.
6469         (all-gprof): Likewise.
6470         (all-ld): Likewise.
6471
6472 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
6473
6474         * configure.in (host_tools): Fix typo, lbtool -> libtool.
6475
6476 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
6477
6478         * Makefile.in (all-bfd): Depend upon all-libiberty.
6479
6480         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
6481
6482 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
6483
6484         * Makefile.in: Add libstub.
6485
6486         * configure.in: Ditto. Build libstub for targets that have cygmon
6487         support.
6488
6489 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
6490
6491         * configure.in: Don't set PICFLAG on ix86-cygwin32.
6492
6493 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
6494
6495         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
6496         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
6497
6498 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
6499
6500         * configure: Define DEFAULT_M4 by searching PATH.
6501         * Makfile.in: Use DEFAULT_M4.
6502
6503 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
6504
6505         * ltconfig: Add cygwin32 support.
6506
6507         * Makefile.in, configure.in: Add libtool as a native only directory
6508         to configure and build.
6509
6510 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
6511
6512         * Makefile.in (INSTALL_MODULES): Remove texinfo.
6513
6514 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
6515
6516         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
6517
6518 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
6519
6520         * Makefile.in: add ash make rules
6521         * configure.in: add ash to native_only and host_tools lists
6522
6523 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
6524
6525         * Makefile.in (all-gettext, all-intl): New targets.
6526         (ALL_MODULES): Added all-gettext, all-intl.
6527         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
6528         (INSTALL_MODULES): Added install-gettext, install-intl.
6529         (CLEAN_MODULES): Added clean-gettext, clean-intl.
6530
6531         * configure.in (host_tools): Added gettext.
6532         (native_only): Likewise.
6533         (noconfigdirs) [various cases]: Likewise.
6534         (host_libs): Added intl.
6535
6536 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
6537
6538         * configure: Do not disable building gdbtk for cygwin32 hosts.
6539
6540 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
6541
6542         * configure.in: Add thumb-coff target.
6543         * config.sub: Add thumb-coff target.
6544
6545 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6546
6547         * Makefile.in: Revert yesterday's change.
6548         (all-target-winsup):  all-target-librx stays out of here.
6549
6550 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6551
6552         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
6553         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
6554         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
6555         Remove references to librx and libg++.
6556
6557 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
6558
6559         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
6560         recursive makes
6561
6562 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
6563
6564         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
6565         for newlib directory.
6566         (CXX_FOR_TARGET): Likewise.
6567
6568 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
6569
6570         * ltconfig: Update after libtool/ltconfig.in change for
6571         hpux11.
6572
6573 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
6574
6575         * ltconfig, ltmain.sh: Update to libtool 1.2.
6576
6577 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6578
6579         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
6580         (install-gcc-cross): Instead, override LANGUAGES here.
6581
6582 1998-03-18  Dave Love  <d.love@dl.ac.uk>
6583
6584         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
6585         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
6586
6587 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
6588
6589         * configure.in: Add Thumb-pe target.
6590
6591 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
6592
6593         * Makefile.in - changed sn targets to snavigator
6594         * configure.in - changed sn targets to snavigator
6595
6596 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6597
6598         * config-ml.in: After building symlink tree call make distclean
6599         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
6600         to be the case for libiberty.
6601
6602 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
6603
6604         * configure: When making link, also check the current
6605         directory. The configure scripts may create one.
6606
6607 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
6608
6609         * config.sub: Accept alphapca56 and alphaev6 properly.
6610
6611 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6612
6613         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
6614
6615 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
6616
6617         * config.sub (sco5): Fix typo.
6618
6619 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
6620
6621         * Makefile.in (INSTALL_MODULES): Move install-tcl before
6622         install-itcl.
6623         (install-itcl): Remove dependency on install-tcl.
6624
6625 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
6626
6627         * configure.in: Remove libgloss from noconfigdirs for MN10300.
6628
6629 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
6630
6631         * configure.in: Don't build libgui for a cygwin32 target when not on
6632         a cygwin32 host.
6633
6634 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6635
6636         * configure (redirect): Set to null, so default behavior of
6637         configure is now --verbose.
6638
6639 1998-02-16  Dave Love  <d.love@dl.ac.uk>
6640
6641         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
6642         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
6643
6644 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
6645
6646         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
6647         this change to sync Makefile.in with its ChangeLog entries.
6648
6649 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
6650
6651         * ltmain.sh (mkdir): Check that the directory doesn't exist
6652         before we exit with error, so that we don't get races during
6653         parallel builds.
6654
6655 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6656
6657         * ltconfig, ltmain.sh: Update from libtool 1.0i.
6658
6659 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6660
6661         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
6662         PICFLAG_FOR_TARGET.
6663         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
6664
6665         * configure: Emit a definition for the new macro enable_shared
6666         into each Makefile.
6667
6668 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6669
6670         * configure.in (host_tools, native_only): Add libtool.
6671
6672 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
6673
6674         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
6675         Fix typo in ming config comment.
6676
6677 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
6678
6679         * ltconfig, ltmain.sh: Update from libtool 1.0h.
6680
6681 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
6682
6683         * config.sub: Add tic30 cases, and map c30 to tic30.
6684
6685 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
6686
6687         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
6688         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
6689         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
6690         (CLEAN_TARGET_MODULES): Similarly
6691         (all-target-libf2c): Add dependences.
6692         * configure.in (target_libs): Add libf2c.
6693
6694 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
6695
6696         * configure.in: Remove expect from noconfigdirs when target
6697         is cygwin32.  OK to build expect and dejagnu with Canadian
6698         Cross.
6699
6700 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
6701
6702         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
6703         host.
6704
6705         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
6706         and mingw32.
6707
6708 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6709
6710         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
6711         here as it is not defined in the toplevel Makefile.
6712
6713 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6714
6715         * configure (package_makefile_rules_frag): New variable, which names
6716         a file with generic rules, ...
6717         Change comment to mention we now have FIVE parts.
6718         * configure: Undo last change.
6719
6720 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
6721
6722         * config.guess: More accurate determination of HP processor types.
6723         * config.sub: More accurate determination of HP processor types.
6724
6725 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6726
6727         * configure (package_makefile_frag): Move inserting the
6728         ${package_makefile_frag} to where it should be according
6729         to the comment.
6730
6731 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
6732
6733         * config.guess: Add support for Linux/ARM.
6734
6735 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
6736
6737         * .cvsignore: Remove *-info and *-install since they match
6738         release-info and mpw-install, which we don't want to just ignore.
6739
6740 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
6741
6742         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
6743
6744 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
6745
6746         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
6747         local_prefix to sub-make invocations.
6748
6749 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
6750
6751         * configure.in: Check makefile fragments in the source
6752         directory.
6753
6754 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
6755
6756         * configure.in: Check whether host and target makefile
6757         fragments exist before adding them to *_makefile_frag.
6758
6759 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
6760
6761         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
6762
6763 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
6764
6765         * configure.in: Make sure we only replace RPATH_ENVVAR on
6766         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
6767         regexp to sed.
6768
6769         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
6770         to sub-makes.
6771
6772 1998-01-13  Lee Iverson   (leei@ai.sri.com)
6773
6774         * config-ml.in (multi-do): LDFLAGS must include multilib
6775         designator.
6776
6777 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
6778
6779         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
6780
6781 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
6782
6783         * config.sub: Add mingw32 support.
6784         * configure.in: Likewise.
6785
6786 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
6787
6788         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
6789
6790 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
6791
6792         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
6793         * configure (gxx_include_dir): Provide a definition for subdirs
6794         which do not use autoconf.
6795
6796 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
6797
6798         * config.guess: Sync with egcs.  Picks up new alpha support,
6799         BeOS & some additional linux support.
6800
6801 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
6802
6803         * config.guess: HP 9000/803 is a PA1.1 machine.
6804
6805 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
6806
6807         * configure.in: It's alpha*-...
6808
6809 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
6810
6811         * configure.in (host_makefile_frag, target_makefile_frag):
6812         Handle multiple config files.
6813         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
6814         alpha-*-*.
6815
6816 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
6817
6818         * mkdep: New file.
6819
6820 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
6821
6822         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
6823
6824 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
6825
6826         * Makefile.in: Add libgui directory.
6827         (GDB_TK): Add all-libgui.
6828         * configure.in: Add libgui directory.
6829         * configure: Add all-libgui to GDB_TK.
6830
6831 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
6832
6833         * config-ml.in (multidirs): Add m32r to multilib list.
6834
6835 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
6836
6837         * Makefile.in (all-target-gperf): Change dependency to
6838         all-target-libstdc++.
6839
6840 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
6841
6842         * config.guess: Add BeOS support.
6843
6844 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
6845
6846         Source directory cvs renamed to cvssrc:
6847         * configure.in (host_tools): Change cvs to cvssrc.
6848         (native_only): Likewise.
6849         (noconfigdirs) [various cases]: Likewise.
6850         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
6851         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
6852         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
6853         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
6854         (all-cvssrc): Rename target from all-cvs.
6855
6856 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
6857
6858         * configure (gxx_include_dir): Fix thinko.
6859
6860 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
6861
6862         * Makefile.in (INSTALL_TARGET_CROSS): Define.
6863         (install-cross, install-gcc-cross): New targets.
6864
6865 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
6866
6867         * configure.in (noconfigdirs): Add support for Thumb target.
6868
6869         * config.sub (maybe_os): Add support for Thumb target.
6870
6871 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
6872
6873         * Makefile.in: Add rules for cygmon.
6874
6875         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
6876
6877 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
6878
6879         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
6880         * configure (gxx_include_dir): Provide a definition for subdirs
6881         which do not use autoconf.
6882
6883 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
6884
6885         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
6886         11/18/97 build
6887
6888 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
6889
6890         * From Franz Sirl.
6891         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
6892         found on RedHat Linux systems.
6893
6894 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
6895
6896         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
6897         guesses.
6898
6899 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
6900
6901         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
6902
6903 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
6904
6905         * ltmain.sh: If mkdir fails, check whether the directory was created
6906         anyhow by some other process.
6907
6908 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
6909
6910         * configure.in (d30v-*-*): Configure all directories.
6911
6912 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
6913
6914         * configure.in (d30v-*-*): Configure newlib, libiberty directories
6915         for the D30V.
6916
6917 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
6918
6919         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
6920
6921 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
6922
6923         * include/libiberty.h: Add extern "C" { so it can be used with C++
6924         progrms.
6925         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
6926         programs.
6927
6928 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
6929
6930         * configure.in (d30v-*-*): Configure GCC now.
6931
6932 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
6933
6934         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
6935         is no longer needed.
6936
6937 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
6938
6939         * Makefile.in: check-target-libio depends on all-target-libstdc++.
6940
6941 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
6942
6943         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
6944         targets using "$@" to provide support for similar but not identical
6945         targets without having to duplicate code.
6946
6947 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
6948
6949         * makefile.vms: Fix to work with DEC C.
6950
6951 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
6952
6953         * config.sub: Add mips-tx39-elf to marketing names.
6954
6955 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
6956
6957         * ltmain.sh: Handle symlinks in generated script.
6958
6959 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
6960
6961         * configure: Handle autoconf style directory options: --bindir,
6962         --datadir, --includedir, --infodir, --libdir, --libexecdir,
6963         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
6964         --sysconfdir.
6965         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
6966         (sharedstatedir, localstatedir, oldincludedir): New variables.
6967         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
6968         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
6969         sbindir, sharedstatedir, and sysconfdir.
6970
6971 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
6972
6973         * Makefile.in (bootstrap-lean): New target.
6974
6975 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
6976
6977         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
6978         sn, and gnuserv from noconfigdirs.
6979
6980 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
6981
6982         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
6983
6984 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
6985
6986         * Makefile.in (cross): New target.
6987
6988 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
6989                           Jeff Law         <law@cygnus.com>
6990
6991         * Makefile.in (bootstrap2, bootstrap3): New targets.
6992         (all-bootstrap): Remove outdated and confusing target.
6993         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
6994
6995 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
6996
6997         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
6998         windows.  Consistent with gdb/configure.
6999
7000 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
7001
7002         * configure.in: Name Linux target fragment.
7003
7004         * configure: Rewrite so that project Makefile fragment is inserted
7005         first and appears last in the resulting Makefile.
7006
7007 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7008
7009         * Makefile.in (install-itcl): Install tcl first.
7010
7011 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
7012
7013         * configure.in: remove bison from noconfigdirs for Cygwin32 host
7014
7015 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
7016
7017         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
7018
7019         * configure.in (skipdirs): Add target-librx for Linux.
7020         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
7021
7022 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
7023
7024         * Makefile.in (bootstrap): New target.
7025
7026 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
7027
7028         * config.sub: Accept 'amigados' for backward compatibility.
7029
7030 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
7031
7032         * config.guess: Merge with FSF.
7033
7034 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
7035
7036         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
7037
7038 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
7039
7040         * config.sub: Add "marketing-names" patch.
7041
7042 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
7043
7044         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
7045
7046 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
7047
7048         * config.sub: Handle v850-elf.
7049
7050 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
7051
7052         * .cvsignore (*-install): Remove.
7053
7054 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
7055
7056         * ltconfig: Set CONFIG_SHELL in libtool.
7057         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
7058
7059 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
7060
7061         * configure.in (target_subdir): Set to libraries if enable_multilib.
7062
7063 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
7064
7065         * config.guess: Update from gcc directory.
7066
7067 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7068
7069         * Makefile.in (all-sim): Depends on all-readline.
7070
7071 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
7072
7073         * Makefile.in (BISON, YACC): Use $$s.
7074         (all-bison): Depend on all-texinfo.
7075
7076 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
7077
7078         * Makefile.in (BISON): Add -L flag.
7079         (YACC): Likewise.
7080
7081 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
7082
7083         * configure.in (noconfigdirs): Add support for v850e target.
7084
7085         * config.sub (maybe_os): Add support for v850e target.
7086
7087 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
7088
7089         * configure.in (noconfigdirs): Add support for v850ea target.
7090
7091         * config.sub (maybe_os): Add support for v850ea target.
7092
7093 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
7094
7095         * config.sub: Add mipstx39.  Delete r3900.
7096
7097 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
7098
7099         * Makefile.in (all-autoconf): Depends on all-texinfo.
7100
7101 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
7102
7103         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
7104         eabi targets.
7105
7106 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
7107
7108         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
7109
7110         * configure: When handling a Canadian Cross, handle YACC as well as
7111         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
7112         * Makefile.in (all-bison): Depend upon all-texinfo.
7113
7114 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
7115
7116         * Makefile.in (BISON): bison, not byacc or bison -y.
7117         (YACC): bison -y or byacc or yacc.
7118         (various): Add *-bison as appropriate.
7119         (taz): No need to mess with BISON anymore.
7120
7121 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
7122
7123         * configure: If OSTYPE matches *win32*, try to find a good value for
7124         CONFIG_SHELL.
7125
7126 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
7127
7128         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
7129         configure.in if it is present.
7130
7131 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
7132
7133         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
7134
7135 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
7136
7137         * config.sub: Recognize `arc' cpu.
7138         * configure.in: Likewise.
7139         * config-ml.in: Likewise.
7140
7141 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
7142
7143         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
7144
7145 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
7146
7147         * configure: Changed sed delimiter from ':' to '|' when
7148         attempting to substitute ${config_shell} for SHELL. On
7149         NT ${config_shell} may contain a ':' in it.
7150
7151 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
7152
7153         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
7154
7155 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
7156
7157         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
7158
7159 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
7160
7161         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
7162
7163         * ylwrap: If the program is a relative path, force it to be
7164         absolute.
7165
7166 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7167
7168         * configure (tooldir): Set BISON to `bison -y' and not just bison.
7169
7170 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7171
7172         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
7173         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
7174         for libraries.
7175
7176 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
7177
7178         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
7179         separated by spaces.
7180
7181 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
7182
7183         * ylwrap: New file.
7184         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
7185
7186         * ltmain.sh: Handle /bin/sh at start of install program.
7187
7188         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
7189
7190         * ltconfig, ltmain.sh: New files, from libtool 1.0.
7191         * missing: New file, from automake 1.2.
7192
7193 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
7194
7195         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
7196         check-tk to CHECK_X11_MODULES.
7197
7198 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
7199
7200         * config.sub: Merge with FSF.
7201
7202 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
7203
7204         * config.guess: Merge with FSF.
7205
7206 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
7207
7208         * configure: Treat msdosdjgpp like go32.
7209         * configure.in: Likewise.  Don't remove gprof for go32.
7210
7211         * configure: Change Makefile.tem2 to Makefile.tm2.
7212
7213 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
7214
7215         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
7216
7217 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7218
7219         * install-sh (chmodcmd): Set to null if the DST directory already
7220         exists.  Same as Nov 11th change.
7221
7222 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
7223
7224         * configure (GDB_TK): Needs itcl and tix.
7225
7226 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
7227
7228         * config.guess: Update from FSF.
7229
7230 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
7231
7232         * Makefile.in (GDB_TK): Depend on itcl and tix.
7233
7234 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
7235
7236         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
7237         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
7238         (INSTALL_SCRIPT): New variable.
7239         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
7240         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
7241         to -x.
7242         * install-sh: Add support for -x option.
7243
7244 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
7245
7246         * configure.in, Makefile.in: Treat tix like itcl.
7247
7248 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
7249
7250         * Makefile.in (WINDRES): New variable.
7251         (WINDRES_FOR_TARGET): New variable.
7252         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
7253         (EXTRA_HOST_FLAGS): Add WINDRES.
7254         (EXTRA_TARGET_FLAGS): Add WINDRES.
7255         (EXTRA_GCC_FLAGS): Add WINDRES.
7256         ($(DO_X)): Pass down WINDRES.
7257         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
7258         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
7259         DLLTOOL_FOR_TARGET.
7260
7261 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
7262
7263         * configure.in: configure sim before gdb for win32-x-ppc
7264
7265 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7266
7267         Move gperf into the toplevel, from libg++.
7268         * configure.in (target_tools): Add target-gperf.
7269         (native_only): Add target-gperf.
7270         * Makefile.in (all-target-gperf): New target, depend on
7271         all-target-libg++.
7272         (configure-target-gperf): Empty rule.
7273         (ALL_TARGET_MODULES): Add all-target-gperf.
7274         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
7275         (CHECK_TARGET_MODULES): Add check-target-gperf.
7276         (INSTALL_TARGET_MODULES): Add install-target-gperf.
7277         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
7278
7279 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
7280
7281         * config.sub (mn10200): Recognize new basic machine.
7282
7283 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7284
7285         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
7286         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
7287
7288 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7289
7290         * configure.in: If we're building mips-sgi-irix6* native, turn on
7291         ENABLE_MULTILIB and set TARGET_SUBDIR.
7292
7293 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
7294
7295         * Makefile.in (all-sn): Depend on all-grep.
7296
7297 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
7298
7299         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
7300
7301         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
7302         Makefile.  From Jeff Makey <jeff@cts.com>.
7303         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
7304
7305         * Makefile.in (DISTBISONFILES): Remove.
7306         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
7307         $(DEFAULT_YACC).
7308
7309         * configure.in: Build itl, db, sn, etc., when building for native
7310         cygwin32.
7311
7312         * Makefile.in (LD): New variable.
7313         (EXTRA_HOST_FLAGS): Pass down LD.
7314         ($(DO_X)): Likewise.
7315
7316 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
7317
7318         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
7319
7320 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
7321
7322         * configure.in (targargs): Strip out any supplied --build argument
7323         before adding our own. Always add --build.
7324
7325 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
7326
7327         * configure.in (targargs): Pass --build if we're doing
7328         a cross-compile.
7329
7330 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
7331
7332         * configure: Use '|' instead of ":" as the separator in
7333         sed. Otherwise sed chokes on NT path names with drive
7334         designators. Also look for "?:*" as the leading characters in an
7335         absolute pathname.
7336
7337 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
7338
7339         * config.sub: Support for r3900.
7340
7341 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
7342
7343         * configure.in: Use install-sh, not install.sh.
7344
7345 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
7346
7347         * Makefile.in (taz): Improve check for BISON so it doesn't try to
7348         apply it twice.
7349
7350 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
7351
7352         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
7353         install-binutils.
7354
7355 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
7356
7357         * Makefile.in: Add automake targets.
7358         * configure.in (host_tools): Add automake.
7359
7360 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
7361
7362         * configure: Default CXX to c++, not gcc.
7363         * Makefile.in (CXX): Set to c++, not gcc.
7364         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
7365
7366 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
7367
7368         * install-sh: try appending a .exe if source file doesn't
7369         exist
7370
7371 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
7372
7373         * configure.in: Turn on multilib by default.
7374         (cross_only): Remove target-libiberty.
7375
7376         * Makefile.in (all-gcc): Don't depend on libiberty.
7377
7378 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
7379
7380         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
7381
7382 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
7383
7384         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
7385         (DISTBISONFILES): Add ld/Makefile.in
7386
7387 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
7388
7389         * configure.in: if target is cygwin32 but host isn't cygwin32,
7390         don't configure gdb tcl tk expect, not just gdb.
7391
7392 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
7393
7394         * configure.in: Added gnuserv everywhere sn appears.
7395
7396         * Makefile.in (ALL_MODULES): Added all-gnuserv.
7397         (CROSS_CHECK_MODULES): Added check-gnuserv.
7398         (INSTALL_MODULES): Added install-gnuserv.
7399         (CLEAN_MODULES): Added clean-gnuserv.
7400         (all-gnuserv): New target.
7401
7402 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
7403
7404         * config.guess: Fixes for MIPS OpenBSD systems.
7405
7406 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
7407
7408         * Makefile.in (INSTALL_XFORM): Remove.
7409         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
7410
7411         * mkinstalldirs: New file, copied from automake.
7412         * Makefile.in (installdirs): Rename from install-dirs.  Use
7413         mkinstalldirs.  Change all users.
7414         (DEVO_SUPPORT): Add mkinstalldirs.
7415
7416 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
7417
7418         * install-sh: Rename from install.sh.
7419         * Makefile.in (INSTALL): Change install.sh to install-sh.
7420         (DEVO_SUPPORT): Likewise.
7421
7422         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
7423         Graichen <graichen@rzpd.de>.
7424
7425 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
7426
7427         * config.guess: Recognize OpenBSD systems correctly.
7428
7429 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
7430
7431         * README, Makefile.in (ETC_SUPPORT): Remove references to
7432         cfg-paper*, configure.{texi,man,info*}._
7433
7434 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
7435
7436         * Makefile.in (all.normal): Ensure that gcc is built after all
7437         the x11 - ie gdb - targets.
7438
7439 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
7440
7441         * makefile.vms: Don't run conf-a-gas.
7442
7443 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
7444
7445         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
7446
7447 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
7448
7449         * configure.in: Remove noconfigdirs case since gdb also
7450         configures and builds for tic80-coff.
7451
7452 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
7453
7454         * configure: Set cache_file to config.cache.
7455         * Makefile.in (local-distclean): Remove config.cache.
7456
7457 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
7458
7459         * COPYING: Update FSF address.
7460
7461 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
7462
7463         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
7464         noconfigdirs.
7465
7466 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
7467
7468         * Makefile.in (install-dirs): Don't crash if prefix, and hence
7469         MAKEDIRS, is empty.
7470
7471 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
7472
7473         * config.sub: Tweak mn10300 entry.
7474
7475 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
7476
7477         * configure.in (host_tools): Put sim before gdb, so gdb's
7478         configure.tgt can determine if the simulator was configured.
7479
7480 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
7481
7482         * config.sub: Move BeOS $os case to be with other Cygnus
7483         local cases.
7484
7485 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
7486
7487         * config.sub: Remove misplaced comment that broke Linux.
7488
7489 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
7490
7491         * config.sub: Add BeOS support.
7492
7493 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
7494
7495         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
7496
7497 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
7498
7499         * configure.in (noconfigdirs): Remove tcl and tk from
7500         noconfigdirs for cygwin32 builds.
7501
7502 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
7503
7504         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
7505
7506 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
7507
7508         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
7509         make-all.com, use makefile.vms instead.
7510
7511 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
7512
7513         * config.sub: Accept -lnews*.
7514
7515 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
7516
7517         * configure.in (noconfigdirs): Disable target-newlib,
7518         target-examples and target-libiberty for d30v.
7519
7520 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
7521
7522         * configure.in (noconfigdirs): Enable ld for d30v.
7523
7524 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
7525
7526         * configure.in (tic80-*-*): Build compiler.
7527
7528 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
7529
7530         * configure.in (d30v-*): Remove sim directory from list of
7531         unsupported d30v directories
7532
7533 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
7534
7535         * config.sub, configure.in: Add d30v target cpu.
7536
7537 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
7538
7539         * makefile.vms: New file.
7540         * make-all.com: Remove.
7541
7542 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
7543
7544         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
7545
7546 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
7547
7548         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
7549
7550 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
7551
7552         * Makefile.in (ALL_MODULES): Added all-db.
7553         (CROSS_CHECK_MODULES): Addec check-db.
7554         (INSTALL_MODULES): Added install-db.
7555         (CLEAN_MODULES): Added clean-db.
7556
7557 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
7558
7559         * config.guess: Merge with latest FSF sources.
7560
7561 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
7562
7563         * Makefile.in (ALL_MODULES): Added all-itcl.
7564         (CROSS_CHECK_MODULES): Added check-itcl.
7565         (INSTALL_MODULES): Added install-itcl.
7566         (CLEAN_MODULES): Added clean-itcl.
7567
7568 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
7569
7570         * configure.in: build gdb for mn10200
7571
7572 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
7573
7574         * Makefile.in (all-target-winsup): Depend on all-target-libio.
7575
7576 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
7577
7578         * configure.in (tic80-*-*): Turn off most targets right now.
7579
7580 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
7581
7582         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
7583         rather than the makeinfo program.
7584         (do-info): Depend upon all-texinfo.
7585
7586 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
7587
7588         * configure.in: Remove uses of config/mh-linux.
7589
7590         * config.sub, config.guess: Merge with latest FSF sources.
7591
7592 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
7593
7594         * config.sub (case $basic_machine): Add tic80 entries.
7595
7596 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
7597
7598         * config.sub, config.guess: Merge with latest FSF sources.
7599
7600 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
7601
7602         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
7603         * mpw-config.in: Test for NewFolderRecursive.
7604         * mpw-install: Use symbolic name for startup filename.
7605         * mpw-README: Add various additional details.
7606
7607 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
7608
7609         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
7610
7611 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
7612
7613         * configure.in: Do build gcc and the target libraries for
7614         the mn10200.
7615
7616 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
7617
7618         * configure.in: don't avoid building gdb for mn10300 any more
7619         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
7620         instead of single-quoting it.
7621
7622 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
7623
7624         * configure.in: Don't use --with-stabs on IRIX 6.
7625
7626 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
7627
7628         * configure.in (m32r): Build gdb, libg++ now.
7629
7630 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
7631
7632         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
7633         directories from noconfigdirs.
7634
7635 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
7636
7637         * config.sub (basic_machine): added mips16 configuration
7638
7639 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7640
7641         * config.sub: Handle d10v-unknown.
7642
7643 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
7644
7645         * config.sub: Handle v850-unknown.
7646
7647 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
7648
7649         * Makefile.in: add findutils
7650         * configure.in: add findutils to list of host_tools
7651
7652 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
7653
7654         * config.sub: Handle mn10200 and mn10300.
7655
7656 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7657
7658         * configure.in (d10v-*): Do not build librx.
7659
7660 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
7661
7662         * configure.in (mn10300): Build everything except gdb & libgloss.
7663
7664 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
7665
7666         * config.guess:  Patch for Dansk Data Elektronik servers,
7667         from Niels Skou Olsen <nso@dde.dk>.
7668
7669         For ncr, use /bin/uname rather than uname, since GNU uname does not
7670         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
7671
7672         Patch for MIPS R4000 running System V,
7673         from Eric S. Raymond <esr@snark.thyrsus.com>.
7674
7675         Fix thinko for nextstep.
7676
7677         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
7678
7679         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
7680         * config.guess: Guess mips-dec-mach_bsd4.3.
7681
7682         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
7683         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
7684         release numbers.
7685         * config.guess (mips-mips-riscos*):  Emit just enough of the
7686         release number.
7687
7688         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
7689         * config.guess (sparc-auspex-sunos*):  Added.
7690         (f300-fujitsu-*): Added.
7691
7692         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
7693         * config.guess:  Recognize a Tadpole as a sparc.
7694
7695 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
7696
7697         * config.guess: Don't assume that NextStep version is either 2 or
7698         3.  NextStep 4 (aka OpenStep 4) has come out now.
7699
7700 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
7701
7702         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
7703         From Rik Faith <faith@cs.unc.edu>.
7704
7705 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
7706
7707         * config.sub: Contributions from bug-gnu-utils to:
7708         Support plain "hppa" (no version given) architecture, reported by
7709         OpenStep.
7710         OpenBSD like NetBSD.
7711         LynxOs is not a hardware supplier.
7712
7713         * config.guess: Contributions from bug-gnu-utils to add support for:
7714         OpenBSD like NetBSD.
7715         Stratus systems.
7716         More Pyramid systems.
7717         i[n>4]86 Intel chips.
7718         M680[n>4]0 Motorola chips.
7719         Use unknown instead of lynx for hardware manufacturer.
7720
7721 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7722
7723         * install.sh (chmodcmd): Set to null if the DST directory already
7724         exists.
7725
7726 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7727
7728         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
7729         not use mt-ppc target Makefile fragment any more.
7730
7731 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
7732
7733         * configure.in (*-*-windows):  Exclude everything but those dirs
7734         needed to build windows.
7735
7736 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
7737
7738         * Makefile.in (all-target-winsup): Depend on all-target-librx.
7739
7740 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
7741
7742         * configure.in:  Exclude mmalloc from i386-windows.
7743
7744 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
7745
7746         * Undo my previous change.
7747
7748 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
7749
7750         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
7751         unconditionally.
7752         (MAKEOVERRIDES): Define (revert this part of October 18 change).
7753
7754 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
7755
7756         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
7757         host to add it's own flags.
7758
7759 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
7760
7761         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
7762
7763 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
7764
7765         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
7766         (CXX_FOR_TARGET): Likewise.
7767         (GCC_FOR_TARGET): Define.
7768         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
7769         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
7770         CC_FOR_TARGET was specified on the command line.
7771         (MAKEOVERRIDES): Don't define.
7772
7773 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
7774
7775         * configure.in (m32r): Fix spelling of libg++ libs.
7776
7777 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
7778
7779         * config.sub (-apple*): Remove, now redundant.
7780
7781 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
7782
7783         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
7784
7785         * configure: Rework yesterday's sed script patch.
7786
7787         * config.sub: Merge with FSF.
7788
7789 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
7790
7791         * config.guess:  Merge from FSF.
7792
7793         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7794         * config.guess: Use pc instead of unknown, for pc clone systems.
7795         Change linux to linux-gnu.
7796
7797         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7798         * config.guess: Avoid non-portable tr syntax.
7799
7800 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
7801
7802         * test-build.mk (HOLES): Add "xargs" for gdb.
7803
7804         * configure: Avoid hpux10.20 sed bug.
7805
7806 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
7807
7808         * configure.in:  Add support for windows host
7809         (that is a build done under the Microsoft build environment).
7810
7811 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
7812
7813         * Makefile.in: Replace all uses of srcroot with s, to shrink
7814         command line lengths.
7815
7816         Patches from Geoffrey Noer <noer@cygnus.com>:
7817         * configure.in: If configuring for newlib, pass --with-newlib to
7818         subdirectories.
7819         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
7820         -Bnewlib/ and -Lwinsup to gcc.
7821         (CXX_FOR_TARGET): Likewise.
7822
7823 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
7824
7825         * Makefile.in (ETC_SUPPORT): Add configure.
7826
7827 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
7828
7829         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
7830         host configuration file.
7831
7832 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
7833
7834         * configure.in: Break mn10x00 support into separate
7835         mn10200 and mn10300 configurations.
7836         * config.sub: Likewise.
7837
7838 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
7839
7840         * configure.in: Add lots of stuff to noconfigdirs for
7841         the mn10x00 targets.
7842
7843         * config.sub, configure.in: Add mn10x00 support.
7844
7845 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
7846
7847         * make-all.com: Call conf-a-gas, not config-a-gas.
7848
7849 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
7850
7851         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
7852         targets.
7853
7854 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
7855
7856         * mpw-README: Add much more detail for native PowerMac.
7857         * mpw-install: New file.
7858         * mpw-configure: Add --norecursion and --help options.
7859         * mpw-config.in: Translate readme and install files when
7860         copying to objdir.
7861         * mpw-build.in: Don't always depend on byacc and flex.
7862         (install-only-top): New action.
7863
7864 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
7865
7866         * configure.in:  You can now configure GDB for the v850.
7867
7868 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
7869
7870         * configure.in (noconfigdirs): Don't configure any C++ dirs
7871         if targeting D10V.
7872
7873 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
7874
7875         * config.sub: Recognize mips64vr5000.
7876
7877 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
7878
7879         * configure.in: Use a single line for host_tools and native_only.
7880
7881 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
7882
7883         * config.sub, configure.in: Add entries for m32r.
7884
7885 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
7886
7887         * Makefile.in (inet-install): Don't run install-gzip.
7888
7889 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
7890
7891         * configure.in:  Don't config lots of things for *-*-windows*.
7892
7893 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
7894
7895         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
7896         (host_libs, host_tools): Copy from configure.in.
7897         * mpw-configure: Don't complain about directories not found.
7898
7899 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7900
7901         * configure.in (i[345]86): Recognize i686 for pentium pro.
7902         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
7903         file.
7904
7905         * config.guess (i[345]86): Ditto.
7906
7907 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
7908
7909         * configure.in (noconfigdirs): Removed gdb for D10V.
7910
7911 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
7912
7913         * configure.in: Remove ld, target-libio, target-libg++, and
7914         target-libstdc++ from noconfigdirs.
7915
7916 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
7917
7918         * configure: Fix three locations where shell scripts were
7919         being run directly rather than with config_shell.
7920
7921 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
7922
7923         * configure.in (v850-*-*): Set up initial $noconfigdirs.
7924         * config.sub (basic_machine): Recognize v850.
7925
7926 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
7927
7928         * mpw-configure: Handle multiple enable/disable options and
7929         pass them down recursively, handle -c and -s flags appropriately
7930         depending on choice of compiler, add escape mechanism for
7931         quoted arguments to gC.
7932
7933 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7934
7935         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
7936         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
7937         so that -mrelocatable-lib and -mno-eabi are used.
7938
7939         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
7940         not support --print-multi-lib, don't abort.
7941
7942 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
7943
7944         * make-all.com: Run config-a-gas.
7945         * setup.com: Don't copy subdirectory files around.
7946
7947 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
7948
7949         * configure.in (*-*-ose): Remove exclusion of libgloss for this
7950         target, it now compiles correctly.
7951
7952 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
7953
7954         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
7955
7956 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
7957
7958         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
7959
7960 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7961
7962         * configure.in (native_only): Add prms.
7963
7964 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
7965
7966         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
7967         (BINUTILS_SUPPORT_DIRS): Likewise.
7968
7969 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7970
7971         * configure.in (d10v-*-*): Don't configure ld or gdb until the
7972         d10v support is added.
7973
7974 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
7975
7976         * configure.in (d10v-*-*): New target.
7977
7978 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
7979
7980         * config.guess (HP 9000/811): Recognize this as a PA1.1
7981         machine.
7982
7983 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
7984
7985         * Makefile.in (do-tar-gz): New target, split out from tail end of
7986         taz target.  Run each command separately, don't use pipes.
7987         (taz): Use it.
7988
7989 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
7990
7991         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
7992         * mpw-build.in: No builds should depend on building byacc or flex,
7993         they are assumed to be installed already.
7994
7995 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7996
7997         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
7998         variable that CC_FOR_TARGET needs.
7999
8000 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8001
8002         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
8003         options have changed since the last time the subdirectory was
8004         configured, and if it has, reconfigure.
8005         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
8006         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
8007
8008 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
8009
8010         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
8011         CLEAN_MODULES): Add bash.
8012         (all-bash): New target.
8013
8014 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
8015
8016         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
8017
8018 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8019
8020         * config.sub (basic_machine): Recognize d10v as a valid processor.
8021
8022 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
8023
8024         * mpw-configure: Add support for --bindir.
8025         * mpw-build.in: Use a GCC-specific build script for GCC actions.
8026
8027 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
8028
8029         * configure.in: add bash, time, gawk to list of hosttools and things
8030         to only build for native toolchains
8031
8032 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8033
8034         * Makefile.in (docdir): Remove.
8035
8036 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8037
8038         * Makefile.in (datadir): Set to $(prefix)/share.
8039
8040 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
8041
8042         * configure.in: build diff and patch for cygwin32-hosted
8043         toolchains.
8044
8045 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
8046
8047         * config.sub: Accept -rtems*.
8048
8049 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
8050
8051         * configure.in: enable dosrel for cygwin32-hosted builds,
8052                 remove diff from the list of things not buildable
8053                 via Canadian Cross
8054
8055 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
8056
8057         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
8058         don't get ". ".
8059
8060 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
8061
8062         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
8063
8064 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
8065
8066         * Makefile.in (taz): Handle case where tex3patch didn't even get
8067         checked out.  Also, if it was found, put the symlink in a new util
8068         subdirectory.
8069
8070 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8071
8072         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
8073
8074 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
8075
8076         * config.sub: Recognize -openvms.
8077         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
8078         * make-all.com, setup.com: New files.
8079
8080 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
8081
8082         * Makefile.in (taz): tex3patch moved to texinfo/util.
8083
8084 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
8085
8086         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
8087         * configure.in: remove make from disable-if-Can-Cross list
8088                 enable gdb if ${host} and ${target} are cygwin32
8089
8090 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
8091
8092         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
8093         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
8094
8095 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
8096
8097         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
8098         distinguish sysv/svr4/bsd variants.
8099         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
8100
8101 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
8102
8103         * configure.in: Added copyright notice.
8104         * move-if-change: Added copyright notice.
8105
8106 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8107
8108         * configure.in (powerpcle-*-solaris*): Until we get shared
8109         libraries working, don't build gdb, sim, make, tcl, tk, or
8110         expect.
8111
8112 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
8113
8114         * config.guess:  Merge with FSF:
8115
8116         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8117         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
8118
8119         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
8120         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
8121
8122         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
8123         * config.guess:  Combine two OSF1 rules.
8124         Also recognize field test versions.  From mjr@zk3.dec.com.
8125         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
8126         because GNU uname does not support -p.  From pmr@pajato.com.
8127
8128 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
8129
8130         * Makefile.in (MAKEDIRS): Removed $(tooldir).
8131
8132 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
8133
8134         * mpw-README: Document GCCIncludes.
8135
8136 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
8137
8138         * configure.in (alpha-*-linux*): Set enable_shared to yes.
8139
8140 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
8141
8142         * mpw-configure: Handle --enable-FOO and --disable-FOO.
8143
8144 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
8145
8146         * configure.in (*-*-cygwin32): Configure make.
8147
8148 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
8149
8150         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
8151
8152 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
8153
8154         * Makefile.in (all-inet): Depend on all-perl.
8155
8156         * Makefile.in (inet-install): New target.
8157
8158         * Makefile.in (all-inet): Depend on all-tcl.
8159         (all-inet): Depend on all-send-pr.
8160
8161 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8162
8163         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
8164         temporarily.
8165
8166 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
8167
8168         * configure.in: Don't configure --with-gnu-ld on AIX.
8169
8170 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
8171
8172         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
8173
8174 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
8175
8176         * Makefile.in (ALL_MODULES): Added all-inet.
8177         (CROSS_CHECK_MODULES): Added check-inet.
8178         (INSTALL_MODULES): Added install-inet.
8179         (CLEAN_MODULES): Added clean-inet.
8180         (all-indent): New target.
8181
8182         * configure.in (host_tools): Added inet.
8183         (native_only): Added inet.
8184         (noconfigdirs): Added inet.
8185
8186 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
8187
8188         * configure.in: Don't configure libgloss if we are not configuring
8189         newlib.
8190
8191 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
8192
8193         * configure.in: Don't configure libgloss for unsupported
8194         architectures.
8195
8196 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8197
8198         * Makefile.in (CLEAN_MODULES): Add clean-apache.
8199
8200 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
8201
8202         * Makefile.in (ALL_MODULES): Include all-apache.
8203         (CROSS_CHECK_MODULES): Include check-apache.
8204         (INSTALL_MODULES): Include install-apache.
8205         (all-apache): New target.
8206
8207         * configure.in: Added apache everywhere perl is seen.
8208
8209 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8210
8211         * Makefile.in: Add support for clean-{module} and
8212         clean-target-{module} rules.
8213
8214 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
8215
8216         * configure.in (*-*-ose) do not build libgloss.
8217
8218 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8219
8220         * config.guess (prep*:SunOS:5.*:*): Turn into
8221         powerpele-unknown-solaris2.
8222
8223 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
8224
8225         * configure.in: Permit --enable-shared to specify a list of
8226         directories.
8227
8228 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
8229
8230         * configure.in (host==solaris): Pass only the first word of $CC
8231         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
8232
8233 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
8234
8235         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
8236
8237 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
8238
8239         * Makefile.in (ALL_MODULES): Include all-perl.
8240         (CROSS_CHECK_MODULES): Include check-perl.
8241         (INSTALL_MODULES): Include install-perl.
8242         (ALL_X11_MODULES): Include all-guile.
8243         (CHECK_X11_MODULES): Include check-guile.
8244         (INSTALL_X11_MODULES): Include install-guile.
8245         (all-perl): New target.
8246         (all-guile): New target.
8247
8248         * configure.in (host_tools): Include perl and guile.
8249         (native_only): Include perl and guile.
8250         (noconfigdirs): Don't build guile and perl; no ports have been
8251         done.
8252
8253 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
8254
8255         * configure (--enable-*): Handle quoted option lists such as
8256         --enable-sim-cflags='-g0 -O' better.
8257
8258 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8259
8260         * Makefile.in ({,inst}all-target): New rule so we can make and
8261         install all of the target directories easily.
8262
8263 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8264
8265         * configure.in: Add missing global flag in sed substitution when
8266         deleting `target-' from ${configdirs}.
8267
8268 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
8269
8270         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
8271         option.
8272
8273         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
8274         config/mh-necv4.
8275
8276         * install.sh: Correct misspelling of transformbasename.
8277
8278         * config.guess: Recognize mips-*-sysv*.
8279
8280 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
8281
8282         * config.sub: Recognize mon960.
8283
8284 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
8285
8286         * configure: Restore Canadian Cross handling of BISON and LEX,
8287         removed in Feb 20 change.
8288
8289 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
8290
8291         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
8292         Mention make install.  Remove the old copyright date as well the
8293         clumsy and rather pointless copyright on the README file.
8294
8295 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
8296
8297         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
8298         Makefile after running symlink-tree, then run `make distclean' to
8299         avoid clobbering any generated files in srcdir.
8300
8301 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
8302
8303         * configure.in (m68k-*-netbsd*): Build everything now.
8304
8305 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
8306
8307         * Makefile.in (taz): Fix quoting.
8308
8309 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
8310
8311         * configure.in (sparclet-*-*): Build everything now.
8312
8313 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8314
8315         * configure.in (m68k-*-linux*): New host.
8316
8317 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
8318
8319         * configure: Check for bison before byacc.
8320
8321 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
8322
8323         * Makefile.in configure:  Change the way LEX and BISON/YACC are
8324         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
8325         searching PATH.  These are used as fallbacks by Makefile.in if
8326         flex/bison/byacc aren't in objdir.
8327
8328 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
8329
8330         * Makefile.in: Make everything which depends upon all-bfd also
8331         depend upon all-opcodes, in case --with-commonbfdlib is used.
8332
8333 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8334
8335         * configure.in (host *-*-cygwin32): Don't build gdb if we are
8336         building NT native compilers on Unix.
8337
8338 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
8339
8340         * configure.in: Don't get CC from the host Makefile fragment if we
8341         can find gcc in PATH, or if this is a Canadian Cross.  Move the
8342         Solaris test for /usr/ucb/cc to the post target script, just after
8343         the compiler sanity test.
8344
8345 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
8346
8347         * config.sub: Merge with FSF.
8348
8349 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
8350
8351         * Makefile.in (RPATH_ENVVAR): New variable.
8352         (REALLY_SET_LIB_PATH): Use it.
8353         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
8354
8355 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
8356
8357         * config.sub, configure.in: Recognize sparclet cpu.
8358
8359 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
8360
8361         * config.guess:  Support m68k-cbm-sysv4.
8362
8363 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8364
8365         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
8366         m68k-unknown-linuxaout from linker help string.  Put quotes around
8367         $ld_help_string.
8368
8369 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
8370
8371         * config.guess (powerpc-harris-powerunix): Add guess for port
8372         to new target.
8373
8374 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8375
8376         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
8377
8378 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
8379
8380         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
8381         $(REALLY_SET_LIB_PATH) in Makefile.
8382         * Makefile.in (SET_LIB_PATH): New variable.
8383         (REALLY_SET_LIB_PATH): New variable.
8384         ($(DO_X)): Use $(SET_LIB_PATH).
8385         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
8386         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
8387         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
8388         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
8389         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
8390         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
8391         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
8392         (install-dosrel): Likewise.
8393         (all-opcodes): Depend upon all-libiberty.
8394
8395 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8396
8397         * config.guess (*:CYGWIN*): New
8398
8399 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8400
8401         * Makefile.in (all-target-winsup): All all-target-libiberty.
8402
8403 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8404
8405         * configure.in (noconfigdirs): Add missing # in front of comment.
8406
8407 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
8408
8409         * configure.in: add second pass to things added to noconfigdirs
8410         so *-gm-magic can exclude libgloss properly.
8411
8412 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
8413
8414         * mpw-configure (extralibs_name, rez_name): Set correctly
8415         for MWC68K compiler.
8416
8417         * mpw-README: Add more info on the necessary build tools.
8418
8419 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8420
8421         * configure.in, config.sub: Recognize cygwin32.
8422
8423 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
8424
8425         * config.guess, config.sub: Recognize A/UX.
8426
8427 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
8428
8429         * config.sub: Merge with gcc/config.sub.
8430
8431 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
8432
8433         * mpw-build.in (do-binutils): Add build of stamps.
8434
8435 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
8436
8437         * config.sub: Add recognition for mips64vr4100*-* targets.
8438
8439 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8440
8441         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
8442         Add creation of gconfigargs with `--enable-shared' turned on.
8443         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
8444         ($(host)-stamp-stage3-configured): Likewise.
8445         (HOLES): Add chatr and ldd.
8446         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
8447
8448 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
8449
8450         * configure: Pass --nfp to recursive configures.
8451
8452 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8453
8454         * Makefile.in (DLLTOOL): New.
8455         (DLLTOOL_FOR_TARGET): New.
8456         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
8457         (EXTRA_TARGET_FLAGS): Ditto.
8458         (EXTRA_GCC_FLAGS): Ditto.
8459         (CONFIGURE_TARGET_MODULES): Ditto.
8460         (DO_X): Ditto.
8461         * configure: Add DLLTOOL.
8462
8463 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
8464
8465         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
8466         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
8467         mh-sco, since old workarounds no longer needed, and don't
8468         build ld, since libraries have weak symbols in COFF.
8469
8470 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
8471
8472         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
8473
8474 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
8475
8476         * configure.in: Make sure that ${CC} can be used to compile an
8477         executable.
8478
8479 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
8480
8481         * Makefile.in (all-gdb): Depend on $(GDB_TK).
8482         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
8483         nothing depending on whether gdbtk is being built.
8484
8485 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
8486
8487         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
8488
8489 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
8490
8491         * configure.in (noconfigdirs): Put ld or gas in this early, if the
8492         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
8493
8494 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
8495
8496         * config-ml.in: Add support for
8497         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
8498         Simplify setting of multidirs from --disable-foo.
8499
8500 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8501
8502         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
8503         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
8504         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
8505         non-empty, pass them on to the  GCC make.
8506         (all-bootstrap): New rule that is like all-gcc, except it executes
8507         the GCC bootstrap rule instead of the GCC all rule.
8508
8509 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
8510
8511         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
8512
8513 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8514
8515         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
8516         DG/UX support.
8517
8518 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
8519
8520         * config.sub (i*86*) Change [345] to [3456]
8521
8522 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8523
8524         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
8525         --with-gnu-ld=no.
8526
8527 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8528
8529         * config-ml.in (rs6000*, powerpc*): Add switches to control which
8530         AIX multilibs get built.
8531
8532 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8533
8534         * configure.in (i386-win32): Don't build expect if we're not
8535         building the tcl subdir.
8536
8537 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
8538
8539         * Makefile.in: (configure-target-examples, all-target-examples):
8540         New targets, configure and build example programs.
8541
8542 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
8543
8544         * mpw-configure: If an mpw-config.in generated a file mk.sed,
8545         use it as input to sedit the generated MPW makefile.
8546         * mpw-README: Add a suggestion about Gestalt.h.
8547
8548 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
8549
8550         * config.sub: Accept *-*-ieee*.
8551
8552 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
8553
8554         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
8555         Ronald F. Guilmette <rfg@monkeys.com>.
8556
8557 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8558
8559         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
8560         for powerpc-pe native.
8561         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
8562         (target==powerpc-pe): duplicate i386-win32 entry.
8563
8564 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
8565
8566         * configure.in (noconfigdirs): Exclude target-newlib for all versions
8567         of vxworks, not just vxworks5.1.
8568
8569 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
8570
8571         * mpw-configure: Add support for exec-prefix.
8572
8573 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
8574
8575         * config.guess: Recognize HP model 816 machines as having
8576         a PA1.1 processor.
8577
8578 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
8579
8580         * configure: Ignore new autoconf configure options.
8581
8582 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
8583
8584         * config.guess:  Recognize Pentium under SCO.
8585         From Robert Lipe <robertl@arnet.com>.
8586
8587 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8588
8589         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
8590
8591 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
8592
8593         * configure.in: Don't configure gas for alpha-dec-osf*.
8594
8595 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
8596
8597         * configure.in: Default to --with-stabs for some targets for which
8598         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
8599         i[345]86*-*-unixware*.
8600
8601 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
8602
8603         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
8604         rather than basing it on the target.  Simplify handling of options
8605         controlling which directories to configure.  Remove extraneous
8606         slash in multi-clean target.
8607
8608 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
8609
8610         * config-ml.in: Prefix more variables with ml_ so they don't collide
8611         with configure's.
8612
8613 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
8614
8615         * configure: Don't turn -v into --v.
8616
8617 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
8618
8619         * configure.in (targargs): Fix typo.
8620
8621         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
8622
8623 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
8624
8625         * configure.in: Strip --host and --target options from
8626         CONFIG_ARGUMENTS, and always configure for --host only.  Add
8627         --with-cross-host option when building with a cross-compiler.
8628         * configure: Canonicalize the arguments put into config.status by
8629         always using `=' for an option with an argument.  Pass a presumed
8630         --host or --target explicitly.
8631
8632 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
8633
8634         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
8635         into general OS recognition case.
8636
8637 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8638
8639         * configure.in (target_configdirs): add target-winsup only
8640         for win32 target systems.
8641
8642 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
8643
8644         * Makefile.in (all-target-libgloss): Depend upon
8645         configure-target-newlib, since when libgloss is built it looks to
8646         see if the newlib directory exists.
8647
8648 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
8649
8650         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
8651         cfg-ml-*.in.
8652
8653 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
8654
8655         * configure: Handle LD and LD_FOR_TARGET when configuring a
8656         Canadian Cross.
8657
8658 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8659
8660         * configure.in (target_libs): add target-winsup.
8661         (target==i386-win32): add patch diff flex make to $noconfigdirs.
8662         (target==ppcle-pe): remove ld from $noconfigdirs.
8663
8664 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
8665
8666         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
8667         Preserve relative path names in $srcdir.  Build symlink tree if
8668         configuring cross target dir and srcdir=. (= no VPATH support).
8669         (configure-target-libg++): Depend on configure-target-librx.
8670         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
8671         * config-ml.in: New file.
8672         * symlink-tree: New file.
8673         * configure: Ensure srcdir="." if that's what it is.
8674
8675 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
8676
8677         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
8678         includes and FLEX_SKELETON setting.
8679         * mpw-configure (--with-gnu-ld): New option, controls whether
8680         to use PPCLink or ld with PowerMac GCC.
8681         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
8682         * mpw-config.in: Configure grez if targeting Mac.
8683
8684         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
8685         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
8686         just macos.
8687         * configure.in: Configure grez resource compiler if targeting Mac.
8688         * Makefile.in (all-grez, install-grez): New targets.
8689
8690 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
8691
8692         * configure: CXX defaults to gcc, not g++.  If we find
8693         gcc in the path, set CC to gcc -O2.
8694
8695 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
8696
8697         * configure: Default ${build} correctly.  Avoid picking up extra
8698         spaces when reading CC and CXX from Makefile.  When doing a
8699         Canadian Cross, use plausible default values for numerous
8700         variables.
8701         * configure.in: When doing a Canadian Cross, don't try to
8702         configure tools whose configure script can't handle it.
8703
8704 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
8705
8706         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
8707
8708 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8709
8710         * configure:  Remove dubious bug reporting address.
8711
8712 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8713
8714         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
8715         configure script, run that instead of this directory's configure.
8716         In either case, print a message that we're configuring the sub-dir.
8717
8718 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8719
8720         * configure.in: Before checking for the existence of various files,
8721         use sed to filter out "target-".
8722
8723 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
8724
8725         * Makefile.in (DO_X): Split rule to decrease command line length
8726         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
8727         (Philippe De Muyter).
8728
8729 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8730
8731         * Makefile.in (all-patch): depend on all-libiberty.
8732
8733 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
8734
8735         * configure.in: If the only directory in target_configdirs which
8736         actually exists is libiberty, then set target_configdirs to empty,
8737         to avoid trying to build a target libiberty in a gas or gdb
8738         distribution.
8739
8740 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
8741
8742         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
8743         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
8744         systems.
8745
8746 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
8747
8748         * configure.in (copy_dirs): Use sys-include instead of include
8749         for --with-headers option.
8750
8751 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
8752
8753         * Makefile.in, configure.in: Make winsup builds work with
8754         new scheme.
8755
8756 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
8757
8758         * configure.in: Build the linker on AIX.
8759
8760 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8761
8762         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
8763         where needed.
8764
8765 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
8766
8767         * Makefile.in (all-gcc): Fix typo.
8768
8769 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8770
8771         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
8772
8773 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8774
8775         * configure.in:  Rename libFOO to target-libFOO, and xiberty
8776         to target-xiberty, to provide more flexibility.
8777         (target_subdir):  Define.  Create if cross.
8778         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
8779         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
8780         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
8781         check-libFOO -> check-target-libFOO, etc.
8782         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
8783         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
8784         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
8785         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
8786         allow ALL_GCC="" to only configure.
8787         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
8788         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
8789         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
8790
8791 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
8792
8793         * Makefile.in (taz): Build "info" in etc explicitly.
8794
8795 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
8796
8797         * configure.in:  Make sure that CC is undefined (as opposed to
8798         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
8799         problem with autoconf trying to configure on a host without GCC.
8800
8801 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
8802
8803         * mpw-configure: Set host alias from choice of host compiler,
8804         only use generic MPW Makefile sed if present, edit a file
8805         named "hacked_Makefile.in" instead of "Makefile.in" if present.
8806         * mpw-README: Add problem notes about CW6 and CW7.
8807
8808 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
8809
8810         * Makefile.in (taz): Use ";" instead of ";;".
8811
8812 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8813
8814         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
8815         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
8816         DISTDOCDIRS.
8817         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
8818         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
8819
8820 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8821
8822         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
8823         and gnats, because they are now subsumed by DISTSTUFFDIRS.
8824         Move bfd to DISTSTUFFDIRS.
8825
8826 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8827
8828         * Makefile.in (X11_LIB): Removed.
8829         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
8830
8831         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
8832
8833 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8834
8835         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
8836         names.
8837
8838 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8839
8840         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
8841
8842 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
8843
8844         * configure.in (i[345]86-*-win32): Always build newlib.
8845         Don't configure cvs, autoconf or texinfo.
8846         * Makefile.in (LD_FOR_TARGET): New.
8847         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
8848         Pass down LD_FOR_TARGET.
8849
8850 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
8851
8852         * winsup: New directory.
8853         * Makefile.in: Build winsup.
8854         * configure.in: Winsup is configured when target is win32.
8855         Can only build win32 target GDB when native.
8856
8857 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
8858
8859         * config.guess: Recognize HP model 819 machines as having
8860         a PA 1.1 processor.
8861
8862 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
8863
8864         * configure: Fix sed loop which substitutes for CC and CXX to
8865         avoid bug found in various sed implementations.
8866
8867 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8868
8869         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
8870         simulator.  Use standard powerpc-*-eabi*.
8871
8872 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
8873
8874         * configure.in: Stop putting gas and binutils in noconfigdirs for
8875         powerpc-*-aix* and rs6000-*-*.
8876
8877 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
8878
8879         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
8880         -mcall-aixdesc libraries.
8881
8882 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
8883
8884         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8885
8886         * config.sub (arm | armel | armeb): Fix shell syntax.
8887
8888 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8889
8890         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
8891         -msoft-float and -mcpu=common support.
8892         (powerpc*-*-eabisim*): Add support for building -mcall-aix
8893         libraries.
8894
8895 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8896
8897         * configure.in: Allow configuration and build of emacs19 for the alpha.
8898
8899 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8900
8901         * configure.in (CC): Get ^CC, not just any old CC, from
8902         ${host_makefile_frag}.
8903
8904 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8905
8906         * configure.in (CC): Try to get CC from
8907         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
8908
8909 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8910
8911         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
8912         only if it exists in $(srcdir).
8913
8914 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
8915
8916         * configure: If CC and CXX are not set in the environment, set
8917         them, based on either an existing Makefile or on searching for gcc
8918         in PATH.  Substitute for CC and CXX in Makefile.
8919         * configure.in: Remove libm from target_libs.  Separate
8920         target_configdirs from configdirs.  If CC is not set in
8921         environment, try to get it from a host Makefile fragment.  Rewrite
8922         changes of configdirs to use skipdirs instead.  A few minor
8923         tweaks.  Take directories out of target_configdirs as they are
8924         taken out of configdirs.  Remove existing Makefile files from
8925         subdirectories.  Substitute for TARGET_CONFIGDIRS and
8926         CONFIG_ARGUMENTS in Makefile.
8927         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
8928         by configure.in.
8929         (CONFIG_ARGUMENTS): Likewise.
8930         (CONFIGURE_TARGET_MODULES): New variable.
8931         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
8932         ($(CONFIGURE_TARGET_MODULES)): New target.
8933         (configure-libg++, configure-libio): New targets.
8934         (all-libg++): Depend upon configure-libg++.
8935         (all-libio): Depend upon configure-libio.
8936         (configure-libgloss, all-libgloss): New targets.
8937         (configure-libstdc++): New target.
8938         (all-libstdc++): Depend upon configure-libstdc++.
8939         (configure-librx, all-librx): New targets.
8940         (configure-newlib): New target.
8941         (all-newlib): Depend upon configure-newlib
8942         (configure-xiberty): New target.
8943         (all-xiberty): Depend upon configure-xiberty.
8944
8945 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
8946
8947         * configure.in (host i[345]86-*-win32):  Expand the
8948         noconfigdirs again.
8949
8950 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
8951
8952         * mpw-configure: Fix sed command file name.
8953
8954 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
8955
8956         * configure.in (host i[345]86-*-win32): Reduce the
8957         noconfigdirs again.
8958
8959 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
8960
8961         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
8962         or powerpc*-*-pe*, since they are not yet supported.
8963
8964 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
8965
8966         Add PowerMac support and many other enhancements.
8967         * mpw-configure: New option --cc to select compiler to use,
8968         paste options set according to --cc into the generated
8969         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
8970         if mpw-make.sed is present.
8971         * mpw-config.in: Don't test for gC1, test for mpw-touch,
8972         add forward includes for PowerPC include files.
8973         * mpw-build.in: Build using Makefile.PPC if present.
8974         (do-byacc, etc): Remove separate version resource builds.
8975         (do-gas): Build "stamps" before "all".
8976         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
8977         * mpw-README: Update to reflect --cc option, PowerMac support,
8978         and recently-reported compatibility problems.
8979
8980 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
8981
8982         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
8983         embedded m68k systems (-aout, -coff, -elf, -vxworks).
8984         (--with-multilib-top): Pass to recursive invocations.
8985
8986 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
8987
8988         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
8989         v810-*-*.
8990
8991 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8992
8993         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
8994         gdb, ld and opcodes on v810-*-*.
8995
8996 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
8997
8998         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
8999         (local-maintainer-clean): New target.
9000         (maintainer-clean): New target.
9001         (realclean): Just depend upon maintainer-clean.
9002
9003 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9004
9005         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
9006
9007 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
9008
9009         * configure.in: Build ld in mips*-*-bsd* case.
9010
9011 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
9012
9013         * config.sub: Accept -lites* OS.  From Ian Dall.
9014
9015 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
9016
9017         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
9018         targets.
9019
9020 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9021
9022         * configure.in: treat i386-win32 canadian cross the same as
9023         i386-go32 canadian cross.
9024
9025 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9026
9027         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
9028         running under the simulator to build a reduced set of libraries.
9029         (powerpc-*-eabiaix): Add fine grained multilib support added to
9030         other powerpc targets yesterday.
9031
9032 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9033
9034         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
9035         -disable-softfloat, -disable-relocatable, -disable-aix, and
9036         -disable-sysv to control which multilib libraries get built.
9037
9038 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
9039
9040         * configure: Add Makefile.tem to list of files to remove in trap
9041         handler.
9042
9043 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9044
9045         * config.guess (*Linux*):  Add missing "exit"s.
9046         Also, need specific check for alpha-unknown-linux (uses COFF).
9047
9048 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9049
9050         * config.guess:  Merge with FSF:
9051
9052         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
9053         * config.guess (AIX4): More robust release numbering discovery.
9054
9055         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
9056         * config.guess (i386-sequent-ptx): Properly get version number.
9057
9058         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
9059         * config.guess (mips:*:4*:UMIPS): New case.
9060
9061 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
9062
9063         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
9064         (i386-win32 host): Likewise.  Don't build readline.
9065
9066 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
9067
9068         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
9069         SUPPORT_FILES to submakes.
9070
9071 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
9072
9073         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
9074         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
9075         mpw-configure.
9076
9077 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
9078
9079         * configure.in (appdirs): Use =, not ==, in test expression when
9080         trying to build the text to print in the warning message for
9081         Solaris users.
9082
9083 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
9084
9085         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
9086
9087 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9088
9089         * config.guess: Recognize lynx-2.3.
9090
9091 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
9092
9093         * config.sub (z8ksim): Deleted
9094         (z8k-*-coff): New, this is the one true name of the target.
9095
9096 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
9097
9098         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
9099
9100 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
9101
9102         * config.guess (*:Linux:*:*): First try asking the linker what the
9103         default object file format is (elf, aout, or coff).  Then if this
9104         fails, try previous methods.
9105
9106 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9107
9108         * configure.in: Don't build newlib for *-*-vxworks5.1.
9109
9110 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9111
9112         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
9113         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
9114
9115 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
9116
9117         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
9118
9119 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
9120
9121         * cfg-ml-com.in: New file.
9122         * cfg-ml-pos.in: New file.
9123
9124 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9125
9126         * COPYING.NEWLIB: Add HP free copyright to list.
9127
9128 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9129
9130         * config.sub: Recognize -eabi* for the system, not just -eabi.
9131
9132 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
9133
9134         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
9135         * config.sub, configure.in (win32): New target and host.
9136
9137 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
9138
9139         * configure.in: Add i386-pe configuration.
9140
9141 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
9142
9143         * mpw-build.in (install): Install GDB after LD.
9144
9145 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
9146
9147         * mpw-config.in (elf/mips.h): Always forward-include, needed
9148         for GDB to build.
9149
9150 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9151
9152         * testsuite: New directory for customer acceptance and whole tool
9153         chain tests.
9154
9155 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
9156
9157         * configure: If per-host line isn't found, but AC_OUTPUT is found
9158         and a configure script exists, run it instead.
9159
9160 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9161
9162         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
9163
9164 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9165
9166         * configure: Set build_{cpu,vendor,os,alias} to host values when
9167         --build isn't specified.
9168
9169 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9170
9171         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
9172         (FLAGS_TO_PASS): Pass them.
9173         (EXTRA_TARGET_FLAGS): Ditto.
9174
9175 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9176
9177         * Makefile.in (all-libg++): Depend on all-libstdc++.
9178
9179 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9180
9181         * configure.in (noconfigdirs): Enable all packages for
9182           i386-unknown-netbsd.
9183
9184 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
9185
9186         * configure.in (noconfigdirs): Don't configure tk for i386-go32
9187         hosted builds (DOS builds)
9188
9189 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
9190
9191         Changes for ARM based on patches from Richard Earnshaw:
9192         * config.sub: Handle armeb and armel.
9193         * configure.in: Omit arm linker only for riscix.
9194
9195 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9196
9197         * config.guess:  Update from FSF.
9198
9199 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
9200
9201         * config.sub: Recognize powerpcle as the little endian variant of
9202         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
9203         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
9204         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
9205         temporarily.
9206
9207 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
9208
9209         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
9210
9211 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
9212
9213         * config.sub: Accept -lites* as a basic system type.
9214
9215 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
9216
9217         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
9218         installed, and if so return linuxoldld as the system name.
9219
9220 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
9221
9222         * config.guess: Add hppa1.1-hp-lites support.
9223
9224 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9225
9226         * configure.in: Don't build newlib for m68k-vxworks5.1.
9227
9228 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9229
9230         * configure.in (mips-sgi-irix6): Use mh-irix5.
9231
9232 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
9233
9234         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
9235
9236 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9237
9238         * test-build.mk: Enable building of shared libraries on IRIX 5 and
9239         OSF/1.  Fix compiler flags.
9240         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
9241
9242 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
9243
9244         * configure.in: Recognize --with-newlib.
9245         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
9246
9247 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
9248
9249         * Makefile.in: move {all,check,install}-gdb from *_MODULES
9250         to *_X11_MODULES due to gdbtk needing X include files et al.
9251
9252 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
9253
9254         Merge in support for Mac MPW as a host.
9255         (Old change descriptions retained for informational value.)
9256
9257         * mpw-config.in: Add generic include forwards for cpu-specific
9258         include files in aout and elf directories.
9259
9260         * mpw-configure: Added copyright.
9261         * mpw-config.in: Check for presence of required build tools.
9262         (target_libs): Add newlib.
9263         (target_tools): Add examples.
9264         (Read Me): Generate as "Read Me for MPW" instead.
9265         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
9266         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
9267         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
9268
9269         * mpw-configure: Remove subdir-specific makefile hackery,
9270         delete mk.tmp after using it.
9271
9272         * mpw-build.in (all): Display start and end times.
9273
9274         * mpw-configure (host_canonical): Set.
9275         (target_cpu): Always add to makefiles.
9276         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
9277         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
9278         (mpw-mh-mpw): Look for in srcdir and srcroot.
9279         Use sed instead of mpw-edit-prefix to edit prefix definitions.
9280
9281         * mpw-build.in: (install-only): New target.
9282
9283         * mpw-configure (host_alias, target_alias): Rename from hostalias
9284         and targetalias, add into generated Makefile.
9285         (mk.tmp): If present, add into generated Makefile.
9286         * mpw-build.in (all-gas): Build config.h first before gas proper.
9287
9288         * mpw-configure (config.status): Write only if changed.
9289         * mpw-config.in (readline): Configure it (not built, just used for
9290         definitions).
9291
9292         * mpw-config.in (elf/mips.h): Add a forward include.
9293
9294         * mpw-config.in: Forward-include most .h files in include into
9295         extra-include.
9296         (readline): Don't build.
9297         mpw-build.in (install): Install GDB.
9298
9299         * mpw-configure (prefix, mpw_prefix): Handle it.
9300         * mpw-config.in (mmalloc, readline): Don't configure.
9301         * mpw-build.in (thisscript): Rename to ThisScript.
9302         Use mpw-build instead of BuildProgram everywhere.
9303         (mmalloc, readline): Don't build.
9304         * mpw-README: New file, basic documentation about the MPW port.
9305
9306         * mpw-config.in: Use forward-include to create include files.
9307
9308         * mpw-configure: Add more things to the top of each configured
9309         Makefile, including contents of config/mpw-mh-mpw.
9310         * mpw-config.in (extra-include): Create this directory and fill it
9311         with Posix-like include files when configuring.
9312
9313         * config.sub (apple, mac, mpw): Add various aliases.
9314
9315         * mpw-build.in: New file, top-level build script fragment for MPW.
9316         * mpw-configure: New file, configure script for MPW.
9317         * mpw-config.in: New file, config fragment for MPW.
9318
9319 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9320
9321         * configure.in (host_libs): Remove glob, since it is gone from the
9322         sources.
9323
9324 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9325
9326         * Makefile.in: define empty GDB_NLM_DEPS var.
9327
9328         * configure.in(target_makefile_frag): use config/mt-netware
9329         for netware targets.
9330
9331 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
9332
9333         * config.sub: Merge in recent FSF changes.  Remove linux special
9334         cases.
9335
9336 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
9337
9338         Revert this change:
9339
9340         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
9341
9342                 * build-all.mk: Use CC=cc -Xs on Solaris.
9343
9344 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9345
9346         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
9347         stop using it.
9348         * Makefile.in: Nuke all references to glob subdirectory.
9349
9350 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9351
9352         * configure.in: Fix --enable-shared logic in per-host.
9353
9354 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
9355
9356         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
9357
9358 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9359
9360         * configure.in (noconfigdirs): Don't build gas on AIX, for
9361         powerpc*-*-aix* as well as for rs6000*-*-aix*.
9362
9363 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
9364
9365         * configure: Fix --cache-file to work if the file argument is a
9366         relative path.
9367
9368 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
9369
9370         * configure: If the --cache-file is used, pass it down to
9371         configure in subdirectories.
9372
9373 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
9374
9375         * config.sub: add vxworks29k configuration.
9376
9377 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
9378
9379         * Makefile.in (taz): Do "diststuff" part quietly.
9380
9381 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
9382
9383         * config.sub: Mini-merge with gcc/config.sub.
9384
9385 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9386
9387         * config.guess (IRIX): Sed - to _.
9388
9389 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9390
9391         * Makefile.in (source-vault, binary-vault): New targets.
9392
9393 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
9394
9395         * config.sub: Recognize -eabi as a basic system type.
9396
9397 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9398
9399         * configure.in (enable_shared stuff): Fix typo.
9400
9401 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
9402
9403         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
9404
9405 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9406
9407         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
9408
9409 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
9410
9411         * configure.in (rs6000-*-*): Don't build gas.
9412
9413 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
9414
9415         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
9416         reduce command line length.
9417         (AS_FOR_TARGET): Check for as.new, not Makefile.
9418         (NM_FOR_TARGET): Check for nm.new, not Makefile.
9419
9420 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9421
9422         * config.guess:  Merge from FSF.
9423
9424 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9425
9426         * configure: Don't use $ when handling program_suffix.
9427
9428 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
9429
9430         * configure.in:  Configure tk for hppa/hpux.
9431
9432 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9433
9434         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
9435
9436 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9437
9438         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
9439         to LIBCXXFLAGS.  Tests are better run without it.
9440
9441 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
9442
9443         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
9444
9445 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
9446
9447         * configure.in (*-*-netware*): Don't configure xiberty.
9448
9449 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
9450
9451         * configure.in:  Remove tk from native_only list.
9452
9453 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
9454
9455         * build-all.mk: Add mips-ncd-elf target to sun4 targets
9456           for special NCD build.
9457
9458 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9459
9460         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
9461         makeall.bat, they're only useful for binutils snapshots.
9462         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
9463         makeall.bat to specified SUPPORT_FILES.
9464
9465 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
9466
9467         * build-all.mk: Add Ericsson targets to sun4 and solaris
9468           hosts.  Add  BNR's sun4 target to solaris host, so their
9469           build-from-source will be tested in-house first.
9470
9471 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
9472
9473         * Makefile.in (LIBCFLAGS): New variable.
9474         (CFLAGS_FOR_TARGET): Ditto.
9475         (LIBCFLAGS_FOR_TARGET): Ditto.
9476         (LIBCXXFLAGS): Ditto.
9477         (CXXFLAGS_FOR_TARGET): Ditto.
9478         (LIBCXXFLAGS_FOR_TARGET): Ditto.
9479         (BASE_FLAGS_TO_PASS): Pass them.
9480         (EXTRA_TARGET_FLAGS): Ditto.
9481
9482         * configure.in: Support --enable-shared.
9483
9484 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9485
9486         * configure.in (target_libs):  Include libstdc++ again.
9487         * config.guess:  Update from FSF (for FreeBSD).
9488
9489 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9490
9491         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
9492         makeall.bat.
9493         (DISTDOCDIRS): Add `etc'.
9494         (ETC_SUPPORT_PFX): New variable.
9495         (taz): Include anything from etc starting with a word in
9496         ETC_SUPPORT_PFX.
9497
9498 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9499
9500         * config.sub: Update for recent FSF changes.  Remove obsolete
9501         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
9502         spacing changes.
9503
9504 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9505
9506         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
9507
9508         * config.guess:  Merge with FSF.
9509         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
9510
9511 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9512
9513         * configure: Since the "trap 0" handler will override the exit
9514         status on many systems, only use it for "exit 1", and make it set
9515         a non-zero exit status; reset it before "exit 0".  Also, check
9516         exit status of config.sub, and error out if it failed.
9517
9518 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
9519
9520         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
9521         and install libgloss.
9522
9523 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9524
9525         * Makefile.in (all-binutils): Depend upon all-byacc.
9526
9527         * configure.in: Don't build emacs on Irix 5.
9528
9529 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
9530
9531         * configure.in (*-*-netware*): Add libio.
9532
9533 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
9534
9535         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
9536         (CHECK_TARGET_MODULES): Ditto.
9537         (INSTALL_TARGET_MODULES): Ditto.
9538         (TARGET_LIBS): Ditto.
9539         (all-libstdc++): Note dependencies.
9540
9541 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9542
9543         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
9544
9545 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
9546
9547         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
9548         -fexternal-templates.
9549
9550         * configure.in (target_libs): Add libstdc++.
9551         (noconfigdirs): Add libstdc++ as appropriate.
9552
9553 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9554
9555         * config.guess:  Update from FSF.
9556
9557 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9558
9559         * configure: Use ${config_shell} when running ${configsub}.
9560
9561 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
9562
9563         * config.sub: No longer recognize h8300h.
9564
9565 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9566
9567         * config.sub: Remove extraneous differences between config.sub and
9568         gcc/config.sub.
9569
9570 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9571
9572         * Makefile.in (DISTSTUFFDIRS): Add gas.
9573
9574 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
9575
9576         * COPYING.NEWLIB: New file.
9577
9578 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9579
9580         * config.guess (HP-UX):  Patch from Harlan Stenn
9581         <harlan@landmark.com> to also emit release level.
9582
9583 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
9584
9585         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
9586
9587 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9588
9589         * config.sub:  Merge nextstep cleanup from FSF.
9590
9591 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
9592
9593         * configure.in (arm-*-*): Don't configure ld for this target.
9594
9595 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
9596
9597         * configure.in (*-*-netware): don't configure libg++, libio,
9598           librx, or newlib.
9599
9600 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9601
9602         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
9603         configure ld--it works, but it doesn't support shared libraries.
9604
9605 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9606
9607         * config.guess (*-unknown-freebsd*):  Get rid of possible
9608         trailing "(Release)" in version string.
9609         Patch from Paul Richards <paul@isl.cf.ac.uk>.
9610
9611 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9612
9613         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
9614         Fix type: *-next-neststep -> *-next-nextstep.
9615
9616         * config.guess:  Merge from FSF:
9617
9618         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
9619
9620         * config.guess: Recognize powerpc-ibm-aix3.2.5.
9621
9622         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
9623
9624         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
9625         instead of UNIX_SV for UnixWare 1.0).
9626
9627 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
9628
9629         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
9630         to make gdb/nlm/* build after the compiler and linker.
9631
9632 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9633
9634         * config.guess (netbsd, freebsd, linux):  Accept any machine,
9635         not just i[34]86.
9636         (m68k-atari-sysv4):  Relocate to match FSF version.
9637
9638         * config.guess:  More merges from the FSF:
9639
9640         Add a space before function call or macro invocation.
9641
9642         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9643
9644         * config.guess: Add trap cmd to remove dummy.c and dummy when
9645         interrupted.
9646
9647         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9648
9649         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
9650         (dummy): Redirect stderr from compilation of dummy.c.
9651
9652         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
9653
9654         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
9655
9656 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
9657
9658         * configure: Accept and ignore --cache*, for compatibility with
9659         new autoconf.
9660
9661 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9662
9663         * config.guess:  Merge from FSF:
9664
9665         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9666
9667         * config.guess (Pyramid*:OSx*:*:*): New case.
9668         (PATH): Add /.attbin at end for finding uname.
9669         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
9670
9671         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
9672
9673         * config.guess (M88*:DolphinOS:*:*): New case.
9674
9675         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
9676
9677         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
9678         to select whether to use ELF or COFF.
9679
9680         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9681
9682         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
9683
9684         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9685
9686         * config.guess: Guess the OS version for HPUX.
9687
9688         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
9689
9690         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
9691
9692 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9693
9694         * configure.in: Recognize --with-headers, --with-libs, and
9695         --without-newlib.
9696         * Makefile.in (all-xiberty): Depend upon all-ld.
9697
9698 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9699
9700         * configure.in: Change i[34]86 to i[345]86.
9701
9702 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9703
9704         * configure (version): A few more tweaks to help message.
9705
9706 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9707
9708         * Makefile.in:  Remove (for now) librx as a host library,
9709         now that we're building it for target.
9710
9711 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9712
9713         * configure: Fix up help message; from karl@owl.hq.ileaf.com
9714         (Karl Berry).
9715
9716 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9717
9718         * configure.in:  Also configure librx.
9719
9720 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9721
9722         * Makefile.in:  Update various rules to reflect that librx
9723         is now needed for libg++.
9724
9725 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9726
9727         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
9728
9729 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
9730
9731         * configure.in: Configure the examples directory.
9732
9733 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9734
9735         * configure: Simplify Jun 2 1994 change.
9736
9737 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
9738
9739         * change CC to /usr/latest/bin/gcc for lynx host builds, since
9740         /bin/gcc isn't good enough to build gcc.
9741
9742 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
9743
9744         * Makefile.in (GDB_SUPPORT_FILES): Remove
9745         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
9746         (gdb.tar.gz): Add new rule to use standard distribution building
9747         mechanism.
9748
9749 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9750
9751         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
9752         Bill Cox <bill@cygnus.com>.
9753
9754 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9755
9756         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
9757
9758 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
9759
9760         * configure:  Search current dir first in .gdbinit.
9761
9762 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9763
9764         * config.sub:  Recognize freebsd (merged from gcc config.sub).
9765
9766 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9767
9768         * config.sub:  Refer to NeXT's operating system as nextstep.
9769
9770         * config.sub (case $basic_machine):  Re-order the cases, to match
9771         the order in the FSF version (which is mostly alphabethical).
9772         Merge in some additions and changes from the FSF.
9773
9774 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
9775
9776         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
9777         * config.sub: Recognize cxux7.
9778         * configure.in: Use mh-cxux for m88k-harris-cxux*.
9779
9780 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9781
9782         * config.sub:  Fix typo powerpc -> powerpc-*.
9783
9784 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
9785
9786         * Makefile.in: `all-emacs19' depends on `all-byacc'.
9787
9788         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
9789         parallel with all-emacs and install-emacs).  Top-level command
9790         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
9791
9792 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9793
9794         * test-build.mk ($(host)-stamp-stage2-installed): Remove
9795         $(relbindir)/make before doing ``make install'', and use
9796         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
9797         installing over running make binary.
9798         ($(host)-stamp-stage3-installed): Likewise.
9799
9800 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9801
9802         * config.guess: Recognize Mach.
9803
9804 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9805
9806         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
9807         see whether --exec-prefix was used.
9808
9809 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9810
9811         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
9812
9813 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9814
9815         * Makefile.in: Add all-librx target similar to all-libproc.
9816
9817 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
9818
9819         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
9820         with post 1.2 uname bogosity.
9821
9822 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9823
9824         * configure: Remove temporary files on receipt of a signal.
9825
9826 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
9827
9828         * configure: If there is a package_makefile_frag, remove
9829         ${subdir}/Makefile.tem after copying it in.
9830
9831 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
9832
9833         * build_all.mk: support rs6000 lynx identifies itself as
9834         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
9835         since /bin/gcc is too feeble to compile a modern gcc.
9836
9837 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
9838
9839         * brought devo/test-build.mk update-to-date with progressive/
9840           test-build.mk. Add lynx targets and hppa flag info.
9841
9842 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9843
9844         * configure.in:  Use mh-ncrsvr43.  Patch from
9845         Tom McConnell <tmcconne@sedona.intel.com>.
9846
9847 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9848
9849         * config.guess (i386-unknown-bsdi):  No longer need to
9850         check #if defined(__bsdi__) && defined(__i386__).
9851
9852 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9853
9854         * configure: Set program_transform_nameoption correctly.
9855
9856 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
9857
9858         * brought build-all.mk update-to-date with progressive build-all.mk,
9859           added new targets and hppa info.
9860
9861 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9862
9863         * configure: If config.guess result is a prefix of the user
9864         specified target, assume a native build and use the user specified
9865         target as the host alias.  Remove SunOS patch suffix removal hack.
9866         * configure.in: Remove SunOS patch suffix removal hack.
9867
9868         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
9869         in NATIVE_CHECK_MODULES.
9870
9871 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
9872
9873         * Makefile.in: Rename HOST_ONLY to NATIVE.
9874         * configure: Delete SunOs patch suffix from host_canonical
9875           and build_canonical variables that are prepended to Makefiles.
9876         * configure.in: Add comments for easier maintenance.
9877
9878 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9879
9880         * Makefile.in: Add all-libproc target similar to all-gui.
9881
9882 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
9883
9884         * Makefile.in (CHECK_MODULES): split into
9885         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
9886
9887 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
9888
9889         * config.guess (i386-unknown-bsdi): New system to guess.
9890
9891 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9892
9893         * Makefile.in: Add all-gui target (but not yet build by "all").
9894
9895 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
9896
9897         * config.sub: Move deletion of patch suffix from here...
9898         * configure.in: To here, at Ian's suggestion.  The top-
9899           level scripts might need to know of a patch level.
9900
9901 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
9902
9903         * config.sub: Strip off patch suffix so rtl is recognized
9904           as a sunos4.1.3 machine, even though it's been patched.
9905
9906 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
9907
9908         * Makefile.in (INSTALL_LAST): Delete.
9909         (INSTALL_DOSREL): New.
9910
9911 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9912
9913         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
9914         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
9915         whether we pass down --with-gnu-ld anyhow.
9916
9917 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
9918
9919         * Makefile.in (INSTALL_LAST): Change operation so it works
9920         on more flavors of make.
9921         * configure.in (go32): Don't build libg++ or libio.
9922
9923 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
9924
9925         * Makefile.in (Move HOST_PREFIX_1 and friends up so
9926         they can be overriden by templates.
9927
9928 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
9929
9930         * configure.in (target==go32): Don't build gdb.
9931         * dosrel: New directory.
9932
9933 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
9934
9935         * configure.in (host==go32): Configure dosrel too.
9936         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
9937         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
9938         be set by incoming names or templates.
9939         (INSTALL_LAST): New rule.
9940
9941 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
9942
9943         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
9944
9945 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
9946
9947         * configure.in (appdirs): New variable.  Currently empty, but will
9948         be used in gas distribution.  If nonempty, lists a set of
9949         directories at least one of which must get configured, or top
9950         level configuration is considered to have failed.
9951         (rs6000-*-lynxos*): Use new file name.
9952
9953 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9954
9955         Eliminate XTRAFLAGS.
9956         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
9957         newlib include files using -idirafter, and also use -nostdinc.
9958         (CXX_FOR_TARGET): Likewise.
9959         (XTRAFLAGS): Removed.
9960         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
9961         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
9962         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
9963         ($(DO_X)): Don't pass down XTRAFLAGS.
9964
9965 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
9966
9967         * configure.in (mips*-dec-bsd*): New target; do build linker.
9968         (mips*-*-bsd*): New target; don't build linker.
9969
9970 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
9971
9972         * configure.in: support rs6000-*-lynxos* configuration.
9973         support sunos4 as a cross target.
9974
9975         * config.sub: look for lynx*, not lynx since the OS version may
9976         legitimately be part of the name.
9977
9978 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
9979
9980         * configure.in (i[34]86-*-sco*): Move to be with other i386
9981         targets.
9982         (romp-*-*): New target.  Skip various binary utilities.
9983         (vax-*-*): New target.  Don't build newlib.
9984         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
9985
9986 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
9987
9988         * configure.in: Only set host_makefile_frag if config
9989         directory exists.
9990
9991 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
9992
9993         * install.sh: If $dstdir exists, don't check whether each
9994         component does.
9995
9996 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9997
9998         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
9999
10000 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
10001
10002         * configure.in (*-*-lynxos*): Don't configure newlib for either
10003         native or cross Lynx.
10004
10005 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
10006
10007         * config.sub (sparc64-elf): Fix os.
10008         (z8k): Remove duplicate.
10009
10010 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10011
10012         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
10013         gcc/stmp-fixproto, to try to prevent fixproto from being run.
10014
10015 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
10016
10017         * configure: Make file links cleanly even if Lynx fails on
10018           an NFS symlink (at least fail cleanly).
10019
10020 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
10021
10022         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
10023         -XNh2000.
10024
10025 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10026
10027         * configure: Unknown options are fatal again.
10028
10029 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
10030
10031         * configure: Ignore --x-includes and --x-libraries, for Autoconf
10032         compatibility.
10033
10034 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
10035
10036         * build-all.mk: Add `clean' target.
10037
10038 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10039
10040         * config.guess:  Add SINIX support.
10041         * configure.in:  Add mips-*-sysv4* support.
10042
10043 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
10044
10045         * build-all.mk: Document all useful targets.
10046         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
10047         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
10048
10049 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10050
10051         * configure: Support --silent, --quiet.
10052
10053 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10054
10055         * configure: Support --disable-FEATURE.
10056
10057 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10058
10059         * config.guess: Recognize NCR running SVR4.3.
10060
10061 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10062
10063         * config.guess:  Make BSDI generate i386-unknown-bsd386.
10064         Patch from Paul Eggert <eggert@twinsun.com>.
10065
10066 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10067
10068         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
10069
10070 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10071
10072         * configure: Make unrecognized options give nonfatal warnings
10073         instead of fatal errors, and pass them to any subdirectory
10074         configures in case they recognize them.
10075         Make --x equivalent to --with-x.
10076
10077 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10078
10079         * configure: Add --enable-* options.  Clean up usage message and
10080         some comments.
10081
10082 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
10083
10084         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
10085
10086 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10087
10088         * configure.in (hppa*-*-*): Enable binutils.
10089
10090 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10091
10092         * config.sub: Recognize cisco.
10093
10094 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
10095
10096         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
10097
10098 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10099
10100         * config.guess: about target *-hitachi-hiuxwe2, don't print more
10101         than one configuration name.  Add comment.
10102
10103 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
10104
10105         * config.guess: about target *-hitachi-hiuxwe2, fixed
10106         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
10107         macro is incorrect.]
10108
10109 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10110
10111         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
10112         than the "make ls" stuff which used to be here.
10113
10114 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10115
10116         * config.guess:  Recognize i[34]86-unknown-freebsd.
10117         From Shawn M Carey <smcarey@rodan.syr.edu>.
10118
10119 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10120
10121         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
10122
10123 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
10124
10125         * config.guess: Check for ptx.
10126
10127 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
10128
10129         * config.sub: Add os9k checking.
10130
10131 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10132
10133         * config.guess: Handle OSF1 running on HPPA processors
10134
10135 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
10136
10137         * configure: If subdir configure fails, print out a message with
10138         subdirectory name, in case subdir's configure code didn't identify
10139         itself.
10140
10141 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
10142
10143         * configure.in: Remove embedded newlines from configdirs.
10144         Avoid mismatches of substrings.  Fix matching strings at end
10145         of configdirs.
10146
10147 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
10148
10149         * config.guess:  Add Lynx/rs6000 config support.
10150
10151 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
10152
10153         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
10154
10155 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
10156
10157         * configure.in (hppa*-*-osf*): Treat this just like most other
10158         PA configurations (eg no binutils or ld).
10159         (hppa*-*-*elf*): These configurations have binutils and ld.
10160
10161 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10162
10163         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
10164
10165 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10166
10167         * configure.in (rs6000-*-*): Build gas.
10168
10169 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10170
10171         * Makefile.in:  Avoid bug in losing hpux sed.
10172
10173 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10174
10175         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
10176         for GDB and GDB has been fixed to not need it.
10177
10178 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10179
10180         * config.guess: Recognize vax hosts.
10181
10182 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10183
10184         * configure (while loop): Don't use "break 2" inside case
10185         statement -- the case statement isn't an enclosing loop.
10186
10187 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10188
10189         * config.guess:  Clean up NeXT support, to allow nextstep
10190         on Intel machines.  Make OS be nextstep.
10191
10192 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
10193
10194         * config.guess: Add alternate forms for Convex.
10195
10196 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
10197
10198         * configure:  Completely rewrite option processing.  Take
10199         advantage of pattern-matching to avoid invoking test frequently.
10200         Also clean up host and target defaulting logic.
10201
10202 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10203
10204         * Makefile.in: Replace all occurrances of "rootme" with "r" and
10205         "$${rootme}" with "$$r", to increase the likelihood that the do-*
10206         commands (plus user environment) will fit SCO limits.
10207
10208 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10209
10210         * configure.in: Don't issue warnings about directories which are
10211         not being configured if -norecursion is set.  Correct test for
10212         --with-gnu-as and --with-gnu-ld to not get confused by substring
10213         matches.
10214
10215         * configure.in: Don't build gas for alpha-dec-osf1*.
10216
10217 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
10218
10219         * configure:  Back out Per's change of 12/19/1993.  It changes the
10220         behavior of configure in unexpected and confusing ways.
10221
10222         Also, use different delim char when calculating
10223         program_transform_name so that the name can contain slashes.
10224
10225 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
10226
10227         * configure.in, config.sub: Add support for VSTa micro-kernel.
10228
10229 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
10230
10231         * configure.in: Nuke hacks which were used to get a special
10232         version of GAS for HPPA configurations.
10233
10234 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10235
10236         * configure:  If only ${target_alias} is given, use that
10237         as the default for ${host_alias}.
10238         * configure:  Add missing back-slashes before nested quotes.
10239
10240 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
10241
10242         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
10243
10244 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
10245
10246         * config.guess:  Recognize some Tektronix configurations.
10247         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
10248
10249 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
10250
10251         * config.sub: Match any flavor of SH.
10252
10253 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
10254
10255         * configure.in: Don't try to configure newlib for Alpha.
10256
10257 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10258
10259         * configure.in: Don't build ld for Irix 5.  Don't build gas,
10260         libg++ or libio for any Alpha target.
10261
10262         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
10263
10264 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
10265
10266         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
10267         default arguments -- so it tried to compress itself.
10268
10269 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
10270
10271         * configure.in (notsupp): ensure that a space is always at the end
10272           of the configdirs list, since the grep checks for an explicit space
10273
10274 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10275
10276         * configure.in (target i386-sysv4.2): don't build ld, since static
10277           versions of many libraries are not available.
10278
10279 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10280
10281         * config.guess: Recognize Apollos (using environment variables).
10282         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
10283
10284 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10285
10286         * config.guess: Recognize Sony news mips running newsos.
10287
10288 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
10289
10290         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
10291         "fi ; else" for bash.
10292
10293 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
10294
10295         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
10296
10297 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
10298
10299         * config.sub: accept unixware as an alias for svr4.2.
10300         Fix some inconsistancies with the gcc version.
10301
10302 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10303
10304         * Makefile.in (DISTDOCDIRS):  Add gdb.
10305
10306 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10307
10308         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
10309
10310 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
10311
10312         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
10313         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
10314         this now.
10315
10316 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10317
10318         * config.sub: Accept hiux* as an OS name.
10319
10320         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
10321         etc/make-stds.texi.  The underscore came from gcc, and dje now
10322         agrees that RUNTESTFLAGS is the correct name.
10323
10324 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10325
10326         * install.sh:  Remove 'set -e'.  It makes any conditionals
10327         in the script useless.
10328
10329         * config.guess: Automatically recognize arm-acorn-riscix
10330         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
10331
10332 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10333
10334         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
10335
10336 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
10337
10338         * Makefile.in (DISTDOCDIRS): New variable.
10339         (taz): Edit local Makefile.in sooner, instead of proto-toplev
10340         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
10341
10342 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10343
10344         * configure.in (hppa target): check the source directory for the
10345           pagas sub-directory
10346
10347 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
10348
10349         * config.sub: Allow -aout* and -elf*.
10350
10351 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
10352
10353         * configure.in: Don't build ld on i386-solaris2, same as for
10354         sparc-solaris2.
10355
10356 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10357
10358         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
10359
10360 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10361
10362         * configure.in:  Configure gdb for alpha.
10363
10364 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10365
10366         * Makefile.in (CXXFLAGS): Add -O.
10367
10368 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10369
10370         * config.guess: added support for DG Aviion
10371
10372 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
10373
10374         * configure.in: Produce warning message for subdirectories not
10375         configurable for this host/target combination.  Don't try to
10376         configure gdb for vms.
10377
10378 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
10379
10380         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
10381         appropriate files before making "diststuff".
10382         (DISTBISONFILES): New var: list of files to be edited.
10383         (DISTSTUFFDIRS): Add binutils.
10384
10385 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10386
10387         * config.sub: also handle mipsel and mips64el (for little endian mips)
10388
10389 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10390
10391         * configure.in: Add * to end of all OS names.
10392
10393 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
10394
10395         * configure.in: Build newlib for LynxOS native.
10396
10397 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10398
10399         * config.guess: Add support for delta 88k running SVR3.
10400
10401         * configure.in: Add comment about HP compiler vs. emacs.
10402
10403 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10404
10405         * configure.in: don't build ld on solaris2 (not a viable option
10406           due to bugs in getpwnam & getpwuid)
10407
10408 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
10409
10410         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
10411         config.guess will produce a full version number.
10412
10413 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10414
10415         * configure.in: Build linker and binutils for alpha-dec-osf1.
10416
10417 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10418
10419         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
10420         and gdb/testsuite/Makefile.in.
10421
10422 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10423
10424         * configure.in: recognize mips*- instead of mips-
10425
10426 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
10427
10428         * config.sub: Accept linux*coff and linux*elf as operating
10429         systems.
10430
10431 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10432
10433         * config.sub: Recognize mips64, and mips3 as an alias for it.
10434
10435 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10436
10437         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
10438         gdb knows how to handle OSF/1 shared libraries.
10439
10440 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10441
10442         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
10443         * config.guess: Recognize Hitachi's HIUX.
10444         * config.sub: Recognize h3050r* and hppahitachi.
10445         Remove redundant cases for hp9k[23]*.
10446
10447 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10448
10449         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
10450         if gas and ld are in the source tree and are in ${configdirs}.
10451         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
10452         --with options (but still pass them down on the command line,
10453         if they were explicitly specified).
10454
10455 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10456
10457         * configure: substitute SHELL value in Makefile.in with
10458         ${CONFIG_SHELL}
10459
10460 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10461
10462         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
10463         *-*-solaris2* targets.
10464
10465 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10466
10467         * Makefile.in: define M4, and pass it down to sub-makes;
10468         all-autoconf now depends on all-m4
10469
10470 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10471
10472         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
10473         presence of {ar,ranlib} instead of a configured directory
10474
10475 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
10476
10477         * config.guess: Accept 34?? as well as 33?? for NCR.
10478
10479 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10480
10481         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
10482         of 'gas' in sed commands, since 'gash' is now in the tree as well.
10483
10484 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10485
10486         * configure: grab values for $(CC) and $(CXX) from the
10487         environment, so that someone can do "CC=gcc configure; make" and
10488         have it work right (matching the way that autoconf works now)
10489
10490         * configure.in, Makefile.in: add support for gash, the tcl
10491         interface to Galaxy
10492
10493         * config.guess: add NetBSD variants (hp300, x86)
10494
10495 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
10496
10497         * install.sh: Support -d option (in the manner of SunOS 4 install,
10498         as it is more deterministic than that of GNU install)
10499         (chmodcmd): Set file to mode 755 by default (should also do default
10500         chgrp and chown, but I don't feel like dealing with that now)
10501
10502 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
10503
10504         * config.sub: Remove h8300hhms alias.
10505
10506 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10507
10508         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
10509
10510 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10511
10512         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
10513         as stmp-fixinc
10514
10515 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
10516
10517         * config.sub: recognize m88110-bug-coff.
10518
10519 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10520
10521         * Makefile.in (all-libio): all dependencies on the toolchain used
10522         to build this (gcc, gas, ld, etc)
10523
10524 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10525
10526         * config.guess: Deal with OSF/1 1.3 on alpha.
10527
10528 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10529
10530         * install.sh: add some 'else true' clauses for portability
10531
10532         * configure.in: don't build libio for h8[35]00-*-* targets
10533
10534 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10535
10536         * Makefile.in:  Add support for new libio.
10537
10538 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10539
10540         * install.sh: If one command fails, don't try the rest.  Don't try
10541         to remove $dsttmp (via trap) unless we have already created it.
10542         If $src doesn't exist, detect it and exit with an error.
10543
10544         * config.guess: Recognize BSD on hp300.
10545
10546 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10547
10548         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
10549         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
10550
10551 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
10552
10553         * Makefile.in (all-send-pr): depends on all-prms
10554
10555 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10556
10557         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
10558
10559 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10560
10561         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
10562         Added test for mips-mips-riscos5.
10563
10564 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10565
10566         * configure.in: use mh-hp300 for 68k HP hosts
10567
10568 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10569
10570         * configure: add support for CONFIG_SHELL, so that you can use
10571         some alternate shell for evaluating configure scripts
10572
10573 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
10574
10575         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
10576         in configure script to bug-gdb@prep.ai.mit.edu when building
10577         distribution archive.
10578         * Makefile.in (COMPRESS):  Remove def.
10579         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
10580         gdb.tar.Z and make-gdb.tar.Z respectively.
10581         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
10582         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
10583         to convergence with 'taz' target in Makefile.in.
10584
10585 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10586
10587         * install.sh (dsttmp): use trap to ensure that tmp files go
10588         away on error conditions
10589
10590 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10591
10592         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
10593
10594 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10595
10596         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
10597         its parent is '/' not ''.
10598
10599         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
10600
10601 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
10602
10603         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
10604         that ${newsrcdir}/configure.in does.
10605
10606 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10607
10608         * test-build.mk: support for CONFIG_SHELL
10609
10610 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
10611
10612         * config.sub (netware):  Add as a basic system type.
10613
10614 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
10615
10616         * Makefile.in (Makefile): depend on configure.in.  Also drop the
10617           $(srcdir)/ from the dependency on Makefile.in.
10618
10619 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
10620
10621         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
10622         (h8300hhms is temporary until multi-libraries are implemented).
10623         * configure.in: Handle h8300h too.
10624
10625 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10626
10627         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
10628
10629 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
10630
10631         * configure:  Remove extraneous output when guessing host type.
10632         * config.guess:  Remove extraneous output when guessing using C
10633         compiler rather than uname, or when guessing fails.
10634
10635 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
10636
10637         * Makefile.in: remove all.cross and install.cross targets
10638
10639         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
10640           definitions
10641
10642 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
10643
10644         * configure.in (target sh): Build gprof.
10645
10646 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10647
10648         * config.sub: change -solaris to -solaris2
10649
10650 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10651
10652         * configure.in: Use config/mh-riscos for mips-*-sysv*.
10653
10654 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
10655
10656         * configure: Correct error message for missing Makefile.in to
10657         print correct directory.
10658
10659 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10660
10661         * install.sh: kludge around 386BSD shell bug
10662
10663 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
10664
10665         * config.guess:  Recognize NeXT.
10666         * config.guess:  Recognize i486-ncr-sysv4.
10667         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
10668
10669 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
10670
10671         * Makefile.in (MAKEINFOFLAGS): New variable.
10672         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
10673         * build-all.mk, test-build.mk: Pass down --no-split as
10674         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
10675
10676 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
10677
10678         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
10679
10680 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
10681
10682         * Makefile.in (libg++.tar.z):  New rule.
10683         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
10684         * Makefile.in (taz):  Only do a single chmod.
10685
10686 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
10687
10688         * install.sh: don't use dirname anymore (replaced with sed usage)
10689
10690 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
10691
10692         * Makefile.in:  Change extension for gzip'd files from '.z' to
10693         '.gz' per new FSF standard usage.
10694
10695 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
10696
10697         * configure: put quotes around the final value of program_transform_name
10698
10699 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10700
10701         * Makefile.in: new install.sh support; update install-info rules
10702
10703 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
10704
10705         * configure.in: Build diff for crosses, but not for go32 host.
10706
10707         * configure.in: Build gprof only for native, and don't build it
10708         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
10709
10710 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
10711
10712         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
10713
10714 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
10715
10716         * configure.in (host_tools): Add prms.
10717
10718 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10719
10720         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
10721         with $(FLAGS_TO_PASS) on the command line
10722
10723         * config.sub: Recognize lynx and lynxos
10724
10725 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
10726
10727         * config.sub: Accept -ecoff*, not just -ecoff.
10728
10729 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10730
10731         * Makefile.in (taz): Use .gz suffix instead of .z.
10732         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
10733         names.
10734
10735 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10736
10737         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
10738
10739 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10740
10741         * Makefile.in (install-no-fixedincludes):  install gcc last, so
10742         that rebuilds that might happen during 'make install' don't get
10743         bogus gcc include files
10744
10745 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10746
10747         Change from Utah for HPPA support:
10748         * config.guess: Recognize hppa1.x-hp-bsd.
10749
10750 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
10751
10752         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
10753         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
10754
10755 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
10756
10757         * config.sub: Add support for rom68k and bug boot monitors.
10758
10759 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
10760
10761         * Makefile.in: Make all-opcodes depend on all-bfd.
10762
10763 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
10764
10765         * config.guess: Added special check for i[34]86-univel-sysv4*.
10766
10767 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
10768
10769         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
10770         the processor rather than assuming i486.
10771
10772 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10773
10774         * config.guess: Recognize SunOS6 as Solaris3.
10775
10776 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
10777
10778         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
10779         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
10780
10781 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
10782
10783         * build-all.mk (all-cross): New target for Canadian Cross.
10784         Added Q2 go32 targets.
10785         * test-build.mk: Configure go32 cross sparclite-aout and
10786         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
10787         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
10788
10789 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10790
10791         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
10792         GO32 hosted toolchains
10793
10794 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
10795
10796         * configure: change  so "-exec-prefix" gets passed down rather
10797         than "-exec_prefix" so autoconf generated Makefiles get the
10798         exec_prefix set right.
10799
10800 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10801
10802         * config.guess: get the Solaris2 minor version number
10803
10804         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
10805
10806 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
10807
10808         * config.guess: Recognize some Sequent platforms.
10809
10810 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10811
10812         * Makefile.in: added the vault-install target
10813
10814         * configure.in: actually use the Sun3 makefile fragment that's in
10815         config, also added the release dir to configdirs
10816
10817 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10818
10819         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
10820
10821 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10822
10823         * configure.in: remove some program from Alpha targetted toolchains
10824
10825 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
10826
10827         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
10828         gprof.
10829         (taz): Run "make diststuff" in those directories instead of "make
10830         proto-dir".  Look for "VERSION=" only at start of line in subdir
10831         Makefile.  Use "gzip -9" for compression.
10832         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
10833         (binutils.tar.z): New target.
10834
10835 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
10836
10837         * Makefile.in (taz): Include gpl.texinfo.
10838
10839 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
10840
10841         * Makefile.in (setup-dirs): Merged into "taz" target.
10842         (taz): Only do `proto-dir' stuff if a directory is actually needed
10843         for this target.
10844
10845 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
10846
10847         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
10848         (FLAGS_TO_PASS): Pass down MUNCH_NM.
10849         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
10850         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
10851         (gcc-no-fixedincludes): Correct for current gcc Makefile.
10852
10853 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
10854
10855         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
10856         config.sub, and move-if-change to gdb testsuite distribution
10857         archive, so the testsuite can be extracted, configured, and
10858         run separately from the gdb distribution.  Blow away the Chill
10859         tests that require a Chill compiled executable, since GNU Chill
10860         is not yet publically available.
10861
10862 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10863
10864         * test-build.mk: set environment variables in a single command,
10865         instead of a list of assignments and exports
10866
10867         * config.guess: recognize Alpha/OSF1 systems
10868
10869 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
10870
10871         * configure: Change help message to prefer --options rather than
10872           -options.
10873
10874 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10875
10876         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
10877         zippy@ecst.csuchico.edu.
10878         * config.guess: Recognize miniframe.
10879
10880 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
10881
10882        * Makefile.in: Use srcroot to find runtest rather than rootme.
10883        Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
10884
10885 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
10886
10887         * test-build.mk: Extensive additions to support building on a
10888         machine other than the host.
10889
10890 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
10891
10892         * configure (tooldir): Fix for i386-aix again.
10893
10894 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
10895
10896         * configure, Makefile.in:  Change definition of $(tooldir)
10897         to match the FSF.
10898
10899 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
10900
10901         * config.guess:  Recognize i[34]86/SVR4.
10902
10903 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
10904
10905         * Makefile.in (all-gdb): gdb depends on sim.
10906
10907 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
10908
10909         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
10910         at the same time we make the prototype gdb directory.
10911         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
10912         files at the same time as the gdb base release distribution.
10913
10914 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
10915
10916         * Makefile.in (check): Use individual check targets rather than
10917         DO_X rule.
10918         (check-gcc): Added.
10919
10920 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
10921
10922         * config.sub: Use sysv3.2 not sysv32 for canonical OS
10923         for System V release 3.2.
10924
10925 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10926
10927         * config.sub: Recognize hppaosf.
10928         * configure.in: Do configure ld/binutils/gas for it.
10929
10930 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10931
10932         * configure (tooldir): Alter syntax used to set this, for systems
10933         where "\$" isn't handled right, like i386-aix.
10934
10935 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
10936
10937         * configure: Pass program-transform-name, not
10938         program_transform_name, to recursive configures.
10939
10940 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
10941
10942         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
10943         of gas+ld+binutils.
10944
10945 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
10946
10947         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
10948
10949 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10950
10951         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
10952
10953 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
10954
10955         * Makefile.in (PRMS): Set back to all-prms.
10956
10957 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
10958
10959         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
10960         targets, rather than for MIPS hosts.
10961
10962 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10963
10964         * configure.in: add comment for --with-x default values
10965
10966         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
10967
10968         * Makefile.in: add check-* targets for each of the directories in
10969         the tree.  Add a definition of RUNTEST that will use the one we
10970         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
10971
10972 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
10973
10974         * configure.in: Removed obsolete references to bfd_target and
10975         target_makefile_frag.
10976
10977         * build-all.mk: Set assorted targets for Q2.
10978         * config.sub: Recognize z8k-sim and h8300-hms.
10979         * test-build.mk: Really don't pass host to configure.
10980         (HOLES): Added uname.
10981
10982 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
10983
10984         * configure: Handle an empty program-prefix, program-suffix or
10985         program-transform-name correctly.
10986
10987 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
10988
10989         * build-all.mk: -G 8 no longer required for MIPS targets.
10990         * test-build.mk: Don't pass host argument to configure; make it
10991         guess.
10992
10993 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
10994
10995         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
10996         * Makefile.in (COMPRESS):  New macro, like GZIP.
10997
10998 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
10999
11000         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
11001
11002         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
11003         with gas currently defaults to -G 0.
11004
11005 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
11006
11007         * Makefile.in (all-flex): flex depends on byacc.
11008
11009         * build-all.mk: If host not specified, use config.guess.  Pass TAG
11010         to test-build.mk as RELEASE_TAG.
11011         * test-build.mk (configargs): New variable containing arguments to
11012         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
11013         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
11014
11015         * config.guess: Use /bin/uname when checking -X argument on SCO,
11016         to avoid invoking GNU uname which doesn't understand -X.
11017
11018         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
11019
11020         * configure.in: Build gas for mips-*-*.
11021
11022 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11023
11024         * Makefile.in (all.normal): insert missing backslash.
11025
11026 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
11027
11028         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
11029
11030         * Makefile.in: Complete overhaul to merge many almost identical
11031         targets.
11032
11033 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11034
11035         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
11036         (gdb.tar.Z): Adjusted.
11037
11038         * Makefile.in (setup-dirs, taz): New targets; should be general
11039         enough to adapt for gdb sometime.  Build only .z file.
11040         (gas.tar.z): New target.
11041
11042 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
11043
11044         * build-all.mk: Use CC=cc -Xs on Solaris.
11045
11046 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
11047
11048         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
11049         for handling BISON for FSF releases.
11050
11051 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11052
11053         * configure: Actually implement the change zoo just documented.
11054
11055 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
11056
11057         * configure: when using config.guess, only set target_alias when
11058         it's not already been set (ie, on the command line)
11059
11060 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11061
11062         * Makefile.in: add installcheck target, set PRMS to install-prms
11063
11064 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11065
11066         * configure: add support for package_makefile_fragment, handle the
11067         case where a directory has a configure.in file but no Makefile.in
11068         more gracefully (with an actual understandable error message, even);
11069         add support for --without (and add this to the usage message); also
11070         explicitly add a --host=${host_alias} to the command line when
11071         config.guess is used
11072
11073 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11074
11075         * configure: Must use both --host and --target in recursive calls.
11076
11077 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
11078
11079         * Makefile.in: Change deja-gnu to dejagnu.
11080
11081 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
11082
11083         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
11084
11085 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11086
11087         * configure.in: canonicalize all instances to *-*-solaris2*,
11088         also strip out a number of tools to not build for go32 host
11089
11090 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11091
11092         * config.guess: add GPL.
11093
11094         * Makefile.in, config.guess, config.sub, configure: bump
11095           copyrights to 93.
11096
11097 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
11098
11099         * Makefile.in (do-info): Removed obsolete check for existence of
11100         localenv file.
11101
11102         * Makefile.in (MAKEOVERRIDES): Define to be empty.
11103
11104 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11105
11106         * Makefile.in: a couple of 'else true' for decstation,
11107         support for TclX
11108
11109         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
11110
11111 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
11112
11113         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
11114
11115 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
11116
11117         * config.guess: Recognize i386-ibm-aix (PS/2).
11118         * configure.in: Use config/mh-aix386 file for it.
11119
11120 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
11121
11122         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
11123         CC_FOR_TARGET instead.
11124         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
11125
11126 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
11127
11128         * Makefile.in: Add sim to list of directories sent with gdb
11129
11130 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
11131
11132         * configure.in: Put back mips-dec-bsd* case.
11133
11134 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
11135
11136         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
11137         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
11138         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
11139
11140 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11141
11142         * configure.in: remove no-op mips-dec-bsd* in "case $target"
11143
11144         * Makefile.in (dir.info): only run gen-info-dir if it exists,
11145         (install-info): install dir.info only if it exists,
11146         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
11147
11148 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
11149
11150         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
11151         gas for mips-dec-bsd.
11152
11153 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
11154
11155         * configure (makesrcdir): If ${srcdir} is relative and not ".",
11156         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
11157
11158 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
11159
11160         * configure.in: Added "dejagnu" to hosttools list.
11161
11162 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
11163
11164         * config.sub, configure.in, config.guess:  Add support
11165         for Bosx, an AIX variant from Bull.
11166         Patches from F.Pierresteguy@frcl.bull.fr.
11167
11168 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
11169
11170         * devo/dejagnu: Initial creation of devo/dejagnu.
11171         Migrated dejagnu testcases and support files for testing software
11172         tools to reside as subdirectories, currently called "testsuite",
11173         within the directory of the software tool.  Migrated all programs,
11174         support libraries, etc. beloging to dejagnu proper from
11175         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
11176         with no modifications.  The changes to these files which will
11177         allow them to configure, build, and execute properly will be made
11178         in a future update.
11179
11180 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11181
11182         * Makefile.in: Change send_pr to send-pr.
11183         * configure.in: Likewise.
11184         * send_pr: Renamed directory to send-pr.
11185
11186 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
11187
11188         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
11189
11190 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
11191
11192         * README:  Update for gdb-4.8 release.
11193         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
11194         gdb-xxx.tar.z (gzip'd) file also.
11195
11196 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11197
11198         * Makefile.in: make all-diff depend on all-libiberty
11199
11200 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
11201
11202         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
11203
11204 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11205
11206         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
11207
11208 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
11209
11210         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
11211         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
11212         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
11213
11214 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11215
11216         * Makefile.in:  makeinfo binary is in a new location
11217
11218 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
11219
11220         * config.sub: Accept -ecoff as an OS.
11221
11222         * Makefile.in: Various changes to eliminate a level of make
11223         recursion and reduce the required command line length.
11224         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
11225         sub-makes.
11226         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
11227         variables holding settings for specific sub-makes.
11228         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
11229         in terms of BASE_FLAGS_TO_PASS.
11230         (TARGET_LIBS): New variable listing directories which use
11231         TARGET_FLAGS_TO_PASS.
11232         (subdir_do): Eliminated.
11233         (do-*): New set of targets to replace subdir_do.
11234         (various): All targets which used subdir_do now depend on do-*.
11235         (local-clean): Renamed from do_clean.
11236         (local-distclean): New target, dependency of distclean and
11237         realclean.
11238         (install-info): Don't create directories.  Depend on dir.info
11239         rather than calling make recursively.
11240         (install-dir.info): Eliminated.
11241         (install-info-dirs): Create all info directories here.
11242         (dir.info): Depend upon do-install-info.
11243
11244         * test-build.mk (HOLES): Added false.
11245
11246 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
11247
11248         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
11249
11250 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11251
11252         * Makefile.in (info): remove dependency on all-texinfo.  The
11253         problem was really in texinfo/C, not at this level.
11254
11255 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
11256
11257         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
11258
11259 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
11260
11261         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
11262         GDB releases.
11263
11264 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11265
11266         * configure: Include srcdir in message about target of link not
11267         being found.  Don't convert `-' to `_' in `with' options being
11268         passed to subdirs.
11269
11270 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11271
11272         * configure.in: add uudecode to host_tools
11273
11274         * Makefile.in: added {all,install}-uudecode targets, added them to
11275         the appropriate lists
11276
11277 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
11278
11279         * Makefile.in (all-gcc): Added dependency on all-gas.
11280
11281         * configure.in (mips-*-*): Build ld and binutils.
11282
11283 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11284
11285         * configure: check return code from mkdir, print error message and
11286           exit on failure.
11287
11288 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
11289
11290         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
11291
11292 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
11293
11294         * test-build.mk (HOLES): Added tar, cpio and uudecode.
11295
11296 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11297
11298         * config.sub (h8500):  Recognize this as a cpu type.
11299
11300 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11301
11302         * configure: source directory missing is no longer a warning
11303
11304         * configure.in: recognize irix[34]* instead of irix[34]
11305
11306         * Makefile.in: define and pass down X11_LIB
11307
11308 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
11309
11310         * guess-systype: Renamed to ...
11311         * config.guess:  ... by popular request.
11312         * configure.in, Makefile.in:  Update accordingly.
11313
11314 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
11315
11316         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
11317         + Add Convex, Cray/Unicos, and Encore/Multimax support.
11318         + Execute ./dummy instead of assuming . is in PATH.
11319
11320 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
11321
11322         * guess-systype:  New shell script.  Attempts to guess the
11323         canonical host name of the executing host.
11324         Only a few hosts are supported so far.
11325         * configure:  Call guess-systype if no host is specified.
11326
11327 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
11328
11329         * Makefile.in (gcc-no-fixedincludes): Made to work with current
11330         gcc Makefile.
11331
11332
11333 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
11334
11335         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
11336         (all-gcc, install-gcc, subdir_do): Use it.
11337
11338 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11339
11340         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
11341
11342 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
11343
11344         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
11345           set exclusively by configure, using configure.in .
11346
11347 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11348
11349         * test-build.mk: set $PATH for all builds
11350
11351         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
11352
11353 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
11354
11355         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
11356         the one used in gcc/Makefile.in, so that a null expansion doesn't
11357         override the one needed to build gcc with a native cc.
11358
11359
11360 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11361
11362         * configure: Accept -with arguments.
11363
11364 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
11365
11366         * Makefile.in: added h8300sim
11367
11368 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
11369
11370         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
11371         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
11372         (all-cygnus, native, build-cygnus): Make
11373         $(canonhost)-stamp-3stage-done, not $(host)....
11374         * test-build.mk (stamp-3stage-compared): Use tail +10c for
11375         i386-sco3.2v4.  Added else true to if command.
11376
11377 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
11378
11379         * config.sub: (from FSF) Sequent uses a BSD-like OS.
11380
11381 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
11382
11383         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
11384
11385 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11386
11387         * configure.in: don't remove binutils from Solaris builds
11388
11389 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
11390
11391         * Makefile.in: get rid of earlier definitions for *clean,
11392         also handle the recursive info rule better
11393
11394 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
11395
11396         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
11397         do more-or-less the right thing.
11398
11399 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
11400
11401         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
11402         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
11403
11404 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11405
11406         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
11407         $(host_canonical).
11408
11409         * configure.in: split the configdirs list into 4 categories (native
11410         v. cross, library v. tool) and handle the cross-only and native-
11411         only in more reasonable (and correct!) way.
11412
11413 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
11414
11415         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
11416         configdirs anymore.
11417
11418 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11419
11420         * Makefile.in: extensive cleanup::  removed all of the explicit
11421         clean-* targets, collapsed many wrappers around subdir_do into
11422         one, added additional targets to satisfy standards.texi, deleted
11423         some old targets, some changes for consistency
11424
11425 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11426
11427         * configure.in: handle some programs as cross-only, and others as
11428         native only
11429
11430         * test-build.mk: handle partial holes in a more generic manner
11431
11432         * Makefile.in: m4 depends on libiberty
11433
11434 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11435
11436         * configure.in: add m4, textutils, fileutils, sed, shellutils,
11437         time, wdiff, and find to configdirs
11438
11439         * Makefile.in: all, clean, and install rules for the new programs
11440         added to configure.in
11441
11442 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11443
11444         * configure.in: use mh-sun for all *-sun-* hosts
11445
11446 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11447
11448         * Makefile.in: define flags for X11 include files and library file
11449         locations, pass them down to the programs that need this info
11450
11451         * build-all.mk: added a 'native' target, to 3stage the native toolchain
11452
11453 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11454
11455         * configure.in: start building libg++ for HP-UX targets
11456
11457 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
11458
11459         * README:  Update references to files moved into etc/.
11460
11461 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
11462
11463         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
11464         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
11465
11466 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
11467
11468         * configure: accept dash as well as underscore in long option
11469         names for FSF compatibility.
11470
11471 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
11472
11473         * config.sub: added -sco3.2v4 support from FSF.
11474
11475 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11476
11477         * configure.in: expand the section that adds or removes
11478         directories from the list of programs to build, to handle native
11479         vs. cross in addition to host v. native
11480
11481 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
11482
11483         * Makefile.in:  Replace C++ in macro names with CXX.
11484         This is less likely to break ...
11485
11486 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11487
11488         * test-build.mk: add -w to GNU_MAKE
11489
11490 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11491
11492         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
11493         add 'sparc' to list of recognized cpus.  This needed to make
11494         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
11495         Delete some redundant ose68 variants.  Recognize -wrs as an os,
11496         then changes that into $CPU-wrs-vxworks.
11497
11498         * configure.in: remove most references to gdbtest, regularize
11499         target based program removal
11500
11501         * test-build.mk: import from p3 tree (many fixes and changes)
11502
11503 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
11504
11505         * Makefile.in: added rules to handle tcl, tk, and expect
11506
11507         * configure.in: handle those directories if they exist
11508
11509 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11510
11511         * config.sub: removed bogus hppabsd and hppahpux names, since
11512         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
11513
11514 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11515
11516         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
11517         depends upon all-xiberty
11518
11519         * Makefile.in: changes from p3, including:
11520
11521         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
11522
11523         * Makefile.in (XTRAFLAGS): include newlib directories if
11524         newlib/Makefile exists, rather than if host != target.
11525
11526         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
11527
11528         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
11529         from the same source tree and not building a cross-compiler.  This
11530         matters for the libg++ configuration if reconfiguring a tree that
11531         has already been installed.
11532
11533         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
11534
11535         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
11536         pick up the machine and system specific header files.
11537
11538         * Makefile.in: added AS_FOR_TARGET, passed down in
11539         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
11540         the C compiler to use to create programs which are run in the
11541         build environment, set it to default to $(CC), and passed it down
11542         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
11543
11544         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
11545
11546         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
11547         We need them for unusual native builds, like systems without
11548         ranlib.
11549
11550         * configure: also define $(host_canonical) and
11551         $(target_canonical), which are the full, canonical names for the
11552         given host and target
11553
11554 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
11555
11556         * Makefile.in:  Added separate definitions for C++.
11557
11558 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
11559
11560         * configure.in (configdirs):  Add deja-gnu.
11561
11562 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
11563
11564         * README:  Update for configure.texi and gdb-4.7 release.
11565
11566 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
11567
11568         * Makefile.in:  Move "all" target to top of file.
11569         Previously, first target was ".PHONY" which caused BSD4.4 make
11570         to build .PHONY when make was run without arguments.
11571
11572 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
11573
11574         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
11575         Library-copylefted code in libiberty.
11576
11577 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
11578
11579         * config.sub:  Replace m68kmote with plain old m68k.
11580
11581 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
11582
11583         * Makefile.in:  Remove space from blank line, avoid Make complaints.
11584
11585 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
11586
11587         * config.sub: Complain if no argument is given.  Added support for
11588         386bsd as OS and target alias.
11589
11590 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
11591
11592         * Makefile.in (XTRAFLAGS): include newlib directories if
11593         newlib/Makefile exists, rather than if host != target.
11594
11595 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
11596
11597         * config.sub: recognize sparclite-wrs-vxworks.
11598
11599         * Makefile.in (install-xiberty): added *-xiberty make rules (from
11600         p3.) Added clean-xiberty to clean.
11601
11602 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11603
11604         * configure.in: use *-*-* instead of nested cases for host and target
11605
11606 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
11607
11608         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
11609         from the same source tree and not building a cross-compiler.  This
11610         matters for the libg++ configuration if reconfiguring a tree that
11611         has already been installed.
11612
11613 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
11614
11615         * config.sub (i486v/i486v4):  Merge in from FSF version.
11616
11617 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
11618
11619         * configure: only set PWD if it is already set.
11620
11621 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
11622
11623         * configure: just set PWD=`pwd` at the top, since Ultrix sh
11624         doesn't have unset and all success paths (and most error paths)
11625         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
11626         to just ${PWD} to avoid confusion.)
11627
11628 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
11629
11630         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
11631         even for a native compilation.
11632
11633 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
11634
11635         Changes to make the gdb.tar.Z rule work better.
11636
11637         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
11638         (DEVO_SUPPORT):  Add configure.texi.
11639         (bfd-ilrt.tar.Z):  Remove ancient rule.
11640
11641 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
11642
11643         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
11644         pick up the machine and system specific header files.
11645
11646         * configure.in, config.sub: added new target m68010-adobe-scout,
11647         with alias of adobe68k.  Changed configure.in to check for
11648         -scout before -sco* to avoid a false match.
11649
11650         * Makefile.in: added AS_FOR_TARGET, passed down in
11651         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
11652         the C compiler to use to create programs which are run in the
11653         build environment, set it to default to $(CC), and passed it down
11654         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
11655
11656 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
11657
11658         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
11659         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
11660         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
11661         FOR_TARGET variants, to newlib and libg++.
11662
11663 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11664
11665         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
11666         first.
11667
11668 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
11669
11670         * config.sub:  Accept `elf' as an environment.
11671
11672 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
11673
11674         * Makefile.in (all-opcodes):  cd into the right directory
11675
11676 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
11677
11678         * configure: added -program_transform_name option, used as
11679         argument to sed when installing programs.
11680         configure.texi: added documentation for -program_prefix,
11681         -program_suffix and -program_transform_name.
11682
11683 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
11684
11685         * config.sub:  Accept i486 where i386 ok.
11686
11687 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
11688
11689         * config.sub: accept we32k
11690
11691 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
11692
11693         * config.sub, configure.in: accept OSE68000 and OSE68k.
11694
11695         * Makefile.in: don't create all directories for ``make install'';
11696         let the subdirectories create the ones they need.
11697
11698 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11699
11700         * COPYING: new file, GPL v2
11701
11702 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11703
11704         * Makefile.in: use the new gen-info-dir, which needs a template
11705         argument (which also lives in texinfo)
11706
11707         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
11708
11709 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
11710
11711         * config.sub (ncr3000):  Change i386 to i486.
11712
11713 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11714
11715         * Makefile.in: add install-rcs, install-grep to
11716         install-no-fixedincludes, removed install-bison and install-libgcc
11717
11718 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
11719
11720         * configure.in: grab the HPUX makefile fragment if on HPUX
11721
11722 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
11723
11724         * Makefile.in: eradicate bison spoor (ditto libgcc).
11725          configure.in: recognise m68{k,000}-ericsson-OSE.
11726          es1800 is alias for m68k-ericsson-OSE
11727
11728 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11729
11730         * configure.in: rearrange the parts that remove programs from
11731         configdirs, based now on HOST==TARGET or by canonical triple.
11732
11733 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11734
11735         * test-build.mk: recurse explicitly with -f test-build.mk when
11736           appropriate.  predicate stage3 and comparison on the existence
11737           of gcc.  That is, if gcc isn't around, we aren't three-staging.
11738           On very clean, also remove ...stamp-co.  Build in-place before
11739           doing other builds.
11740
11741 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
11742
11743         * Makefile.in, configure.in: add tgas
11744
11745 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11746
11747         * Makefile.in: a number of changes merged in from progressive.
11748
11749         * configure.in: add libm.
11750
11751         * .cvsignore: ignore some stuff that comes from test-build.mk.
11752
11753 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
11754
11755         * config.sub:  Add es1800 (m68k-ericsson-es1800).
11756
11757 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
11758
11759         * configure: Add program_suffix (parallel to program_prefix)
11760         * Makefile.in: adjust directory-creating script for losing decstation
11761
11762 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
11763
11764         * configure:  Minor $subdir-related fixes.
11765
11766 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
11767
11768         * configure: fix various problems with propogating
11769         makefile_target_frag in subdirs.
11770         * configure.in: config libgcc if its there
11771
11772 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
11773
11774         * config.sub:  HPPA merge.
11775
11776 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
11777
11778         * Makefile.in:  Replace all-bison with all-byacc in all
11779         dependency lines for other tools (which now use byacc).
11780
11781 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
11782
11783         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
11784
11785 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
11786
11787         * Makefile.in: make gprof rules similar to byacc rules (instead of
11788         vestigal $(unsubdir) that didn't work...)
11789
11790 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
11791
11792         * config.sub:  Add support for Linux.
11793         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
11794         (at least for libg++).
11795
11796 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
11797
11798         * configure.texi: fix doc for the -nfp option to configure
11799
11800 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
11801
11802         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
11803
11804 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
11805
11806         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
11807         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
11808         * configure.in: added solaris* host_makefile_frag hook.
11809
11810 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11811
11812         * config.sub: changed recognition of m68000 so that various
11813         m68k types can be specified via m680[01234]0
11814
11815 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11816
11817         * config.sub (basic_machine): fix sed so that '-foo' isn't
11818         completely substituted out while .+'-foo' loses the '-foo'
11819
11820 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
11821
11822         * config.sub ($os): Add -aout.
11823
11824 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
11825
11826         * configure:  If host_makefile_frag is absolute, don't
11827         prefix ${invsubdir} (relevant to libg++ auto-configure).
11828
11829 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
11830
11831         * Makefile.in (tooldir): Define it.
11832         (all-ld): Depend on all-flex.
11833
11834 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
11835
11836         * Makefile.in (check):  Fix libg++ special case.
11837
11838 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
11839
11840         * configure: do not bury `pwd` into config.status, thus do fewer
11841           pwd's.
11842
11843         * configure: print the "Building in" message only when building in
11844           other than "." AND verbose.
11845
11846         * configure: remove -s, rework -v to better accommodate guested
11847           configures.
11848
11849         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
11850
11851 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
11852
11853         * Makefile.in: macroize flags passed on recursion.  remove
11854           fileutils.
11855
11856 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
11857
11858         * configure: get makesrcdir right for subdirs deeper than 1.
11859
11860         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
11861           install.
11862
11863 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
11864
11865         * Makefile.in: don't print subdir_do or recursion lines.
11866
11867 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
11868
11869         * standards.texi: added menu item.
11870
11871         * Makefile.in: build and install standards.info.
11872
11873         * standards.texi: new file.
11874
11875 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11876
11877         * configure: test for and move config.status pieces from
11878           ${subdir}/.
11879
11880 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
11881
11882         * configure:  Test for existance of files before trying to mv
11883         them, to avoid numerous non-existance messages.
11884
11885 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
11886
11887         * configure: correct final line of config.status.
11888
11889         * configure: patch from eggert.  Avoids a protection problem if
11890           the original Makefile.in is read only.
11891
11892         * configure: use move-if-change from gcc to create config.status.
11893           Some makefiles depend on config.status to tell if a directory
11894           has been reconfigured for a different host.  This change
11895           prevents those directories from remaking everything in the case
11896           where the reconfig was only intended to rebuild a Makefile.
11897
11898         * configure: test for config.sub with "config.sub sun4" rather
11899           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
11900           host alias from a missing config.sub.
11901
11902 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11903
11904         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
11905           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
11906
11907 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
11908
11909         * configure: mkdir ${subdir} as needed.
11910
11911 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
11912
11913         * Makefile.in,configure.in: added autoconf.
11914
11915 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11916
11917         * Makefile.in: no longer pass against on recursion.
11918
11919         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
11920           definitions are not inherited.
11921
11922         * configure: correct makesrcdir when subdir is .
11923
11924 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
11925
11926         * configure:  Add support for 'subdirs' variable, which is
11927         like 'configdirs', except that configure doesn't re-invoke
11928         itself for subdirs, it just creates a Makefile for each subdir.
11929         * configure.texi:  Document subdirs.
11930
11931 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11932
11933         * configure.in: added flex to configdirs
11934
11935 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
11936
11937         * Makefile.in: remove clean-stamps from clean.
11938
11939 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
11940
11941         * configure.in:  Add gdbtest to configdirs.
11942
11943 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
11944
11945         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
11946         to recursive makes.
11947         * configure.in:  Recognize new ncr3000 config.
11948
11949 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
11950
11951         * Makefile.in, configure.in: removed references to gdbm.
11952
11953 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
11954
11955         * config.sub:  Don't canonicalize os value
11956         newsos* to bsd (readline needs to check for newsos).
11957         (This fix was earlier made Jan 31, but got re-broken.)
11958
11959 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
11960
11961         * configure.in:  sco is an os, not a vendor!
11962
11963         * configure:  Quote $( better.  Keep various shells happy.
11964
11965 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
11966
11967         * Makefile.in: eliminate stamp-files.
11968
11969 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
11970
11971         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
11972           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
11973
11974 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
11975
11976         * config.sub:  fix iris/iris3.
11977
11978 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
11979
11980         * configure: re-add -rm.
11981
11982 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
11983
11984         * Maskefile.in: add .stmp-rcs to all.
11985
11986         * configure.in: remove gas from rs6000 build, use aix host fragment.
11987
11988 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
11989
11990         * configure: pass down site_option during recursion.
11991
11992 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
11993
11994         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
11995
11996 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
11997
11998         * configure: Change exec_prefix so that it really defaults to prefix.
11999
12000 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
12001
12002         * Makefile.in, configure.in:  Add support for mmalloc library.
12003
12004 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
12005
12006         * Makefile.in: add stmp dependencies for a few more things.
12007
12008 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
12009
12010         * configure: adjusted error message on objdir/srcdir configure
12011           collision, per john's suggestion.
12012
12013         * Makefile.in: add libiberty stmp to all and all.cross.
12014
12015 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
12016
12017         * Makefile.in: remove force dependencies, add grep to all.
12018
12019 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
12020
12021         * Makefile.in: drop flex.  make stamp files work.
12022
12023         * configure: added test for conflicting configuration in srcdir,
12024           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
12025           gets cranky.  use relative paths for configure and srcdir
12026           whenever possible.  Send some error messages to stderr that were
12027           going to stdout.
12028
12029 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
12030
12031         * Makefile.in:  Fix libg++ rule to check for gcc directory
12032         before using gcc/gcc.  Also pass XTRAFLAGS.
12033
12034 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
12035
12036         * Makefile.in: added stmp-files so that directories aren't polled
12037           when they are already built.
12038
12039         * configure.texi: fixed a node pointer problem.
12040
12041 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
12042
12043         * config.sub configure.in gdb/configure.in
12044         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
12045         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
12046         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
12047
12048 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12049
12050         * configure: -recurring becomes -silent.  corrected help message
12051           for -site= option.
12052
12053         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
12054
12055 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12056
12057         * configure: when building Makefile for crosses, replace
12058           tooldir and program_prefix.  default srcdir from location of
12059           config.sub.  remove "for host in hosts" and "for target in
12060           targets" loops.
12061
12062 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12063
12064         * Makefile.in: Do not pass bindir or mandir to cvs.
12065
12066 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
12067
12068         * Makefile.in, configure.in: removed traces of namesubdir,
12069           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
12070           copyrights to '92, changed some from Cygnus to FSF.
12071
12072         * configure.texi: remove most references to multiple hosts,
12073           multiple targets, subdirs, etc.
12074
12075         * configure.man: removed rcsid. reference config.sub not
12076           config.subr.
12077
12078         * Makefile.in: mkdir $(infodir) on install-info.
12079
12080 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
12081
12082         * configure.texi:  Explain better about .gdbinit and about
12083         the environment that configure.in sections run in.
12084
12085 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
12086
12087         * configure.in:  Ultrix is only a decstation if it's a MIPS.
12088
12089 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
12090
12091         * README:  DOC.configure => cfg-paper.texi.
12092
12093 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
12094
12095         * config.sub (near case $os):  Don't convert newsos* to bsd!
12096
12097 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
12098
12099         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
12100         the number of copies of COPYING that go into the GDB tar file.
12101
12102 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
12103
12104         * bfd/configure.in, gdb/config/mh-i386sco,
12105         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
12106         Fix SCO configuration stuff.
12107
12108 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
12109
12110         * Makefile.in:  For libg++, make sure the -I pointing
12111         to the gcc directory goes *after* all the libg++-local -I flags.
12112         Also, move just-gcc dependency from just-libg++ to all-libg++.
12113
12114 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
12115
12116         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
12117
12118 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
12119
12120         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
12121
12122 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
12123
12124         * config.sub:  Add stratus configuration frags.  Also
12125         submitted to FSF.
12126
12127 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
12128
12129         * Makefile.in (DEV_SUPPORT):  add configure.man.
12130
12131         * config.sub(Decode manufacturer-specific):  add -none*.
12132
12133 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
12134
12135         * Makefile.in:  remove form feeds to make Sun's make happy.
12136         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
12137
12138 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
12139
12140         * Makefile.in (AR_FLAGS):  Make quieter.
12141
12142 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
12143
12144         * configure.in:  Add libg++.
12145         * configure:  When verbose, don't output the command line at each
12146         level; it will be unremarkably the same as the previous version,
12147         which will be the same as what the user typed.
12148
12149 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
12150
12151         * configure.in, Makefile.in: fix clean-info, add flex.  add
12152           fileutils.
12153
12154         * configure: be less sensitive to spaces in Makefile.in.  Do not
12155           look for sources in "..".  Doing so breaks subdirectories that
12156           might have their own configure.  If a subdir has it's own
12157           configure script, use it.
12158
12159 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
12160
12161         * cfg-paper.texi: some changes suggested by rms.
12162
12163 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
12164
12165         * config.sub:  Merge in some small additions from the FSF version,
12166         taken from the gcc distribution, to bring the Cygnus and FSF
12167         versions into closer sync.
12168
12169 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
12170
12171         * configure.in:  Changed svr4 references to sysv4.
12172
12173 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
12174
12175         * configure: added -V for version number option.
12176
12177 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
12178
12179         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
12180           renamed from DOC.configure to cfg-paper.texi.
12181
12182 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12183
12184         * configure, config.subr, config.sub: config.subr is now
12185           config.sub again.
12186
12187 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
12188
12189         * configure.texi: new file, in progress.
12190
12191         * Makefile.in: build info file and install the man page for
12192           configure.
12193
12194         * configure.man: new file, first cut.
12195
12196         * configure: find config.subr again now that configuration "none"
12197           has gone.  removed all traces of the -ansi option.  removed all
12198           traces of the -languages option.
12199
12200         * config.subr: resync from rms.
12201
12202 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12203
12204         * configure, config.sub, config.subr: merge config.sub into
12205           config.subr, call the result config.subr, remove config.sub, use
12206           config.subr.
12207
12208         * Makefile.in: revised install for dir.info.
12209
12210 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12211
12212         * configure.in: add decstation host makefile frag.
12213
12214         * Makefile.in: BISON now bison -y again.  also install-gcc on
12215           install.  clean-gdbm on clean.  infodir belongs in datadir.
12216           Make directories for info install.  Build dir.info here then
12217           install it.
12218
12219 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12220
12221         * Makefile.in: fix for bad directory tests.
12222
12223 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12224
12225         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
12226           regexp.  -srcdir relative was being handled incorrectly.
12227
12228         * Makefile.in: unwrapped some for loops so that parallel makes
12229           work again and so one can focus one's attention on a particular
12230           package.
12231
12232 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12233
12234         * configure: added PWD as a stand in for `pwd` (for speed). use
12235           elif wherever possible.  make -srcdir work without -objdir.
12236           -objdir= commented out.
12237
12238 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12239
12240         * configure: +options become --options.  -subdirs commented out.
12241           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
12242           Makefile now at top of generated Makefile.  Removed cvs log
12243           entries.  added -srcdir.  create .gdbinit only if there is one
12244           in ${srcdir}.
12245
12246         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
12247           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
12248           and mandir now keyed off datadir by default.
12249
12250 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12251
12252         * Freshly created ChangeLog.
12253
12254 \f
12255 Local Variables:
12256 mode: change-log
12257 left-margin: 8
12258 fill-column: 76
12259 version-control: never
12260 End: