Make mark_breakpoints_out static.
[external/binutils.git] / ChangeLog
1 2007-10-15  Vladimir Prus  <vladimir@codesourcery.com>
2
3         Make mark_breakpoints_out static.
4         * breakpoint.h (mark_breakpoints_out): Remove
5         declaration.
6         * breakpoint.c (mark_breakpoints_out): Make static.
7
8 2007-10-15  Vladimir Prus  <vladimir@codesourcery.com>
9
10         Prevent clear_command from directly modifying breakpoint list.
11         * Makefile.in (breakpoint_h): Update dependency.
12         * breakpoint.c (clear_command): Do not remove
13         breakpoints from breakpoint_chain.  Collect breakpoints
14         to delete in a vector.
15         * breakpoint.h (breakpoint_p): New typedef for pointer to
16         breakpoint.  Register vector of breakpoint_p.
17
18 2007-10-15  Vladimir Prus  <vladimir@codesourcery.com>
19
20         Remove 'run_cleanup'.
21         * defs.h (do_run_cleanups, make_run_cleanup): Remove
22         declarations.
23         * infcmd.c (run_command_1): Call clear_solib instead
24         of do_run_cleanups.
25         * jv-lang.c (java_rerun_cleanup): Remove, for lack of
26         any use.
27         * solib.c (solib_cleanup_queued, do_clear_solib): Remove.
28         (update_solib_lib): Don't setup run cleanup.
29         (no_shared_libraries): Call clear_solib, not do_clear_solib.
30         * utils.c (run_cleanup_chain, make_run_cleanup)
31         (do_run_cleanups): Remove.
32                 
33 2007-10-15  Vladimir Prus  <vladimir@codesourcery.com>
34
35         Remove CLEAR_SOLIB use.
36         * corelow.c (core_close): Don't check for CLEAR_SOLIB.
37         * infcmd.c (attach_command): Likewise.
38         
39 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
40
41         * Makefile.def (dependencies): Make configure-gdb depend on
42         all-intl.
43         * Makefile.in: Regenerated.
44
45 2007-10-15  Patrick Mansfield <patmans@us.ibm.com>
46
47         * Makefile.def: To avoid problems running with parallel makes,
48         build newlib before libgloss so that target specific header
49         files are availble.
50         * Makefile.in: Regenerate.
51
52 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
53
54         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
55         * Makefile.in: Regenerate.
56
57 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
58
59         * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
60         * libdecnumber: New directory, imported from GCC.
61
62 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
63
64         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
65         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
66         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
67         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
68         * configure: Regenerate.
69
70 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
71
72         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
73         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
74         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
75         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
76         * configure.ac: Default them to host tools for $host = $build.
77         Subst them.
78
79         * configure: Regenerate.
80         * Makefile.in: Regenerate.
81
82 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
83
84         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
85         * configure: Regenerate.
86
87 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
88
89         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
90         libstdc++.
91         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
92         * configure: Regenerate.
93         * Makefile.in: Regenerate.
94         
95 2007-09-17  Andreas Schwab  <schwab@suse.de>
96
97         * configure.ac: Raise minimum makeinfo version to 4.6.
98         * configure: Regenerate.
99
100 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
101
102         * configure.ac: Correct makeinfo version check.
103         * configure: Regenerate.
104
105 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
106
107         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
108         to $skipdirs and only disable gprof for newlib.  Use the normal
109         mips*-elf* handling in other respects.
110         * configure: Regnerate.
111
112 2007-09-12  David Daney  <ddaney@avtrex.com>
113
114         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
115         enabling libgcj.
116         * configure: Regenerate.
117
118 2007-09-12  Richard Guenther  <rguenther@suse.de>
119
120         * configure.ac (--enable-stage1-checking): If neither --enable-checking
121         nor --disable-checking is provided also turn on yes and types
122         checking for stage1.
123         * configure: Re-generate.
124
125 2007-09-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
126
127         PR target/33281
128         * configure.ac: Use config/mh-mingw on mingw.
129         * configure: Regenerate.
130
131 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
132
133         PR other/32154
134         * configure.ac: For libgloss targets, point the linker to the linker
135         script, startup code and simulator library.
136         * configure: Regenerate.
137
138 2007-09-09  Andrew Haley  <aph@redhat.com>
139
140         * configure.ac (noconfigdirs): Remove target-libffi and
141         target-libjava.
142
143 2007-08-29  Nick Clifton  <nickc@redhat.com>
144
145         * config.sub, config.guess: Update from upstream sources.
146
147 2007-08-21  Richard Guenther  <rguenther@suse.de>
148
149         * configure.ac: Add types checking to stage1 checking flags.
150         * configure: Regenerate.
151
152 2007-08-18  Paul Brook  <paul@codesourcery.com>
153             Joseph Myers  <joseph@codesourcery.com>
154
155         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
156         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
157         * Makefile.in: Regenerate.
158         * configure.ac (--with-debug-prefix-map): New.
159         * configure: Regenerate.
160
161 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
162             Nigel Stephens  <nigel@mips.com>
163
164         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
165         as target_makefile_frag.
166         * configure: Regenerate.
167
168 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
169
170         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
171         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
172         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
173         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
174         (do-compare, do-compare3, do-compare-debug): New.
175         ([+compare-target+]): Use them.
176
177 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
178
179         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
180         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
181         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
182         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
183         (do-compare, do-compare3, do-compare-debug): New.
184         ([+compare-target+]): Use them.
185
186 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
187             Ben Elliston  <bje@au.ibm.com>
188
189         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
190         --silent if $silent.
191         * configure: Regenerate.
192
193 2007-08-12  Daniel Jacobowitz  <dan@codesourcery.com>
194
195         * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
196
197 2007-07-17  Nick Clifton  <nickc@redhat.com>
198
199         * COPYING3: New file.  Contains version 3 of the GNU General
200         Public License.
201         * COPYING3.LIB: New file.  Contains version 3 of the GNU
202         Lesser General Public License.
203
204 2007-07-11  Bernd Schmidt  <bernd.schmidt@analog.com>
205
206         * configure.ac: Fix my previous change to really match GCC.
207         * configure: Regenerate.
208
209 2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
210
211         * configure.ac: Rewrite 'configure --help' strings to look nicer.
212         * configure: Regenerate.
213
214 2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
215
216         * configure.ac: Add some missing m4 quotation.
217         * configure: Regenerate.
218
219 2007-07-09  Kai Tietz   <kai.tietz@onevision.com>
220
221         * Makefile.def: Add windmc tool to build.
222         * Makefile.tpl: Likewise.
223         * configure.ac: Likewise.
224         * Makefile.in: Regenerate.
225         * configure: Regenerate.
226
227 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
228
229         * lt~obsolete.m4: New. Import from 20070318 libtool.
230
231 2007-06-29  Bernd Schmidt  <bernd.schmidt@analog.com>
232
233         * configure.ac: Don't add target-libmudflap to noconfigdirs for
234         uclinux and linux-uclibc targets.
235         * configure: Regenerate.
236
237 2007-06-28  DJ Delorie  <dj@redhat.com>
238
239         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
240         not building newlib.
241         * configure: Regenerated.
242         
243 2007-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
244
245         * src-release (DEVO_SUPPORT): Correct typos.
246
247 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
248
249         * Makefile.def: Add dependency from configure-gdb to all-bfd.
250         * Makefile.in: Regenerated.
251
252 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
253
254         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
255         (distclean-stage[+id+]): Possibly delete stage_last.
256         * Makefile.in: Regenerate.
257
258 2007-06-07  Ben Elliston  <bje@au.ibm.com>
259
260         * config.sub, config.guess: Update from upstream sources.
261
262 2007-06-07  Ben Elliston  <bje@au.ibm.com>
263
264         * Makefile.tpl: Fix spelling error.
265         * Makefile.in: Regenerate.
266
267 2007-06-04  Paolo Bonzini  <bonzini@gnu.org>
268
269         Sync with gcc:
270         2007-05-30  Jakub Jelinek  <jakub@redhat.com>
271
272         PR bootstrap/29382
273         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
274         * configure: Rebuilt.
275
276 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
277
278         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
279         lt_cv_sys_max_cmd_len.
280
281 2007-05-31  Paolo Bonzini  <bonzini@gnu.org>
282
283         * ltgcc.m4: Update from GCC.
284
285 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
286
287         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
288
289 2007-05-24  Steve Ellcey  <sje@cup.hp.com>
290
291         * ltmain.sh: Update from GCC.
292         * libtool.m4: Update from GCC.
293         * ltsugar.m4: New. Update from GCC.
294         * ltversion.m4: New. Update from GCC.
295         * ltoptions.m4: New. Update from GCC.
296         * ltconfig: Remove.
297         * ltcf-c.sh: Remove.
298         * ltcf-cxx.sh: Remove.
299         * ltcf-gcj.sh: Remove.
300         * src-release: Update with new libtool file list.
301
302 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
303
304         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
305         stage_cflags.
306         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
307         Remove CFLAGS/LIBCFLAGS.
308         (configure-stage[+id+]-[+prefix+][+module+],
309         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
310         * Makefile.in: Regenerate.
311
312 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
313
314         * config-ml.in: Update from GCC.
315
316 2007-04-09  Daniel Jacobowitz  <dan@codesourcery.com>
317
318         * src-release (do-proto-toplev): Process the support directories before
319         the tool directory.
320
321 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
322
323         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
324         of glob.  Quote arguments with single quotes too.
325         * configure: Regenerate.
326
327 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
328
329         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
330         * Makefile.in: Regenerate
331
332 2007-03-07  Andreas Schwab  <schwab@suse.de>
333
334         * configure: Regenerate.
335
336 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
337
338         * configure.ac: Add "--with-pdfdir" configure option,
339         which defines pdfdir variable.
340         * Makefile.def (target=fixincludes): Add install-pdf to
341         missing targets.
342         (recursive_targets): Add install-pdf target.
343         (flags_to_pass): Add pdfdir.
344         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
345         target.
346         * configure: Regenerate
347         * Makefile.in: Regenerate
348
349 2007-02-28  Eric Christopher  <echristo@apple.com>
350
351         Revert:
352         2006-12-07  Mike Stump  <mrs@apple.com>
353
354         * Makefile.def (dependencies): Add dependency for
355         install-target-libssp and install-target-libgomp on
356         install-gcc.
357         * Makefile.in: Regenerate.
358
359 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
360
361         * configure: Regenerate.
362         * configure.ac: Move statements after variable declarations.
363
364 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
365
366         * configure.ac: Adjust for loop syntax.
367         * configure: Regenerate.
368
369 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
370
371         * configure: Rebuilt.
372
373 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
374
375         * configure.ac: Drop multiple occurrences of --enable-languages,
376         and fix its quoting.
377         * configure: Rebuilt.
378
379 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
380             Nathan Sidwell  <nathan@codesourcery.com>
381             Vladimir Prus  <vladimir@codesourcery.com
382             Joseph Myers  <joseph@codesourcery.com>
383
384         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
385         * configure: Regenerate.
386
387 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
388
389         * configure.ac (target_libraries): Move libgcc before libiberty.
390         * configure: Regenerated.
391
392 2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
393
394         * configure: Regenerate again?
395
396 2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
397
398         * configure: Reapply PR30748 fix which was lost in the previous commit.
399
400 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
401             Paolo Bonzini  <bonzini@gnu.org>
402
403         PR bootstrap/30753
404         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
405         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
406         * configure: Regenerated.
407
408 2007-02-10  Paolo Bonzini  <bonzini@gnu.org>
409
410         * configure: Regenerate.
411
412 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
413
414         PR bootstrap/30748
415         * configure.ac: Correct syntax for Solaris ksh.
416         * configure: Regenerated.
417
418 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
419
420         * Makefile.def: Sync with GCC.
421         * Makefile.tpl: Sync with GCC.
422         * Makefile.in: Regenerate.
423         * configure: Regenerate.
424
425 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
426
427         * Makefile.tpl (build_alias, host_alias, target_alias): Use
428         noncanonical equivalents.
429         * configure.in: Rename to...
430         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
431         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
432         target_noncanonical.  Use them.  Rewrite removal of configure
433         arguments for autoconf 2.59.  Discard variable settings.  Force
434         program_transform_name for native tools.
435
436         * Makefile.in: Regenerated.
437         * configure: Regenerated with autoconf 2.59.
438
439         * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
440
441 2007-02-08  Jeff Johnston  <jjohnstn@redhat.com>
442
443         * COPYING.LIBGLOSS: Reformat default Red Hat
444         license to fit within 80 columns.
445         * COPYING.NEWLIB: Ditto.
446
447 2007-02-05  Dave Brolley  <brolley@redhat.com>
448
449         * Contribute the following changes:
450         2006-11-28  DJ Delorie  <dj@redhat.com>
451
452         * configure.in: Fix typo for mep's target_makefile_frag.
453         * configure: Regenerated.
454
455         2005-04-22  Richard Sandiford  <rsandifo@redhat.com>
456
457         * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
458         * configure: Regenerate.
459
460         2001-09-19  DJ Delorie  <dj@redhat.com>
461
462         * configure.in (target_makefile_frag): use mt-mep
463
464         2001-06-12  Don Howard  <dhoward@redhat.com>
465
466         * configure.in: Remove gdb from MeP skip list.
467
468         2001-04-05  DJ Delorie  <dj@redhat.com>
469
470         * configure.in (noconfigdirs): Remove gcc from MeP skip list.
471
472         2001-03-20  Ben Elliston  <bje@redhat.com>
473
474         * configure.in (noconfigdirs): Add gcc and gdb for MeP.
475
476         2001-03-19  Ben Elliston  <bje@redhat.com>
477
478         * config.sub (mep, mep-*): Add.
479
480 2007-01-31  Andreas Schwab  <schwab@suse.de>
481
482         * Makefile.tpl (LDFLAGS): Substitute it.
483         * Makefile.in: Regenerate.
484
485 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
486
487         * configure.in: Change == to = in test command.
488         * configure: Regenerate.
489
490 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
491             Nick Clifton  <nickc@redhat.com>
492             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
493
494         * configure.in (build_configargs, host_configargs, target_configargs):
495         Remove build/host/target parameters.
496         (host_libs): Add gmp and mpfr.
497         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
498         * Makefile.def (gmp, mpfr): New.
499         (gcc): Remove target.
500         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
501         target_os, target_vendor): New.
502         (configure): Add host_alias/target_alias arguments.  Adjust invocations.
503         * configure: Regenerate.
504         * Makefile.in: Regenerate.
505
506 2007-01-11  Matt Fago  <fago@earthlink.net>
507
508         * configure.in: Try to link to functions only in mpfr 2.2.x
509         to improve robustness of configure tests.
510         * configure: Regenerate.
511
512 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
513
514         * configure.in: Add support for an x86_64-mingw* target.
515         * configure: Regenerate.
516
517 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
518
519         * Makefile.tpl (all-target): Correct @if conditional for target
520         modules.
521         * configure.in: Omit libiberty if building only target libgcc.
522         * configure, Makefile.in: Regenerated.
523
524 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
525
526         * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
527         * configure: Regenerate.
528
529 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
530
531         * Makefile.def (target_modules): Add libgcc.
532         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
533         * Makefile.tpl (clean-target-libgcc): Delete.
534         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
535         on gcc even for bootstrapped modules.  Rewrite handling of
536         lang_env_dependencies to loop over target_modules.
537         * configure.in (target_libraries): Add target-libgcc.
538         * Makefile.in, configure: Regenerated.
539
540 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
541
542         Sync with gcc:
543         2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
544
545         * configure.in: Reorganize recognition of languages.  Add
546         --enable-stage1-languages.  Show supported languages for the chosen
547         target rather than all recognized languages.
548         * configure: Regenerate.
549
550         2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
551
552         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
553         * Makefile.in: Regenerate.
554
555         2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
556
557         * configure.in: Warn that MPFR 2.2.0 is buggy.
558         * configure: Regenerate.
559
560 2006-12-27  Ian Lance Taylor  <iant@google.com>
561
562         * configure.in: When removing Makefiles to force a reconfigure, also
563         remove prev-DIR*/Makefile.
564         * configure: Regenerate.
565
566 2006-12-23  Kazu Hirata  <kazu@codesourcery.com>
567
568         * config.bfd: Recognize fido.
569
570 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
571
572         Sync with gcc:
573
574         2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
575
576         * configure.in: Remove "$build" case for powerpc-*-darwin* since
577         it only affects bootstrap and could be tested on "$host" as well.
578         * configure: Regenerate.
579         * config/mh-ppc-darwin: Add to the stage1 cflags here.
580
581         2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
582
583         PR bootstrap/29544
584         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
585         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
586         move here comment from Makefile.tpl.
587         * Makefile.tpl: Move some definitions higher in the file.
588         (STAGE1_CHECKING): New.
589         * configure.in: Add --enable-stage1-checking.
590         * configure: Regenerate.
591         * Makefile.in: Regenerate.
592
593         2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
594
595         * configure.in: Update error message for missing GMP/MPFR.
596
597         * configure: Regenerate.
598
599         2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
600
601         * configure.in: Update MPFR version in error message.
602
603         * configure: Regenerate.
604
605         2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
606
607         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
608         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
609         --with-gmp-lib): New flags.
610
611         * configure: Regenerate.
612
613 2006-12-12  Andreas Tobler  <a.tobler@schweiz.org>
614
615         PR bootstrap/30134
616         * configure.in: Correct x86 darwin support for libjava to powerpc
617         and i?86 only.
618         * configure: Regenerate.
619
620 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
621
622         * configure.in:  Handle spu makefile frag.
623         * Makefile.tpl (MAINT): Define
624         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
625         * configure: Regenerate.
626         * Makefile.in: Regenerate.
627
628 2006-12-11  Ben Elliston  <bje@au.ibm.com>
629
630         * config.sub, config.guess: Update from upstream sources.
631
632 2006-12-11  Ben Elliston  <bje@au.ibm.com>
633
634         * configure.in: Sync with GCC (spu-*-*).
635         * configure: Sync with GCC.
636
637 2006-12-07  Mike Stump  <mrs@apple.com>
638
639         * Makefile.def (dependencies): Add dependency for
640         install-target-libssp and install-target-libgomp on
641         install-gcc.
642         * Makefile.in: Regenerate.
643
644 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
645
646         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
647         (unstage): Test for stage_last presence.
648
649         PR bootstrap/29802
650         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
651         * Makefile.in: Regenerate.
652
653 2006-11-14  DJ Delorie  <dj@redhat.com>
654
655         * Makefile.tpl (clean-stage*): Sync with GCC (clean).
656         * Makefile.in: Sync with GCC.
657         * configure.in: Sync with GCC (mpfr, gmp).
658         * configure: Sync with GCC.
659
660 2006-11-08  Jie Zhang  <jie.zhang@analog.com>
661
662         * configure.in: Remove target-libgloss from noconfigdirs for
663         bfin-*-*.
664         * configure: Regenerated.
665
666 2006-10-27  Jeff Johnston  <jjohnstn@redhat.com>
667
668         * COPYING.NEWLIB: Add spu license.
669         * COPYING.LIBGLOSS: Ditto.
670
671 2006-10-17  Brooks Moses  <bmoses@stanford.edu>
672
673         * Makefile.def: Added pdf target handling.
674         * Makefile.tpl: Added pdf target handling.
675         * Makefile.in: Regenerated.
676
677 2006-10-11  Jeff Johnston  <jjohnstn@redhat.com>
678
679         * COPYING.NEWLIB: Updated.
680         * COPYING.LIBGLOSS: Ditto.
681
682 2006-09-27  Dave Brolley  <brolley@redhat.com>
683
684         * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
685         $s instead of $r.
686         * configure: Regenerated.
687
688 2006-09-26  Ben Elliston  <bje@au.ibm.com>
689
690         * config.sub, config.guess: Update from upstream sources.
691
692 2006-09-20  Thiemo Seufer  <ths@mips.com>
693
694         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
695         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
696         * configure: Regenerate.
697
698 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
699
700         * configure.in: Never build newlib for a Mingw host.
701         Never build newlib as Mingw target library.
702         Test the existence of winsup/cygwin for building a Cygwin newlib,
703         rather than just winsup.
704         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
705         building a Mingw target.
706         * configure: Regenerate.
707
708 2006-08-15  Thiemo Seufer  <ths@mips.com>
709             Nigel Stephens  <nigel@mips.com>
710             David Ung  <davidu@mips.com>
711
712         * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
713
714 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
715
716         Sync from GCC:
717         2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
718
719         PR bootstrap/18058
720         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
721         if the bootstrap compiler is a GCC version that supports it.
722         * configure: Regenerate.
723
724 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
725
726         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
727         * configure: Regenerated.
728
729 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
730
731         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
732         for stages after the first.
733
734 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
735
736         * Makefile.def: Add dependencies for configure-opcodes
737         on configure-intl and all-opcodes on all-intl.
738         * Makefile.in: Regenerated.
739
740 2006-07-04  Peter O'Gorman  <peter@pogma.com>
741
742         * ltconfig: chmod 644 before ranlib during install.
743
744 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
745
746         * configure.in: Fix thinkos in previous check-in.
747         * configure: Regenerate.
748
749 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
750
751         Sync from gcc:
752
753         2007-07-03  Paolo Bonzini  <bonzini@gnu.org>
754
755         PR other/27063
756         * configure.in: Test subdir_requires and give an appropriate
757         error message.
758         * configure: Regenerate.
759
760         2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
761
762         PR target/27540
763         * configure.in: Only enable libgomp on IRIX 6.
764         * configure: Regenerate.
765
766 2006-06-20  David Ayers  <d.ayers@inode.at>
767
768         PR bootstrap/28072
769         * configure.in: Add target-boehm-gc to noconfigdirs depending on
770         whether target-libjava is being configured instead of whether the
771         java front end is enabled.
772         * configure: Regenerate.
773
774 2006-06-15  Mark Shinwell  <shinwell@codesourcery.com>
775
776         * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
777         to R_ARM_LDC_SB_G{0,1,2} respectively.
778
779 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
780
781         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
782         too.
783         * Makefile.in: Regenerate.
784
785 2006-06-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
786
787         Sync from gcc:
788
789         2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
790         * configure.in: Don't enable libgomp on hpux10.
791         * configure: Rebuilt.
792
793 2006-06-13  David Ayers  <d.ayers@inode.at>
794
795         Sync from gcc:
796
797         2006-06-12  David Ayers  <d.ayers@inode.at>
798
799         PR bootstrap/27963
800         PR target/19970
801         * configure.in: Remove target-boehm-gc from noconfigdirs where
802         ${libgcj} is specified.
803         * configure: Regenerate.
804
805 2006-06-08  Jeff Johnston  <jjohnstn@redhat.com>
806
807         Sync from gcc:
808
809         2005-01-12  David Edelsohn  <edelsohn@gnu.org>
810                     Andreas Schwab  <schwab@suse.de>
811
812         PR bootstrap/18033
813         * config-ml.in: Eval option if surrounded by single quotes.
814
815 2006-06-07  Carlos O'Donell  <carlos@codesourcery.com>
816
817         Sync from gcc:
818
819         2006-06-06  David Ayers  <d.ayers@inode.at>
820
821         PR libobjc/13946
822         * Makefile.def: Add dependencies for libobjc which boehm-gc.
823         * Makefile.in: Regenerate.
824         * configure.in: Add --enable-objc-gc at toplevel and have it
825         enable boehm-gc for Objective-C.
826         Remove target-boehm-gc from libgcj.
827         Add target-boehm-gc to target_libraries.
828         Add target-boehm-gc to noconfigdirs where ${libgcj}
829         is specified.
830         Assert that boehm-gc is supported when requested for Objective-C.
831         Only build boehm-gc if needed either for Java or Objective-C.
832         * configure: Regenerate.
833
834         2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
835
836         PR 27674
837         * Makefile.tpl (configure-[+prefix+][+module+],
838         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
839         Remove rule to unstage bootstrapped modules.
840         (stage_current): New.
841         * Makefile.in: Regenerate.
842
843         2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
844         Andreas Tobler  <a.tobler@schweiz.ch>
845
846         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
847         * configure: Rebuilt.
848
849         Revert
850         2006-01-31  Richard Guenther  <rguenther@suse.de>
851         Paolo Bonzini  <bonzini@gnu.org>
852
853         * Makefile.def (target_modules): Add libgcc-math target module.
854         * configure.in (target_libraries): Add libgcc-math target library.
855         (--enable-libgcc-math): New configure switch.
856         * Makefile.in: Re-generate.
857         * configure: Re-generate.
858
859 2006-06-05  Jeff Johnston  <jjohnstn@redhat.com>
860
861         * config-ml.in: Alter CCASFLAGS to include special
862         multilib options the same as is done for CFLAGS.
863
864 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
865
866         * Makefile.def: Added dependencies from sim and gdb on intl, and
867         added configure dependencies to everything with an all dependency
868         on intl.
869         * gettext.m4: Removed.
870         * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
871         (GDB_SUPPORT_DIRS): Add intl.
872         * Makefile.in: Regenerated.
873
874 2006-05-25  Daniel Jacobowitz  <dan@codesourcery.com>
875
876         * src-release (DEVO_SUPPORT): Add config.rpath.
877
878 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
879
880         * Makefile.def (bfd, opcodes): Fix lib_path.
881         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
882         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
883         * Makefile.in: Regenerate.
884
885 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
886
887         * configure.in: Enable gprof for cross builds.
888         * configure: Regenerate.
889
890 2006-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
891
892         * src-release (MAKEINFOFLAGS): Define.
893         (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
894
895 2006-05-14  Ben Elliston  <bje@au.ibm.com>
896
897         * config.sub, config.guess: Update from upstream sources.
898
899 2006-05-12  Ben Elliston  <bje@au.ibm.com>
900
901         * config.sub, config.guess: Update from upstream sources.
902
903 2006-05-04  Steve Ellcey  <sje@cup.hp.com>
904
905         * blt, iwidgets, mmalloc: Remove directories.
906
907 2006-05-01  DJ Delorie  <dj@redhat.com>
908
909         * configure.in: Restore CFLAGS if GMP isn't present.
910         * configure: Regenerate.
911
912 2006-04-18  DJ Delorie  <dj@redhat.com>
913
914         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
915         reference libgloss so that libssp can be built in a combined
916         tree.
917         * configure: Regenerate.
918
919 2006-04-10  Ben Elliston  <bje@au.ibm.com>
920
921         * contrib: Remove directory.
922
923 2006-04-06  Carlos O'Donell <carlos@codesourcery.com>
924
925         * Makefile.tpl: Add install-html target.
926         * Makefile.def: Add install-html target.
927         * Makefile.in: Regenerate.
928         * configure.in: Add --with-datarootdir, --with-docdir,
929         and --with-htmldir options.
930         * configure: Regenerate.
931
932 2006-03-31  Ben Elliston  <bje@au.ibm.com>
933
934         PR binutils/1860
935         * configure.in: Require makeinfo 4.4 or higher.
936         * configure: Regenerate.
937
938 2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
939
940         * Makefile.in: Regenerate.
941
942 2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
943
944         Sync with gcc:
945         2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
946
947         * configure.in: Handle --disable-<component> generically.
948         * configure: Regenerate.
949
950         2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
951
952         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
953         (TARGET_CONFIGDIRS): Remove.
954         * configure.in: Remove AC_SUBST(target_configdirs).
955         * Makefile.in, configure: Regenerated.
956
957
958 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
959
960         PR libgcj/17311
961         * ltmain.sh: Don't use "$finalize_rpath" for compile.
962
963 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
964
965         PR bootstrap/25670
966
967         * Makefile.tpl ([+compare-target+]): Print explanation messages.
968
969         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
970         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
971         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
972         BUILD_PREFIX, BUILD_PREFIX_1.
973         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
974
975         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
976         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
977
978         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
979         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
980         of `cat stage_current`.  Always provide the `r' and `s' variables.
981         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
982         a single shell execution.
983         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
984         bootstrapped modules, make the stage1 module if the build was not
985         started yet, else build the current stage.
986         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
987         (all-build, all-host, all-target, [+make_target+]-host,
988         [+make_target+]-target): Do not use \-continued lines.
989         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
990         (current_stage, restrap, stage_last): New.
991
992         * Makefile.in: Regenerate.
993         * configure: Regenerate.
994
995 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
996
997         Sync from gcc:
998
999         2006-01-31  Richard Guenther  <rguenther@suse.de>
1000                     Paolo Bonzini  <bonzini@gnu.org>
1001
1002         * Makefile.def (target_modules): Add libgcc-math target module.
1003         * configure.in (target_libraries): Add libgcc-math target library.
1004         (--enable-libgcc-math): New configure switch.
1005         * Makefile.in: Re-generate.
1006         * configure: Re-generate.
1007         * libgcc-math: New toplevel directory.
1008
1009         2006-01-18  Richard Henderson  <rth@redhat.com>
1010                     Jakub Jelinek  <jakub@redhat.com>
1011                     Diego Novillo  <dnovillo@redhat.com>
1012
1013         * libgomp: New directory.
1014         * Makefile.def: Add target_module libgomp.
1015         * Makefile.in: Regenerate.
1016         * configure.in (target_libraries): Add target-libgomp.
1017         * configure: Regenerate.
1018
1019 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
1020             Andreas Schwab  <schwab@suse.de>
1021
1022         * configure: Regenerate.
1023
1024 2006-01-16  Paolo Bonzini  <bonzini@gnu.org>
1025
1026         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
1027         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
1028         the assembler, linker and binutils.
1029         * configure: Regenerate.
1030
1031 2006-01-16  Nick Clifton  <nickc@redhat.com>
1032
1033         * config.sub, config.guess: Sync from config repository.
1034
1035 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
1036
1037         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
1038         @ from continuation.
1039         * Makefile.in: Rebuilt.
1040
1041 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
1042
1043         Sync from gcc:
1044
1045         2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
1046
1047         PR bootstrap/24252
1048
1049         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
1050         * Makefile.tpl (OBJDUMP): New.
1051         (EXTRA_HOST_FLAGS): Add it.
1052         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
1053
1054         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
1055         to use symbolic links between directories.  Avoid race conditions
1056         or make them harmless.
1057         * configure.in: Do not try to use symbolic links between directories.
1058
1059         * Makefile.def (LEAN): Pass.
1060         * Makefile.tpl (LEAN): Define.
1061         (stage[+id+]-start): Accept that the previous directory does not
1062         exist, if the bootstrap is lean.
1063         (stage[+id+]-bubble): Invoke lean bootstrap commands after
1064         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
1065         configure substitution.
1066         ([+compare-target+]): Likewise.
1067         ([+bootstrap-target+]-lean): New.
1068         * configure.in: Remove lean bootstrap support from here.
1069
1070         * Makefile.in: Regenerate.
1071         * configure: Regenerate.
1072
1073         2006-01-02  Andreas Schwab  <schwab@suse.de>
1074
1075         * configure.in: When reconfiguring remove Makefile in
1076         all stage directories.
1077         * configure: Regenerate.
1078
1079 2005-12-27  Leif Ekblad  <leif@rdos.net>
1080
1081         * configure.in: Add support for RDOS target.
1082         * configure: Regenerate.
1083
1084 2005-12-27  Nick Clifton  <nickc@redhat.com>
1085
1086         PR binutils/1990
1087         * libtool.m4: Synchronize with version in GCC sources.
1088
1089 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
1090
1091         Revert Ada-related part of the previous change.
1092
1093         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
1094         Do not pass.
1095         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
1096         * Makefile.in: Regenerate.
1097         * configure.in: Do not include mt-ppc-aix target fragment.
1098         * configure: Regenerate.
1099
1100 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
1101
1102         * configure.in: Select appropriate fragments for PowerPC/AIX.
1103         * configure: Regenerate.
1104
1105         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
1106         BOOT_CFLAGS, BOOT_LDFLAGS.
1107         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
1108         BOOT_CFLAGS, BOOT_LDFLAGS.
1109         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
1110         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
1111         (stage): Fail if we cannot complete the work.
1112         * Makefile.in: Regenerate.
1113
1114 2005-12-16  Jeff Johnston  <jjohnstn@redhat.com>
1115
1116         * COPYING.NEWLIB: Update copyright year for default
1117         copyright.
1118
1119 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
1120
1121         * Makefile.tpl (all, do-[+make_target+], do-check, install,
1122         install-host-nogcc): Don't invoke $(stage) at the end.
1123         * Makefile.in: Regenerate.
1124
1125 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
1126
1127         * configure.in: Flip the top-level bootstrap switch.
1128         * configure: Regenerate.
1129
1130         Merge from gcc:
1131
1132         2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
1133
1134         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
1135         $(stage) and $(unstage).
1136         (EXTRA_TARGET_FLAGS): Correct double-quoting.
1137         (all): Remove stray semicolon.
1138         (local-distclean): Don't handle multilib.tmp and multilib.out.
1139         (install.all): Set $s for consistency.
1140         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
1141         check_multilibs setting.  Always make the install directory.
1142         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
1143         Correct @if/@endif.
1144         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
1145         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
1146         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
1147         (multilib.out): Remove.
1148         * Makefile.in: Regenerated.
1149
1150 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
1151
1152         * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
1153         * configure.in: Replace ms1 arch with mt.
1154         * configure: Rebuilt.
1155
1156 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
1157
1158         Sync with gcc:
1159
1160 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
1161
1162         * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
1163         * configure.in: Replace ms1 arch with mt.
1164         * configure: Rebuilt.
1165
1166 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
1167
1168         Sync with gcc:
1169
1170         2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
1171
1172         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
1173         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
1174         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
1175         Find in-tree tools if available.
1176         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
1177         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
1178         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
1179         (COMPILER_*_FOR_TARGET): New.
1180         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
1181         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
1182         (CONFIGURED_*, USUAL_*): Remove.
1183         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
1184         STRIP): Use autoconf substitutions.
1185         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
1186         COMPILER_NM_FOR_TARGET): New.
1187         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
1188
1189         (all): Make all-host and all-target in parallel.
1190         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
1191         that $$r and $$s are set before invoking a recursive make.
1192         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
1193         ([+bootstrap-target+]): Inline most of the `all' target.
1194
1195         2005-11-29  Ben Elliston  <bje@au.ibm.com>
1196
1197         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
1198         from the gcc build directory.
1199         * Makefile.in: Regenerate.
1200
1201         2005-11-29  Ben Elliston  <bje@au.ibm.com>
1202
1203         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
1204         depend on all-libdecnumber.
1205         * configure.in (host_libs): Include libdecnumber.
1206         * Makefile.in: Regenerate.
1207         * configure: Likewise.
1208
1209         2005-11-21  Kean Johnston  <jkj@sco.com>
1210
1211         * config.sub, config.guess: Sync from upstream sources.
1212
1213 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
1214
1215         * Makefile.def: Remove gdb dependencies for gdbtk.
1216         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
1217         (configure-gdb, install-gdb): New rules.
1218         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
1219         * Makefile.in, configure: Regenerated.
1220
1221 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
1222
1223         PR bootstrap/24297
1224         * Makefile.tpl (do-[+make-target+], do-check, install,
1225         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
1226         are set before recursing.
1227         * Makefile.in: Regenerate.
1228
1229 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
1230
1231         PR bootstrap/18939
1232         * Makefile.def (gcc) <target>: Fix thinko.
1233         * Makefile.in: Regenerate.
1234
1235 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
1236
1237         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
1238         * configure: Regenerate.
1239
1240 2005-10-09  Kazu Hirata  <kazu@codesourcery.com>
1241
1242         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
1243         target-libffi, target-qthreads, target-libjava, and
1244         targetlibobjc.
1245         * configure: Regenerate.
1246
1247 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
1248
1249         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
1250         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
1251         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
1252         (USUAL_OBJDUMP_FOR_TARGET): New.
1253         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
1254         * configure.in: Check for $OBJDUMP_FOR_TARGET.
1255         * configure, Makefile.in: Regenerated.
1256
1257 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
1258
1259         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
1260         before other host packages.
1261
1262 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
1263
1264         PR bootstrap/22340
1265
1266         * configure.in (default_target): Remove.
1267         * Makefile.tpl (all): Do not use prerequisites as subroutines
1268         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
1269         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
1270         use prerequisites as subroutines.
1271         (check-host, check-target): New.
1272         (bootstrap configure & all targets): Do not use stage*-start
1273         if the directory layout is already ok.
1274         (non-bootstrap configure & all targets): Prepend a $(unstage).
1275         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
1276         (NOTPARALLEL): Remove.
1277         (unstage, stage variables): New variables.
1278         (unstage, stage targets): Simply expand to those variables.
1279
1280         * configure: Regenerate.
1281         * Makefile.in: Regenerate.
1282
1283 2005-10-04  James E Wilson  <wilson@specifix.com>
1284
1285         * Makefile.def (lang_env_dependencies): Add libmudflap.
1286         * Makefile.in: Regenerate.
1287
1288 2005-10-03  Catherine Moore  <clm@cm00re.com>
1289
1290         * configure.in (bfin-*-*): Support bfin.
1291         * configure: Regenerated.
1292
1293 2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
1294
1295         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
1296         * configure: Regenerated.
1297
1298 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
1299
1300         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
1301         (LIPO_FOR_TARGET): New.
1302         (CONFIGURED_LIPO_FOR_TARGET): New.
1303         (USUAL_LIPO_FOR_TARGET): New.
1304         (STRIP_FOR_TARGET): New.
1305         (CONFIGURED_STRIP_FOR_TARGET): New.
1306         (USUAL_STRIP_FOR_TARGET): New.
1307         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
1308         STRIP_FOR_TARGET.
1309         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
1310         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
1311         * Makefile.in: Regenerate.
1312         * configure: Regenerate.
1313
1314 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
1315
1316         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
1317         (rs6000-*-aix*): Same.
1318         * configure: Regenerate.
1319
1320 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1321
1322         * configure.in: Recognize f95 in the --enable-languages option,
1323         and substitute it for fortran, issuing a warning.
1324         * configure: Regenerate.
1325
1326 2005-09-07  Ben Elliston  <bje@au.ibm.com>
1327
1328         Import from Autoconf sources:
1329
1330         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
1331         * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
1332         Elliston.  Handle weird characters correctly.
1333
1334 2005-08-30  Phil Edwards  <phil@codesourcery.com>
1335
1336         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
1337         * configure:  Regenerated.
1338
1339 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
1340
1341         * Makefile.def (libssp): Add to lang_env_dependencies.
1342         * Makefile.in: Regenerate.
1343
1344 2005-08-17  Christian Groessler  <chris@groessler.org>
1345
1346         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
1347         * Makefile.in: Regenerate.
1348
1349 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
1350
1351         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
1352         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
1353         Look for alternate names of the target cc and c++
1354         * configure: Regenerate.
1355
1356 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
1357
1358         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
1359         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
1360         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
1361         tools; remove code to manually set them.
1362         (Target tools): Look in the environment for them.
1363         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
1364         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
1365         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
1366         build directory.
1367         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
1368         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
1369         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
1370         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
1371         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
1372         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
1373         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
1374         * configure: Regenerate.
1375         * Makefile.in: Regenerate.
1376
1377 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
1378
1379         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
1380         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
1381         * Makefile.in: Regenerated.
1382
1383 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
1384
1385         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
1386         (CFLAGS_FOR_TARGET): Use it.
1387         (CXXFLAGS_FOR_TARGET): Likewise.
1388         * Makefile.in: Regenerated.
1389         * configure.in (--with-build-sysroot): New option.
1390         * configure: Regenerated.
1391
1392 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
1393
1394         * Makefile.tpl: Wrap install between unstage and stage
1395         * Makefile.in: Regenerate.
1396
1397 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
1398
1399         * all files: Update FSF address.
1400
1401 2005-07-14  Jim Blandy  <jimb@redhat.com>
1402
1403         * configure.in: Add cases for Renesas m32c.
1404         * configure: Regenerated.
1405
1406 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
1407
1408         * COPYING, compile, config-ml.in, config.guess,
1409         config.sub, install-sh, missing, mkinstalldirs,
1410         symlink-tree, ylwrap: Sync from upstream sources.
1411
1412 2005-07-13  Eric Christopher  <echristo@redhat.com>
1413
1414         * configure.in: Add toplevel noconfigdir support for tpf.
1415         * configure: Regenerate.
1416
1417 2005-07-11  Jakub Jelinek  <jakub@redhat.com>
1418
1419         * Makefile.def (target_modules): Add libssp.
1420         * configure.in (target_libraries): Add target-libssp.
1421         * configure: Rebuilt.
1422         * Makefile.in: Rebuilt.
1423
1424 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
1425
1426         PR ada/22340
1427
1428         * Makefile.def: Sync with gcc.
1429         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
1430         * Makefile.in: Regenerate.
1431
1432 2005-07-07  Andreas Schwab  <schwab@suse.de>
1433
1434         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
1435         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
1436         * Makefile.in: Regenerated.
1437
1438 2005-07-07  Kazu Hirata  <kazu@codesourcery.com>
1439
1440         * configure.in: Add --enable-libssp and --disable-libssp.
1441         * configure: Regenerate with autoconf-2.13.
1442
1443 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
1444
1445         * configure.in: Don't build sim or rda when targetting darwin.
1446         * configure: Regenerate.
1447
1448 2005-07-04  Ben Elliston  <bje@gnu.org>
1449
1450         * src-release (do-proto-toplev): Remove dejagnu bits.
1451         (DEJAGNU_SUPPORT_DIRS): Remove.
1452         (dejagnu.tar.bz2, dejagnu.tar): Likewise.
1453         (GDBD_SUPPORT_DIRS): Likewise.
1454         (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
1455         (INSIGHTD_SUPPORT_DIRS): Likewise.
1456         (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
1457
1458 2005-06-30  Ben Elliston  <bje@gnu.org>
1459
1460         * setup.com (mpw): Remove unused directive.
1461
1462 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
1463
1464         * Makefile.def (stagefeedback): Come after profile.
1465         Define profiledbootstrap target.
1466         * Makefile.tpl (profiledbootstrap): Remove.
1467         (stageprofile-end): Zap stagefeedback.
1468         (stagefeedback-start): Copy all .gcda files, not only GCC's.
1469         * Makefile.in: Regenerate.
1470
1471 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
1472
1473         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
1474         In 'cpp' stanza, support '#line' as well as '# '.
1475
1476 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
1477
1478         * configure.in (unsupported_languages): New macro.
1479         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
1480         non-ported target libraries in noconfigdirs.
1481         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
1482         non-linux-gnu.  Remove libgcj_ex_libffi.
1483         <lang_frag loop>: Set add_this_lang=no if the language is in
1484         unsupported_languages.
1485         * configure: Regenerate.
1486
1487 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
1488
1489         * configure.in: Fix typo in handling of --with-mpfr-dir.
1490         * configure: Regenerate.
1491
1492 2005-06-02  Jim Blandy  <jimb@redhat.com>
1493
1494         * config.sub: Add cases for the Renesas m32c.  (This patch has been
1495         accepted into the master sources.)
1496
1497 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
1498             Michael Snyder  <msnyder@redhat.com>
1499             Stan Cox  <scox@redhat.com>
1500
1501         * configure.in: Set noconfigdirs for ms1.
1502
1503         * configure: Regenerate.
1504
1505 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
1506
1507         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
1508         (Dependencies): Consider target modules for bootstrap dependencies.
1509         Make target bootstrap modules depend on each stage's gcc.
1510         * Makefile.in: Regenerate.
1511
1512 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
1513
1514         * Makefile.def (configure-gcc): Depend on binutils having been built.
1515         (all-gcc): No need to do it here.
1516         * Makefile.in: Regenerate.
1517
1518 2005-05-19  Paul Brook  <paul@codesourcery.com>
1519
1520         * configure.in: Rewrite misleading error message when requested
1521         language cannot be built.
1522         * configure: Regenerate.
1523
1524 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
1525
1526         * ylwrap: Import from Automake 1.9.5.
1527
1528 2005-05-04  Mike Stump  <mrs@apple.com>
1529
1530         * configure.in: Always pass --target to target configures as
1531         otherwise rebuilds that do --recheck will fail.
1532         * configure: Rebuilt.
1533
1534 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
1535
1536         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
1537         STAGE_HOST_EXPORTS.
1538         (configure, all): Add bootstrap support.
1539         (Host modules, target modules): Pass post-stage1 flags and exports.
1540         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
1541         * Makefile.in: Regenerate.
1542
1543 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
1544
1545         Sync from gcc:
1546
1547         2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
1548
1549         * config.sub: Update from master copy.
1550
1551         2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
1552
1553         * configure.in <crisv32-*-*, cris-*-*>: New local variable
1554         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
1555         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
1556         "*-*-elf" and "*-*-linux*".
1557         * configure: Regenerate.
1558
1559 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
1560
1561         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
1562         (TARGET_CONFIGARGS): Include --with-target-subdir.
1563         (configure, all): New macros.  Use them throughout.
1564
1565 2005-04-05  Paolo Bonzini  <bonzini@gnu.org>
1566
1567         * Makefile.tpl: Sync with gcc.
1568         * Makefile.in: Regenerate.
1569
1570 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
1571
1572         * config/mh-mingw32: Delete.
1573         * configure.in: Don't use it.
1574         * configure: Regenerate.
1575
1576 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
1577
1578         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
1579         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
1580         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
1581         (HOST_LIB_PATH): Generate from Makefile.def.
1582         (TARGET_LIB_PATH): Likewise.
1583         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
1584         * Makefile.in: Regenerate.
1585         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
1586         (RPATH_ENVVAR): Include Darwin case.
1587         * configure: Regenerate.
1588
1589 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
1590
1591         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
1592         * configure: Regenerate.
1593
1594 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
1595
1596         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
1597         gcc_version, and gcc_version_trigger from set of flags to pass.
1598         * Makefile.tpl: Remove definitions of above variables.
1599         (config.status): Remove dependency on $(gcc_version_trigger).
1600         * Makefile.in: Regenerate.
1601         * configure.in: Do not reference config/gcc-version.m4 nor
1602         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
1603         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
1604         * configure: Regenerate.
1605
1606 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
1607             Andrew Pinski <pinskia@physics.uc.edu>
1608
1609         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
1610         * Makefile.in: Regenerate.
1611
1612 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
1613
1614         PR libgcj/20160
1615         * ltmain.sh: Avoid creating archives with components that have
1616         duplicate basenames.
1617
1618 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
1619
1620         PR bootstrap/20250
1621         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
1622         instead of check.
1623         * Makefile.in: Regenerate.
1624
1625 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
1626
1627         Sync from gcc.
1628
1629         2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
1630
1631         PR bootstrap/17383
1632         * Makefile.def (target_modules): Remove "stage", now unnecessary.
1633         * Makefile.tpl (HOST_SUBDIR): New substitution.
1634         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
1635         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
1636         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
1637         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
1638         (Host modules, Bootstrapped modules): Use it.
1639         (Build modules, Target modules): Do not create symlink trees,
1640         always configure out-of-srcdir.
1641         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
1642         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
1643         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
1644         $(HOST_SUBDIR).  Create a symlink for host_subdir.
1645
1646         * Makefile.in: Regenerate.
1647         * configure: Regenerate.
1648
1649         Merged from libada-gnattools-branch:
1650         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
1651
1652         * Makefile.def: Add gnattools as a module, depending on target-libada.
1653         * Makefile.in: Regenerate.
1654         * configure.in: Include gnattools in host_tools; disable it if ada
1655         is disabled.
1656         * configure: Regenerate.
1657
1658 2005-02-23  Nick Clifton  <nickc@redhat.com>
1659
1660         * configure: Regenerate.
1661
1662 2005-02-22  Paul Schlie  <schlie@comcast.net>
1663
1664         * configure.in: Allow darwin targeted ports to build tk, itcl and
1665         libgui.
1666
1667 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
1668
1669         PR libgcj/10353
1670         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
1671         * configure: Regenerate.
1672
1673 2005-02-08  Andrew Cagney  <cagney@gnu.org>
1674
1675         * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
1676         gdb/ section.  Update GDB's URL.
1677
1678 2005-01-31  Andrew Cagney  <cagney@gnu.org>
1679
1680         * gettext.m4: Only set ENABLE_NLS when gettext is present.
1681
1682 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
1683
1684         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
1685         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
1686         target-libgloss when not *-*-elf and *-*-aout.
1687         * configure: Regenerate.
1688
1689 2005-01-27  Andrew Cagney  <cagney@gnu.org>
1690
1691         * gettext.m4: Don't use NONE as a default for CATOBJEXT.
1692
1693 2005-01-24  Andrew Cagney  <cagney@gnu.org>
1694
1695         * gettext.m4: Only fall back to ../intl/ when it's present.
1696
1697 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
1698
1699         * install-sh, config.sub: Import from upstream.
1700
1701 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
1702
1703         PR bootstrap/18222
1704         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
1705         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
1706         * Makefile.in: Regenerate.
1707
1708 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
1709
1710         Revert 2004-12-28 Makefile changes, a better fix will be
1711         applied to mainline and src after GCC 4.0 branches.
1712
1713 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
1714
1715         PR bootstrap/17383
1716
1717         * Makefile.def (target_modules): Remove stage parameter,
1718         it is always true now.
1719         * Makefile.tpl (configure-build-[+module+],
1720         configure-target-[+module+]): Always build symlink tree
1721         for the directory and for include.  BUILD_SUBDIR and
1722         TARGET_SUBDIR cannot be . anymore.
1723         * Makefile.in: Regenerate.
1724
1725 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
1726
1727         Revert 2004-12-08 Makefile changes.
1728
1729 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
1730
1731         * configure.in (sh64-*-*): Reenable gprof.
1732         * configure: Regenerate.
1733
1734 2004-12-09  Jim Blandy  <jimb@redhat.com>
1735
1736         * MAINTAINERS: List 'depcomp' as part of automake.
1737
1738 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
1739
1740         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
1741         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
1742         (EXTRA_TARGET_FLAGS): Add PICFLAG.
1743         * Makefile.in: Regenerate.
1744
1745 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
1746
1747         * Makefile.tpl: Generate normal dependencies if the LHS module is
1748         not bootstrapped.
1749         * Makefile.in: Regenerate.
1750
1751 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
1752
1753         * configure.in: Include config/gxx-include-dir.m4.  Use
1754         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
1755         * configure: Regenerate.
1756
1757 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
1758
1759         * config.if: Delete.
1760         * configure.in: Set libstdcxx_incdir directly.
1761         * configure: Regenerate.
1762         * MAINTAINERS: Remove mention of config.if.
1763         * src-release (DEVO_SUPPORT): Remove config.if.
1764
1765 2004-12-02  Eric Christopher  <echristo@redhat.com>
1766
1767         * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
1768         of things to remove.
1769         * Makefile.in: Regenerate.
1770
1771 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
1772
1773         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
1774         * configure: Regenerate.
1775
1776 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
1777
1778         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
1779         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
1780         * configure: Regenerate.
1781
1782 2004-11-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1783
1784         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
1785         (hppa*64*-*-*): Delete incorrect comment.
1786         * configure: Rebuilt.
1787
1788 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
1789
1790         * install-sh, compile: Import from automake.
1791
1792 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
1793
1794         * config.guess, config.sub:  Import from savannnah.
1795
1796 2004-11-12  Mike Stump  <mrs@apple.com>
1797
1798         * Makefile.def: Add html support.
1799         * Makefile.tpl: Likewise.
1800         * Makefile.in: Regenerate.
1801
1802 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
1803
1804         PR 18423
1805         * configure.in: Remove all instances of build-fixincludes from
1806         noconfigdirs.
1807         (build_configargs): Supply --target to subdirectories.
1808         * configure: Regenerate.
1809
1810         * Makefile.def: Make gcc install depend on fixincludes install.
1811         * Makefile.in: Regenerate.
1812
1813 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
1814
1815         * configure.in (noconfigdirs) [mmix-*-*]: Disable
1816         target-libgfortran.
1817         * configure: Regenerate.
1818
1819 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
1820
1821         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
1822         like CC.
1823
1824 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
1825
1826         * Makefile.def (host fixincludes): Specify missing targets.
1827         * Makefile.in: Regenerate.
1828
1829 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
1830
1831         PR other/17783
1832         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
1833         * configure: Regenerated.
1834
1835 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
1836
1837         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
1838         * configure: Regenerated.
1839
1840 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
1841
1842         PR target/18151
1843         * configure.in (case ${target}): Do not build fixincludes for avr.
1844         * configure: Regenerated.
1845
1846 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
1847
1848         * configure.in (case ${target}): Do not build fixincludes
1849         on platforms where it is not used.
1850         * configure: Regenerated.
1851
1852 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
1853
1854         * configure.in: Use an absolute path to install-sh.
1855         * configure: Regenerated.
1856
1857 2004-10-19  Andrew Cagney  <cagney@gnu.org>
1858
1859         * src-release (do-djunpack, do-md5sum): Install the generated file
1860         directly into the proto-toplev/ directory.
1861
1862 2004-10-19  Andrew Cagney  <cagney@gnu.org>
1863
1864         * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
1865
1866 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
1867
1868         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
1869         * configure: Regenerate.
1870
1871 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
1872
1873         Fix wrong conflict resolution in:
1874
1875         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
1876
1877         * Makefile.in: Regenerate.
1878         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1879         in the recursive `make', instead of hardwiring `all'.
1880         (Autogenerated TARGET-* variables): New.
1881
1882 2004-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
1883
1884         Merged from GCC / libtool upstream:
1885         2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
1886         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
1887         * ltcf-cxx.sh (tpf*): Likewise.
1888         * ltconfig (tpf*): Add TPF OS configuration support.
1889
1890 2004-09-30  Tomer Levi  <Tomer.Levi@nsc.com>
1891
1892         * configure.in: Enable target-libgloss for crx-*-*.
1893         * configure: Regenerate.
1894
1895 2004-09-24  Michael Roth  <mroth@nessie.de>
1896
1897         * configure.in (--without-headers): Add missing double quotes.
1898         * configure: Regenerate.
1899
1900 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
1901
1902         * ylwrap: Revert to previous version.
1903
1904 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
1905
1906         PR bootstrap/17369
1907         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
1908         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
1909         SET_GCC_LIB_PATH_CMD.
1910         (BASE_TARGET_EXPORTS): Likewise.
1911         * Makefile.in: Regenerated.
1912
1913         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
1914         * configure: Regenerated.
1915
1916 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
1917
1918         * config.guess: New upstream version
1919         * compile, depcomp, install-sh, ylwrap: Likewise.
1920
1921 2004-09-19  Roger Sayle  <roger@eyesopen.com>
1922
1923         * config/mh-x86omitfp: New host makefile fragment.  Add
1924         -fomit-frame-pointer to the default BOOT_CFLAGS.
1925         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
1926         * configure: Regenerate.
1927
1928 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
1929
1930         PR target/11572
1931         * configure.in (*-*-darwin*): Renable libobjc.
1932         * configure: Regenerate.
1933
1934 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
1935
1936         * Makefile.def: Remove libbanshee.
1937         * Makefile.tpl: Ditto.
1938         * configure.in: Ditto.
1939         * Makefile.in: Regen.
1940         * configure: Ditto.
1941
1942 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
1943
1944         * missing: Import latest version from master repository.
1945
1946 2004-09-04  Nick Clifton  <nickc@redhat.com>
1947
1948         * config.sub: Import latest version from master repository.
1949         * config.guess: Likewise.
1950         This includes these changes:
1951
1952         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
1953
1954         * config.sub: Handle crisv32, alias etraxfs.
1955         * config.guess (crisv32:Linux:*:*): Handle.
1956
1957         2004-08-13  Brad Smith  <brad@comstyle.com>
1958
1959         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
1960         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
1961
1962         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
1963
1964         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
1965         assume the processor is a powerpc.  This is because coreutils
1966         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
1967         in this case, due to a MacOS X bug that causes
1968         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
1969         to return a negative number.
1970         Problem reported by Petter Reinholdtsen in:
1971         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
1972
1973         2004-07-19  Ben Elliston  <bje@gnu.org>
1974
1975         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
1976
1977         2004-06-24  Ben Elliston  <bje@gnu.org>
1978
1979         * config.guess: Update copyright years.
1980         * config.sub: Likewise.
1981
1982         2004-06-22  Robert Millan  <robertmh@gnu.org>
1983
1984         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
1985         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
1986
1987         2004-06-22  Stanley F. Quayle <stan@stanq.com>
1988
1989         * config.guess (*:*VMS:*:*): New entry. Replaces
1990         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
1991         manufacturer.
1992
1993         2004-06-22  Ben Elliston  <bje@gnu.org>
1994
1995         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
1996         * config.sub: Likewise.
1997
1998         2004-06-22  Ben Elliston  <bje@gnu.org>
1999
2000         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
2001         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
2002
2003         2004-06-11  Ben Elliston  <bje@gnu.org>
2004
2005         * config.guess (pegasos:OpenBSD:*:*): Remove.
2006
2007         2004-06-11  Ben Elliston  <bje@gnu.org>
2008
2009         From Wouter Verhelst <wouter@grep.be>:
2010         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
2011
2012         2004-06-11  Ben Elliston  <bje@gnu.org>
2013
2014         * config.guess (luna88k:OpenBSD:*:*): New.
2015
2016         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
2017
2018         * config.guess (m32r*:Linux:*:*): New case.
2019         * config.sub: Handle m32rle.
2020
2021         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
2022
2023         From Jens Petersen  <petersen@redhat.com>:
2024         * config.sub: Handle sparcv8.
2025
2026         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
2027
2028         From Tom Smith <smith@cag.lkg.hp.com>:
2029         * config.guess: Version suffixes are equally significant on Tru64
2030         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
2031         prefix of "P" (patched kernel).
2032
2033         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
2034
2035         * config.sub: Add support for National Semiconductor CRX target.
2036
2037 2004-09-03  Jan Beulich  <jbeulich@novell.com>
2038
2039         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
2040         *-*-netware, but add target-libmudflap.
2041         Consolidate *-*-netware targets (of which really only i?86 exists)
2042         into a single entry.
2043         * configure: Likewise.
2044
2045 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
2046
2047         * Makefile.tpl (sorry): Remove.
2048         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
2049         (cleanstrap targets): Depend on distclean, not distclean-stage1.
2050         (do-clean): Clean per-stage directories too.
2051         (do-distclean): Run distclean-stage1 too.
2052         (.NOTPARALLEL): Enable during toplevel bootstrap.
2053         (stage[+id+]-bubble): Enable parallel execution during
2054         the recursive invocation.
2055         * Makefile.in: Regenerate.
2056
2057         Sync from gcc (moving the Makefile.in change to Makefile.tpl):
2058
2059         2004-08-31  Robert Bowdidge <bowdidge@apple.com>
2060
2061         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
2062         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
2063         * configure: regenerate
2064         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
2065         -mdynamic-no-pic
2066
2067 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
2068
2069         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
2070         include.
2071         * configure.in: Fix indentation.
2072         * configure: Regenerate.
2073
2074 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
2075
2076         * Makefile.def (build_modules): Add fixincludes.
2077         (dependencies): Make gcc depend on fixincludes.
2078         * configure.in (build_tools): Add fixincludes.
2079         (build_configdirs): Always include build_libs.
2080         * Makefile.in: Regenerate.
2081         * configure: Regenerate.
2082
2083 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
2084
2085         * Makefile.def (bootstrap stages): Add 'lean' parameter.
2086         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
2087         phony targets; do not generate timestamp files.
2088         (distclean-stageN): Remove references to their timestamp files.
2089         (restageN, touch-stageN): Remove.
2090         (stageN-bubble): Rewritten.
2091         (compare): Support lean bootstraps.
2092         * Makefile.in: Regenerate.
2093
2094         * configure.in: Only warn when bootstrapping but
2095         build != host or build != target.  Support lean bootstraps.
2096         * configure: Regenerate.
2097
2098         Sync from gcc:
2099         2004-08-26  Phil Edwards  <phil@codesourcery.com>
2100
2101         * configure.in:  Give a better error message if GMP/MPFR are missing
2102         and a language needing them has been requested.
2103         * configure:  Regenerated.
2104
2105         2004-08-25  Phil Edwards  <phil@codesourcery.com>
2106
2107         * configure.in:  Print a list of available language front-ends if
2108         a requested one is missing.  Tidy stray tab characters.
2109         * configure:  Regenerated.
2110
2111 2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
2112
2113         * Makefile.in: Regenerate.
2114         * configure: Regenerate.
2115
2116         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
2117         stage_*_flags.
2118         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
2119         for bootstrapped modules if toplevel bootstrap is going.
2120         (GCC bootstrap): Generate per-stage targets for all bootstrapped
2121         modules.  Adjust for changes in Makefile.def.  Enable several
2122         rules even in non-bootstrap mode, just to avoid peppering the
2123         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
2124         (stage-[+prev+]-bubble): Remove.
2125
2126         * Makefile.def (Dependencies): Depend on all-build-bison,
2127         all-build-flex, all-build-byacc, all-build-texinfo, rather
2128         than the host variations.
2129         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
2130         with BUILD_SUBDIR.
2131         (BISON): Update for recent Bisons.
2132         (YACC): Fix typo.
2133         (cross): Depend on all-build.
2134         (all): Do not depend on all-build.
2135         (prebootstrap): Remove.
2136         (dep-kind): Accept separate prefixes for MODULE and ON variables.
2137         (Prebootstrap dependencies): Add them to the per-stage targets
2138         and to all-prebootstrap.
2139         * configure.in (build_configdirs): Always enable build_tools.
2140         (BUILD_DIR_PREFIX): Remove.
2141
2142         * Makefile.def (gcc): Add target variable.
2143         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
2144         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
2145         in the recursive `make', instead of hardwiring `all'.
2146         (Autogenerated TARGET-* variables): New.
2147
2148 2004-08-17  Robert Millan  <robertmh@gnu.org>
2149
2150         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
2151         (instead of FreeBSD).
2152         * configure: Regenerate.
2153
2154 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
2155
2156         * Makefile.def, configure.in, src-release: Remove useless, bogus
2157         references to tix.
2158         * Makefile.in, configure: Regenerate.
2159
2160         * src-release: Stop distributing mmalloc with gdb (which doesn't
2161         use it).
2162         * Makefile.def: GDB doesn't depend on mmalloc anymore.
2163         * Makefile.in: Regenerate.
2164
2165 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
2166
2167         * configure.in (arm*-*-eabi*): New target.
2168         * configure: Regenerate.
2169
2170 2004-08-01  Robert Millan  <robertmh@gnu.org>
2171
2172         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
2173         libmudflap for all GNU-based systems (with Glibc).
2174         * configure: Regenerate.
2175
2176 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
2177
2178         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
2179         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
2180         (Dependencies): New section.
2181         * Makefile.tpl (Dependencies): Generate from Makefile.def.
2182         (configure-target-[+module+]): Depend on maybe-all-gcc
2183         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
2184         (toplevel profiledbootstrap): Fix dependencies.
2185         * Makefile.in: Regenerate.
2186
2187 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
2188
2189         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
2190         target-libiberty to noconfigdirs.
2191
2192 2004-08-03  Paul Brook  <paul@codesourcery.com>
2193
2194         * configure.in: Check for MPFR as well as GMP.
2195         * configure: Regenerate.
2196
2197 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
2198
2199         * Makefile.def (host-modules): Add gcc.
2200         * Makefile.in: Regenerate.
2201         * Makefile.tpl (sorry): New rule.
2202         (configure-host, all-host, [+make_target+]-host, do-check,
2203         install-host): Do not add gcc as a special case.
2204         (host modules): Add a small special-casing for gcc.  Export
2205         extra_make_flags through the environment.
2206         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
2207         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
2208         other recursive targets for gcc): Remove.
2209
2210         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
2211         (stage, unstage): New rules.
2212         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
2213         distclean-stage[+id+]): Use stage_current.
2214         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
2215         the stage*-start rules.
2216
2217 2004-07-19  Robert Millan  <robertmh@gnu.org>
2218
2219         Synced from gcc:
2220
2221         2004-04-26  Robert Millan  <robertmh@gnu.org>
2222
2223         Add patches from libtool CVS.
2224         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
2225         * ltconfig: Likewise.
2226         * ltcf-c.sh: Likewise.
2227         * ltcf-cxx.sh: Likewise.
2228         * ltcf-gcj.sh: Likewise.
2229
2230 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
2231
2232         * configure.in: Add noconfigdirs for crx-*-*.
2233         * configure: Regenerate.
2234
2235 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
2236
2237         Synced from gcc:
2238
2239         2004-07-09  Loren J. Rittle <ljrittle@acm.org>
2240
2241         * configure.in: Build libmudflap by default on FreeBSD.
2242         * configure: Regenerated.
2243
2244         2004-07-09  Mark Mitchell  <mark@codesourcery.com>
2245
2246         * configure.in: Do not build libmudflap by default on non-GNU/Linux
2247         systems.
2248         * configure: Regenerated.
2249
2250         2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2251
2252         PR target/16344
2253         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
2254         feedback based compiler.
2255         * Makefile.in: Rebuilt.
2256
2257         2004-07-05  Phil Edwards  <phil@codesourcery.com>
2258
2259         * configure.in:  Do not prepend $srcdir to /dev/null in
2260         makefile fragments.
2261         * configure:  Regenerate.
2262
2263 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
2264
2265         * Makefile.def (host_modules): Set bootstrap=true for flex.
2266         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
2267         * Makefile.in: Rebuilt.
2268
2269 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
2270
2271         * Makefile.def (build_modules): Add bison, byacc, flex,
2272         m4, texinfo.
2273         (flags_to_pass): Add FLEX.
2274         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
2275         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
2276         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
2277         DEFAULT_MAKEINFO): Remove.
2278         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
2279         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
2280         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
2281         objdir or else use configured tool.
2282         (all-build): New.
2283         (all): Depend on it.
2284         (Build module dependencies): Add.
2285         * Makefile.in: Regenerate.
2286         * configure.in: Better support for multiple build modules,
2287         matching what is done for host/target modules.  Do not look
2288         for "plausible" locations of build tools if Canadian cross.
2289         Use autoconf's AC_PROG_CC to find a C compiler.  Define
2290         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
2291         * configure: Regenerate.
2292
2293 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
2294
2295         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
2296         * Makefile.in: Regenerate.
2297
2298 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
2299
2300         * Makefile.tpl (configure-build-[+module+],
2301         configure-[+module+], configure-target-[+module+]): Pass
2302         [+extra_configure_args+].
2303         (all-build-[+module+], all-[+module+], check-[+module+],
2304         install-[+module+], [+make_target+]-[+module+],
2305         all-target-[+module+], check-target-[+module+],
2306         install-target-[+module+], [+make_target+]-target-[+module+]):
2307         Pass [+extra_make_args+].
2308         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
2309         (GCC_HOST_EXPORTS): Remove.
2310         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
2311         cross, check-gcc, check-gcc-c++, install-gcc,
2312         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
2313         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
2314         * Makefile.in: Regenerate.
2315
2316 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
2317
2318         * configure.in: Check for srcdir/winsup rather than build directory
2319         winsup.
2320         * configure: Regenerate.
2321
2322 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
2323
2324         * configure.in: Don't build Cygwin native newlib if winsup
2325         directory is missing.  Emit warning instead.
2326         * configure: Regenerate.
2327
2328 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
2329
2330         * Makefile.tpl (touch-stage[+id+]): New.
2331         (restage[+prev+]): Depend on touch-stage[+id+].
2332
2333         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
2334         Use it throughout.
2335
2336         * Makefile.def: Add profile and feedback bootstrap stages.
2337         Remove next field from bootstrap stages.
2338         * Makefile.tpl (LN, LN_S): Substitute.
2339         (stageN-start, stageN-end): Use double-colon rules, to
2340         provide a hook for additional setup commands.
2341         (distclean-stageN-gcc, restageN): Create dependencies from
2342         [+prev+], not from [+next+].
2343         (stageN-bubble): Add commands for successive stages from
2344         [+prev+], using double-colon rules.
2345         (all-stageN-gcc): Fix typo.
2346         (stagefeedback-start, profiledbootstrap): New.
2347         * Makefile.in: Regenerate.
2348         * configure.in: Call ACX_PROG_LN.
2349         * configure: Regenerate.
2350
2351 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
2352
2353         * configure.in: Fix --enable-bootstrap breakage introduced in trees
2354         without gcc.
2355         * configure: Regenerate.
2356
2357 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
2358
2359         * Makefile.tpl: Fix typo.
2360         * Makefile.in: Regenerate.
2361
2362 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
2363
2364         * configure.in: Remove new- prefix from toplevel
2365         bootstrap targets.
2366         * configure: Regenerate.
2367
2368 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
2369
2370         Merge this patch from the gcc tree:
2371
2372         2004-05-30  Andreas Jaeger  <aj@suse.de>
2373                     Jim Wilson <wilson@specifixinc.com>
2374
2375         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
2376         like CC.
2377
2378 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
2379
2380         * Makefile.tpl (all.normal): Rename to all.
2381         (all): Replace with a rule to pick the default
2382         target from configure.
2383         (all-gcc, configure-gcc): Use conditionals to
2384         do nothing when toplevel bootstrap is going on.
2385         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
2386         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
2387         * configure.in: Support --enable-bootstrap.
2388
2389         * Makefile.def: Remove new- prefix from toplevel
2390         bootstrap targets.
2391         * Makefile.tpl: Likewise.
2392
2393         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
2394         target.
2395
2396         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
2397         $(RECURSE_FLAGS) to recursive invocation of make.
2398
2399         * Makefile.in: Regenerate.
2400         * configure: Regenerate.
2401
2402 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
2403
2404         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
2405         * configure: Regenerate.
2406
2407 2004-05-25  Daniel Jacobowitz  <drow@false.org>
2408
2409         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
2410         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
2411         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
2412         targets.
2413         * Makefile.in: Regenerate.
2414
2415 2005-05-24  Paolo Bonzini <bonzini@gnu.org>
2416
2417         * configure.in: Test the ability to symlink directories.
2418         * configure: Regenerate.
2419
2420         * Makefile.def (bootstrap-stage): New definitions.
2421         * Makefile.tpl (configure-stage1-gcc,
2422         configure-stage2-gcc, configure-stage3-gcc,
2423         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
2424         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
2425         new-restage3, compare): Autogenerate, see Makefile.in
2426         entry for behavioral changes.
2427         (distclean-stage1, new-stage1-start, new-stage1-end,
2428         new-stage1-bubble, distclean-stage2, new-stage2-start,
2429         new-stage2-end, new-stage2-bubble, distclean-stage3,
2430         new-stage3-start, new-stage3-end): New autogenerated targets.
2431         (objext, prebootstrap, BOOT_CFLAGS,
2432         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
2433         targets.
2434
2435         * Makefile.in: Regenerate.
2436         (distclean-stage1, new-stage1-start, new-stage1-end,
2437         new-stage1-bubble, distclean-stage2, new-stage2-start,
2438         new-stage2-end, new-stage2-bubble, distclean-stage3,
2439         new-stage3-start, new-stage3-end): New targets.
2440         (all-stage1-gcc): Move prebootstrap dependency from here...
2441         (configure-stage1-gcc): ...to here.
2442         (new-bootstrap): Use bubble targets.
2443         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
2444         Use per-stage distclean targets.
2445         (configure-stage1-gcc, configure-stage2-gcc,
2446         configure-stage3-gcc, all-stage1-gcc,
2447         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
2448         Use new-stageN-start to prepare the tree.
2449
2450 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
2451
2452         * Makefile.def (host_modules): add libcpp.
2453         * Makefile.tpl: Add dependencies on and for libcpp.
2454         * Makefile.in: Regenerate.
2455         * configure.in: Add libcpp host module.
2456         * configure: Regenerate.
2457
2458 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
2459
2460         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
2461         of libf2c.
2462         * configure, Makefile.in: Regenerate.
2463
2464 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
2465
2466         Merge from tree-ssa-20020619-branch.
2467
2468         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
2469         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
2470         (HOST_GMPLIBS): Define.
2471         (HOST_GMPINC): Define.
2472         (TARGET_LIB_PATH): Add libmudflap.
2473         (GFORTRAN_FOR_TARGET): Define.
2474         (configure-build*): Export GFORTRAN.
2475         (configure-gcc): Export GMPLIBS and GMPINC.
2476         (all-gcc): Add maybe-all-libbanshee.
2477         (configure-target-libgfortran): Define.
2478         * Makefile.in: Regenerate.
2479         * configure.in (host_libs): Add libbanshee.
2480         (target_libraries): Add target-libmudflap and target-libgfortran.
2481         Add --with-libbanshee.
2482         Handle --disable-libmudflap.
2483         (*-*-freebsd*): Use with_gmp.
2484         Add $(libgcj) to noconfigdirs.
2485         * configure: Regenerate.
2486         * depcomp: New file.
2487         * MAINTAINERS: Add tree-ssa maintainers.
2488
2489 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
2490
2491         * config/acx.m4: Fix fastcompare support for new-bootstrap.
2492         * configure: Regenerate.
2493
2494 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
2495
2496         Revert:
2497         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2498
2499         * Makefile.def (flags_to_pass): Remove *dir variables that
2500         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
2501         as well as prefix and exec_prefix.
2502         * Makefile.in: Regenerate.
2503
2504 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2505
2506         * Makefile.def (host_modules): Mark with the bootstrap
2507         flag packages on which gcc depends.
2508         * Makefile.tpl (all-bootstrap): Use it.
2509         * Makefile.in: Regenerate.
2510
2511 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2512
2513         * Makefile.def (flags_to_pass): Remove *dir variables that
2514         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
2515         as well as prefix and exec_prefix.
2516         * Makefile.in: Regenerate.
2517
2518 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2519
2520         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
2521         * configure: Regenerate.
2522         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
2523         * gcc/Makefile.tpl (compare): Use the result of the test.
2524         * gcc/Makefile.in: Regenerate.
2525
2526 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
2527
2528         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
2529         Always relocate gcc and prev-gcc to the original names, even
2530         if the build fails.
2531         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
2532         New targets.
2533
2534 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2535
2536         * configure.in (mips*-*-irix5*): Enable ld.
2537         * configure: Regenerate.
2538
2539 2004-04-15  James E Wilson  <wilson@specifixinc.com>
2540
2541         * Makefile.tpl (configure-[+module+], configure-gcc,
2542         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
2543         Set and export LDFLAGS.
2544         * Makefile.in: Regenerate.
2545
2546 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
2547
2548         PR bootstrap/14871
2549         * Makefile.tpl: If we don't have built-in-tree target tools,
2550         use the ones found by configure rather than hacking around with
2551         program_transform_name.
2552         * configure.in: Give Makefile.tpl the information necessary
2553         to do that.
2554         * Makefile.in: Regenerate.
2555         * configure: Regenerate.
2556
2557 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
2558
2559         PR bootstrap/14760
2560         * configure.in: When computing baseargs, strip *all* copies of
2561         offending options.  Also, don't match/substitute the trailing space,
2562         so that this actually works when two similar options are separated by
2563         only one space.
2564         * configure: Regenerate.
2565
2566 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
2567
2568         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
2569         (rs6000-*-aix*): Same.
2570         * configure: Regenerate.
2571
2572 2004-03-25  Stan Shebs  <shebs@apple.com>
2573
2574         Remove MPW support, no longer used.
2575         * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
2576         mpw-install: Remove files.
2577         * src-release (DEVO_SUPPORT): Remove names of removed files.
2578         * MAINTAINERS: Likewise.
2579
2580 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
2581
2582         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
2583         STRICT_WARN, WARN_CFLAGS flags passed down to make.
2584         * Makefile.in: Regenerate.
2585
2586         * configure.in (top level bootstrap support): Rework --enable-werror
2587         to set @stage2_werror_flag@.
2588         * configure: Regenerate.
2589         * Makefile.tpl (top level bootstrap support): Pass
2590         @stage2_werror_flag@ down to configure in stages 2 and 3.
2591         * Makefile.in: Regenerate.
2592
2593 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
2594
2595         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
2596         for stages 2 and 3 as well as in make.  As a consequence, remove
2597         OUTPUT_OPTION (now detected by configure) from the flags passed down
2598         to make.
2599         * Makefile.in: Regenerate.
2600
2601         * Makefile.tpl (new-bootstrap): Fix typo.
2602         * Makefile.in: Regenerate.
2603
2604 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
2605
2606         * Makefile.tpl: Rearrange by moving recursive_targets rules
2607         into their proper sections.
2608         * Makefile.tpl (top level bootstrap support): Move disabling
2609         of coverage flags from 'make' to 'configure'; improve comments.
2610         * Makefile.in: Regenerate.
2611
2612         * Makefile.tpl (experimental top level bootstrap) Move stage1
2613         language setting from all- target to configure- target; disable
2614         intermodule optimization in stage 1; prevent gratuitous rebuilds
2615         of stage 1.
2616         * Makefile.in: Regenerate.
2617         * configure.in: Comma-separate stage 1 language list for top
2618         level bootstrap.
2619         * configure: Regenerate.
2620
2621         * Makefile.tpl: Clean up experimental top level bootstrap support:
2622         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
2623         prev-gcc in configure- targets as well as all- targets.
2624         * Makefile.in: Regenerate.
2625
2626 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
2627
2628         * configure.in: Remove symbolic link section.
2629         * configure: Regenerate.
2630         * Makefile.tpl (links): Remove.
2631         * Makefile.in: Regenerate.
2632
2633 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
2634             Nathanael Nerode  <neroden@gcc.gnu.org>
2635
2636         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
2637         Set with AC_CHECK_PROGS.
2638         * configure.in: Fix comment typo from last patch.
2639         * configure: Regenerate.
2640
2641 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
2642
2643         * Makefile.tpl: Introduce experimental top level bootstrap support.
2644         * Makefile.in: Regenerate.
2645         * configure.in: Introduce support for top level bootstrap.
2646         * configure: Regenerate.
2647
2648 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
2649             Paolo Bonzini  <bonzini@gnu.org>
2650
2651         PR bootstrap/14522
2652         * configure.in: Cope with shells that do not support unquoted ^
2653         * configure: Regenerate.
2654
2655 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
2656             Paolo Bonzini  <bonzini@gnu.org>
2657
2658         PR bootstrap/14522
2659         * configure.in: Cope with shell that do not support nesting
2660         quotes inside quoted backquote substitutions.
2661         * configure: Regenerate.
2662
2663 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
2664
2665         PR bootstrap/14522
2666         * configure.in: Fix escaping of $.
2667         * configure: Regenerate.
2668
2669 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
2670
2671         * configure: Regenerate.
2672
2673 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
2674
2675         PR ada/14131
2676         Move language detection to the top level.
2677         * configure.in: Find default values for the tools as
2678         soon as possible.  Disable ada if GNAT is not found.
2679         Emit error message about missing languages.  Expand
2680         --enable-languages=all for the gcc subdirectory.
2681
2682 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
2683
2684         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
2685         and disable libgcj.
2686         * configure: Regenerated.
2687
2688 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
2689
2690         PR bootstrap/7087
2691         * Makefile.tpl: Guard XFOO sed statements better.
2692         * Makefile.tpl: Add dependency for configure-target-libada.
2693         * Makefile.in: Regenerate (incidentally fixes broken
2694         commit when libada-branch was merged).
2695
2696 2004-02-28  Andrew Cagney  <cagney@redhat.com>
2697
2698         * src-release (CVS_NAMES): Define.
2699         (do-tar, do-tar): Prune $(CVS_NAMES).
2700
2701 2004-02-23  Andrew Cagney  <cagney@redhat.com>
2702
2703         * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
2704         2004-02-19.09.
2705
2706 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
2707
2708         PR bootstrap/11932
2709         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
2710
2711 2004-02-19  Andrew Cagney  <cagney@redhat.com>
2712
2713         * config.guess: Update from version 2003-06-12 to 2004-02-16.
2714         * config.sub: Update from version 2003-06-13 to 2004-02-16.
2715
2716 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
2717
2718         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
2719         (rs6000-*-aix*): Same.
2720         * configure: Regenerate.
2721
2722 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
2723
2724         * configure.in (host): Add in missing $noconfigdirs to defines.
2725         * configure: Regenerate.
2726
2727 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
2728             Nathanael Nerode  <neroden@gcc.gnu.org>
2729
2730         PR ada/6637, PR ada/5911
2731         Merge with libada-branch:
2732         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
2733         with appropriate dependencies. Add --enable-libada configure switch.
2734         * configure, Makefile.in: Regenerate.
2735
2736 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2737
2738         * configure.in: Don't pass --with-stabs on IRIX 5 either.
2739         * configure: Regenerate.
2740
2741 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
2742
2743         * COPYING.NEWLIB: Update Red Hat license to 2004.
2744
2745 2004-01-23  DJ Delorie  <dj@redhat.com>
2746
2747         * Makefile.def (target_modules) [libiberty]: Don't stage.
2748         * Makefile.in: Rebuilt.
2749
2750 2004-01-23  Jeff Johnston  <jjohnstn@redhat.com>
2751
2752         * COPYING.NEWLIB: Update to include copyrights for new
2753         iconv code.
2754
2755 2004-01-15  Andrew Cagney  <cagney@redhat.com>
2756
2757         * src-release: Update copyright year.
2758         (do-proto-toplev): Configure using i686-pc-linux-gnu.
2759         (NEWLIB_SUPPORT_DIRS): Delete macro.
2760         (newlib.tar.bz2): Delete rule.
2761
2762 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
2763
2764         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
2765         * Makefile.tpl (configure-target-[+module+]): Support stage.
2766         * Makefile.in: Rebuilt.
2767
2768 2003-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
2769
2770         * gettext.m4: Quote names of macros to be defined by AC_DEFUN
2771         throughout.
2772
2773 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
2774
2775         * configure.in: Use ./config.cache, not config.cache.
2776         * configure: Regenerate.
2777         * Makefile.tpl: Special-casing not needed for GCC any more.
2778         * Makefile.in: Regenerate.
2779
2780         * configure.in: Don't share a cache file for host dirs.
2781         * configure: Regenerate.
2782
2783         * config-ml.in: Don't mess with the cache file.
2784
2785 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
2786
2787         * Makefile.tpl: Make GCC use a separate config.cache.
2788         * Makefile.in: Regenerate.
2789
2790         PR bootstrap/11932, PR bootstrap/11933
2791         (I don't know if it will fix either of them, but it relates
2792         to them.)
2793         * configure.in: Don't use shared config.cache for target
2794         directories.
2795         * configure: Regenerate.
2796
2797 2003-12-31  Roger Sayle  <roger@eyesopen.com>
2798
2799         * configure.in (ia64*-*-hpux*): Disable building java libraries.
2800         * configure: Regenerated.
2801
2802 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
2803
2804         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
2805         * configure: Regenerated.
2806
2807 2003-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
2808
2809         Port change over from GCC:
2810         2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
2811         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
2812         (configure-build-[+module+], configure-[+module+]): Likewise.
2813         (configure-target-[+module+], configure-gcc, config.status): Likewise.
2814         * Makefile.in: Regenerate.
2815
2816 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
2817
2818         * configure.in (raw_libstdcxx_flags): Remove the leading space.
2819         * configure: Regenerate.
2820
2821 2003-11-27  Jeff Johnston  <jjohnstn@redhat.com>
2822
2823         * COPYING.NEWLIB: Add license info for long long routines added to
2824         stdlib.
2825
2826 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
2827
2828         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
2829         * Makefile.in: Regenerate.
2830
2831 2003-10-20  Phil Edwards  <phil@codesourcery.com>
2832
2833         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
2834         * configure:  Regenerate.
2835
2836 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
2837
2838         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
2839         HOST_FLAGS_TO_PASS.
2840         * Makefile.in: Regenerate.
2841
2842 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
2843
2844         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
2845         * configure: Rebuilt
2846         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
2847         * Makefile.in: Rebuilt
2848
2849 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
2850
2851         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
2852
2853 2003-10-01  Phil Edwards  <pme@gcc.gnu.org>
2854
2855         * config-ml.in:  Use ac_configure_args directly instead of
2856         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
2857         actually seen.
2858
2859 2003-10-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
2860
2861         * config-ml.in: Propagate INSTALL variables.
2862
2863 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
2864
2865         * configure.in: Pass a computed --program-transform-name
2866         to subconfigures.
2867         * configure: Regenerated.
2868
2869 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
2870
2871         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
2872         * Makefile.in: Regenerate.
2873
2874         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
2875         * Makefile.in: Regenerate.
2876
2877 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
2878
2879         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
2880         quoting.
2881         * configure: Regenerated.
2882
2883 2003-09-12  Michael Chastain  <mec@shout.net>
2884
2885         Fix PR gdb/857.
2886         * src-release (do-proto-topleve): Remove junk files
2887         intl/config.cache, intl/config.status,
2888         intl/config.h, intl/stamp-h.
2889
2890 2003-09-14  Andrew Cagney  <cagney@redhat.com>
2891
2892         * src-release (dejagnu.tar): New target.
2893         (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
2894         (do-djunpack): Use $(PACKAGE) for the package name.
2895
2896 2003-09-04  DJ Delorie  <dj@redhat.com>
2897
2898         * configure: Regenerate.
2899
2900 2003-09-04  Robert Millan  <robertmh@gnu.org>
2901
2902         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
2903
2904 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2905
2906         * configure.in: Ensure arguments to sed are properly spaced.
2907         * configure: Regenerate.
2908
2909 2003-08-28  Daniel Jacobowitz  <drow@mvista.com>
2910
2911         Merge from gcc:
2912         2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
2913         * install-sh:  Update to newer upstream versions (associated with
2914         aclocal 1.7).
2915         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
2916
2917 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
2918
2919         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
2920         * configure: Regenerated.
2921
2922 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
2923
2924         * configure.in:  Use newline instead of semicolon when assuming
2925         shell arguments in a for loop.
2926         * configure:  Regenerated.
2927
2928 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
2929
2930         PR 8180
2931         * configure.in: When testing with_libs and with_headers, treat
2932         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
2933         * configure: Regenerate.
2934
2935         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
2936         make, shell, etc.
2937         (baseargs): Likewise.
2938         * configure: Regenerate.
2939
2940 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
2941
2942         * configure.in: Disable libgcj for darwin not on powerpc.
2943         * configure: Rebuild.
2944
2945 2003-08-15  Michael Chastain  <mec@shout.net>
2946
2947         * src-release (do-proto-toplev): Remove junk files
2948         dejagnu/example/calc/config.status,
2949         dejagnu/example/calc/config.log.
2950
2951 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
2952
2953         * config-ml.in, symlink-tree: Add license.
2954
2955 2003-08-01  Nathanael Nerode  <neroden@gcc.gnu.org>
2956
2957         Merge from gcc:
2958
2959         2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
2960         * Makefile.tpl (check, check-c++): Express dependencies using
2961         dependencies rather than commands.
2962         * Makefile.in: Regenerate.
2963
2964         2003-07-31  Geoffrey Keating  <geoffk@apple.com>
2965         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
2966         * Makefile.in: Update.
2967
2968 2003-08-01  Andrew Cagney  <cagney@redhat.com>
2969
2970         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
2971         * configure: Ditto.
2972
2973 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
2974
2975         * configure.in: Enable libgcj for darwin.
2976         * configure: Rebuild.
2977
2978 2003-07-29  Nathanael Nerode  <neroden@gcc.gnu.org>
2979
2980         * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
2981
2982 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
2983
2984         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
2985         creating target and build subdirs to build all parent dirs as needed.
2986         * Makefile.in: Rebuild.
2987         * configure.in: Don't build dirs explicitly here.
2988         * configure: Rebuild.
2989
2990 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
2991
2992         * Makefile.tpl (all-make): Depend on intl.
2993         * Makefile.in: Rebuilt.
2994
2995 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
2996
2997         * config.if: Remove unused libc_interface determination.
2998
2999 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
3000
3001         * Makefile.in: Regenerate, correctly this time.
3002
3003 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
3004
3005         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
3006         unused INSTALL_PROGRAM_ARGS.
3007         * configure.in: Use AC_PROG_INSTALL.
3008         * Makefile.in: Regenerate.
3009         * configure: Regenerate.
3010
3011 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
3012
3013         * configure: Rebuilt.
3014         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
3015         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
3016         newlib nor libgloss.
3017         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
3018         * configure.in (am33_2.0-*-linux*): Added.
3019
3020 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
3021
3022         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
3023         * configure: Regenerate.
3024
3025 2003-07-06  H.J. Lu <hongjiu.lu@intel.com>
3026
3027         * config-ml.in: Replace PWD with PWD_COMMAND.
3028         * Makefile.tpl: Likewise.
3029         * Makefile.in: Regenerated.
3030
3031 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
3032
3033         * configure.in: Clean up config-lang.in handling.  Delete
3034         useless assignment to "subdirs".
3035         * configure: Regenerate.
3036
3037 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
3038
3039         * configure.in: Rename 'target_libs' to 'target_libraries'.
3040         Remove useless reference to 'target_libs'.
3041         * configure: Regenerate.
3042
3043 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
3044
3045         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
3046         * Makefile.in: Regenerate.
3047
3048 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3049
3050         * Makefile.def: Introduce flags_to_pass.
3051         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
3052         * Makefile.in: Regenerate.
3053
3054 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
3055
3056         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
3057         and target-libgloss.
3058         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
3059         <h8300*-*-*>: Disable libf2c and ${libgcj}.
3060         * configure: Regenerate.
3061
3062 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
3063
3064         * configure.in: Update testsuite_flags to new location.
3065         * configure. Regenerate.
3066
3067 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3068
3069         * Makefile.tpl: Remove BUILD_CC stuff.
3070         * Makefile.in: Regenerate.
3071
3072 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
3073
3074         * config.guess: Update to 2003-06-12 version.
3075         * config.sub: Update to 2003-06-13 version.
3076
3077 2003-06-12  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3078
3079         * MAINTAINERS: Add myself as MIPS co-maintainer.
3080
3081 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
3082
3083         * config.guess: Update to 2003-06-06 version.
3084         * config.sub: Update to 2003-06-06 version.
3085
3086 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3087
3088         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
3089         * configure. Regenerate.
3090
3091 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
3092
3093         * configure.in: Disable serial configure by default.
3094         * configure: Regenerate.
3095         * Makefile.tpl: Abolish .NOTPARALLEL.
3096         * Makefile.in: Regenerate.
3097
3098         * Makefile.tpl: Replace {build,host,target}_canonical by
3099         {build,host,target}.
3100         * Makefile.in: Regenerate.
3101
3102         * Makefile.tpl: Fix stupid pasto.
3103         * Makefile.in: Regenerate.
3104
3105 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3106
3107         * Makefile.tpl: Remove bogus conditional.
3108         * Makefile.in: Regenerate.
3109
3110 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3111
3112         * Makefile.tpl: Make 'recursive targets' using autogen rather
3113         than shell loop.  Remove duplicate 'clean' targets and false
3114         comments.
3115         * Makefile.def: Add systematic dependencies to 'recursive' targets.
3116         Add systematic method of specifying missing targets in subdirs.
3117         Add copyright boilerplate.
3118         * Makefile.in: Regenerate.
3119         * configure.in: Add 'recursive targets' to maybe list.
3120         * configure: Regenerate.
3121
3122         * Makefile.tpl: Rename [+target+] to [+make_target+].
3123         * Makefile.def: Rename 'target' to 'make_target'.
3124
3125 2003-05-30  Nick Clifton  <nickc@redhat.com>
3126
3127         * README-maintainer-mode: Update URL for locating blessed config
3128         tools.
3129
3130 2003-05-29  Robert Millan  <rmh@debian.org>
3131
3132         * ltconfig: Import this patch and modify for use with current
3133         version of ltconfig:
3134
3135         2003-05-21  Bruno Haible  <bruno@clisp.org>
3136
3137         * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
3138         GNU/FreeBSD.
3139
3140 2003-05-28  DJ Delorie  <dj@redhat.com>
3141
3142         * Makefile.tpl: Make maybe-check-gcc .PHONY.
3143         * Makefile.in: Regenerate.
3144
3145 2003-05-28  Jeff Johnston  <jjohnstn@redhat.com>
3146
3147         * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
3148
3149 2003-05-21  DJ Delorie  <dj@redhat.com>
3150
3151         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
3152         newlib or libgloss.
3153         * Makefile.in: Regenerate.
3154
3155 2003-05-21  DJ Delorie  <dj@redhat.com>
3156
3157         * Makefile.tpl: Add missing empty maybe-check-gcc target.
3158         * Makefile.in: Regenerate.
3159
3160 2003-05-20  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
3161
3162         * configure.in: Use curly braces in the definition of tooldir.
3163         * configure: Regenerate.
3164
3165 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3166
3167         * configure.in: Switch more things to use maybe dependencies.
3168         * Makefile.tpl: Switch more things to use maybe dependencies.
3169         Factor out common code from autogen IF statements.
3170         * configure: Regenerate.
3171         * Makefile.in: Regenerate.
3172
3173 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
3174
3175         * configure.in: Accept i[3456789]86 for machine type.
3176         * configure: Regenerate.
3177
3178 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3179
3180         * configure.in: Switch more things to use maybe dependencies.
3181         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
3182         * configure: Regenerate.
3183         * Makefile.tpl: Switch more things to use maybe dependencies.
3184         * Makefile.in: Regenerate.
3185
3186 2003-05-16  Andreas Schwab  <schwab@suse.de>
3187
3188         * Makefile.tpl (install-opcodes): Define.
3189         * Makefile.in: Rebuild.
3190
3191 2003-05-13  Andreas Jaeger  <aj@suse.de>
3192
3193         * config.guess: Update to 2003-05-09 version.
3194         * config.sub: Update to 2003-05-09 version.
3195
3196 2003-05-13  Michael Eager <eager@mvista.com>
3197
3198         * configure.in: Correct sed script so that options in quotes are not
3199         deleted.
3200         * configure: Rebuild.
3201
3202 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
3203
3204         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
3205         and $$s/newlib/libc/sys/cygwin32 include paths.
3206         * configure: Ditto.
3207
3208 2003-05-05  H.J. Lu <hjl@gnu.org>
3209
3210         * config-ml.in: Restored from gcc repository.
3211
3212 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
3213
3214         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
3215         * Makefile.in: Regenerate.
3216
3217 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
3218
3219         * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
3220         and Makefile.def.
3221
3222 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
3223
3224         * Makefile.tpl: Clean $(BUILD_SUBDIR).
3225         * Makefile.in: Regenerated.
3226
3227 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3228
3229         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
3230         * Makefile.in: Regenerate.
3231
3232 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
3233
3234         * configure.in (powerpc64*-*-linux*): Remove.
3235         * configure: Rebuilt.
3236
3237 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
3238
3239         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
3240         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
3241         and restrap.
3242         * Makefile.in:  Regenerate.
3243
3244 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
3245
3246         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
3247         * configure: Regenerated.
3248
3249 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
3250
3251         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
3252         * */configure: Rebuilt.
3253
3254 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
3255
3256         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
3257         * Makefile.in: Regenerate.
3258
3259 2003-03-14  Michael Chastain  <mec@shout.net>
3260
3261         * Makefile.in: Regenerate with correct Makefile.def.
3262
3263 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
3264
3265         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
3266         Make macro.
3267         * Makefile.in: Regenerate.
3268         * configure.in: Clean up gxx_include_dir logic.
3269         * configure: Regenerate.
3270
3271 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3272
3273         * configure.in (gxx_include_dir): Fix typo.
3274         * configure: Regenerated.
3275
3276 2003-03-06  Andrew Cagney  <cagney@redhat.com>
3277
3278         * texinfo/texinfo.tex: Import version 2003-02-03.16.
3279
3280 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
3281
3282         * configure.in: Include $(build_tooldir)/sys-include in
3283         FLAGS_FOR_TARGET.
3284         * configure: Regenerated.
3285
3286 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
3287
3288         * Makefile.tpl: Reindent.
3289         * Makefile.in: Regenerate.
3290         * configure.in: Reindent.  Don't set unused variables.
3291         * configure: Regenerate.
3292
3293         * Makefile.tpl: Always pass down RANLIB.
3294         * Makefile.in: Regenerate.
3295
3296         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
3297         * Makefile.in: Regenerate.
3298         * configure.in: Remove unused logic relating to --enable-shared
3299         and --enable-threads.  Remove bogus comments.  Remove redundant
3300         noconfigdirs.
3301         * configure: Regenerate.
3302
3303         * configure.in: Replace ${libstdcxx_version} by its value.
3304         Remove reference to mh-dgux.
3305         * configure: Regenerate.
3306
3307 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3308
3309         * Makefile.tpl: Rearrange.
3310         * Makefile.in: Regenerate.
3311
3312 2003-02-25  Nick Clifton  <nickc@redhat.com>
3313
3314         * configure: Remove site-file supprot - it is obsolete.
3315
3316 2003-02-24  Uwe Stieber <uwe@wwws.de>
3317
3318         * configure.in: Add support for kaOS as cross build target system.
3319         * configure: Regenerated.
3320
3321 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
3322
3323         * Makefile.tpl: Add definition of CPPFLAGS to pass into
3324         configure-target-* as some target builds may require additional
3325         flags for preprocessor tests.
3326         * Makefile.in: Regenerated.
3327
3328 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
3329
3330         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
3331         * ltconfig: Handle it.
3332         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
3333         auto-detecting it.
3334
3335 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
3336
3337         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
3338         it is used as argument to $CC.
3339         * ltcf-gcj.sh: Likewise.
3340
3341 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
3342
3343         * configure.in: Introduce --enable-maintainer-mode.
3344         * configure: Rebuilt.
3345         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
3346         for maintainer mode.
3347         * Makefile.in: Rebuilt.
3348
3349 2003-02-19  Andrew Cagney <ac131313@redhat.com>
3350
3351         * configure: Regenerate using autoconf 2.13.
3352
3353 2003-02-19  Alan Modra  <amodra@bigpond.net.au>
3354
3355         * config.guess: Import latest version.
3356         * config.sub: Import latest version.
3357
3358 2003-02-18  Jason Merrill  <jason@redhat.com>
3359
3360         * Makefile.tpl (check-c++): Allow parallelism.
3361
3362 2003-02-17  Andrew Cagney  <ac131313@redhat.com>
3363
3364         * configure: Regenerate using autoconf 000227.
3365
3366 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
3367
3368         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
3369         don't configure target-libobjc.
3370         * configure: Regenerate.
3371
3372 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3373
3374         * Makefile.tpl (RANLIB): Define.
3375         * Makefile.in: Regenerate.
3376
3377 2003-02-06  Keith R Seitz  <keiths@redhat.com>
3378
3379         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
3380         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
3381         * Makefile.in: Regenerated.
3382         * configure.in: Remove all traces of snavigator, db, and grep.
3383         * configure: Regenerated.
3384
3385 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
3386
3387         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
3388         * Makefile.in: Regenerated.
3389
3390 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
3391
3392         * config.if: Copy from GCC.
3393
3394 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
3395
3396         * configure.in:  Revert 24Jan change.
3397         * configure:  Regenerate.
3398
3399 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3400
3401         * configure.in: Revert previous change.
3402         * configure: Regenerate.
3403
3404 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3405
3406         * configure.in: Make rda native-only.
3407         * configure: Regenerate.
3408
3409 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3410
3411         * configure.in: Add missing \.
3412         * configure: Rebuilt.
3413
3414 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
3415
3416         * configure.in (baseargs): Avoid using \| in sed regular
3417         expressions.
3418         * configure: Rebuilt.
3419
3420 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
3421
3422         * configure.in (baseargs): Remove all supported forms of
3423         --cache-file, --srcdir, --host, --build and --target options
3424         from argument lists.
3425         * configure: Rebuilt.
3426
3427 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
3428
3429         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
3430         * configure: Rebuilt.
3431
3432 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3433
3434         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
3435         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
3436         * Makefile.in: Regenerate.
3437         * configure: Regenerate.
3438
3439 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
3440
3441         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
3442         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
3443         * Makefile.in: Regenerate.
3444
3445 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
3446
3447         * configure.in: Remove Makefile in build, host and target modules
3448         unless configure was run with --no-recursion.
3449         * configure: Rebuilt.
3450
3451 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
3452
3453         * config.guess: Update to 2003-01-03 version.
3454         * config.sub: Update to 2003-01-03 version.
3455
3456 2003-01-07  Christopher Faylor  <cgf@redhat.com>
3457
3458         * configure: Regenerate with proper autoconf 2.13.
3459
3460 2003-01-07  Christopher Faylor  <cgf@redhat.com>
3461
3462         * configure.in: Add AC_PREREQ for consistency.
3463         * configure: Regenerate.
3464
3465 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
3466
3467         * configure.in (GDB_TK): Add tcl directories conditional on
3468         gdb/gdbtk directory being present.
3469         * configure: Regenerate.
3470
3471 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
3472
3473         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
3474         by gcc if LD is not defined and we are not doing a Canadian Cross.
3475         * configure: Rebuilt.
3476
3477 2003-01-01  Daniel Jacobowitz  <drow@mvista.com>
3478
3479         * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
3480
3481 2002-12-31  Tom Tromey  <tromey@redhat.com>
3482
3483         * Makefile.in: Rebuilt.
3484         * Makefile.def (target_modules) [libffi]: Allow installation.
3485
3486 2002-12-31  Andreas Schwab  <schwab@suse.de>
3487
3488         * configure.in: Fix use of $program_transform_name.
3489         * configure: Regenerated.
3490
3491 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
3492
3493         * configure.in (baseargs): Don't remove first configure argument.
3494         * configure: Regenerated.
3495
3496 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
3497
3498         * Makefile.tpl (local-distclean): Don't remove...
3499         (multilib.ts): ... this.  Moved into...
3500         (multilib.out): ... this.  Don't use sub-make.
3501         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
3502         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
3503         (configure-build-[+module+], configure-[+module+],
3504         configure-target-[+module+], configure-gcc): ... these.  Test
3505         for Makefile existence.  Drop config.status from dependencies.
3506         * Makefile.in: Rebuilt.
3507         * configure.in: Move gcc-version-trigger to the end of
3508         ac_configure_args.  Add comments to maybedep.tmp and
3509         serdep.tmp.  Introduce --disable-serial-configure.  Remove
3510         nonopt from baseargs, matching and removing corresponding
3511         whitespace while at it.
3512         * configure: Rebuilt.
3513
3514 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
3515
3516         * configure.in (host_configargs): Replace reference to
3517         no-longer-defined buildopts with --build=${build_alias}.
3518         * configure: Rebuilt.
3519
3520 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
3521
3522         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
3523         program_transform_name to standard idiom.
3524         (AUTOGEN, AUTOCONF): Define.
3525         (Makefile.in): Use $(AUTOGEN).
3526         (Makefile): Depend on config.status, and use autoconf-style rule to
3527         build it.  Move original commands to...
3528         (config.status): ... this new target.
3529         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
3530         $(AUTOCONF).
3531         * Makefile.in: Rebuilt.
3532
3533 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3534
3535         * Makefile.tpl: Fix dramatic bustage due to change in
3536         program_transform_name.
3537         * Makefile.in: Regenerate.
3538
3539         * configure.in: Remove unnecessary PATH setting.
3540         * configure: Regnerate.
3541
3542         * configure.in: Don't default to unprefixed tools unless
3543         the native tools will work.
3544         * configure: Regenerate.
3545
3546         * configure.in: Convert to autoconf script.  Blow away lots
3547         of now-redundant Makefile fragments.
3548         * configure: Generate using Autoconf.
3549         * Makefile.tpl: Rewrite to reflect autoconfiscation.
3550         * Makefile.in: Regenerate.
3551
3552 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
3553
3554         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
3555         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
3556
3557         * ChangeLog: Move a couple of entries from here to winsup/cygwin,
3558         where they belong.
3559
3560 2002-12-24  Andreas Schwab  <schwab@suse.de>
3561
3562         * Makefile.tpl (multilib.out): Fix missing space.
3563         * Makefile.in: Regenerate.
3564
3565 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3566
3567         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
3568         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
3569         * Makefile.in: Regenerate.
3570         * configure.in: Remove unnecessary leftovers.
3571
3572 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
3573
3574         * configure.in (extra_ranlibflags_for_target): New variable.
3575         (*-*-darwin): Add -c to ranlib commands.
3576         * configure (tooldir): Handle extra_ranlibflags_for_target.
3577
3578 2002-12-20  Jeff Johnston  <jjohnstn@redhat.com>
3579
3580         * COPYING.NEWLIB: Updated.
3581         * COPYING.LIBGLOSS: Ditto.
3582
3583 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3584
3585         * Makefile.tpl: Revert HJL's change.
3586         * Makefile.in: Regenerated.
3587         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
3588         always.
3589
3590 2002-12-19  Andreas Schwab  <schwab@suse.de>
3591
3592         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
3593         * Makefile.in: Regenerate.
3594
3595 2002-12-18  H.J. Lu <hjl@gnu.org>
3596
3597         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
3598         * Makefile.in: Regenerated.
3599
3600         * configure.in (build_prefix): New. Substitute.
3601
3602 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3603
3604         * Makefile.tpl: Don't let real targets depend on phony targets.
3605         * Makefile.in: Regenerate.
3606
3607         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
3608         * Makefile.in: Regenerate.
3609
3610 2002-12-16  Jason Merrill  <jason@redhat.com>
3611
3612         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
3613         previous 'make bootstrap'.
3614         * Makefile.in: Regenerate.
3615
3616 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
3617
3618         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
3619
3620 2002-12-13  Jason Merrill  <jason@redhat.com>
3621
3622         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
3623         library tests.
3624         (check-c++): Just depend on it and check-target-libstdc++-v3.
3625         * Makefile.in: Regenerate.
3626
3627 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
3628
3629         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
3630         * Makefile.in: Regenerate.
3631
3632 2002-12-12  Jeff Johnston  <jjohnstn@redhat.com>
3633
3634         * COPYING.NEWLIB: Update list of alternate Regent of California
3635         licenses and discuss official revoking of advertising clause.
3636         * COPYING.LIBGLOSS: Ditto.
3637
3638 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
3639
3640         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
3641         * Makefile.in: Rebuilt.
3642
3643 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
3644
3645         * configure: Fix bug put in by gremlins.
3646
3647         * Makefile.tpl: Substitute more autoconfily.
3648         * configure: Substitute more autoconfily.
3649         * Makefile.in: Regenerate.
3650
3651 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
3652
3653         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
3654         * Makefile.in (all-sim): Ditto.
3655
3656 2002-12-06  DJ Delorie  <dj@redhat.com>
3657
3658         * Makefile.tpl: Change configure dependencies to not have real
3659         targets depend on phony targets.
3660
3661 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
3662
3663         * configure.in: Revert unintentional change.
3664
3665         * src-release: Configure host subdirs.
3666
3667         * Makefile.tpl: Change dependency for */multilib.out so that
3668         it works when gcc isn't in the tree.
3669
3670         * configure.in: Substitute more.
3671         * configure: Run subconfigures from the Makefile.
3672         * Makefile.tpl: Run subconfigures from the Makefile; add a few
3673         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
3674
3675 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3676
3677         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
3678         and corresponding dependencies.
3679         * Makefile.in: Regenerate.
3680
3681         * configure.in (host_tools): Order binutils, gas and ld for
3682         convenience in running the testsuites.
3683
3684         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
3685         * Makefile.in: Regenerate.
3686         * configure.in: Introduce rules to serialize subconfigure runs.
3687
3688         * configure.in: Introduce BASE_CC_FOR_TARGET.
3689         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
3690         Realize configure-build-* targets.  Realize configure-target-* targets.
3691         * Makefile.in: Regenerate.
3692
3693 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3694
3695         * configure: Move gcc_version_trigger stuff from here...
3696         * configure.in: ...to here.
3697
3698         * configure.in: Separate subconfigure options added by this file from
3699         options given by the user.  Add machinery to put args for host
3700         subconfigures into the Makefile.
3701
3702         * Makefile.tpl: Remove 'vault' targets.
3703         * Makefile.tpl: Reorder and comment dependencies.
3704         * Makefile.in: Regenerate.
3705
3706 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
3707
3708         * configure.in: Move host-specific darwin noconfigdirs into
3709         the host-specific section.
3710
3711 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3712
3713         * Makefile.tpl: Restore bkorb's style patch, accidentally lost
3714         during replay.
3715         * Makefile.in: Regenerate.
3716
3717         (finishing slow-motion replay)
3718         * configure: Remove skip-this-dir support.
3719         * Makefile.tpl: Remove skip-this-dir support.
3720
3721         * Makefile.tpl: Remove leftover support for non-autoconfiscated
3722         subdirectories.
3723         * Makefile.in: Regenerate.
3724
3725         * Makefile.tpl: Strip out useless setting of 'dir'.
3726         * Makefile.in: Regenerate.
3727
3728 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3729
3730         (finishing slow-motion replay)
3731         * configure.in: Fix deeply stupid bug.
3732
3733         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
3734         shell code in CXX_FOR_TARGET
3735         * Makefile.def: Introduce raw_cxx.
3736         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
3737         RAW_CXX_FOR_TARGET.
3738         * Makefile.in: Regenerate.
3739
3740 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3741
3742         (finishing slow-motion replay)
3743         * Makefile.tpl: Remove unnecessary ifs.
3744         * Makefile.in: Regenerate.
3745
3746         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
3747         dependencies.  Maybe-ize build-libiberty.  Create dummy install
3748         targets for 'no_install' modules.
3749         * configure: Move GDB_TK substitution to configure.in.  Move
3750         build_modules stuff to configure.in.
3751         * configure.in: Implement soft dependency machinery.  Maybe-ize
3752         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
3753         * Makefile.in: Regenerate.
3754
3755 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
3756
3757         (continuing slow-motion replay)
3758         * Makefile.tpl: Make all-target, install-target behave similarly
3759         to all, install (only hitting configured targets).  Eliminate
3760         unused macro defintions.
3761
3762         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
3763         build != host.
3764
3765         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
3766
3767         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
3768
3769         * configure.in: Produce lists of subdir targets we're actually
3770         configuring.  Remove references to "dosrel".
3771         * Makefile.tpl: Let configure set which subdir targets are hit.
3772         Remove install-cross; clean up install; remove ALL.  Remove
3773         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
3774         Autogenerate host module targets.  Remove empty dependency lines
3775         and redundant dependency; rearrange slightly.
3776         * Makefile.def: Add host-side libtermcap, utils.
3777
3778         * Makefile.in: Regenerate.
3779
3780 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
3781
3782         (Continuing slow-motion replay)
3783         * Makefile.def: Add list of recursive targets to autogenerate.
3784         Add build_modules.
3785         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
3786         targets.  Autogenerate *-build-* targets.
3787         * Makefile.in: Regenerate.
3788
3789 2002-11-30  Nathanael Nerode  <neroden@gcc.gnu.org>
3790
3791         (Continuing slow-motion replay)
3792         * configure: More autoconf-style substitutions.
3793         * Makefile.tpl: More autoconf-style substitutions.
3794         * Makefile.in: Regenerate.
3795
3796 2002-11-30  Nathanael Nerode  <neroden@gcc.gnu.org>
3797
3798         (Continuing slow-motion replay)
3799         * configure: Substitute more variables in a more autoconf-friendly
3800         way.  Simplify slightly.
3801         * Makefile.tpl: Make more variables substitutable in an
3802         autoconf-friendly way.
3803         * Makefile.in: Regenerate.
3804
3805 2002-11-29  Nathanael Nerode  <neroden@gcc.gnu.org>
3806
3807         (Continuing slow-motion replay)
3808         * configure.in (v810*): Remove special setting of tools.
3809
3810         * configure: Add support for extra required flags for ar or nm.
3811         * configure.in (aix4.3+): Use above support for target-specific
3812         issues, rather than using config/mt-aix43.
3813
3814 2002-11-29  Nathanael Nerode  <neroden@gcc.gnu.org>
3815
3816         (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
3817         * configure: Remove 'removing', which doesn't work.  Replace $subdir
3818         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
3819         with $srcdir.  Reformat indentation.  Substitute some variables
3820         formerly hard-coded in the Makefile for build=host.
3821         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
3822         * Makefile.def: Autogenerate more.
3823         * Makefile.in: Regenerate.
3824
3825 2002-11-13  Bruce Korb  <bkorb@gnu.org>
3826
3827         * Makefile.tpl: syntactic cleanup
3828
3829 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
3830
3831         * Makefile.def (host_modules): Add rda.
3832         * Makefile.in: Regenerate.
3833         * configure.in (target_tool): Add target-rda to list.
3834
3835 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
3836
3837         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
3838         and restrap targets to this rule.
3839         * Makefile.in:  Regenerate.
3840
3841 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
3842
3843         * configure.in (i[3456]86-*-linux*): Add check to disable
3844         ${libgcj} for glibc1.
3845
3846 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
3847
3848         * configure.in: Add tic4x target.
3849
3850 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3851
3852         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
3853         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
3854         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
3855         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
3856         * Makefile.in: Regenerate.
3857
3858 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3859
3860         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
3861         * Makefile.in: Regenerate.
3862
3863         * Makefile.def: Remove order dependency comments.
3864         * Makefile.tpl: Add explicit install-install dependencies.
3865         * Makefile.in: Regenerate.
3866
3867         * Makefile.tpl: Remove material now in src-release.  (Finally!)
3868         * Makefile.in: Regenerate.
3869
3870         * configure: Restore my original patch by syncing with gcc version.
3871
3872         * Bring following over from gcc:
3873
3874 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
3875
3876         * configure.in (s390*-*-linux*): Enable libgcj.
3877
3878 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3879
3880         * Makefile.in: Regenerate.  This really ought to fix things. :sigh:
3881
3882 2002-10-02  Alan Modra  <amodra@bigpond.net.au>
3883
3884         * configure: Move stray lines back to where they belong.
3885
3886 2002-10-01  Nathanael Nerode  <neroden@gcc.gnu.org>
3887
3888         * Makefile.tpl: Insert configure-target target, for src-release.
3889
3890         * configure: Finish reverting change which Andrew Cagney started
3891         reverting.  Should fix bustage.
3892
3893         * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
3894         * src-release: New file.  Contains material for making net
3895         releases for gdb, binutils, et al., formerly in Makefile.in.
3896
3897 2002-09-30  Nick Clifton  <nickc@redhat.com>
3898
3899         * cpu: New top level directory.  Intended to hold input files for
3900         CGEN which have FSF copyright assignment.
3901         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
3902
3903 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
3904
3905         Revert below (note that src does not contain Makefile.tpl):
3906         * Makefile.tpl: Make subsituted variables more autoconfy.
3907         * Makefile.in: Regenerate.
3908
3909 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
3910
3911         * configure: Revert accidentally applied changes.
3912
3913         * Makefile.tpl: Make more autoconf-friendly.
3914         * Makefile.in: Regenerate.
3915         * configure: Make substitution more autoconf-like.
3916
3917 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
3918
3919         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
3920         single entry to handle all these.
3921         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
3922         libjava on arm-*-elf.
3923
3924 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
3925
3926         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
3927         things that depend on them.
3928
3929 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
3930
3931         * Makefile.tpl: Make subsituted variables more autoconfy.
3932         * Makefile.in: Regenerate.
3933         * configure: Make seds more autoconfy.
3934
3935 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
3936
3937         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
3938         * Makefile.in: Regenerate.
3939         * configure.in: Rewrite sed statements to look autoconfy.
3940
3941         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
3942         all-target-foo on configure-target-foo.
3943         * Makefile.def: Ditto.
3944         * Makefile.in: Rebuild.
3945
3946 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
3947
3948         * Makefile.def: New file.
3949         * Makefile.tpl: New file.
3950         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
3951
3952         * configure.in: Minor rearrangement.  Simplify tests.
3953
3954 2002-09-23  Jason Thorpe  <thorpej@wasabisystems.com>
3955
3956         * configure.in (with_headers): Skip copy if value is "yes".
3957         (with_libs): Likewise.
3958
3959 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
3960
3961         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
3962         * configure.in (sh*-*-pe*): Ditto.
3963         * configure.in (mips*-*-pe*): Ditto.
3964         * configure.in (*arm-wince-pe): Ditto.
3965
3966         * configure.in: Rearrange.
3967
3968 2002-09-12  Nick Clifton  <nickc@redhat.com>
3969
3970         * Import these changes from the config master repository:
3971
3972         2002-09-05  Svein E. Seldal  <Svein.Seldal@solidas.com>
3973
3974                 * config.sub: Add tic4x target.
3975
3976         2002-09-03  Ben Elliston  <bje@redhat.com>
3977
3978                 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
3979                 Reported by <Duncan_Stodart@insession.com>.
3980
3981 2002-09-10  Jeff Johnston  <jjohnstn@redhat.com>
3982
3983         * COPYING.NEWLIB: More updates.
3984
3985 2002-09-09  Jeff Johnston  <jjohnstn@redhat.com>
3986
3987         * COPYING.NEWLIB: Update.
3988
3989 2002-08-23  Andrew Cagney  <ac131313@redhat.com>
3990
3991         * texinfo/texinfo.tex: Import version 2002-06-04.06.
3992
3993         * config.guess: Import version 2002-08-23.
3994         * config.sub: Import version 2002-08-22.
3995
3996 2002-08-20  Alexandre Oliva  <aoliva@redhat.com>
3997
3998         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
3999         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
4000         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
4001
4002 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
4003
4004         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
4005
4006 2002-08-04  H.J. Lu  (hjl@gnu.org)
4007
4008         * configure.in (mips*-*-linux*): Don't skip target-libffi.
4009
4010 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
4011
4012         * configure.in: Move generic linux case to end.  Copy generic
4013         linux noconfigdirs to mips*-*-linux* entry and new
4014         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
4015
4016 2002-07-19  Chris Demetriou  <cgd@broadcom.com>
4017
4018         * MAINTAINERS: Clarify on config.guess and config.sub, and add
4019         one instance of them which was missed to the list to update.
4020
4021 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
4022
4023         * config.guess: Update to 2002-07-09 version.
4024         * config.sub: Update to 2002-07-03 version.
4025
4026 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
4027
4028         * configure.in: Remove two redundant tests.
4029
4030 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4031
4032         * configure.in (mips*-*-irix6*o32): Enable stabs.
4033
4034 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
4035
4036         * configure.in: Don't build grez.
4037         * Makefile.in: Ditto.
4038
4039         * Makefile.in: Remove references to bsp, cygmon, libstub.
4040         * configure.in: Ditto.
4041
4042         * configure.in: Remove leftover reference to gdbtest.
4043
4044 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
4045
4046         * configure.in (gxx_include_dir):  Change to match versioned
4047         C++ headers if --enable-version-specific-runtime-libs is used.
4048
4049 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
4050
4051         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
4052
4053 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4054
4055         * configure.in: Make --without-x work.
4056
4057 2002-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
4058
4059         * contrib: New directory.  Created to contain a copy of the
4060         texi2pod.pl script so that it is in the same place as the version in
4061         the FSF GCC sources.
4062
4063 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4064
4065         * configure.in: Rearrange target Makefile fragment collection.
4066
4067         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
4068         cvs[src].
4069         * configure.in: Ditto.
4070
4071 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
4072
4073         * Makefile.in: Eliminate 'apache' targets.
4074         * configure.in: Eliminate 'apache' targets.
4075
4076         * configure.in: Eliminate redundant tests.  Reorganize.
4077
4078         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
4079
4080         * config-ml.in: Eliminate references to Cygnus configure.
4081
4082         * Makefile.in: Eliminate references to building emacs.
4083
4084 2002-07-01  Denis Chertykov  <denisc@overta.ru>
4085
4086         * configure.in: Add support for ip2k.
4087
4088 2002-06-24  Ben Elliston  <bje@redhat.com>
4089
4090         * configure.in (host_tools): Remove cgen.
4091
4092         * Makefile.in (all-cgen): Remove; runs from its source directory.
4093         (check-cgen, install-cgen, clean-cgen): Likewise.
4094         (all-opcodes): No not depend on all-cgen.
4095         (all-sim): Likewise.
4096
4097 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
4098
4099         * configure.in: Fix AIX configury bug.
4100
4101 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
4102
4103         * configure.in: Replace ${topsrcdir} with ${srcdir}.
4104
4105         * configure.in: Move definition of libstdcxx_flags right above
4106         usage, rather than way earlier.
4107
4108         * configure.in: Pull definition of is_cross_compiler earlier.
4109
4110         * configure.in: Rearrange a little.
4111
4112         * configure.in: Remove references to librx.
4113         * Makefile.in: Remove references to librx.
4114
4115 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
4116
4117         * configure.in: Eliminate ${gasdir} variable.
4118
4119 2002-06-18  Dave Brolley  <brolley@redhat.com>
4120
4121         * configure.in: Add support for frv.
4122         * config.sub: Add support for frv.
4123
4124 2002-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4125
4126         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
4127
4128 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
4129
4130         * configure.in (vax-*-netbsd*): Re-enable gas.
4131
4132 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
4133
4134         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
4135         BUILD_PREFIX_1, to correct nomenclature.
4136         * configure: Likewise.
4137
4138         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
4139         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
4140
4141 2002-05-31  Olaf Hering  <olh@suse.de>
4142
4143         * config-ml.in: Propogate DESTDIR also.
4144
4145 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
4146
4147         * configure.in (vax-*-netbsd*): Don't build gas for this
4148         platform.
4149
4150 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
4151
4152         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
4153         and libgcj for AVR.
4154
4155 2002-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
4156
4157         * config.sub: Add DLX target.
4158
4159 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
4160
4161         * config.guess: Update to 2002-05-22 version.
4162         * config.sub: Likewise.
4163
4164 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4165
4166         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
4167         * config-ml.in: Likewise.
4168         * configure: Likewise.
4169         * configure.in: Likewise.
4170
4171 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
4172
4173         * configure.in: Simplify makefile fragment collection.
4174
4175         * configure.in: Remove code to build emacs.
4176
4177         * configure.in : Remove --srcdir argument from targargs and buildargs
4178         (it's always overridden in the Makefile anyway).  Rearrange a bit.
4179
4180         * configure: Move some logic to configure.in.
4181         * configure.in: Move some logic from configure.
4182
4183 2002-05-07  Jeff Johnston  <jjohnstn@redhat.com>
4184
4185         * COPYING.LIBGLOSS: New file.
4186
4187 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
4188
4189         * Makefile.in: Honour DESTDIR.
4190
4191 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
4192
4193         * configure.in (noconfigdirs): Don't disable libgcj on
4194         sparc64-*-solaris* and sparcv9-*-solaris*.
4195
4196 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
4197
4198         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
4199
4200 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
4201
4202         * configure.in (FLAGS_FOR_TARGET): Do not add
4203         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
4204         on i[3456]86-*-linux*.
4205
4206 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
4207
4208         * configure.in (noconfigdirs): Replace [ ] with test.
4209
4210         * configure.in (noconfigdirs): Do not add target-newlib if
4211         target == i[3456]86-*-linux*, and host == target.
4212
4213 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
4214
4215         * config.guess: Updated to 2002-04-26's version.
4216         * config.sub: Updated to 2002-04-26's version.
4217
4218 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
4219
4220         * configure.in: delete reference to absent file
4221
4222         * configure.in: replace '[' with 'test'
4223
4224         * configure.in: Eliminate references to gash.
4225         * Makefile.in: Eliminate references to gash.
4226
4227         * configure.in: remove useless references to 'pic' makefile fragments.
4228
4229         * configure.in: (*-*-windows*) Finish removing.
4230
4231         * configure.in: Eliminate redundant test for libgui.
4232
4233 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
4234
4235         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
4236         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
4237
4238 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
4239
4240         * configure.in: remove references to dead files
4241
4242 2002-04-18  Tom Tromey  <tromey@redhat.com>
4243
4244         * configure.in: Disallow configuring libgcj when it is already
4245         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
4246         Solaris 2.8 by default.  For PR libgcj/6158.
4247
4248 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
4249
4250         * configure.in:  Move default CC setting out of config/mh-* fragments
4251         directly into here.
4252
4253 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
4254
4255         * configure.in: don't even try to configure or make a subdirectory
4256         if there's no configure script for it.
4257
4258 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
4259
4260         * MAINTAINERS: Remove chill maintainers.
4261         * Makefile.in (CHILLFLAGS): Remove.
4262         (CHILL_LIB): Remove.
4263         (TARGET_CONFIGDIRS): Remove libchill.
4264         (CHILL_FOR_TARGET): Remove.
4265         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
4266         CHILL_LIB.
4267         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
4268         (CHECK_TARGET_MODULES): Likewise.
4269         (INSTALL_TARGET_MODULES): Likewise.
4270         (CLEAN_TARGET_MODULES): Likewise.
4271         (configure-target-libchill): Remove.
4272         (all-target-libchill): Remove.
4273         * configure.in (target_libs): Remove target-libchill.
4274         Do not compute CHILL_FOR_TARGET.
4275         * libchill: Remove directory.
4276
4277 2002-04-15  DJ Delorie  <dj@redhat.com>
4278
4279         * Makefile.in, configure.in, configure: Sync with gcc, entries
4280         follow...
4281
4282 2002-04-08  Tom Tromey  <tromey@redhat.com>
4283
4284         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
4285         Fixes PR libgcj/6068.
4286
4287 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
4288
4289         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
4290
4291 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4292
4293         * configure.in (alpha*-dec-osf*): Enable libgcj.
4294
4295 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
4296
4297         Fix for: PR bootstrap/3591, target/5676
4298         * configure.in (mcore-pe): Disable the configuration of
4299         libstdc++-v3 since exceptions are not supported.
4300
4301 2002-03-20  Anthony Green  <green@redhat.com>
4302
4303         * configure.in: Enable libgcj for xscale-elf target.
4304
4305 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
4306
4307         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
4308         libjava.
4309         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
4310
4311 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
4312
4313         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
4314         libstdc++-v3 and libjava.
4315
4316 2002-02-11  Adam Megacz <adam@xwt.org>
4317
4318         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
4319         boehm-gc
4320
4321 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
4322
4323         * config.guess: Updated to 2002-01-30's version.
4324         * config.sub: Updated to 2002-02-01's version.
4325         Contribute sh64-elf.
4326         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
4327         * configure.in: Added sh64-*-*.
4328
4329 2002-01-17  H.J. Lu <hjl@gnu.org>
4330
4331         * Makefile.in (all-fastjar): Also depend on all-libiberty.
4332         (all-target-fastjar): Also depend on all-target-libiberty.
4333
4334 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
4335
4336         * configure, configure.in: Use temp file for long sed commands.
4337
4338 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
4339
4340         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
4341         libf2c.
4342
4343 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
4344
4345         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
4346
4347 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
4348
4349         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
4350
4351 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
4352
4353         * configure: Handle temporary files securely using mkdir.
4354
4355 2001-09-26  Will Cohen <wcohen@redhat.com>
4356
4357         * configure.in (*-*-linux*): Disable configuration of target-newlib
4358         and target-libgloss.
4359
4360 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
4361
4362         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
4363         RANLIB.
4364
4365 2001-08-11  Graham Stott  <grahams@redhat.com>
4366
4367         * Makefile.in (check-c++): Add missing semicolon.
4368
4369 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
4370
4371         * configure.in (sh-*-linux*): New.
4372
4373 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4374
4375         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
4376         and libgcj on m68hc11/m68hc12.
4377
4378 2001-06-27  H.J. Lu  (hjl@gnu.org)
4379
4380         * Makefile (CFLAGS_FOR_BUILD): New.
4381         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
4382
4383 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
4384
4385         * configure.in (libstdcxx_flags): Do not try to execute
4386         libstdc++-v3/testsuite_flags until it exists.
4387
4388 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
4389
4390         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
4391
4392 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
4393
4394         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
4395
4396 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
4397
4398         * configure.in: Move *-chorusos target case to the proper switch.
4399         Disable libgcj.
4400
4401 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4402
4403         * Makefile.in (STAGE1_CFLAGS): Pass down.
4404
4405 2001-04-13  Alan Modra  <amodra@one.net.au>
4406
4407         * config.guess: Add hppa64-linux support.  Note for next import that
4408         this is already in the master file.
4409         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
4410
4411 2001-03-22  Colin Howell  <chowell@redhat.com>
4412
4413         * Makefile.in (DO_X): Do not backslash single-quotes in
4414         backquotes (two places).
4415
4416 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
4417
4418         * Makefile.in (DO_X): Quote nested quotes.
4419
4420 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
4421
4422         * Makefile.in (DO_X): Use double quotes for quoting
4423         "RANLIB=$${RANLIB}".
4424
4425 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
4426
4427         * configure.in: Only use `lang_requires' for languages athat are
4428         actually enabled.
4429
4430 2001-03-07  Tom Tromey  <tromey@redhat.com>
4431
4432         * configure.in: Allow config-lang.in to set `lang_requires' to list
4433         of other required languages.
4434
4435 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
4436
4437         * Makefile.in: Remove RANLIB definition. Use RANLIB
4438         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
4439         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
4440
4441 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
4442             Alexandre Oliva  <aoliva@redhat.com>
4443
4444         * Makefile.in (check-c++): Use tabs, not spaces.
4445
4446 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
4447
4448         * Makefile.in (check-c++): New rule.
4449
4450         * configure.in (target_libs): Remove libg++.
4451         (noconfigdirs): Remove libg++.
4452         (noconfigdirs): Same.
4453         (noconfigdirs): Same.
4454         (noconfigdirs): Same.
4455
4456         * config-ml.in: Remove libg++ references.
4457
4458         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
4459         (ALL_TARGET_MODULES): Same.
4460         (configure-target-libg++): Remove.
4461         (all-target-libg++): Remove.
4462         (configure-target-libio): Remove.
4463         (all-target-libio): Remove.
4464         (check-target-libio): Remove.
4465         (.PHONY): Remove.
4466         (libg++.tar.bz2): Remove.
4467         (all-target-cygmon): Remove libio.
4468         (all-target-libstdc++): Remove.
4469         (configure-target-libstdc++): Remove.
4470         (TARGET_LIB_PATH): Remove libstdc++.
4471         (ALL_GCC_CXX): Remove libstdc++.
4472         (all-target-gperf): Correct.
4473
4474 2001-02-15  Anthony Green  <green@redhat.com>
4475
4476         * configure: Introduce GCJ_FOR_TARGET.
4477         * configure.in: Ditto.
4478         * Makefile.in: Ditto.
4479
4480 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
4481
4482         * configure.in: for *-chorusos, don't config target-newlib and
4483         target-libgloss.
4484
4485 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
4486
4487         Remove V2 C++ library.
4488         * configure.in: Remove --enable-libstdcxx_v3 support.
4489
4490 2001-01-27  Richard Henderson  <rth@redhat.com>
4491
4492         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
4493
4494 2001-01-26  Tom Tromey  <tromey@redhat.com>
4495
4496         * configure.in: Allow libgcj to be built on Sparc Solaris.
4497
4498 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
4499
4500         * configure.in: Enable libgcj on several additional platforms.
4501
4502 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
4503
4504         * configure.in: Enable libgcj for linux targets.
4505
4506 2001-01-09  Mike Stump  <mrs@wrs.com>
4507
4508         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
4509         failures of subdirectories.
4510
4511 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
4512
4513         * configure: handle DOS-style absolute paths.
4514
4515 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
4516
4517         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
4518
4519 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
4520
4521         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
4522         (libstdcxx_incdir): Pass down.
4523         * config.if: Remove expired bits for cxx_interface, add stub.
4524         (libstdcxx_incdir): Add variable for g++ include directory.
4525         * configure.in (gxx_include_dir): Use it.
4526
4527 2000-12-15  Andreas Jaeger  <aj@suse.de>
4528
4529         * configure.in: Handle lang_dirs.
4530
4531 2000-12-13  Anthony Green  <green@redhat.com>
4532
4533         * configure.in: Disable libgcj for any target not specifically
4534         listed.  Disable libgcj for x86 and Alpha Linux until compatible
4535         with g++ abi.
4536
4537 2000-12-13  Mike Stump  <mrs@wrs.com>
4538
4539         * Makefile.in (local-distclean): Also remove fastjar.
4540
4541 2000-12-10  Anthony Green  <green@redhat.com>
4542
4543         * configure.in: Define libgcj.  Disable libgcj target libraries for
4544         most targets.
4545
4546 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4547
4548         * configure.in (target_libs): Revert 2000-12-08 patch.
4549         (noconfigdirs): Added target-libjava.
4550
4551 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
4552
4553         * Makefile.in: handle DOS-style absolute paths.
4554
4555 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4556
4557         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
4558         libjava.
4559         * configure.in (target_libs): Removed `target-libjava'.
4560
4561 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4562
4563         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
4564         (ALL_MODULES): Added fastjar.
4565         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
4566         (all-target-libjava): all-fastjar replaces all-zip.
4567         (all-fastjar): Added.
4568         (configure-target-fastjar, all-target-fastjar): Likewise.
4569         * configure.in (host_tools): Added fastjar.
4570
4571 2000-12-07  Mike Stump  <mrs@wrs.com>
4572
4573         * Makefile.in (local-distclean): Remove leftover built files.
4574
4575 2000-11-16  Fred Fish  <fnf@be.com>
4576
4577         * configure.in (enable_libstdcxx_v3): Fix typo,
4578         libstd++ -> libstdc++.
4579
4580 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4581
4582         * configure: Provide the original toplevel configure arguments
4583         (including $0) to subprocesses in the environment rather than
4584         through gcc/configargs.h.
4585
4586 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
4587
4588         * configure: Turn on libstdc++ V3 by default.
4589
4590 2000-10-16  Michael Meissner  <meissner@redhat.com>
4591
4592         * configure (gcc/configargs.h): Only create if there is a build GCC
4593         directory created.
4594
4595 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
4596
4597         * configure: Save configure arguments to gcc/configargs.h.
4598
4599 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
4600
4601         * Makefile.in (bootstrap): avoid recursion if subdir missing
4602         (cross): ditto
4603         (do-proto-toplev): ditto
4604
4605 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
4606
4607         * configure.in: Do not build byacc for hppa64.  Provide paths to the
4608         X11 libraries for hppa64.
4609
4610 2000-09-02  Anthony Green  <green@cygnus.com>
4611
4612         * Makefile.in (all-gcc): Depend on all-zlib.
4613         (CLEAN_MODULES): Add clean-zlib.
4614         (ALL_MODULES): Add all-zlib.
4615         * configure.in (host_libs): Add zlib.
4616
4617 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
4618
4619         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
4620         $targargs to tell whether newlib is going to be built.
4621
4622         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
4623         $$r/TARGET_SUBDIR/libio for _G_config.h.
4624
4625 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
4626
4627         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
4628
4629         * configure: Make enable_threads and enable_shared defaults
4630         explicit.  Substitute enable_threads into generated Makefiles.
4631         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
4632         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
4633
4634 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
4635
4636         * configure.in: Re-enable all references to libg++ and librx.
4637
4638 2002-04-09  Loren James Rittle  <rittle@labs.mot.com>
4639
4640         * configure.in: Add *-*-freebsd* configurations.
4641
4642 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
4643
4644         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
4645         (do-tar, do-bz2): New rules.
4646         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
4647         (gdb-tar): New rule.
4648         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
4649         (insight_dejagnu.tar): New rule.
4650         (insight.tar): New rule.
4651         (gdb+dejagnu.tar): New rule.
4652         (gdb.tar): New rule.
4653
4654 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
4655
4656         * MAINTAINERS: Update dejagnu/
4657
4658 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
4659
4660         * ltmain.sh (relink_command): Fix typo in previous change.
4661
4662 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
4663
4664         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
4665         (relink_command): Added --tag flags.
4666         (mode=install): If relinking fails; error out.
4667
4668 2002-03-12  Richard Henderson  <rth@redhat.com>
4669
4670         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
4671         .NOTPARALLEL tag.
4672         (do-check): Rename from check.
4673         (check): Allow parallel check.
4674
4675 2002-03-11  Richard Henderson  <rth@redhat.com>
4676
4677         * Makefile.in (.NOTPARALLEL): Add fake tag.
4678
4679 2002-03-07  H.J. Lu  (hjl@gnu.org)
4680
4681         * configure.in: Enable gprof for mips*-*-linux*.
4682
4683 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
4684
4685         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
4686         libjava.
4687         (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
4688
4689 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
4690
4691         * texinfo/texinfo.tex: Update to version 2002-02-14.08.
4692
4693 2002-02-23  Daniel Jacobowitz  <drow@mvista.com>
4694
4695         * config.guess: Import from master sources, rev 1.232.
4696         * config.sub: Import from master sources, rev 1.246.
4697
4698 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
4699
4700         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
4701         because its Makefile is there; test for the executable instead.
4702
4703 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
4704
4705         Contribute sh64-elf.
4706         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
4707         * configure.in: Added sh64-*-*.
4708
4709 2002-02-04  Jeff Johnston  <jjohnstn@redhat.com>
4710
4711         * COPYING.NEWLIB: Remove advertising clause from
4712         Berkeley and Red Hat licenses.
4713
4714 2002-02-01  Mo DeJong  <supermo@bayarea.net>
4715
4716         * Makefile.in: Add all-tix to deps for all-snavigator
4717         so that tix is built when building snavigator.
4718
4719 2002-02-01  Ben Elliston  <bje@redhat.com>
4720
4721         * config.guess: Import from master sources, rev 1.229.
4722         * config.sub: Import from master sources, rev 1.240.
4723
4724 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
4725
4726         From Steve Ellcey <sje@cup.hp.com>:
4727         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
4728         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
4729         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
4730         IA64.
4731         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
4732         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
4733         soname_spec, sys_lib_search_path_spec): Ditto.
4734
4735 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
4736
4737         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
4738         target-libiberty, and target-libgloss.  Skip Java-related
4739         libraries if not supported for NetBSD on target CPU.
4740
4741 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
4742
4743         * configure.in: Import StrongARM and XScale target_configdirs from
4744         FSF GCC version.
4745
4746 2002-01-16  H.J. Lu  (hjl@gnu.org)
4747
4748         * config.guess: Import from master sources, rev 1.225.
4749         * config.sub: Import from master sources, rev 1.238.
4750
4751         * MAINTAINERS: Updated notes on config.guess and config.sub.
4752
4753 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
4754
4755         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
4756         ld and gdb are not supported.
4757
4758 2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>
4759
4760         * Change reference to Cygnus Solutions to be Red Hat.
4761
4762 2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>
4763
4764         * COPYING.NEWLIB: Update generic copyright date.
4765
4766 2002-01-07  Mark Salter  <msalter@redhat.com>
4767
4768         * configure.in: Remove target-bsp and target-cygmon from arm builds.
4769           Allow target-libgloss to be built for arm, strongarm, and xscale.
4770
4771 2002-01-03  Ben Elliston  <bje@redhat.com>
4772
4773         * MAINTAINERS: Update URL for config.* scripts.
4774
4775 2001-12-18  Alan Modra  <amodra@bigpond.net.au>
4776
4777         * config.sub: Import latest version.
4778         * config.guess: Likewise.
4779
4780 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
4781
4782         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
4783         options for i[3456]86-pc-linux* native builds.
4784
4785 2001-12-05  Laurent Guerby  <guerby@acm.org>
4786
4787         * MAINTAINERS: gcc adopts symlink-tree, refer more to
4788         libiberty.
4789
4790         Import this patch from gcc:
4791
4792         2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
4793
4794             * symlink-tree: handle DOS-style absolute paths.
4795
4796 2001-11-28  DJ Delorie <dj@redhat.com>
4797             Zack Weinberg  <zack@codesourcery.com>
4798
4799         When build != host, create libiberty for the build machine.
4800
4801         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
4802         CONFIG_ARGUMENTS.
4803         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
4804         New variables.
4805         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
4806         and rules.
4807         (all.normal): Depend on ALL_BUILD_MODULES.
4808         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
4809         (all-build-libiberty): Depend on configure-build-libiberty.
4810
4811         * configure: Calculate and substitute proper value for
4812         ALL_BUILD_MODULES.
4813         * configure.in: Create the build subdirectory.
4814         Calculate and substitute TARGET_CONFIGARGS (formerly
4815         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
4816
4817 2001-11-26  Geoffrey Keating  <geoffk@redhat.com>
4818
4819         * config.sub: Update to version 1.232 on subversion.
4820
4821 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
4822
4823         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
4824         files from .po files for a distribution.
4825
4826 2001-11-19  Hans-Peter Nilsson  <hp@bitrange.com>
4827
4828         * COPYING.NEWLIB: Mention preserved notice in specific parts.
4829
4830 2001-11-13  Jeff Holcomb  <jeffh@redhat.com>
4831
4832         Merged from net gcc:
4833         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
4834         * ltcf-c.sh: Use $objext, not $ac_objext.
4835         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
4836         * ltcf-cxx.sh: Add support for GNU.
4837         2001-07-22  Timothy Wall  <twall@redhat.com>
4838         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
4839         default settings if using GNU tools with that configuration.
4840         * ltcf-cxx.sh: Ditto.
4841         * ltcf-gcj.sh: Ditto.
4842         2001-07-21  Michael Chastain  <chastain@redhat.com>
4843         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
4844         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
4845         * ltmain.sh: Mark as gcc-local.
4846
4847 2001-11-13  Jeff Holcomb  <jeffh@redhat.com>
4848
4849         * Makefile.in (all-bison): Revert 2001-10-24.
4850         Don't depend on texinfo.
4851
4852 2001-11-12  Hans-Peter Nilsson  <hp@bitrange.com>
4853
4854         * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
4855
4856 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
4857
4858         * configure.in (--enable-languages): Be more permissive about
4859         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
4860
4861 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
4862
4863         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
4864
4865 2001-10-24  Jeff Holcomb  <jeffh@redhat.com>
4866
4867         Makefile.in (all-bison): Don't depend on texinfo.
4868
4869 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
4870
4871         * gettext.m4: Test po/POTFILES.in exists before trying to read.
4872
4873 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
4874
4875         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
4876
4877 2001-09-28  Hans-Peter Nilsson  <hp@axis.com>
4878
4879         * config.sub, config.guess: Import latest from subversions.
4880
4881 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
4882
4883         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
4884         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
4885         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
4886         avoid quotes nesting problems.
4887         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
4888         (DO_X): Export only variables that are set.
4889
4890 2001-09-19  Ben Elliston  <bje@redhat.com>
4891
4892         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
4893         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
4894         semantics.  Use the shell built-in "type" command instead.
4895
4896 2001-09-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4897
4898         * config.sub: Reverted the earlier change, this version is not the
4899         master file.
4900
4901 2001-09-14  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4902
4903         * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
4904         Add support for mips64.
4905
4906 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
4907
4908         * configure.in: Enable libstdc++-v3 for h8300 targets.
4909
4910 2001-08-30  Eric Christopher  <echristo@redhat.com>
4911             Jason Eckhardt  <jle@redhat.com>
4912
4913         * config.sub: Add support for mipsisa32.
4914
4915 2001-08-30  Eric Christopher  <echristo@redhat.com>
4916
4917         * config.sub, config.guess: Import latest from subversions.
4918
4919 2001-08-20  Alan Modra  <amodra@bigpond.net.au>
4920
4921         * config.sub, config.guess: Import latest from subversions.
4922
4923 2001-07-26  DJ Delorie  <dj@redhat.com>
4924
4925         * MAINTAINERS: Clarify libiberty merge rules and procedures.
4926
4927 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
4928
4929         * Makefile.in: Revert 2001-06-17.
4930         (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
4931
4932 2001-06-17  H.J. Lu <hjl@gnu.org>
4933
4934         * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
4935         (gas+binutils.tar.bz2): Likewise.
4936         (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
4937
4938 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
4939
4940         * Makefile.in (VER): When present, extract the version number from
4941         the file version.in.
4942
4943 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
4944
4945         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
4946         gcc/xgcc is built, use -print-prog-name to find out the program
4947         name to use.
4948
4949 2001-06-04  Mark Mitchell  <mark@codesourcery.com>
4950
4951         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
4952         with_gcc]: Use `gcc -shared' to build a shared library.
4953
4954 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4955
4956         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
4957         archives.
4958
4959 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
4960
4961         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
4962         libraries when using g++ with native linker.
4963
4964 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
4965
4966         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
4967
4968 2001-05-24  Tom Rix <trix@redhat.com>
4969
4970         * configure.in : enable ld for aix
4971
4972 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
4973
4974         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
4975         [aix4*|aix5*]: Prepend blank.
4976
4977 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
4978
4979         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4980         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
4981         of subdir/configure scripts to use the new libtool.m4.
4982
4983 2001-05-14  H.J. Lu <hjl@gnu.org>
4984
4985         * config.if (libc_interface): Set to -libc6.2- for cross
4986         compiling to Linux/glibc 2.2.
4987
4988 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
4989
4990         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
4991         libgcj.
4992
4993 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
4994
4995         * configure.in (noconfigdirs): Don't reset it from scratch in the
4996         target case; only append to it.
4997
4998 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
4999
5000         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
5001         sparc-*-solaris2.8]: Disable ${libgcj}.
5002
5003 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
5004
5005         * configure.in (libgcj_saved): Copy from $libgcj.
5006         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
5007         --disable-libgcj.
5008
5009 2001-04-20  Alexandre Oliva  <aoliva@redhat.com>
5010
5011         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
5012         1.641.2.228.
5013
5014 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
5015
5016         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5017         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
5018
5019 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
5020
5021         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
5022         New macros.
5023         (bootstrap, cross): Use RECURSE_FLAGS.
5024         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
5025
5026 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
5027
5028         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
5029
5030 2001-03-23  Nick Clifton  <nickc@redhat.com>
5031
5032         * README-maintainer-mode: Add note about inability to use "make
5033         distclean" in maintainer mode.
5034
5035 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
5036
5037         Re-installed:
5038         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
5039         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
5040         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
5041         * ltcf-cxx.sh: Likewise.
5042         * ltcf-gcj.sh: Likewise.
5043
5044 2001-03-22  Philip Blundell  <philb@gnu.org>
5045
5046         * config.sub, config.guess: Import latest from subversions.
5047
5048 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
5049
5050         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5051         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
5052
5053 2001-03-20  Michael Chastain  <chastain@redhat.com>
5054
5055         * Makefile.in: all-m4 depends on all-texinfo.
5056
5057 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
5058
5059         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
5060
5061 2001-02-22  Jeff Johnston <jjohnstn@redhat.com>
5062
5063         * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
5064         longer valid.
5065
5066 2001-02-16  Nick Clifton  <nickc@redhat.com>
5067
5068         * configure.in (noconfigdirs): Allow configuration of texinfo
5069         for Cygwin hosts.
5070
5071 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5072
5073         * config.guess: Add linux target for S/390.
5074         * config.sub: Likewise.
5075         * configure.in: Likewise.
5076
5077 2001-02-06  Ben Elliston  <bje@redhat.com>
5078
5079         * configure: Output host type to stdout, not stderr.
5080
5081 2001-02-04  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5082
5083         * config.guess: Import from subversions.gnu.org (revision 1.181).
5084         * config.sub: Import from subversions.gnu.org (revision 1.199).
5085
5086 2001-01-30  Alan Modra  <alan@linuxcare.com.au>
5087
5088         * config.guess: Handle hppa64-linux systems.
5089
5090 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5091
5092         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
5093         Don't unset, it's non-portable and no longer necessary, set to empty
5094         instead.
5095
5096 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5097
5098         * ltconfig: Shell portability fix for the tagname validity check.
5099
5100 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5101
5102         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
5103
5104 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
5105
5106         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
5107         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
5108
5109 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
5110
5111         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
5112         keep at least one of build_libtool_libs or build_old_libs set to
5113         yes.
5114
5115 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
5116
5117         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
5118         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
5119
5120 2000-11-07  Philip Blundell  <pb@futuretv.com>
5121
5122         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
5123
5124 2000-11-03  Philip Blundell  <pb@futuretv.com>
5125
5126         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
5127         files.
5128
5129 2001-01-15  Jeff Johnston  <jjohnstn@redhat.com>
5130
5131         * COPYING.NEWLIB: Put into source repository.
5132
5133 2001-01-15  Ben Elliston  <bje@redhat.com>
5134
5135         * configure.in (host_tools): Add sid.
5136         Always configure cgen.
5137         * Makefile.in (all-sid): New target.
5138         (check-sid, clean-sid, install-sid): Likewise.
5139
5140 2001-01-07  Andreas Jaeger  <aj@suse.de>
5141
5142         * config.sub, config.guess: Update from subversions.
5143
5144 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
5145
5146         * configure.in: Disable language-specific target libraries for
5147         languages that aren't enabled.
5148
5149 2000-11-24  Nick Clifton  <nickc@redhat.com>
5150
5151         * configure.in (xscale-elf): Add target.
5152         (xscale-coff): Add target.
5153         (c4x, c5x, tic54x): Move after ARM targets.
5154
5155 2000-11-23  Alexandre Oliva  <aoliva@redhat.com>
5156
5157         * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
5158
5159 2000-11-20  Ian Lance Taylor  <ian@zembu.com>
5160
5161         * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
5162
5163 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
5164
5165         * Makefile.in: Merge with GCC and libgcj.
5166         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
5167         configure-target-<library> when their configure scripts need the C
5168         or C++ library to have already been built to work properly.
5169         (do_proto_toplev): Set them to an empty string.
5170
5171 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
5172
5173         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
5174         (REALLY_SET_LIB_PATH): Use them.
5175
5176 2000-11-06  Christopher Faylor <cgf@cygnus.com>
5177
5178         * config.sub: Add support for Sun Chorus
5179
5180 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
5181
5182         * config.sub: Add support for the *-storm-chaos OS.
5183
5184 2000-10-30  Stephane Carrez  <stcarrez@worldnet.fr>
5185
5186         * configure.in (noconfigdirs): Don't compile some
5187         of the libraries for 68HC11 & 68hc12 targets.
5188
5189 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
5190
5191         * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
5192         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
5193         all affected `configure' scripts.
5194
5195 2000-09-25  Alexandre Oliva  <aoliva@redhat.com>
5196
5197         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
5198         ltcf-c.sh.
5199
5200 2000-09-12  Philip Blundell  <philb@gnu.org>
5201
5202         * config.sub, config.guess: Update from subversions.
5203
5204 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
5205
5206         * Makefile.in (all-zlib): Added dummy target.
5207
5208         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
5209         multi-language branch.
5210
5211 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
5212
5213         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
5214         (bootstrap*): Depend on all-bootstrap.
5215
5216 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
5217
5218         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
5219         crosses, but add gcc/include to the header search path for them.
5220
5221 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
5222
5223         * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
5224         * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
5225         * gettext.m4: New file, extracted from aclocal.m4.
5226
5227 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
5228
5229         * config-ml.in (CC, CXX): Avoid trailing whitespace.
5230         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
5231         sub-configures.
5232
5233 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
5234
5235         * Makefile.in (ALL_MODULES): Add all-cgen.
5236         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
5237         (all-cgen): New target.
5238         (all-opcodes,all-sim): Depend on all-cgen.
5239         * configure.in (host_tools): Add cgen.
5240         Only configure cgen if --enable-cgen-maint.
5241
5242 2000-08-17  Alexandre Oliva  <aoliva@redhat.com>
5243
5244         * config-ml.in (CC, CXX): Don't introduce a leading space.
5245
5246 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
5247
5248         * configure.in (libstdcxx_flags): Use
5249         libstdc++-v3/src/libstdc++.INC.
5250
5251 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
5252
5253         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
5254
5255 2000-08-11  Jason Merrill  <jason@redhat.com>
5256
5257         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
5258         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
5259         (FLAGS_FOR_TARGET): Not here.
5260         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
5261
5262 2000-08-07  DJ Delorie  <dj@redhat.com>
5263
5264         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
5265         "if we're also building gcc, and it's a gcc that will run on the
5266         build machine, we want to use its includes instead of the system's
5267         default includes".
5268
5269 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
5270
5271         * configure.in (libstdcxx_flags): Don't use `"'.
5272
5273         * config-ml.in: Adjust multilib search paths to the
5274         appropriate multilib tree.
5275
5276 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
5277
5278         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
5279         commas in $LANGUAGES.
5280
5281 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
5282
5283         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
5284
5285 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
5286
5287         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
5288         CXX_FOR_TARGET for sed.
5289
5290 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
5291
5292         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
5293         Do not override if already set in the environment or in configure.
5294         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
5295         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
5296
5297 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
5298
5299         * Makefile.in (FLAGS_FOR_TARGET): New macro.
5300         (GCC_FOR_TARGET): Use it.
5301         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
5302         * configure.in: ... here.
5303         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
5304         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
5305
5306 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
5307
5308         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
5309         (configure-target-libchill, configure-target-libobjc): Likewise.
5310
5311         * configure.in: Use the same cache file for all target libs.
5312         * config-ml.in: But different cache files per multilib variant.
5313
5314 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5315
5316         * configure (topsrcdir): Don't use dirname.
5317
5318 2000-07-20  Jason Merrill  <jason@redhat.com>
5319
5320         * configure.in: Remove all references to libg++ and librx.
5321
5322         * configure, configure.in, Makefile.in: Unify gcc and binutils.
5323
5324 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
5325
5326         * config.sub: Update to subversions version 2000-07-06.
5327
5328 2000-07-12  Andrew Haley  <aph@cygnus.com>
5329
5330         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
5331         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
5332
5333 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
5334
5335         * symlink-tree:  Check number of arguments.
5336
5337 2000-06-06  Andrew Cagney  <cagney@b1.cygnus.com>
5338
5339         * texinfo/texinfo.tex: Update to version 2000-05-28.15.
5340
5341 2000-07-05  Jim Wilson  <wilson@cygnus.com>
5342
5343         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
5344         search path for a g++ extracted from the build tree.  This
5345         will allow link tests run by configure scripts in
5346         subdirectories to succeed.
5347
5348 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
5349
5350         * ltconfig: Add support for mips-dde-sysv4.2MP
5351
5352 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
5353
5354         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
5355         `os2'. Force ac_cv_exeext to be ".exe" in that case.
5356
5357 2000-06-19  Timothy Wall  <twall@cygnus.com>
5358
5359         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
5360         * config.sub: Add tic54x target.
5361
5362 2000-06-07  Phillip Thomas  <pthomas@suse.de>
5363
5364         * README-maintainer-mode: New file: Contains notes on using
5365         --enable-maintainer-mode with binutils.
5366
5367 2000-05-29  Andrew Cagney  <cagney@b1.cygnus.com>
5368
5369         * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
5370
5371 2000-05-30  Andrew Cagney  <cagney@b1.cygnus.com>
5372
5373         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
5374         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
5375
5376 20000-05-21  H.J. Lu  (hjl@gnu.org)
5377
5378         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
5379         directory are used if they exist. Make sure
5380         $(build_tooldir)/include is searched for header files,
5381         $(build_tooldir)/lib/ for library files.
5382         (GCC_FOR_TARGET): Likewise.
5383         (CXX_FOR_TARGET): Likewise.
5384
5385 2000-05-18  Jeffrey A Law  (law@cygnus.com)
5386
5387         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
5388
5389 2000-05-17  Alexandre Oliva  <aoliva@cygnus.com>
5390
5391         * Makefile.in (configure-target-libiberty): Depend on
5392         configure-target-newlib.
5393
5394 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
5395
5396         * configure.in, Makefile.in: Merge all libffi-related
5397         configury stuff from the libgcj tree.
5398
5399 2000-05-16  Andrew Cagney  <cagney@b1.cygnus.com>
5400
5401         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
5402         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
5403
5404 2000-05-16  Andrew Cagney  <cagney@b1.cygnus.com>
5405
5406         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
5407         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
5408         current version information.  Add to proto-toplev directory.
5409         (gdb-taz): Build do-djunpack.
5410
5411 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
5412
5413         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
5414
5415 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5416
5417         * ltmain.sh: Preserve in relink_command any environment
5418         variables that may affect the linker behavior.
5419
5420 2000-05-12  Jeffrey A Law  (law@cygnus.com)
5421
5422         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
5423
5424 2000-05-10  Jim Wilson  <wilson@cygnus.com>
5425
5426         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
5427
5428 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
5429
5430         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
5431         with the version name.
5432
5433 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
5434
5435         * config.if: Tweak.
5436
5437 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
5438
5439         * djunpack.bat: New file.
5440
5441 2000-04-19  Andrew Cagney  <cagney@b1.cygnus.com>
5442
5443         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
5444         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
5445         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
5446         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
5447
5448 2000-04-16  Dave Pitts  <dpitts@cozx.com>
5449
5450         * config.sub (case $basic_machine): Change default for "ibm-*"
5451         to "openedition".
5452
5453 2000-04-12  Andrew Cagney  <cagney@b1.cygnus.com>
5454
5455         * Makefile.in (gdb-taz): New target.  GDB specific archive.
5456         (do-md5sum): New target.
5457         (MD5PROG): Define.
5458         (PACKAGE): Default to TOOL.
5459         (VER): Default to a shell script.
5460         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
5461         md5 checksum generation.
5462         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
5463         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
5464         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
5465         insight.tar.bz2): Use gdb-taz to create archive.
5466
5467 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
5468
5469         * configure (warn_cflags): Delete.
5470
5471 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
5472             Martin v. Loewis  <martin@loewis.home.cs.tu-berlin.de>
5473
5474         * configure.in (enable_libstdcxx_v3): Add.
5475         (target_libs): Add bits here to switch between libstdc++-v2 and
5476         libstdc++-v3.
5477         * config.if: And this file too.
5478         * Makefile.in: Add libstdc++-v3 targets.
5479
5480 2000-04-05  Michael Meissner  <meissner@redhat.com>
5481
5482         * config.sub (d30v): Add d30v as a basic machine type.
5483
5484 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
5485
5486         * configure.in: -linux-gnu*, not -linux-gnu.
5487
5488 2000-03-03  Andrew Cagney  <cagney@b1.cygnus.com>
5489
5490         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
5491         (do-tar-bz2): Replace TOOL with PACKAGE.
5492         (gdb.tar.bz2): Remove GDBTK from GDB package.
5493         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
5494         dejagnu.tar.bz2): New packages.
5495
5496 2000-02-27  Andreas Jaeger  <aj@suse.de>
5497
5498         * configure.in: Add entry for mips*-*-linux*, move catch all
5499         *-*-*linux* entry below this one.
5500
5501 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
5502
5503         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
5504
5505 2000-02-24  Nick Clifton  <nickc@cygnus.com>
5506
5507         * config.sub: Support an OS of "wince".
5508
5509 2000-02-24  Andrew Cagney  <cagney@b1.cygnus.com>
5510
5511         * config.guess, config.sub: Updated to match config's 2000-02-15
5512         version.
5513
5514 2000-02-23  Linas Vepstas <linas@linas.org>
5515
5516         * config.sub: Add support for Linux/IBM 370.
5517         * configure.in: Likewise.
5518
5519 2000-02-22  Nick Clifton  <nickc@cygnus.com>
5520
5521         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
5522
5523 2000-02-20  Christopher Faylor <cgf@cygnus.com>
5524
5525         * config.guess: Guess "cygwin" rather than "cygwin32".
5526
5527 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5528
5529         * configure (gcc_version): When setting, narrow search to
5530         lines containing `version_string'.
5531
5532 2000-02-15  Denis Chertykov  <denisc@overta.ru>
5533
5534         * config.sub: Add support for avr target.
5535
5536 2000-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
5537
5538         * config.sub: Add mmix-knuth-mmixware.
5539
5540 2000-01-27  Christopher Faylor <cgf@redhat.com>
5541
5542         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
5543         structure stuff to -L library search.
5544         (CXX_FOR_TARGET): Ditto.
5545         (CROSS_CHECK_MODULES): Fix spelling mistake.
5546
5547 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
5548
5549         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
5550         the C++ compiler.
5551
5552 2000-01-12  Richard Henderson  <rth@cygnus.com>
5553
5554         * configure.in: Don't build some bits for beos.
5555
5556 2000-01-12  Joel Sherrill (joel@OARcorp.com)
5557
5558         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
5559         as include files.
5560
5561 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
5562
5563         * configure.in: Use mt-aix43 to handle *_TARGET defs,
5564         not mh-aix43.
5565
5566 1999-12-14  Richard Henderson  <rth@cygnus.com>
5567
5568         * config.guess (alpha-osf, alpha-linux): Detect ev67.
5569         * config.sub: Accept alphaev[78], alphaev8.
5570
5571 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5572
5573         * config.guess, config.sub: Update from autoconf.
5574
5575 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5576
5577         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
5578         necessary libraries are missing.
5579
5580 1999-10-25  Andreas Schwab  <schwab@suse.de>
5581
5582         * configure: Fix quoting inside arguments of eval.
5583
5584 1999-10-21  Nick Clifton  <nickc@cygnus.com>
5585
5586         * config-ml.in: Allow suppression of some ARM multilibs.
5587
5588 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
5589
5590         * config.guess: Add OS/390 match pattern.
5591         * config.sub: Add mvs, openedition targets.
5592         * configure.in (i370-ibm-opened*): New.
5593
5594 1999-09-04  Steve Chamberlain  <sac@pobox.com>
5595
5596         * config.sub: Add support for configuring for pj.
5597
5598 1999-08-31  Nick Clifton  <nickc@cygnus.com>
5599
5600         * config.sub (maybe_os): Add support for configuring for fr30.
5601
5602 1999-08-25  Nick Clifton  <nickc@cygnus.com>
5603
5604         * configure.in: Do not configure or build ld for AIX
5605         platforms.  ld is known to be broken on these platforms.
5606
5607 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5608
5609         * config-ml.in: Pass compiler flag corresponding to multidirs to
5610         subdir configures.
5611
5612 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
5613
5614         * Makefile.in (LDFLAGS): Define.
5615
5616 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
5617
5618         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
5619         noconfigdirs.
5620         (*-*-cygwin*): Likewise.
5621
5622 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
5623
5624         * mkdep: New file.
5625         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
5626         (BINUTILS_SUPPORT_DIRS): Add mkdep.
5627
5628         From Eli Zaretskii <eliz@is.elta.co.il>:
5629         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
5630         long file name when using DJGPP on MS-DOS.
5631
5632 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
5633
5634         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
5635
5636 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
5637
5638         * Makefile.in (check-target-libio): Remove all-target-libstdc++
5639         dependency as this causes "make check" to globally "make all"
5640
5641 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
5642
5643         * configure.in (target_libs): Added target-zlib.
5644         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
5645         (CONFIGURE_TARGET_MODULES): Likewise.
5646         (CHECK_TARGET_MODULES): Likewise.
5647         (INSTALL_TARGET_MODULES): Likewise.
5648         (CLEAN_TARGET_MODULES): Likewise.
5649         (configure-target-zlib): New target.
5650         (all-target-zlib): Likewise.
5651         (all-target-libjava): Depend on all-target-zlib.
5652         (configure-target-libjava): Depend on configure-target-zlib.
5653
5654         * Makefile.in (configure-target-libjava): Depend on
5655         configure-target-newlib.
5656         (configure-target-boehm-gc): New target.
5657         (configure-target-qthreads): New target.
5658
5659         * configure.in (target_libs): Added target-qthreads.
5660         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
5661         (CONFIGURE_TARGET_MODULES): Likewise.
5662         (CHECK_TARGET_MODULES): Likewise.
5663         (INSTALL_TARGET_MODULES): Likewise.
5664         (CLEAN_TARGET_MODULES): Likewise.
5665         (all-target-qthreads): New target.
5666         (configure-target-libjava): Depend on configure-target-qthreads.
5667         (all-target-libjava): Depend on all-target-qthreads.
5668
5669         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
5670         (CONFIGURE_TARGET_MODULES): Likewise.
5671         (CHECK_TARGET_MODULES): Likewise.
5672         (INSTALL_TARGET_MODULES): Likewise.
5673         (CLEAN_TARGET_MODULES): Likewise.
5674         (all-target-libjava): New target.
5675         (all-target-boehm-gc): Likewise.
5676         * configure.in (target_libs): Added libjava, boehm-gc.
5677
5678 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
5679
5680         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
5681         configure.bat in SUPPORT_FILES.
5682         (gas+binutils.tar.bz2): Likewise.
5683
5684         * makeall.bat: Remove; obsolete.
5685
5686 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
5687
5688         From Mark Elbrecht:
5689         * configure.bat: Remove; obsolete.
5690
5691 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
5692
5693         * configure: Add -W -Wall to the default CFLAGS when compiling with
5694         gcc.
5695
5696 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
5697
5698         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
5699
5700 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
5701
5702         * configure.in: Build ld on IRIX6.
5703
5704 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
5705
5706         * Makefile.in: Change distribution targets to use bzip2 instead of
5707         gzip.
5708         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
5709         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
5710
5711 1999-06-04  Nick Clifton  <nickc@cygnus.com>
5712
5713         * config.sub: Add mcore target.
5714
5715 1999-05-30  Cort Dougan  <cort@cs.nmt.edu>
5716
5717         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
5718
5719 1999-05-25  H.J. Lu  (hjl@gnu.org)
5720
5721         * config.guess (dummy): Changed to $dummy.
5722
5723 1999-05-24  Nick Clifton  <nickc@cygnus.com>
5724
5725         * config.sub: Tidied up case statements.
5726
5727 1999-05-22  Ben Elliston  <bje@cygnus.com>
5728
5729         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
5730         <jiro@din.or.jp>.
5731
5732         * config.guess: Merge with FSF version. Future changes will be
5733         more accurately recorded in this ChangeLog.
5734         * config.sub: Likewise.
5735
5736 1999-05-20   Stephen L Moshier  <moshier@world.std.com>
5737
5738          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
5739
5740 1999-04-30  Tom Tromey  <tromey@cygnus.com>
5741
5742         * ltmain.sh: [mode link] Always use CC given by ltconfig.
5743
5744 1999-04-23  Tom Tromey  <tromey@cygnus.com>
5745
5746         * ltconfig, ltmain.sh: Update to libtool 1.2f.
5747
5748 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
5749
5750         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
5751         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
5752         Bad merge removed these two changes.
5753
5754 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
5755                           Martin Heller (Ing.-Buero_Heller@t-online.de)
5756
5757         * config.guess (interix Alpha): Add.
5758
5759 1999-04-11  Richard Henderson  <rth@cygnus.com>
5760
5761         * configure.in (i?86-*-beos*): Do config gperf; don't config
5762         gdb, newlib, or libgloss.
5763
5764 1999-04-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
5765
5766         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
5767         link a trivial program with -mabi=64.  If it fails, remove mabi=64
5768         from multidirs.
5769
5770 1999-04-10  Philipp Thomas  (kthomas@gwdg.de)
5771
5772         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
5773
5774 1999-04-08  Nick Clifton  <nickc@cygnus.com>
5775
5776         * config.sub: Add support for mcore targets.
5777
5778 1999-04-07  Michael Meissner  <meissner@cygnus.com>
5779
5780         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
5781         not mt-ospace, in order to shut up assembler warning about using
5782         symbols that are named the same as registers.
5783
5784 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
5785
5786         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
5787         dependency list for all-target-cygmon.
5788
5789 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
5790
5791         * config-ml.in: Check $host, not $target, for selective multilibs.
5792         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
5793         thumb interworking, and underscore prefix multilibs.
5794
5795 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
5796
5797         * missing: Update to version from current automake.
5798
5799 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
5800
5801         * configure (gxx_include_dir): Removed.
5802
5803         * configure.in (gxx_include_dir): Handle it.
5804         * Makefile.in: Likewise.
5805
5806 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
5807
5808         * config.sub (mips64vr4111,mips64vr4111el) Add.
5809
5810 1999-03-21  Ben Elliston  <bje@cygnus.com>
5811
5812         * config.guess: Correct typo for detecting ELF on FreeBSD.
5813
5814 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
5815
5816         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
5817         config/mh-djgpp.
5818
5819 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
5820
5821         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
5822         all-target-newlib to dependency list for all-target-bsp.
5823
5824 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
5825
5826         * config.sub: Add i386-uwin support.
5827         * config.guess: Likewise.
5828
5829 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5830
5831         * configure.in: cleanup, add mh-*pic handling for arm, special
5832         case powerpc*-*-aix*
5833
5834 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
5835
5836         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
5837         can be built.
5838
5839 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
5840
5841         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
5842         targets.
5843
5844 1999-03-02  Nick Clifton  <nickc@cygnus.com>
5845
5846         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
5847
5848 1999-02-28  Geoffrey Noer  <noer@cygnus.com>
5849
5850         * config.sub: Check for "cygwin*" rather than "cygwin32*"
5851
5852 1999-02-24  Nick Clifton  <nickc@cygnus.com>
5853
5854         * config.sub: Fix typo in arm recognition.
5855
5856 1999-02-24  Drew Moseley  <dmoseley@cygnus.com>
5857
5858         * configure.in (noconfigdirs): Changed target_configdirs to
5859         include target-bsp only for m68k-*-elf* and m68k-*-coff*
5860         rather than m68k-*-* since it is not known to work on
5861         m68k-aout. Ditto for arm-*-*oabi.
5862
5863 1999-02-24  Stan Shebs  <shebs@andros.cygnus.com>
5864
5865         * configure.in (*-*-windows*): Remove, no longer used.
5866
5867 1999-02-19  Ben Elliston <bje@cygnus.com>
5868
5869         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
5870         Smart and improved by Andrew Cagney.
5871
5872 1999-02-18  Marc Espie <espie@cvs.openbsd.org>
5873
5874         * config.guess: Recognize openbsd-*-hppa.
5875
5876 1999-02-17  H.J. Lu  (hjl@gnu.org)
5877
5878         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
5879         only if it is not empty.
5880
5881 1999-02-17  Nick Clifton  <nickc@cygnus.com>
5882
5883         Patch from: Scott Bambrough <scottb@corelcomputer.com>
5884
5885         * config.guess: Modified to recognize uname's armv* syntax.
5886
5887         * config.sub: Modified to recognize uname's armv* syntax.
5888
5889 1999-02-17  Mark Salter  <msalter@cygnus.com>
5890
5891         * configure.in: Added target-bsp for sparclite.
5892
5893 1999-02-08  Richard Henderson  <rth@cygnus.com>
5894
5895         * config.sub: Recognize alphapca5[67] and up to alphaev8.
5896
5897 1999-02-08  Nick Clifton  <nickc@cygnus.com>
5898
5899         * configure.in: Add support for strongarm port.
5900         * config.sub: Add support for strongarm target.
5901
5902 1999-02-07  Mumit Khan  <khan@xraylith.wisc.edu>
5903
5904         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
5905         the old name config/mh-cygwin32.
5906         Enable texinfo.
5907
5908 1999-02-04  Ian Lance Taylor  <ian@cygnus.com>
5909
5910         * configure.in: Do build ld for ix86 Solaris.
5911
5912 1999-02-02  Jim Wilson  <wilson@cygnus.com>
5913
5914         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
5915         $AR_FOR_TARGET.  Likewise for RANLIB.
5916
5917 1999-02-02  Catherine Moore  <clm@cygnus.com>
5918
5919         * config.sub (oabi):  Recognize.
5920         * configure.in (arm-*-oabi):  Handle.
5921
5922 1999-01-30  Robert Lipe  (robertlipe@usa.net)
5923
5924         * config.guess: Improve detection of i686 on UnixWare 7.
5925
5926 1999-01-30  Mumit Khan  <khan@xraylith.wisc.edu>
5927
5928         * config.guess: Add support for i386-pc-interix.
5929         * config.sub: Likewise.
5930         * configure.in: Likewise.
5931
5932 1999-01-18  Christopher Faylor <cgf@cygnus.com>
5933
5934         * Makefile.in: Remove unneeded all-target-libio from
5935         from all-target-winsup target since it is now unneeded.
5936         Add all-target-libtermcap in its place since it is now
5937         needed.
5938
5939 1998-12-30  Christopher Faylor <cgf@cygnus.com>
5940
5941         * configure.in: makefile stub for cygwin target is probably
5942         unnecessary.  Remove it for now.
5943
5944 1998-12-30  Christopher Faylor <cgf@cygnus.com>
5945
5946         * configure.in: libtermcap.a should be built when cygwin is the
5947         target as well as the host.
5948         * config.guess: Allow mixed case in cygwin uname output.
5949         * Makefile.in: Add libtermcap target.
5950
5951 1998-12-23  Jeffrey A Law  (law@cygnus.com)
5952
5953         * config.sub: Clean up handling of hppa2.0.
5954
5955 1998-12-22  Rodney Brown  (rodneybrown@pmsc.com)
5956
5957         * config.guess: Use C code to identify more HP machines.
5958
5959 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
5960
5961         * config.sub: Handle hppa2.0.
5962
5963 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
5964
5965         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
5966         cygmon for all sparclite targets, regardless of object format.
5967
5968 1998-12-15  Mark Salter  <msalter@cygnus.com>
5969
5970         * configure.in: Added target-bsp for several target architectures.
5971
5972         * Makefile.in: Added rules for bsp.
5973
5974 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
5975
5976         * config.guess: Improve detection of hppa2.0 processors.
5977
5978 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
5979
5980         * config.guess: Recognize FreeBSD using ELF automatically.
5981
5982 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
5983
5984         * configure (skip-this-dir): Add handling for new shell script, which
5985         might be created by a sub-directory's configure to indicate, this particular
5986         directory is "unwanted".
5987         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
5988
5989 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
5990
5991         * ltconfig: import from libtool, after changing libtool to
5992         account for the cygwin name change.
5993
5994 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
5995
5996         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
5997         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
5998
5999 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
6000
6001         * configure.in: Add libtermcap to list of cygwin dependencies.
6002
6003 1998-11-17  Geoffrey Noer  <noer@cygnus.com>
6004
6005         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
6006         they include winsup/include when it's a cygwin target.
6007
6008 1998-11-12  Tom Tromey  <tromey@cygnus.com>
6009
6010         * configure.in (host_tools): Added zip.
6011         * Makefile.in (all-target-libjava): Depend on all-zip.
6012         (all-zip): New target.
6013         (ALL_MODULES): Added all-zip.
6014         (NATIVE_CHECK_MODULES): Added check-zip.
6015         (INSTALL_MODULES): Added install-zip.
6016         (CLEAN_MODULES): Added clean-zip.
6017
6018 1998-11-12  Geoffrey Noer  <noer@cygnus.com>
6019
6020         * Makefile.in: lose "32" from comment about cygwin.
6021
6022 1998-11-05  Nick Clifton  <nickc@cygnus.com>
6023
6024         * configure.in: Use -Os to build target libraries for the fr30.
6025
6026 1998-11-04  Dave Brolley  <brolley@cygnus.com>
6027
6028         * config.sub: Add fr30.
6029
6030 1998-11-02  Geoffrey Noer  <noer@cygnus.com>
6031
6032         * configure.in: drop "32" from config/mh-cygwin32.  Check
6033         cygwin* instead of cygwin32*.
6034         * config.sub: Check cygwin* instead of cygwin32*.
6035
6036 1998-10-22  Robert Lipe  <robertl@dgii.com>
6037
6038         * config.guess: Match any version of Unixware7.
6039
6040 1998-10-20  Syd Polk  <spolk@cygnus.com>
6041
6042         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
6043         if desired.
6044
6045 1998-10-18  Jeffrey A Law  (law@cygnus.com)
6046
6047         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
6048         these if the appropriate directories and files to not exist.
6049
6050 1998-10-14  Jeffrey A Law  (law@cygnus.com)
6051
6052         * Makefile.in (DEVO_SUPPORT): Add config.if.
6053
6054 1998-10-13  Manfred Hollstein  <manfred@s-direktnet.de>
6055
6056         * configure: Add pattern to replace "build_tooldir"'s
6057         definition in the generated Makefile with "tooldir"'s
6058         actual value.
6059
6060 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
6061
6062         * config.sub: Bring back lost sparcv9.
6063
6064         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
6065
6066 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
6067
6068         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
6069         CC_FOR_TARGET and friends.
6070
6071 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
6072
6073         * Makefile.in (build_tooldir): New variable, same as tooldir.
6074         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
6075         -B$(build_tooldir)/bin/.
6076         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
6077
6078 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
6079
6080         * config.sub: Add support for i[34567]86-pc-udk.
6081         * configure.in: Likewise.
6082
6083 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
6084
6085         * Makefile.in: add bzip2 package building bits for user
6086         tools module
6087         * configure.in: ditto
6088
6089 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
6090
6091         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
6092         (ALL_TARGET_MODULES): Add all-target-libobjc.
6093         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
6094         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
6095         (all-target-libchill): Add dependencies.
6096         * configure.in (target_libs): Add libchill.
6097
6098 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
6099
6100         * configure.in (target_subdir): Remove duplicate line.
6101
6102 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
6103
6104         * Makefile.in (all-automake): fix dependencies.
6105
6106 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
6107
6108         * configure.in: Minor cleanups for building in the $(target_alias)
6109         subdir.
6110
6111 1998-09-22  Jim Wilson  <wilson@cygnus.com>
6112
6113         * Makefile.in (bootstrap): Set r and s before make all.  Use
6114         BASE_FLAGS_TO_PASS in make all.
6115         (cross): Likewise.
6116
6117 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
6118
6119         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
6120
6121 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
6122
6123         * config.sub: Fix typo in last change.
6124
6125 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6126
6127         * config.sub: Add support for C4x target.
6128         * configure.in: Likewise.
6129
6130 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
6131
6132         * config.sub: Recognize sparcv9 just like sparc64.
6133
6134 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
6135
6136         * config.guess: Match "Pent II" or "PentII" for OpenServer.
6137
6138 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
6139
6140         * config.guess: Correctly identify Pentium II sco boxes.
6141
6142         * config.guess: Fix "tr" code.  From Weiwen Liu.
6143
6144 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
6145
6146         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
6147         stabs.
6148
6149 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
6150
6151         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
6152         (ALL_TARGET_MODULES): Add all-target-libchill.
6153         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
6154         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
6155         (all-target-libchill): Add dependencies.
6156         * configure.in (target_libs): Add libchill.
6157
6158 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
6159
6160         * config.guess: Avoid assumptions about "tr" behaves when
6161         LANG is set to something other than English.
6162
6163 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
6164
6165         * configure (gxx_include_dir): Changed to
6166         '${prefix}/include/g++'-${libstdcxx_interface}.
6167
6168         * config.if: New to determine the interfaces.
6169
6170 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
6171
6172         * config.guess: Detect and handle MPE/IX.
6173         * config.sub: Deal with MPE/IX.
6174
6175 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
6176
6177         * configure.in: Use mh-aix43.
6178
6179 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
6180
6181         * configure: Fix --without/--disable cases for gxx-include-dir.
6182
6183 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
6184
6185         * mdata-sh:  Imported.  Needed for automake support.
6186
6187 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
6188
6189         * Makefile.in (taz): Try "chmod -R og=u ." before
6190         "chmod og=u `find . -print`".
6191
6192 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
6193
6194         * configure.in: Add arm-elf and thumb-elf support.
6195
6196 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
6197
6198         * Makefile.in: Undo previous patch.
6199
6200 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
6201
6202         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
6203         to here ...
6204         (install-no-fixedincludes): and here
6205         (INSTALL_MODULES): ... from here.
6206
6207 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
6208
6209         * config.sub: Merge with FSF.
6210
6211         * config.guess: Merge with FSF.
6212
6213 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
6214
6215         * configure (extraconfigdirs): New variable.
6216         (SUBDIRS): Add extraconfigdirs and recurse on them too.
6217         * Makefile.in (all): Move higher in file.
6218         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
6219         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
6220         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
6221         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
6222         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
6223
6224 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
6225
6226         * Makefile.in (all-target-libjava): Depend on all-gcc and
6227         all-target-newlib.
6228         (configure-target-libjava): Depend on $(ALL_GCC).
6229
6230 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
6231
6232         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
6233         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
6234
6235 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6236
6237         * ylwrap: Change absolute path checks to check for DOS style path
6238         names.
6239
6240         * ylwrap: Don't use a full path name if the source file is in the
6241         same directory.  From hjl@lucon.org (H.J. Lu).
6242
6243         * config-ml.in: Default to being verbose, to match Feb 18 change to
6244         configure.
6245
6246 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
6247
6248         Brought over from egcs:
6249
6250         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
6251
6252         * configure.in (target_subdir): Set to ${target_alias} instead
6253         of "libraries".
6254
6255         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
6256
6257         * configure.in (target_subdir): Set to libraries if enable_multilib.
6258
6259 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
6260
6261         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
6262         multilibs, force reconfiguration the first time we create
6263         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
6264
6265 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
6266
6267         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
6268         avoid confusion with --no-recursion.
6269
6270 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
6271
6272         * configure.in: Win32 hosts shouldn't use install -x
6273         * install-sh: remove -x option, and special .exe-handling
6274         hack.
6275
6276 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
6277
6278         * config.guess: Recognize i586-pc-beos.
6279         * configure.in: Don't build some bits for beos.
6280
6281 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6282
6283         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
6284         CFLAGS default to -O2.
6285
6286         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
6287         when using GNU ld.
6288
6289 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
6290
6291         * ltmain.sh: Correct install when using a different shell.
6292
6293 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
6294
6295         * ltconfig, ltmain.sh: Update to libtool 1.2b.
6296
6297 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
6298
6299         * makefile.vms: Update to build binutils/makefile.vms.  Add install
6300         target.
6301
6302 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
6303
6304         * ltconfig: Update to correct AIX handling.
6305
6306 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
6307
6308         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
6309
6310         * configure.in (target_subdir): Set to ${target_alias} instead
6311         of "libraries".
6312
6313 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
6314
6315         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
6316         (Makefile): Depend on $(gcc_version_trigger).
6317
6318         * configure (gcc_version): Change default initializer to empty
6319         string.
6320         (gcc_version_trigger): New variable; pass this variable down
6321         to subdir configures to enable them checking gcc's version
6322         themselves. Emit make macros for both gcc_version vars.
6323         (topsrcdir): Initialize reliably.
6324         (recursion line): Remove --with-gcc-version=${gcc_version}.
6325
6326 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
6327
6328         * configure (enable_version_specific_runtime_libs): Implement new flag
6329         --enable-version-specific-runtime-libs which installs C++ runtime stuff
6330         in $(libsubdir); emit definition in each generated Makefile.
6331         (gxx_include_dir): Initialize depending on
6332         $enable_version_specific_runtime_libs.
6333
6334 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
6335
6336         * configure (gcc_version): Initialize properly depending on
6337         how and where configure is started.
6338         (recursion line): Pass a --with-gcc-version=${gcc_version}
6339         to configures in subdirs.
6340
6341 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
6342
6343         * configure.in (noconfigdirs): Add configure pattern for mips tx39
6344         cygmon
6345
6346 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
6347
6348         * configure.in: Add cygmon and libstub support for mn10200.
6349
6350 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
6351
6352         * configure (gcc_version): Add new variable describing the
6353         particular gcc version we're building.
6354         * Makefile.in (libsubdir): Add new macro for the directory
6355         in which the compiler finds executables, libraries, etc.
6356         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
6357         and libsubdir.
6358
6359 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
6360
6361         * Makefile.in (local-clean): Remove *.log.
6362         (warning.log): Built with warn_summary from build.log.
6363         (mail-report.log): Run test_summary.
6364         (mail-report-with-warnings.log): Run test_summary including
6365         warning.log in the report.
6366
6367 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
6368
6369         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
6370
6371 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
6372
6373         * Makefile.in (grep): Grep no longer depends on libiberty.
6374
6375 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
6376
6377         * Makefile.in: all-snavigator needs all-libgui.
6378
6379 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
6380
6381         * configure.in: Add cygmon and libstub support for mn10300.
6382
6383 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
6384
6385         * missing: Update to version from automake 1.3.
6386
6387         * ltmain.sh: On installation, don't get confused if the same name
6388         appears more than once in the list of library names.
6389
6390 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
6391
6392         * config.sub: Accept m68060 and m5200 as CPU names.
6393
6394 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
6395
6396         * configure: Use && rather than using -a in test, because odd
6397         strings can confuse test.
6398         * configure.in: Likewise.
6399
6400 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
6401
6402         * ltconfig, ltmain.sh: Bring in Visual C++ support.
6403
6404 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
6405
6406         * Makefile.in (boostrap2-lean, bootstrap3-lean,
6407         bootstrap4-lean): New targets.
6408
6409 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
6410
6411         * mpw-* Delete.  Not used.
6412
6413 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
6414
6415         * COPYING.LIB: Update FSF address.
6416
6417 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
6418
6419         * ltconfig, ltmain.sh: Update to libtool 1.2a.
6420
6421         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
6422         GAS_SUPPORT_DIRS.
6423
6424 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
6425
6426         * ltconfig, ltmain.sh: Avoid producing a version number if
6427         -version-info was not used.
6428
6429 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
6430
6431         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
6432         building with newlib.
6433
6434 1998-04-30  Paul Eggert  <eggert@twinsun.com>
6435
6436         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
6437         Solaris `make' causes it to continue to next definition.
6438
6439 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6440
6441         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
6442         the right GUI libraries and files are installed along with GDB.
6443
6444 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
6445
6446         * configure.in: Change alpha to alpha* in several places.
6447
6448 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
6449
6450         * config.sub: Recognize sparc86x.
6451
6452 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
6453
6454         * configure.in (--enable-target-optspace): Remove debug echo.
6455
6456 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
6457
6458         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
6459
6460 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
6461
6462         * ltconfig: Update cygwin32 support.
6463
6464         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
6465         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
6466         (GDB_SUPPORT_DIRS): Likewise.
6467
6468 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
6469
6470         * configure.in (target_makefile_frag): If --enable-target-optspace,
6471         use -Os to compile target libraries rather than -O2.  Default to
6472         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
6473         not used.
6474         * configure.in (target_cflags): Ditto for d30v.
6475
6476 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
6477
6478         * Makefile.in (all-bfd): Depend on all-intl.
6479         (all-binutils): Likewise.
6480         (all-gas): Likewise.
6481         (all-gprof): Likewise.
6482         (all-ld): Likewise.
6483
6484 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
6485
6486         * configure.in (host_tools): Fix typo, lbtool -> libtool.
6487
6488 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
6489
6490         * Makefile.in (all-bfd): Depend upon all-libiberty.
6491
6492         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
6493
6494 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
6495
6496         * Makefile.in: Add libstub.
6497
6498         * configure.in: Ditto. Build libstub for targets that have cygmon
6499         support.
6500
6501 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
6502
6503         * configure.in: Don't set PICFLAG on ix86-cygwin32.
6504
6505 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
6506
6507         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
6508         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
6509
6510 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
6511
6512         * configure: Define DEFAULT_M4 by searching PATH.
6513         * Makfile.in: Use DEFAULT_M4.
6514
6515 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
6516
6517         * ltconfig: Add cygwin32 support.
6518
6519         * Makefile.in, configure.in: Add libtool as a native only directory
6520         to configure and build.
6521
6522 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
6523
6524         * Makefile.in (INSTALL_MODULES): Remove texinfo.
6525
6526 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
6527
6528         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
6529
6530 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
6531
6532         * Makefile.in: add ash make rules
6533         * configure.in: add ash to native_only and host_tools lists
6534
6535 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
6536
6537         * Makefile.in (all-gettext, all-intl): New targets.
6538         (ALL_MODULES): Added all-gettext, all-intl.
6539         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
6540         (INSTALL_MODULES): Added install-gettext, install-intl.
6541         (CLEAN_MODULES): Added clean-gettext, clean-intl.
6542
6543         * configure.in (host_tools): Added gettext.
6544         (native_only): Likewise.
6545         (noconfigdirs) [various cases]: Likewise.
6546         (host_libs): Added intl.
6547
6548 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
6549
6550         * configure: Do not disable building gdbtk for cygwin32 hosts.
6551
6552 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
6553
6554         * configure.in: Add thumb-coff target.
6555         * config.sub: Add thumb-coff target.
6556
6557 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6558
6559         * Makefile.in: Revert yesterday's change.
6560         (all-target-winsup):  all-target-librx stays out of here.
6561
6562 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6563
6564         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
6565         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
6566         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
6567         Remove references to librx and libg++.
6568
6569 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
6570
6571         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
6572         recursive makes
6573
6574 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
6575
6576         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
6577         for newlib directory.
6578         (CXX_FOR_TARGET): Likewise.
6579
6580 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
6581
6582         * ltconfig: Update after libtool/ltconfig.in change for
6583         hpux11.
6584
6585 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
6586
6587         * ltconfig, ltmain.sh: Update to libtool 1.2.
6588
6589 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6590
6591         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
6592         (install-gcc-cross): Instead, override LANGUAGES here.
6593
6594 1998-03-18  Dave Love  <d.love@dl.ac.uk>
6595
6596         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
6597         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
6598
6599 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
6600
6601         * configure.in: Add Thumb-pe target.
6602
6603 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
6604
6605         * Makefile.in - changed sn targets to snavigator
6606         * configure.in - changed sn targets to snavigator
6607
6608 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6609
6610         * config-ml.in: After building symlink tree call make distclean
6611         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
6612         to be the case for libiberty.
6613
6614 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
6615
6616         * configure: When making link, also check the current
6617         directory. The configure scripts may create one.
6618
6619 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
6620
6621         * config.sub: Accept alphapca56 and alphaev6 properly.
6622
6623 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6624
6625         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
6626
6627 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
6628
6629         * config.sub (sco5): Fix typo.
6630
6631 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
6632
6633         * Makefile.in (INSTALL_MODULES): Move install-tcl before
6634         install-itcl.
6635         (install-itcl): Remove dependency on install-tcl.
6636
6637 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
6638
6639         * configure.in: Remove libgloss from noconfigdirs for MN10300.
6640
6641 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
6642
6643         * configure.in: Don't build libgui for a cygwin32 target when not on
6644         a cygwin32 host.
6645
6646 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6647
6648         * configure (redirect): Set to null, so default behavior of
6649         configure is now --verbose.
6650
6651 1998-02-16  Dave Love  <d.love@dl.ac.uk>
6652
6653         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
6654         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
6655
6656 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
6657
6658         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
6659         this change to sync Makefile.in with its ChangeLog entries.
6660
6661 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
6662
6663         * ltmain.sh (mkdir): Check that the directory doesn't exist
6664         before we exit with error, so that we don't get races during
6665         parallel builds.
6666
6667 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6668
6669         * ltconfig, ltmain.sh: Update from libtool 1.0i.
6670
6671 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6672
6673         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
6674         PICFLAG_FOR_TARGET.
6675         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
6676
6677         * configure: Emit a definition for the new macro enable_shared
6678         into each Makefile.
6679
6680 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6681
6682         * configure.in (host_tools, native_only): Add libtool.
6683
6684 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
6685
6686         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
6687         Fix typo in ming config comment.
6688
6689 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
6690
6691         * ltconfig, ltmain.sh: Update from libtool 1.0h.
6692
6693 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
6694
6695         * config.sub: Add tic30 cases, and map c30 to tic30.
6696
6697 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
6698
6699         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
6700         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
6701         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
6702         (CLEAN_TARGET_MODULES): Similarly
6703         (all-target-libf2c): Add dependences.
6704         * configure.in (target_libs): Add libf2c.
6705
6706 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
6707
6708         * configure.in: Remove expect from noconfigdirs when target
6709         is cygwin32.  OK to build expect and dejagnu with Canadian
6710         Cross.
6711
6712 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
6713
6714         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
6715         host.
6716
6717         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
6718         and mingw32.
6719
6720 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6721
6722         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
6723         here as it is not defined in the toplevel Makefile.
6724
6725 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6726
6727         * configure (package_makefile_rules_frag): New variable, which names
6728         a file with generic rules, ...
6729         Change comment to mention we now have FIVE parts.
6730         * configure: Undo last change.
6731
6732 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
6733
6734         * config.guess: More accurate determination of HP processor types.
6735         * config.sub: More accurate determination of HP processor types.
6736
6737 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6738
6739         * configure (package_makefile_frag): Move inserting the
6740         ${package_makefile_frag} to where it should be according
6741         to the comment.
6742
6743 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
6744
6745         * config.guess: Add support for Linux/ARM.
6746
6747 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
6748
6749         * .cvsignore: Remove *-info and *-install since they match
6750         release-info and mpw-install, which we don't want to just ignore.
6751
6752 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
6753
6754         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
6755
6756 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
6757
6758         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
6759         local_prefix to sub-make invocations.
6760
6761 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
6762
6763         * configure.in: Check makefile fragments in the source
6764         directory.
6765
6766 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
6767
6768         * configure.in: Check whether host and target makefile
6769         fragments exist before adding them to *_makefile_frag.
6770
6771 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
6772
6773         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
6774
6775 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
6776
6777         * configure.in: Make sure we only replace RPATH_ENVVAR on
6778         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
6779         regexp to sed.
6780
6781         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
6782         to sub-makes.
6783
6784 1998-01-13  Lee Iverson   (leei@ai.sri.com)
6785
6786         * config-ml.in (multi-do): LDFLAGS must include multilib
6787         designator.
6788
6789 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
6790
6791         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
6792
6793 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
6794
6795         * config.sub: Add mingw32 support.
6796         * configure.in: Likewise.
6797
6798 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
6799
6800         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
6801
6802 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
6803
6804         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
6805         * configure (gxx_include_dir): Provide a definition for subdirs
6806         which do not use autoconf.
6807
6808 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
6809
6810         * config.guess: Sync with egcs.  Picks up new alpha support,
6811         BeOS & some additional linux support.
6812
6813 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
6814
6815         * config.guess: HP 9000/803 is a PA1.1 machine.
6816
6817 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
6818
6819         * configure.in: It's alpha*-...
6820
6821 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
6822
6823         * configure.in (host_makefile_frag, target_makefile_frag):
6824         Handle multiple config files.
6825         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
6826         alpha-*-*.
6827
6828 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
6829
6830         * mkdep: New file.
6831
6832 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
6833
6834         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
6835
6836 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
6837
6838         * Makefile.in: Add libgui directory.
6839         (GDB_TK): Add all-libgui.
6840         * configure.in: Add libgui directory.
6841         * configure: Add all-libgui to GDB_TK.
6842
6843 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
6844
6845         * config-ml.in (multidirs): Add m32r to multilib list.
6846
6847 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
6848
6849         * Makefile.in (all-target-gperf): Change dependency to
6850         all-target-libstdc++.
6851
6852 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
6853
6854         * config.guess: Add BeOS support.
6855
6856 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
6857
6858         Source directory cvs renamed to cvssrc:
6859         * configure.in (host_tools): Change cvs to cvssrc.
6860         (native_only): Likewise.
6861         (noconfigdirs) [various cases]: Likewise.
6862         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
6863         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
6864         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
6865         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
6866         (all-cvssrc): Rename target from all-cvs.
6867
6868 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
6869
6870         * configure (gxx_include_dir): Fix thinko.
6871
6872 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
6873
6874         * Makefile.in (INSTALL_TARGET_CROSS): Define.
6875         (install-cross, install-gcc-cross): New targets.
6876
6877 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
6878
6879         * configure.in (noconfigdirs): Add support for Thumb target.
6880
6881         * config.sub (maybe_os): Add support for Thumb target.
6882
6883 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
6884
6885         * Makefile.in: Add rules for cygmon.
6886
6887         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
6888
6889 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
6890
6891         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
6892         * configure (gxx_include_dir): Provide a definition for subdirs
6893         which do not use autoconf.
6894
6895 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
6896
6897         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
6898         11/18/97 build
6899
6900 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
6901
6902         * From Franz Sirl.
6903         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
6904         found on RedHat Linux systems.
6905
6906 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
6907
6908         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
6909         guesses.
6910
6911 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
6912
6913         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
6914
6915 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
6916
6917         * ltmain.sh: If mkdir fails, check whether the directory was created
6918         anyhow by some other process.
6919
6920 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
6921
6922         * configure.in (d30v-*-*): Configure all directories.
6923
6924 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
6925
6926         * configure.in (d30v-*-*): Configure newlib, libiberty directories
6927         for the D30V.
6928
6929 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
6930
6931         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
6932
6933 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
6934
6935         * include/libiberty.h: Add extern "C" { so it can be used with C++
6936         progrms.
6937         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
6938         programs.
6939
6940 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
6941
6942         * configure.in (d30v-*-*): Configure GCC now.
6943
6944 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
6945
6946         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
6947         is no longer needed.
6948
6949 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
6950
6951         * Makefile.in: check-target-libio depends on all-target-libstdc++.
6952
6953 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
6954
6955         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
6956         targets using "$@" to provide support for similar but not identical
6957         targets without having to duplicate code.
6958
6959 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
6960
6961         * makefile.vms: Fix to work with DEC C.
6962
6963 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
6964
6965         * config.sub: Add mips-tx39-elf to marketing names.
6966
6967 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
6968
6969         * ltmain.sh: Handle symlinks in generated script.
6970
6971 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
6972
6973         * configure: Handle autoconf style directory options: --bindir,
6974         --datadir, --includedir, --infodir, --libdir, --libexecdir,
6975         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
6976         --sysconfdir.
6977         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
6978         (sharedstatedir, localstatedir, oldincludedir): New variables.
6979         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
6980         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
6981         sbindir, sharedstatedir, and sysconfdir.
6982
6983 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
6984
6985         * Makefile.in (bootstrap-lean): New target.
6986
6987 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
6988
6989         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
6990         sn, and gnuserv from noconfigdirs.
6991
6992 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
6993
6994         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
6995
6996 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
6997
6998         * Makefile.in (cross): New target.
6999
7000 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
7001                           Jeff Law         <law@cygnus.com>
7002
7003         * Makefile.in (bootstrap2, bootstrap3): New targets.
7004         (all-bootstrap): Remove outdated and confusing target.
7005         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
7006
7007 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7008
7009         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
7010         windows.  Consistent with gdb/configure.
7011
7012 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
7013
7014         * configure.in: Name Linux target fragment.
7015
7016         * configure: Rewrite so that project Makefile fragment is inserted
7017         first and appears last in the resulting Makefile.
7018
7019 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7020
7021         * Makefile.in (install-itcl): Install tcl first.
7022
7023 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
7024
7025         * configure.in: remove bison from noconfigdirs for Cygwin32 host
7026
7027 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
7028
7029         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
7030
7031         * configure.in (skipdirs): Add target-librx for Linux.
7032         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
7033
7034 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
7035
7036         * Makefile.in (bootstrap): New target.
7037
7038 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
7039
7040         * config.sub: Accept 'amigados' for backward compatability.
7041
7042 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
7043
7044         * config.guess: Merge with FSF.
7045
7046 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
7047
7048         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
7049
7050 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
7051
7052         * config.sub: Add "marketing-names" patch.
7053
7054 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
7055
7056         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
7057
7058 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
7059
7060         * config.sub: Handle v850-elf.
7061
7062 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
7063
7064         * .cvsignore (*-install): Remove.
7065
7066 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
7067
7068         * ltconfig: Set CONFIG_SHELL in libtool.
7069         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
7070
7071 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
7072
7073         * configure.in (target_subdir): Set to libraries if enable_multilib.
7074
7075 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
7076
7077         * config.guess: Update from gcc directory.
7078
7079 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7080
7081         * Makefile.in (all-sim): Depends on all-readline.
7082
7083 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
7084
7085         * Makefile.in (BISON, YACC): Use $$s.
7086         (all-bison): Depend on all-texinfo.
7087
7088 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
7089
7090         * Makefile.in (BISON): Add -L flag.
7091         (YACC): Likewise.
7092
7093 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
7094
7095         * configure.in (noconfigdirs): Add support for v850e target.
7096
7097         * config.sub (maybe_os): Add support for v850e target.
7098
7099 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
7100
7101         * configure.in (noconfigdirs): Add support for v850ea target.
7102
7103         * config.sub (maybe_os): Add support for v850ea target.
7104
7105 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
7106
7107         * config.sub: Add mipstx39.  Delete r3900.
7108
7109 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
7110
7111         * Makefile.in (all-autoconf): Depends on all-texinfo.
7112
7113 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
7114
7115         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
7116         eabi targets.
7117
7118 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
7119
7120         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
7121
7122         * configure: When handling a Canadian Cross, handle YACC as well as
7123         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
7124         * Makefile.in (all-bison): Depend upon all-texinfo.
7125
7126 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
7127
7128         * Makefile.in (BISON): bison, not byacc or bison -y.
7129         (YACC): bison -y or byacc or yacc.
7130         (various): Add *-bison as appropriate.
7131         (taz): No need to mess with BISON anymore.
7132
7133 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
7134
7135         * configure: If OSTYPE matches *win32*, try to find a good value for
7136         CONFIG_SHELL.
7137
7138 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
7139
7140         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
7141         configure.in if it is present.
7142
7143 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
7144
7145         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
7146
7147 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
7148
7149         * config.sub: Recognize `arc' cpu.
7150         * configure.in: Likewise.
7151         * config-ml.in: Likewise.
7152
7153 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
7154
7155         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
7156
7157 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
7158
7159         * configure: Changed sed delimiter from ':' to '|' when
7160         attempting to substitute ${config_shell} for SHELL. On
7161         NT ${config_shell} may contain a ':' in it.
7162
7163 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
7164
7165         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
7166
7167 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
7168
7169         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
7170
7171 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
7172
7173         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
7174
7175         * ylwrap: If the program is a relative path, force it to be
7176         absolute.
7177
7178 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7179
7180         * configure (tooldir): Set BISON to `bison -y' and not just bison.
7181
7182 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7183
7184         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
7185         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
7186         for libraries.
7187
7188 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
7189
7190         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
7191         separated by spaces.
7192
7193 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
7194
7195         * ylwrap: New file.
7196         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
7197
7198         * ltmain.sh: Handle /bin/sh at start of install program.
7199
7200         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
7201
7202         * ltconfig, ltmain.sh: New files, from libtool 1.0.
7203         * missing: New file, from automake 1.2.
7204
7205 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
7206
7207         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
7208         check-tk to CHECK_X11_MODULES.
7209
7210 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
7211
7212         * config.sub: Merge with FSF.
7213
7214 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
7215
7216         * config.guess: Merge with FSF.
7217
7218 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
7219
7220         * configure: Treat msdosdjgpp like go32.
7221         * configure.in: Likewise.  Don't remove gprof for go32.
7222
7223         * configure: Change Makefile.tem2 to Makefile.tm2.
7224
7225 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
7226
7227         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
7228
7229 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7230
7231         * install-sh (chmodcmd): Set to null if the DST directory already
7232         exists.  Same as Nov 11th change.
7233
7234 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
7235
7236         * configure (GDB_TK): Needs itcl and tix.
7237
7238 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
7239
7240         * config.guess: Update from FSF.
7241
7242 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
7243
7244         * Makefile.in (GDB_TK): Depend on itcl and tix.
7245
7246 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
7247
7248         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
7249         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
7250         (INSTALL_SCRIPT): New variable.
7251         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
7252         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
7253         to -x.
7254         * install-sh: Add support for -x option.
7255
7256 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
7257
7258         * configure.in, Makefile.in: Treat tix like itcl.
7259
7260 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
7261
7262         * Makefile.in (WINDRES): New variable.
7263         (WINDRES_FOR_TARGET): New variable.
7264         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
7265         (EXTRA_HOST_FLAGS): Add WINDRES.
7266         (EXTRA_TARGET_FLAGS): Add WINDRES.
7267         (EXTRA_GCC_FLAGS): Add WINDRES.
7268         ($(DO_X)): Pass down WINDRES.
7269         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
7270         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
7271         DLLTOOL_FOR_TARGET.
7272
7273 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
7274
7275         * configure.in: configure sim before gdb for win32-x-ppc
7276
7277 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7278
7279         Move gperf into the toplevel, from libg++.
7280         * configure.in (target_tools): Add target-gperf.
7281         (native_only): Add target-gperf.
7282         * Makefile.in (all-target-gperf): New target, depend on
7283         all-target-libg++.
7284         (configure-target-gperf): Empty rule.
7285         (ALL_TARGET_MODULES): Add all-target-gperf.
7286         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
7287         (CHECK_TARGET_MODULES): Add check-target-gperf.
7288         (INSTALL_TARGET_MODULES): Add install-target-gperf.
7289         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
7290
7291 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
7292
7293         * config.sub (mn10200): Recognize new basic machine.
7294
7295 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7296
7297         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
7298         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
7299
7300 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7301
7302         * configure.in: If we're building mips-sgi-irix6* native, turn on
7303         ENABLE_MULTILIB and set TARGET_SUBDIR.
7304
7305 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
7306
7307         * Makefile.in (all-sn): Depend on all-grep.
7308
7309 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
7310
7311         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
7312
7313         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
7314         Makefile.  From Jeff Makey <jeff@cts.com>.
7315         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
7316
7317         * Makefile.in (DISTBISONFILES): Remove.
7318         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
7319         $(DEFAULT_YACC).
7320
7321         * configure.in: Build itl, db, sn, etc., when building for native
7322         cygwin32.
7323
7324         * Makefile.in (LD): New variable.
7325         (EXTRA_HOST_FLAGS): Pass down LD.
7326         ($(DO_X)): Likewise.
7327
7328 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
7329
7330         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
7331
7332 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
7333
7334         * configure.in (targargs): Strip out any supplied --build argument
7335         before adding our own. Always add --build.
7336
7337 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
7338
7339         * configure.in (targargs): Pass --build if we're doing
7340         a cross-compile.
7341
7342 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
7343
7344         * configure: Use '|' instead of ":" as the separator in
7345         sed. Otherwise sed chokes on NT path names with drive
7346         designators. Also look for "?:*" as the leading characters in an
7347         absolute pathname.
7348
7349 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
7350
7351         * config.sub: Support for r3900.
7352
7353 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
7354
7355         * configure.in: Use install-sh, not install.sh.
7356
7357 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
7358
7359         * Makefile.in (taz): Improve check for BISON so it doesn't try to
7360         apply it twice.
7361
7362 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
7363
7364         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
7365         install-binutils.
7366
7367 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
7368
7369         * Makefile.in: Add automake targets.
7370         * configure.in (host_tools): Add automake.
7371
7372 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
7373
7374         * configure: Default CXX to c++, not gcc.
7375         * Makefile.in (CXX): Set to c++, not gcc.
7376         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
7377
7378 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
7379
7380         * install-sh: try appending a .exe if source file doesn't
7381         exist
7382
7383 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
7384
7385         * configure.in: Turn on multilib by default.
7386         (cross_only): Remove target-libiberty.
7387
7388         * Makefile.in (all-gcc): Don't depend on libiberty.
7389
7390 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
7391
7392         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
7393
7394 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
7395
7396         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
7397         (DISTBISONFILES): Add ld/Makefile.in
7398
7399 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
7400
7401         * configure.in: if target is cygwin32 but host isn't cygwin32,
7402         don't configure gdb tcl tk expect, not just gdb.
7403
7404 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
7405
7406         * configure.in: Added gnuserv everywhere sn appears.
7407
7408         * Makefile.in (ALL_MODULES): Added all-gnuserv.
7409         (CROSS_CHECK_MODULES): Added check-gnuserv.
7410         (INSTALL_MODULES): Added install-gnuserv.
7411         (CLEAN_MODULES): Added clean-gnuserv.
7412         (all-gnuserv): New target.
7413
7414 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
7415
7416         * config.guess: Fixes for MIPS OpenBSD systems.
7417
7418 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
7419
7420         * Makefile.in (INSTALL_XFORM): Remove.
7421         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
7422
7423         * mkinstalldirs: New file, copied from automake.
7424         * Makefile.in (installdirs): Rename from install-dirs.  Use
7425         mkinstalldirs.  Change all users.
7426         (DEVO_SUPPORT): Add mkinstalldirs.
7427
7428 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
7429
7430         * install-sh: Rename from install.sh.
7431         * Makefile.in (INSTALL): Change install.sh to install-sh.
7432         (DEVO_SUPPORT): Likewise.
7433
7434         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
7435         Graichen <graichen@rzpd.de>.
7436
7437 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
7438
7439         * config.guess: Recognize OpenBSD systems correctly.
7440
7441 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
7442
7443         * README, Makefile.in (ETC_SUPPORT): Remove references to
7444         cfg-paper*, configure.{texi,man,info*}._
7445
7446 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
7447
7448         * Makefile.in (all.normal): Ensure that gcc is built after all
7449         the x11 - ie gdb - targets.
7450
7451 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
7452
7453         * makefile.vms: Don't run conf-a-gas.
7454
7455 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
7456
7457         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
7458
7459 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
7460
7461         * configure.in: Remove noconfigdirs case since gdb also
7462         configures and builds for tic80-coff.
7463
7464 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
7465
7466         * configure: Set cache_file to config.cache.
7467         * Makefile.in (local-distclean): Remove config.cache.
7468
7469 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
7470
7471         * COPYING: Update FSF address.
7472
7473 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
7474
7475         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
7476         noconfigdirs.
7477
7478 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
7479
7480         * Makefile.in (install-dirs): Don't crash if prefix, and hence
7481         MAKEDIRS, is empty.
7482
7483 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
7484
7485         * config.sub: Tweak mn10300 entry.
7486
7487 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
7488
7489         * configure.in (host_tools): Put sim before gdb, so gdb's
7490         configure.tgt can determine if the simulator was configured.
7491
7492 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
7493
7494         * config.sub: Move BeOS $os case to be with other Cygnus
7495         local cases.
7496
7497 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
7498
7499         * config.sub: Remove misplaced comment that broke Linux.
7500
7501 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
7502
7503         * config.sub: Add BeOS support.
7504
7505 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
7506
7507         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
7508
7509 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
7510
7511         * configure.in (noconfigdirs): Remove tcl and tk from
7512         noconfigdirs for cygwin32 builds.
7513
7514 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
7515
7516         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
7517
7518 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
7519
7520         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
7521         make-all.com, use makefile.vms instead.
7522
7523 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
7524
7525         * config.sub: Accept -lnews*.
7526
7527 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
7528
7529         * configure.in (noconfigdirs): Disable target-newlib,
7530         target-examples and target-libiberty for d30v.
7531
7532 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
7533
7534         * configure.in (noconfigdirs): Enable ld for d30v.
7535
7536 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
7537
7538         * configure.in (tic80-*-*): Build compiler.
7539
7540 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
7541
7542         * configure.in (d30v-*): Remove sim directory from list of
7543         unsupported d30v directories
7544
7545 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
7546
7547         * config.sub, configure.in: Add d30v target cpu.
7548
7549 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
7550
7551         * makefile.vms: New file.
7552         * make-all.com: Remove.
7553
7554 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
7555
7556         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
7557
7558 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
7559
7560         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
7561
7562 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
7563
7564         * Makefile.in (ALL_MODULES): Added all-db.
7565         (CROSS_CHECK_MODULES): Addec check-db.
7566         (INSTALL_MODULES): Added install-db.
7567         (CLEAN_MODULES): Added clean-db.
7568
7569 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
7570
7571         * config.guess: Merge with latest FSF sources.
7572
7573 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
7574
7575         * Makefile.in (ALL_MODULES): Added all-itcl.
7576         (CROSS_CHECK_MODULES): Added check-itcl.
7577         (INSTALL_MODULES): Added install-itcl.
7578         (CLEAN_MODULES): Added clean-itcl.
7579
7580 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
7581
7582         * configure.in: build gdb for mn10200
7583
7584 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
7585
7586         * Makefile.in (all-target-winsup): Depend on all-target-libio.
7587
7588 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
7589
7590         * configure.in (tic80-*-*): Turn off most targets right now.
7591
7592 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
7593
7594         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
7595         rather than the makeinfo program.
7596         (do-info): Depend upon all-texinfo.
7597
7598 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
7599
7600         * configure.in: Remove uses of config/mh-linux.
7601
7602         * config.sub, config.guess: Merge with latest FSF sources.
7603
7604 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
7605
7606         * config.sub (case $basic_machine): Add tic80 entries.
7607
7608 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
7609
7610         * config.sub, config.guess: Merge with latest FSF sources.
7611
7612 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
7613
7614         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
7615         * mpw-config.in: Test for NewFolderRecursive.
7616         * mpw-install: Use symbolic name for startup filename.
7617         * mpw-README: Add various additional details.
7618
7619 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
7620
7621         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
7622
7623 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
7624
7625         * configure.in: Do build gcc and the target libraries for
7626         the mn10200.
7627
7628 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
7629
7630         * configure.in: don't avoid building gdb for mn10300 any more
7631         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
7632         instead of single-quoting it.
7633
7634 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
7635
7636         * configure.in: Don't use --with-stabs on IRIX 6.
7637
7638 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
7639
7640         * configure.in (m32r): Build gdb, libg++ now.
7641
7642 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
7643
7644         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
7645         directories from noconfigdirs.
7646
7647 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
7648
7649         * config.sub (basic_machine): added mips16 configuration
7650
7651 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7652
7653         * config.sub: Handle d10v-unknown.
7654
7655 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
7656
7657         * config.sub: Handle v850-unknown.
7658
7659 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
7660
7661         * Makefile.in: add findutils
7662         * configure.in: add findutils to list of host_tools
7663
7664 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
7665
7666         * config.sub: Handle mn10200 and mn10300.
7667
7668 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7669
7670         * configure.in (d10v-*): Do not build librx.
7671
7672 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
7673
7674         * configure.in (mn10300): Build everything except gdb & libgloss.
7675
7676 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
7677
7678         * config.guess:  Patch for Dansk Data Elektronik servers,
7679         from Niels Skou Olsen <nso@dde.dk>.
7680
7681         For ncr, use /bin/uname rather than uname, since GNU uname does not
7682         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
7683
7684         Patch for MIPS R4000 running System V,
7685         from Eric S. Raymond <esr@snark.thyrsus.com>.
7686
7687         Fix thinko for nextstep.
7688
7689         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
7690
7691         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
7692         * config.guess: Guess mips-dec-mach_bsd4.3.
7693
7694         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
7695         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
7696         release numbers.
7697         * config.guess (mips-mips-riscos*):  Emit just enough of the
7698         release number.
7699
7700         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
7701         * config.guess (sparc-auspex-sunos*):  Added.
7702         (f300-fujitsu-*): Added.
7703
7704         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
7705         * config.guess:  Recognize a Tadpole as a sparc.
7706
7707 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
7708
7709         * config.guess: Don't assume that NextStep version is either 2 or
7710         3.  NextStep 4 (aka OpenStep 4) has come out now.
7711
7712 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
7713
7714         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
7715         From Rik Faith <faith@cs.unc.edu>.
7716
7717 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
7718
7719         * config.sub: Contributions from bug-gnu-utils to:
7720         Support plain "hppa" (no version given) architecture, reported by
7721         OpenStep.
7722         OpenBSD like NetBSD.
7723         LynxOs is not a hardware supplier.
7724
7725         * config.guess: Contributions from bug-gnu-utils to add support for:
7726         OpenBSD like NetBSD.
7727         Stratus systems.
7728         More Pyramid systems.
7729         i[n>4]86 Intel chips.
7730         M680[n>4]0 Motorola chips.
7731         Use unknown instead of lynx for hardware manufacturer.
7732
7733 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7734
7735         * install.sh (chmodcmd): Set to null if the DST directory already
7736         exists.
7737
7738 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7739
7740         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
7741         not use mt-ppc target Makefile fragment any more.
7742
7743 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
7744
7745         * configure.in (*-*-windows):  Exclude everything but those dirs
7746         needed to build windows.
7747
7748 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
7749
7750         * Makefile.in (all-target-winsup): Depend on all-target-librx.
7751
7752 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
7753
7754         * configure.in:  Exclude mmalloc from i386-windows.
7755
7756 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
7757
7758         * Undo my previous change.
7759
7760 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
7761
7762         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
7763         unconditionally.
7764         (MAKEOVERRIDES): Define (revert this part of October 18 change).
7765
7766 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
7767
7768         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
7769         host to add it's own flags.
7770
7771 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
7772
7773         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
7774
7775 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
7776
7777         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
7778         (CXX_FOR_TARGET): Likewise.
7779         (GCC_FOR_TARGET): Define.
7780         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
7781         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
7782         CC_FOR_TARGET was specified on the command line.
7783         (MAKEOVERRIDES): Don't define.
7784
7785 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
7786
7787         * configure.in (m32r): Fix spelling of libg++ libs.
7788
7789 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
7790
7791         * config.sub (-apple*): Remove, now redundant.
7792
7793 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
7794
7795         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
7796
7797         * configure: Rework yesterday's sed script patch.
7798
7799         * config.sub: Merge with FSF.
7800
7801 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
7802
7803         * config.guess:  Merge from FSF.
7804
7805         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7806         * config.guess: Use pc instead of unknown, for pc clone systems.
7807         Change linux to linux-gnu.
7808
7809         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7810         * config.guess: Avoid non-portable tr syntax.
7811
7812 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
7813
7814         * test-build.mk (HOLES): Add "xargs" for gdb.
7815
7816         * configure: Avoid hpux10.20 sed bug.
7817
7818 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
7819
7820         * configure.in:  Add support for windows host
7821         (that is a build done under the Microsoft build environment).
7822
7823 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
7824
7825         * Makefile.in: Replace all uses of srcroot with s, to shrink
7826         command line lengths.
7827
7828         Patches from Geoffrey Noer <noer@cygnus.com>:
7829         * configure.in: If configuring for newlib, pass --with-newlib to
7830         subdirectories.
7831         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
7832         -Bnewlib/ and -Lwinsup to gcc.
7833         (CXX_FOR_TARGET): Likewise.
7834
7835 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
7836
7837         * Makefile.in (ETC_SUPPORT): Add configure.
7838
7839 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
7840
7841         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
7842         host configuration file.
7843
7844 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
7845
7846         * configure.in: Break mn10x00 support into separate
7847         mn10200 and mn10300 configurations.
7848         * config.sub: Likewise.
7849
7850 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
7851
7852         * configure.in: Add lots of stuff to noconfigdirs for
7853         the mn10x00 targets.
7854
7855         * config.sub, configure.in: Add mn10x00 support.
7856
7857 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
7858
7859         * make-all.com: Call conf-a-gas, not config-a-gas.
7860
7861 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
7862
7863         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
7864         targets.
7865
7866 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
7867
7868         * mpw-README: Add much more detail for native PowerMac.
7869         * mpw-install: New file.
7870         * mpw-configure: Add --norecursion and --help options.
7871         * mpw-config.in: Translate readme and install files when
7872         copying to objdir.
7873         * mpw-build.in: Don't always depend on byacc and flex.
7874         (install-only-top): New action.
7875
7876 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
7877
7878         * configure.in:  You can now configure GDB for the v850.
7879
7880 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
7881
7882         * configure.in (noconfigdirs): Don't configure any C++ dirs
7883         if targeting D10V.
7884
7885 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
7886
7887         * config.sub: Recognize mips64vr5000.
7888
7889 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
7890
7891         * configure.in: Use a single line for host_tools and native_only.
7892
7893 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
7894
7895         * config.sub, configure.in: Add entries for m32r.
7896
7897 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
7898
7899         * Makefile.in (inet-install): Don't run install-gzip.
7900
7901 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
7902
7903         * configure.in:  Don't config lots of things for *-*-windows*.
7904
7905 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
7906
7907         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
7908         (host_libs, host_tools): Copy from configure.in.
7909         * mpw-configure: Don't complain about directories not found.
7910
7911 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7912
7913         * configure.in (i[345]86): Recognize i686 for pentium pro.
7914         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
7915         file.
7916
7917         * config.guess (i[345]86): Ditto.
7918
7919 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
7920
7921         * configure.in (noconfigdirs): Removed gdb for D10V.
7922
7923 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
7924
7925         * configure.in: Remove ld, target-libio, target-libg++, and
7926         target-libstdc++ from noconfigdirs.
7927
7928 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
7929
7930         * configure: Fix three locations where shell scripts were
7931         being run directly rather than with config_shell.
7932
7933 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
7934
7935         * configure.in (v850-*-*): Set up initial $noconfigdirs.
7936         * config.sub (basic_machine): Recognize v850.
7937
7938 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
7939
7940         * mpw-configure: Handle multiple enable/disable options and
7941         pass them down recursively, handle -c and -s flags appropriately
7942         depending on choice of compiler, add escape mechanism for
7943         quoted arguments to gC.
7944
7945 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7946
7947         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
7948         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
7949         so that -mrelocatable-lib and -mno-eabi are used.
7950
7951         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
7952         not support --print-multi-lib, don't abort.
7953
7954 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
7955
7956         * make-all.com: Run config-a-gas.
7957         * setup.com: Don't copy subdirectory files around.
7958
7959 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
7960
7961         * configure.in (*-*-ose): Remove exclusion of libgloss for this
7962         target, it now compiles correctly.
7963
7964 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
7965
7966         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
7967
7968 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
7969
7970         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
7971
7972 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7973
7974         * configure.in (native_only): Add prms.
7975
7976 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
7977
7978         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
7979         (BINUTILS_SUPPORT_DIRS): Likewise.
7980
7981 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7982
7983         * configure.in (d10v-*-*): Don't configure ld or gdb until the
7984         d10v support is added.
7985
7986 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
7987
7988         * configure.in (d10v-*-*): New target.
7989
7990 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
7991
7992         * config.guess (HP 9000/811): Recognize this as a PA1.1
7993         machine.
7994
7995 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
7996
7997         * Makefile.in (do-tar-gz): New target, split out from tail end of
7998         taz target.  Run each command separately, don't use pipes.
7999         (taz): Use it.
8000
8001 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
8002
8003         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
8004         * mpw-build.in: No builds should depend on building byacc or flex,
8005         they are assumed to be installed already.
8006
8007 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8008
8009         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
8010         variable that CC_FOR_TARGET needs.
8011
8012 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8013
8014         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
8015         options have changed since the last time the subdirectory was
8016         configured, and if it has, reconfigure.
8017         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
8018         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
8019
8020 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
8021
8022         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
8023         CLEAN_MODULES): Add bash.
8024         (all-bash): New target.
8025
8026 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
8027
8028         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
8029
8030 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8031
8032         * config.sub (basic_machine): Recognize d10v as a valid processor.
8033
8034 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
8035
8036         * mpw-configure: Add support for --bindir.
8037         * mpw-build.in: Use a GCC-specific build script for GCC actions.
8038
8039 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
8040
8041         * configure.in: add bash, time, gawk to list of hosttools and things
8042         to only build for native toolchains
8043
8044 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8045
8046         * Makefile.in (docdir): Remove.
8047
8048 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8049
8050         * Makefile.in (datadir): Set to $(prefix)/share.
8051
8052 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
8053
8054         * configure.in: build diff and patch for cygwin32-hosted
8055         toolchains.
8056
8057 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
8058
8059         * config.sub: Accept -rtems*.
8060
8061 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
8062
8063         * configure.in: enable dosrel for cygwin32-hosted builds,
8064                 remove diff from the list of things not buildable
8065                 via Canadian Cross
8066
8067 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
8068
8069         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
8070         don't get ". ".
8071
8072 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
8073
8074         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
8075
8076 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
8077
8078         * Makefile.in (taz): Handle case where tex3patch didn't even get
8079         checked out.  Also, if it was found, put the symlink in a new util
8080         subdirectory.
8081
8082 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8083
8084         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
8085
8086 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
8087
8088         * config.sub: Recognize -openvms.
8089         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
8090         * make-all.com, setup.com: New files.
8091
8092 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
8093
8094         * Makefile.in (taz): tex3patch moved to texinfo/util.
8095
8096 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
8097
8098         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
8099         * configure.in: remove make from disable-if-Can-Cross list
8100                 enable gdb if ${host} and ${target} are cygwin32
8101
8102 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
8103
8104         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
8105         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
8106
8107 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
8108
8109         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
8110         distinguish sysv/svr4/bsd variants.
8111         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
8112
8113 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
8114
8115         * configure.in: Added copyright notice.
8116         * move-if-change: Added copyright notice.
8117
8118 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8119
8120         * configure.in (powerpcle-*-solaris*): Until we get shared
8121         libraries working, don't build gdb, sim, make, tcl, tk, or
8122         expect.
8123
8124 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
8125
8126         * config.guess:  Merge with FSF:
8127
8128         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8129         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
8130
8131         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
8132         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
8133
8134         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
8135         * config.guess:  Combine two OSF1 rules.
8136         Also recognize field test versions.  From mjr@zk3.dec.com.
8137         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
8138         because GNU uname does not support -p.  From pmr@pajato.com.
8139
8140 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
8141
8142         * Makefile.in (MAKEDIRS): Removed $(tooldir).
8143
8144 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
8145
8146         * mpw-README: Document GCCIncludes.
8147
8148 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
8149
8150         * configure.in (alpha-*-linux*): Set enable_shared to yes.
8151
8152 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
8153
8154         * mpw-configure: Handle --enable-FOO and --disable-FOO.
8155
8156 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
8157
8158         * configure.in (*-*-cygwin32): Configure make.
8159
8160 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
8161
8162         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
8163
8164 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
8165
8166         * Makefile.in (all-inet): Depend on all-perl.
8167
8168         * Makefile.in (inet-install): New target.
8169
8170         * Makefile.in (all-inet): Depend on all-tcl.
8171         (all-inet): Depend on all-send-pr.
8172
8173 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8174
8175         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
8176         temporarily.
8177
8178 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
8179
8180         * configure.in: Don't configure --with-gnu-ld on AIX.
8181
8182 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
8183
8184         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
8185
8186 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
8187
8188         * Makefile.in (ALL_MODULES): Added all-inet.
8189         (CROSS_CHECK_MODULES): Added check-inet.
8190         (INSTALL_MODULES): Added install-inet.
8191         (CLEAN_MODULES): Added clean-inet.
8192         (all-indent): New target.
8193
8194         * configure.in (host_tools): Added inet.
8195         (native_only): Added inet.
8196         (noconfigdirs): Added inet.
8197
8198 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
8199
8200         * configure.in: Don't configure libgloss if we are not configuring
8201         newlib.
8202
8203 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
8204
8205         * configure.in: Don't configure libgloss for unsupported
8206         architectures.
8207
8208 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8209
8210         * Makefile.in (CLEAN_MODULES): Add clean-apache.
8211
8212 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
8213
8214         * Makefile.in (ALL_MODULES): Include all-apache.
8215         (CROSS_CHECK_MODULES): Include check-apache.
8216         (INSTALL_MODULES): Include install-apache.
8217         (all-apache): New target.
8218
8219         * configure.in: Added apache everywhere perl is seen.
8220
8221 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8222
8223         * Makefile.in: Add support for clean-{module} and
8224         clean-target-{module} rules.
8225
8226 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
8227
8228         * configure.in (*-*-ose) do not build libgloss.
8229
8230 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8231
8232         * config.guess (prep*:SunOS:5.*:*): Turn into
8233         powerpele-unknown-solaris2.
8234
8235 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
8236
8237         * configure.in: Permit --enable-shared to specify a list of
8238         directories.
8239
8240 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
8241
8242         * configure.in (host==solaris): Pass only the first word of $CC
8243         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
8244
8245 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
8246
8247         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
8248
8249 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
8250
8251         * Makefile.in (ALL_MODULES): Include all-perl.
8252         (CROSS_CHECK_MODULES): Include check-perl.
8253         (INSTALL_MODULES): Include install-perl.
8254         (ALL_X11_MODULES): Include all-guile.
8255         (CHECK_X11_MODULES): Include check-guile.
8256         (INSTALL_X11_MODULES): Include install-guile.
8257         (all-perl): New target.
8258         (all-guile): New target.
8259
8260         * configure.in (host_tools): Include perl and guile.
8261         (native_only): Include perl and guile.
8262         (noconfigdirs): Don't build guile and perl; no ports have been
8263         done.
8264
8265 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
8266
8267         * configure (--enable-*): Handle quoted option lists such as
8268         --enable-sim-cflags='-g0 -O' better.
8269
8270 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8271
8272         * Makefile.in ({,inst}all-target): New rule so we can make and
8273         install all of the target directories easily.
8274
8275 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8276
8277         * configure.in: Add missing global flag in sed substitution when
8278         deleting `target-' from ${configdirs}.
8279
8280 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
8281
8282         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
8283         option.
8284
8285         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
8286         config/mh-necv4.
8287
8288         * install.sh: Correct misspelling of transformbasename.
8289
8290         * config.guess: Recognize mips-*-sysv*.
8291
8292 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
8293
8294         * config.sub: Recognize mon960.
8295
8296 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
8297
8298         * configure: Restore Canadian Cross handling of BISON and LEX,
8299         removed in Feb 20 change.
8300
8301 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
8302
8303         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
8304         Mention make install.  Remove the old copyright date as well the
8305         clumsy and rather pointless copyright on the README file.
8306
8307 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
8308
8309         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
8310         Makefile after running symlink-tree, then run `make distclean' to
8311         avoid clobbering any generated files in srcdir.
8312
8313 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
8314
8315         * configure.in (m68k-*-netbsd*): Build everything now.
8316
8317 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
8318
8319         * Makefile.in (taz): Fix quoting.
8320
8321 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
8322
8323         * configure.in (sparclet-*-*): Build everything now.
8324
8325 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8326
8327         * configure.in (m68k-*-linux*): New host.
8328
8329 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
8330
8331         * configure: Check for bison before byacc.
8332
8333 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
8334
8335         * Makefile.in configure:  Change the way LEX and BISON/YACC are
8336         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
8337         searching PATH.  These are used as fallbacks by Makefile.in if
8338         flex/bison/byacc aren't in objdir.
8339
8340 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
8341
8342         * Makefile.in: Make everything which depends upon all-bfd also
8343         depend upon all-opcodes, in case --with-commonbfdlib is used.
8344
8345 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8346
8347         * configure.in (host *-*-cygwin32): Don't build gdb if we are
8348         building NT native compilers on Unix.
8349
8350 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
8351
8352         * configure.in: Don't get CC from the host Makefile fragment if we
8353         can find gcc in PATH, or if this is a Canadian Cross.  Move the
8354         Solaris test for /usr/ucb/cc to the post target script, just after
8355         the compiler sanity test.
8356
8357 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
8358
8359         * config.sub: Merge with FSF.
8360
8361 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
8362
8363         * Makefile.in (RPATH_ENVVAR): New variable.
8364         (REALLY_SET_LIB_PATH): Use it.
8365         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
8366
8367 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
8368
8369         * config.sub, configure.in: Recognize sparclet cpu.
8370
8371 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
8372
8373         * config.guess:  Support m68k-cbm-sysv4.
8374
8375 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8376
8377         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
8378         m68k-unknown-linuxaout from linker help string.  Put quotes around
8379         $ld_help_string.
8380
8381 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
8382
8383         * config.guess (powerpc-harris-powerunix): Add guess for port
8384         to new target.
8385
8386 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8387
8388         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
8389
8390 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
8391
8392         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
8393         $(REALLY_SET_LIB_PATH) in Makefile.
8394         * Makefile.in (SET_LIB_PATH): New variable.
8395         (REALLY_SET_LIB_PATH): New variable.
8396         ($(DO_X)): Use $(SET_LIB_PATH).
8397         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
8398         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
8399         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
8400         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
8401         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
8402         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
8403         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
8404         (install-dosrel): Likewise.
8405         (all-opcodes): Depend upon all-libiberty.
8406
8407 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8408
8409         * config.guess (*:CYGWIN*): New
8410
8411 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8412
8413         * Makefile.in (all-target-winsup): All all-target-libiberty.
8414
8415 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8416
8417         * configure.in (noconfigdirs): Add missing # in front of comment.
8418
8419 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
8420
8421         * configure.in: add second pass to things added to noconfigdirs
8422         so *-gm-magic can exclude libgloss properly.
8423
8424 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
8425
8426         * mpw-configure (extralibs_name, rez_name): Set correctly
8427         for MWC68K compiler.
8428
8429         * mpw-README: Add more info on the necessary build tools.
8430
8431 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8432
8433         * configure.in, config.sub: Recognize cygwin32.
8434
8435 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
8436
8437         * config.guess, config.sub: Recognize A/UX.
8438
8439 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
8440
8441         * config.sub: Merge with gcc/config.sub.
8442
8443 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
8444
8445         * mpw-build.in (do-binutils): Add build of stamps.
8446
8447 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
8448
8449         * config.sub: Add recognition for mips64vr4100*-* targets.
8450
8451 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8452
8453         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
8454         Add creation of gconfigargs with `--enable-shared' turned on.
8455         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
8456         ($(host)-stamp-stage3-configured): Likewise.
8457         (HOLES): Add chatr and ldd.
8458         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
8459
8460 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
8461
8462         * configure: Pass --nfp to recursive configures.
8463
8464 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8465
8466         * Makefile.in (DLLTOOL): New.
8467         (DLLTOOL_FOR_TARGET): New.
8468         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
8469         (EXTRA_TARGET_FLAGS): Ditto.
8470         (EXTRA_GCC_FLAGS): Ditto.
8471         (CONFIGURE_TARGET_MODULES): Ditto.
8472         (DO_X): Ditto.
8473         * configure: Add DLLTOOL.
8474
8475 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
8476
8477         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
8478         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
8479         mh-sco, since old workarounds no longer needed, and don't
8480         build ld, since libraries have weak symbols in COFF.
8481
8482 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
8483
8484         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
8485
8486 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
8487
8488         * configure.in: Make sure that ${CC} can be used to compile an
8489         executable.
8490
8491 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
8492
8493         * Makefile.in (all-gdb): Depend on $(GDB_TK).
8494         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
8495         nothing depending on whether gdbtk is being built.
8496
8497 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
8498
8499         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
8500
8501 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
8502
8503         * configure.in (noconfigdirs): Put ld or gas in this early, if the
8504         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
8505
8506 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
8507
8508         * config-ml.in: Add support for
8509         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
8510         Simplify setting of multidirs from --disable-foo.
8511
8512 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8513
8514         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
8515         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
8516         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
8517         non-empty, pass them on to the  GCC make.
8518         (all-bootstrap): New rule that is like all-gcc, except it executes
8519         the GCC bootstrap rule instead of the GCC all rule.
8520
8521 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
8522
8523         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
8524
8525 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8526
8527         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
8528         DG/UX support.
8529
8530 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
8531
8532         * config.sub (i*86*) Change [345] to [3456]
8533
8534 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8535
8536         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
8537         --with-gnu-ld=no.
8538
8539 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8540
8541         * config-ml.in (rs6000*, powerpc*): Add switches to control which
8542         AIX multilibs get built.
8543
8544 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8545
8546         * configure.in (i386-win32): Don't build expect if we're not
8547         building the tcl subdir.
8548
8549 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
8550
8551         * Makefile.in: (configure-target-examples, all-target-examples):
8552         New targets, configure and build example programs.
8553
8554 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
8555
8556         * mpw-configure: If an mpw-config.in generated a file mk.sed,
8557         use it as input to sedit the generated MPW makefile.
8558         * mpw-README: Add a suggestion about Gestalt.h.
8559
8560 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
8561
8562         * config.sub: Accept *-*-ieee*.
8563
8564 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
8565
8566         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
8567         Ronald F. Guilmette <rfg@monkeys.com>.
8568
8569 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8570
8571         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
8572         for powerpc-pe native.
8573         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
8574         (target==powerpc-pe): duplicate i386-win32 entry.
8575
8576 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
8577
8578         * configure.in (noconfigdirs): Exclude target-newlib for all versions
8579         of vxworks, not just vxworks5.1.
8580
8581 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
8582
8583         * mpw-configure: Add support for exec-prefix.
8584
8585 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
8586
8587         * config.guess: Recognize HP model 816 machines as having
8588         a PA1.1 processor.
8589
8590 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
8591
8592         * configure: Ignore new autoconf configure options.
8593
8594 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
8595
8596         * config.guess:  Recognize Pentium under SCO.
8597         From Robert Lipe <robertl@arnet.com>.
8598
8599 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8600
8601         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
8602
8603 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
8604
8605         * configure.in: Don't configure gas for alpha-dec-osf*.
8606
8607 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
8608
8609         * configure.in: Default to --with-stabs for some targets for which
8610         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
8611         i[345]86*-*-unixware*.
8612
8613 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
8614
8615         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
8616         rather than basing it on the target.  Simplify handling of options
8617         controlling which directories to configure.  Remove extraneous
8618         slash in multi-clean target.
8619
8620 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
8621
8622         * config-ml.in: Prefix more variables with ml_ so they don't collide
8623         with configure's.
8624
8625 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
8626
8627         * configure: Don't turn -v into --v.
8628
8629 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
8630
8631         * configure.in (targargs): Fix typo.
8632
8633         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
8634
8635 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
8636
8637         * configure.in: Strip --host and --target options from
8638         CONFIG_ARGUMENTS, and always configure for --host only.  Add
8639         --with-cross-host option when building with a cross-compiler.
8640         * configure: Canonicalize the arguments put into config.status by
8641         always using `=' for an option with an argument.  Pass a presumed
8642         --host or --target explicitly.
8643
8644 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
8645
8646         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
8647         into general OS recognition case.
8648
8649 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8650
8651         * configure.in (target_configdirs): add target-winsup only
8652         for win32 target systems.
8653
8654 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
8655
8656         * Makefile.in (all-target-libgloss): Depend upon
8657         configure-target-newlib, since when libgloss is built it looks to
8658         see if the newlib directory exists.
8659
8660 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
8661
8662         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
8663         cfg-ml-*.in.
8664
8665 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
8666
8667         * configure: Handle LD and LD_FOR_TARGET when configuring a
8668         Canadian Cross.
8669
8670 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8671
8672         * configure.in (target_libs): add target-winsup.
8673         (target==i386-win32): add patch diff flex make to $noconfigdirs.
8674         (target==ppcle-pe): remove ld from $noconfigdirs.
8675
8676 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
8677
8678         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
8679         Preserve relative path names in $srcdir.  Build symlink tree if
8680         configuring cross target dir and srcdir=. (= no VPATH support).
8681         (configure-target-libg++): Depend on configure-target-librx.
8682         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
8683         * config-ml.in: New file.
8684         * symlink-tree: New file.
8685         * configure: Ensure srcdir="." if that's what it is.
8686
8687 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
8688
8689         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
8690         includes and FLEX_SKELETON setting.
8691         * mpw-configure (--with-gnu-ld): New option, controls whether
8692         to use PPCLink or ld with PowerMac GCC.
8693         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
8694         * mpw-config.in: Configure grez if targeting Mac.
8695
8696         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
8697         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
8698         just macos.
8699         * configure.in: Configure grez resource compiler if targeting Mac.
8700         * Makefile.in (all-grez, install-grez): New targets.
8701
8702 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
8703
8704         * configure: CXX defaults to gcc, not g++.  If we find
8705         gcc in the path, set CC to gcc -O2.
8706
8707 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
8708
8709         * configure: Default ${build} correctly.  Avoid picking up extra
8710         spaces when reading CC and CXX from Makefile.  When doing a
8711         Canadian Cross, use plausible default values for numerous
8712         variables.
8713         * configure.in: When doing a Canadian Cross, don't try to
8714         configure tools whose configure script can't handle it.
8715
8716 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
8717
8718         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
8719
8720 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8721
8722         * configure:  Remove dubious bug reporting address.
8723
8724 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8725
8726         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
8727         configure script, run that instead of this directory's configure.
8728         In either case, print a message that we're configuring the sub-dir.
8729
8730 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8731
8732         * configure.in: Before checking for the existence of various files,
8733         use sed to filter out "target-".
8734
8735 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
8736
8737         * Makefile.in (DO_X): Split rule to decrease command line length
8738         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
8739         (Philippe De Muyter).
8740
8741 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8742
8743         * Makefile.in (all-patch): depend on all-libiberty.
8744
8745 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
8746
8747         * configure.in: If the only directory in target_configdirs which
8748         actually exists is libiberty, then set target_configdirs to empty,
8749         to avoid trying to build a target libiberty in a gas or gdb
8750         distribution.
8751
8752 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
8753
8754         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
8755         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
8756         systems.
8757
8758 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
8759
8760         * configure.in (copy_dirs): Use sys-include instead of include
8761         for --with-headers option.
8762
8763 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
8764
8765         * Makefile.in, configure.in: Make winsup builds work with
8766         new scheme.
8767
8768 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
8769
8770         * configure.in: Build the linker on AIX.
8771
8772 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8773
8774         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
8775         where needed.
8776
8777 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
8778
8779         * Makefile.in (all-gcc): Fix typo.
8780
8781 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8782
8783         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
8784
8785 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8786
8787         * configure.in:  Rename libFOO to target-libFOO, and xiberty
8788         to target-xiberty, to provide more flexibility.
8789         (target_subdir):  Define.  Create if cross.
8790         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
8791         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
8792         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
8793         check-libFOO -> check-target-libFOO, etc.
8794         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
8795         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
8796         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
8797         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
8798         allow ALL_GCC="" to only configure.
8799         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
8800         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
8801         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
8802
8803 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
8804
8805         * Makefile.in (taz): Build "info" in etc explicitly.
8806
8807 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
8808
8809         * configure.in:  Make sure that CC is undefined (as opposed to
8810         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
8811         problem with autoconf trying to configure on a host without GCC.
8812
8813 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
8814
8815         * mpw-configure: Set host alias from choice of host compiler,
8816         only use generic MPW Makefile sed if present, edit a file
8817         named "hacked_Makefile.in" instead of "Makefile.in" if present.
8818         * mpw-README: Add problem notes about CW6 and CW7.
8819
8820 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
8821
8822         * Makefile.in (taz): Use ";" instead of ";;".
8823
8824 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8825
8826         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
8827         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
8828         DISTDOCDIRS.
8829         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
8830         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
8831
8832 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8833
8834         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
8835         and gnats, because they are now subsumed by DISTSTUFFDIRS.
8836         Move bfd to DISTSTUFFDIRS.
8837
8838 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8839
8840         * Makefile.in (X11_LIB): Removed.
8841         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
8842
8843         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
8844
8845 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8846
8847         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
8848         names.
8849
8850 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8851
8852         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
8853
8854 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
8855
8856         * configure.in (i[345]86-*-win32): Always build newlib.
8857         Don't configure cvs, autoconf or texinfo.
8858         * Makefile.in (LD_FOR_TARGET): New.
8859         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
8860         Pass down LD_FOR_TARGET.
8861
8862 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
8863
8864         * winsup: New directory.
8865         * Makefile.in: Build winsup.
8866         * configure.in: Winsup is configured when target is win32.
8867         Can only build win32 target GDB when native.
8868
8869 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
8870
8871         * config.guess: Recognize HP model 819 machines as having
8872         a PA 1.1 processor.
8873
8874 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
8875
8876         * configure: Fix sed loop which substitutes for CC and CXX to
8877         avoid bug found in various sed implementations.
8878
8879 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8880
8881         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
8882         simulator.  Use standard powerpc-*-eabi*.
8883
8884 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
8885
8886         * configure.in: Stop putting gas and binutils in noconfigdirs for
8887         powerpc-*-aix* and rs6000-*-*.
8888
8889 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
8890
8891         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
8892         -mcall-aixdesc libraries.
8893
8894 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
8895
8896         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8897
8898         * config.sub (arm | armel | armeb): Fix shell syntax.
8899
8900 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8901
8902         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
8903         -msoft-float and -mcpu=common support.
8904         (powerpc*-*-eabisim*): Add support for building -mcall-aix
8905         libraries.
8906
8907 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8908
8909         * configure.in: Allow configuration and build of emacs19 for the alpha.
8910
8911 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8912
8913         * configure.in (CC): Get ^CC, not just any old CC, from
8914         ${host_makefile_frag}.
8915
8916 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8917
8918         * configure.in (CC): Try to get CC from
8919         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
8920
8921 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8922
8923         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
8924         only if it exists in $(srcdir).
8925
8926 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
8927
8928         * configure: If CC and CXX are not set in the environment, set
8929         them, based on either an existing Makefile or on searching for gcc
8930         in PATH.  Substitute for CC and CXX in Makefile.
8931         * configure.in: Remove libm from target_libs.  Separate
8932         target_configdirs from configdirs.  If CC is not set in
8933         environment, try to get it from a host Makefile fragment.  Rewrite
8934         changes of configdirs to use skipdirs instead.  A few minor
8935         tweaks.  Take directories out of target_configdirs as they are
8936         taken out of configdirs.  Remove existing Makefile files from
8937         subdirectories.  Substitute for TARGET_CONFIGDIRS and
8938         CONFIG_ARGUMENTS in Makefile.
8939         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
8940         by configure.in.
8941         (CONFIG_ARGUMENTS): Likewise.
8942         (CONFIGURE_TARGET_MODULES): New variable.
8943         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
8944         ($(CONFIGURE_TARGET_MODULES)): New target.
8945         (configure-libg++, configure-libio): New targets.
8946         (all-libg++): Depend upon configure-libg++.
8947         (all-libio): Depend upon configure-libio.
8948         (configure-libgloss, all-libgloss): New targets.
8949         (configure-libstdc++): New target.
8950         (all-libstdc++): Depend upon configure-libstdc++.
8951         (configure-librx, all-librx): New targets.
8952         (configure-newlib): New target.
8953         (all-newlib): Depend upon configure-newlib
8954         (configure-xiberty): New target.
8955         (all-xiberty): Depend upon configure-xiberty.
8956
8957 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
8958
8959         * configure.in (host i[345]86-*-win32):  Expand the
8960         noconfigdirs again.
8961
8962 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
8963
8964         * mpw-configure: Fix sed command file name.
8965
8966 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
8967
8968         * configure.in (host i[345]86-*-win32): Reduce the
8969         noconfigdirs again.
8970
8971 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
8972
8973         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
8974         or powerpc*-*-pe*, since they are not yet supported.
8975
8976 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
8977
8978         Add PowerMac support and many other enhancements.
8979         * mpw-configure: New option --cc to select compiler to use,
8980         paste options set according to --cc into the generated
8981         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
8982         if mpw-make.sed is present.
8983         * mpw-config.in: Don't test for gC1, test for mpw-touch,
8984         add forward includes for PowerPC include files.
8985         * mpw-build.in: Build using Makefile.PPC if present.
8986         (do-byacc, etc): Remove separate version resource builds.
8987         (do-gas): Build "stamps" before "all".
8988         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
8989         * mpw-README: Update to reflect --cc option, PowerMac support,
8990         and recently-reported compatibility problems.
8991
8992 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
8993
8994         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
8995         embedded m68k systems (-aout, -coff, -elf, -vxworks).
8996         (--with-multilib-top): Pass to recursive invocations.
8997
8998 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
8999
9000         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
9001         v810-*-*.
9002
9003 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9004
9005         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
9006         gdb, ld and opcodes on v810-*-*.
9007
9008 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
9009
9010         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
9011         (local-maintainer-clean): New target.
9012         (maintainer-clean): New target.
9013         (realclean): Just depend upon maintainer-clean.
9014
9015 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9016
9017         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
9018
9019 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
9020
9021         * configure.in: Build ld in mips*-*-bsd* case.
9022
9023 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
9024
9025         * config.sub: Accept -lites* OS.  From Ian Dall.
9026
9027 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
9028
9029         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
9030         targets.
9031
9032 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9033
9034         * configure.in: treat i386-win32 canadian cross the same as
9035         i386-go32 canadian cross.
9036
9037 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9038
9039         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
9040         running under the simulator to build a reduced set of libraries.
9041         (powerpc-*-eabiaix): Add fine grained multilib support added to
9042         other powerpc targets yesterday.
9043
9044 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9045
9046         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
9047         -disable-softfloat, -disable-relocatable, -disable-aix, and
9048         -disable-sysv to control which multilib libraries get built.
9049
9050 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
9051
9052         * configure: Add Makefile.tem to list of files to remove in trap
9053         handler.
9054
9055 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9056
9057         * config.guess (*Linux*):  Add missing "exit"s.
9058         Also, need specific check for alpha-unknown-linux (uses COFF).
9059
9060 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9061
9062         * config.guess:  Merge with FSF:
9063
9064         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
9065         * config.guess (AIX4): More robust release numbering discovery.
9066
9067         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
9068         * config.guess (i386-sequent-ptx): Properly get version number.
9069
9070         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
9071         * config.guess (mips:*:4*:UMIPS): New case.
9072
9073 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
9074
9075         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
9076         (i386-win32 host): Likewise.  Don't build readline.
9077
9078 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
9079
9080         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
9081         SUPPORT_FILES to submakes.
9082
9083 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
9084
9085         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
9086         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
9087         mpw-configure.
9088
9089 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
9090
9091         * configure.in (appdirs): Use =, not ==, in test expression when
9092         trying to build the text to print in the warning message for
9093         Solaris users.
9094
9095 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
9096
9097         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
9098
9099 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9100
9101         * config.guess: Recognize lynx-2.3.
9102
9103 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
9104
9105         * config.sub (z8ksim): Deleted
9106         (z8k-*-coff): New, this is the one true name of the target.
9107
9108 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
9109
9110         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
9111
9112 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
9113
9114         * config.guess (*:Linux:*:*): First try asking the linker what the
9115         default object file format is (elf, aout, or coff).  Then if this
9116         fails, try previous methods.
9117
9118 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9119
9120         * configure.in: Don't build newlib for *-*-vxworks5.1.
9121
9122 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9123
9124         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
9125         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
9126
9127 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
9128
9129         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
9130
9131 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
9132
9133         * cfg-ml-com.in: New file.
9134         * cfg-ml-pos.in: New file.
9135
9136 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9137
9138         * COPYING.NEWLIB: Add HP free copyright to list.
9139
9140 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9141
9142         * config.sub: Recognize -eabi* for the system, not just -eabi.
9143
9144 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
9145
9146         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
9147         * config.sub, configure.in (win32): New target and host.
9148
9149 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
9150
9151         * configure.in: Add i386-pe configuration.
9152
9153 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
9154
9155         * mpw-build.in (install): Install GDB after LD.
9156
9157 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
9158
9159         * mpw-config.in (elf/mips.h): Always forward-include, needed
9160         for GDB to build.
9161
9162 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9163
9164         * testsuite: New directory for customer acceptance and whole tool
9165         chain tests.
9166
9167 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
9168
9169         * configure: If per-host line isn't found, but AC_OUTPUT is found
9170         and a configure script exists, run it instead.
9171
9172 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9173
9174         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
9175
9176 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9177
9178         * configure: Set build_{cpu,vendor,os,alias} to host values when
9179         --build isn't specified.
9180
9181 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9182
9183         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
9184         (FLAGS_TO_PASS): Pass them.
9185         (EXTRA_TARGET_FLAGS): Ditto.
9186
9187 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9188
9189         * Makefile.in (all-libg++): Depend on all-libstdc++.
9190
9191 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9192
9193         * configure.in (noconfigdirs): Enable all packages for
9194           i386-unknown-netbsd.
9195
9196 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
9197
9198         * configure.in (noconfigdirs): Don't configure tk for i386-go32
9199         hosted builds (DOS builds)
9200
9201 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
9202
9203         Changes for ARM based on patches from Richard Earnshaw:
9204         * config.sub: Handle armeb and armel.
9205         * configure.in: Omit arm linker only for riscix.
9206
9207 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9208
9209         * config.guess:  Update from FSF.
9210
9211 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
9212
9213         * config.sub: Recognize powerpcle as the little endian varient of
9214         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
9215         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
9216         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
9217         temporarily.
9218
9219 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
9220
9221         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
9222
9223 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
9224
9225         * config.sub: Accept -lites* as a basic system type.
9226
9227 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
9228
9229         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
9230         installed, and if so return linuxoldld as the system name.
9231
9232 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
9233
9234         * config.guess: Add hppa1.1-hp-lites support.
9235
9236 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9237
9238         * configure.in: Don't build newlib for m68k-vxworks5.1.
9239
9240 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9241
9242         * configure.in (mips-sgi-irix6): Use mh-irix5.
9243
9244 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
9245
9246         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
9247
9248 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9249
9250         * test-build.mk: Enable building of shared libraries on IRIX 5 and
9251         OSF/1.  Fix compiler flags.
9252         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
9253
9254 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
9255
9256         * configure.in: Recognize --with-newlib.
9257         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
9258
9259 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
9260
9261         * Makefile.in: move {all,check,install}-gdb from *_MODULES
9262         to *_X11_MODULES due to gdbtk needing X include files et al.
9263
9264 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
9265
9266         Merge in support for Mac MPW as a host.
9267         (Old change descriptions retained for informational value.)
9268
9269         * mpw-config.in: Add generic include forwards for cpu-specific
9270         include files in aout and elf directories.
9271
9272         * mpw-configure: Added copyright.
9273         * mpw-config.in: Check for presence of required build tools.
9274         (target_libs): Add newlib.
9275         (target_tools): Add examples.
9276         (Read Me): Generate as "Read Me for MPW" instead.
9277         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
9278         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
9279         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
9280
9281         * mpw-configure: Remove subdir-specific makefile hackery,
9282         delete mk.tmp after using it.
9283
9284         * mpw-build.in (all): Display start and end times.
9285
9286         * mpw-configure (host_canonical): Set.
9287         (target_cpu): Always add to makefiles.
9288         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
9289         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
9290         (mpw-mh-mpw): Look for in srcdir and srcroot.
9291         Use sed instead of mpw-edit-prefix to edit prefix definitions.
9292
9293         * mpw-build.in: (install-only): New target.
9294
9295         * mpw-configure (host_alias, target_alias): Rename from hostalias
9296         and targetalias, add into generated Makefile.
9297         (mk.tmp): If present, add into generated Makefile.
9298         * mpw-build.in (all-gas): Build config.h first before gas proper.
9299
9300         * mpw-configure (config.status): Write only if changed.
9301         * mpw-config.in (readline): Configure it (not built, just used for
9302         definitions).
9303
9304         * mpw-config.in (elf/mips.h): Add a forward include.
9305
9306         * mpw-config.in: Forward-include most .h files in include into
9307         extra-include.
9308         (readline): Don't build.
9309         mpw-build.in (install): Install GDB.
9310
9311         * mpw-configure (prefix, mpw_prefix): Handle it.
9312         * mpw-config.in (mmalloc, readline): Don't configure.
9313         * mpw-build.in (thisscript): Rename to ThisScript.
9314         Use mpw-build instead of BuildProgram everywhere.
9315         (mmalloc, readline): Don't build.
9316         * mpw-README: New file, basic documentation about the MPW port.
9317
9318         * mpw-config.in: Use forward-include to create include files.
9319
9320         * mpw-configure: Add more things to the top of each configured
9321         Makefile, including contents of config/mpw-mh-mpw.
9322         * mpw-config.in (extra-include): Create this directory and fill it
9323         with Posix-like include files when configuring.
9324
9325         * config.sub (apple, mac, mpw): Add various aliases.
9326
9327         * mpw-build.in: New file, top-level build script fragment for MPW.
9328         * mpw-configure: New file, configure script for MPW.
9329         * mpw-config.in: New file, config fragment for MPW.
9330
9331 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9332
9333         * configure.in (host_libs): Remove glob, since it is gone from the
9334         sources.
9335
9336 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9337
9338         * Makefile.in: define empty GDB_NLM_DEPS var.
9339
9340         * configure.in(target_makefile_frag): use config/mt-netware
9341         for netware targets.
9342
9343 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
9344
9345         * config.sub: Merge in recent FSF changes.  Remove linux special
9346         cases.
9347
9348 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
9349
9350         Revert this change:
9351
9352         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
9353
9354                 * build-all.mk: Use CC=cc -Xs on Solaris.
9355
9356 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9357
9358         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
9359         stop using it.
9360         * Makefile.in: Nuke all references to glob subdirectory.
9361
9362 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9363
9364         * configure.in: Fix --enable-shared logic in per-host.
9365
9366 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
9367
9368         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
9369
9370 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9371
9372         * configure.in (noconfigdirs): Don't build gas on AIX, for
9373         powerpc*-*-aix* as well as for rs6000*-*-aix*.
9374
9375 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
9376
9377         * configure: Fix --cache-file to work if the file argument is a
9378         relative path.
9379
9380 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
9381
9382         * configure: If the --cache-file is used, pass it down to
9383         configure in subdirectories.
9384
9385 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
9386
9387         * config.sub: add vxworks29k configuration.
9388
9389 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
9390
9391         * Makefile.in (taz): Do "diststuff" part quietly.
9392
9393 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
9394
9395         * config.sub: Mini-merge with gcc/config.sub.
9396
9397 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9398
9399         * config.guess (IRIX): Sed - to _.
9400
9401 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9402
9403         * Makefile.in (source-vault, binary-vault): New targets.
9404
9405 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
9406
9407         * config.sub: Recognize -eabi as a basic system type.
9408
9409 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9410
9411         * configure.in (enable_shared stuff): Fix typo.
9412
9413 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
9414
9415         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
9416
9417 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9418
9419         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
9420
9421 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
9422
9423         * configure.in (rs6000-*-*): Don't build gas.
9424
9425 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
9426
9427         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
9428         reduce command line length.
9429         (AS_FOR_TARGET): Check for as.new, not Makefile.
9430         (NM_FOR_TARGET): Check for nm.new, not Makefile.
9431
9432 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9433
9434         * config.guess:  Merge from FSF.
9435
9436 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9437
9438         * configure: Don't use $ when handling program_suffix.
9439
9440 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
9441
9442         * configure.in:  Configure tk for hppa/hpux.
9443
9444 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9445
9446         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
9447
9448 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9449
9450         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
9451         to LIBCXXFLAGS.  Tests are better run without it.
9452
9453 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
9454
9455         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
9456
9457 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
9458
9459         * configure.in (*-*-netware*): Don't configure xiberty.
9460
9461 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
9462
9463         * configure.in:  Remove tk from native_only list.
9464
9465 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
9466
9467         * build-all.mk: Add mips-ncd-elf target to sun4 targets
9468           for special NCD build.
9469
9470 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9471
9472         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
9473         makeall.bat, they're only useful for binutils snapshots.
9474         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
9475         makeall.bat to specified SUPPORT_FILES.
9476
9477 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
9478
9479         * build-all.mk: Add Ericsson targets to sun4 and solaris
9480           hosts.  Add  BNR's sun4 target to solaris host, so their
9481           build-from-source will be tested in-house first.
9482
9483 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
9484
9485         * Makefile.in (LIBCFLAGS): New variable.
9486         (CFLAGS_FOR_TARGET): Ditto.
9487         (LIBCFLAGS_FOR_TARGET): Ditto.
9488         (LIBCXXFLAGS): Ditto.
9489         (CXXFLAGS_FOR_TARGET): Ditto.
9490         (LIBCXXFLAGS_FOR_TARGET): Ditto.
9491         (BASE_FLAGS_TO_PASS): Pass them.
9492         (EXTRA_TARGET_FLAGS): Ditto.
9493
9494         * configure.in: Support --enable-shared.
9495
9496 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9497
9498         * configure.in (target_libs):  Include libstdc++ again.
9499         * config.guess:  Update from FSF (for FreeBSD).
9500
9501 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9502
9503         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
9504         makeall.bat.
9505         (DISTDOCDIRS): Add `etc'.
9506         (ETC_SUPPORT_PFX): New variable.
9507         (taz): Include anything from etc starting with a word in
9508         ETC_SUPPORT_PFX.
9509
9510 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9511
9512         * config.sub: Update for recent FSF changes.  Remove obsolete
9513         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
9514         spacing changes.
9515
9516 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9517
9518         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
9519
9520         * config.guess:  Merge with FSF.
9521         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
9522
9523 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9524
9525         * configure: Since the "trap 0" handler will override the exit
9526         status on many systems, only use it for "exit 1", and make it set
9527         a non-zero exit status; reset it before "exit 0".  Also, check
9528         exit status of config.sub, and error out if it failed.
9529
9530 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
9531
9532         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
9533         and install libgloss.
9534
9535 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9536
9537         * Makefile.in (all-binutils): Depend upon all-byacc.
9538
9539         * configure.in: Don't build emacs on Irix 5.
9540
9541 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
9542
9543         * configure.in (*-*-netware*): Add libio.
9544
9545 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
9546
9547         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
9548         (CHECK_TARGET_MODULES): Ditto.
9549         (INSTALL_TARGET_MODULES): Ditto.
9550         (TARGET_LIBS): Ditto.
9551         (all-libstdc++): Note dependencies.
9552
9553 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9554
9555         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
9556
9557 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
9558
9559         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
9560         -fexternal-templates.
9561
9562         * configure.in (target_libs): Add libstdc++.
9563         (noconfigdirs): Add libstdc++ as appropriate.
9564
9565 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9566
9567         * config.guess:  Update from FSF.
9568
9569 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9570
9571         * configure: Use ${config_shell} when running ${configsub}.
9572
9573 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
9574
9575         * config.sub: No longer recognize h8300h.
9576
9577 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9578
9579         * config.sub: Remove extraneous differences between config.sub and
9580         gcc/config.sub.
9581
9582 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9583
9584         * Makefile.in (DISTSTUFFDIRS): Add gas.
9585
9586 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
9587
9588         * COPYING.NEWLIB: New file.
9589
9590 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9591
9592         * config.guess (HP-UX):  Patch from Harlan Stenn
9593         <harlan@landmark.com> to also emit release level.
9594
9595 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
9596
9597         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
9598
9599 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9600
9601         * config.sub:  Merge nextstep cleanup from FSF.
9602
9603 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
9604
9605         * configure.in (arm-*-*): Don't configure ld for this target.
9606
9607 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
9608
9609         * configure.in (*-*-netware): don't configure libg++, libio,
9610           librx, or newlib.
9611
9612 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9613
9614         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
9615         configure ld--it works, but it doesn't support shared libraries.
9616
9617 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9618
9619         * config.guess (*-unknown-freebsd*):  Get rid of possible
9620         trailing "(Release)" in version string.
9621         Patch from Paul Richards <paul@isl.cf.ac.uk>.
9622
9623 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9624
9625         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
9626         Fix type: *-next-neststep -> *-next-nextstep.
9627
9628         * config.guess:  Merge from FSF:
9629
9630         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
9631
9632         * config.guess: Recognize powerpc-ibm-aix3.2.5.
9633
9634         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
9635
9636         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
9637         instead of UNIX_SV for UnixWare 1.0).
9638
9639 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
9640
9641         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
9642         to make gdb/nlm/* build after the compiler and linker.
9643
9644 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9645
9646         * config.guess (netbsd, freebsd, linux):  Accept any machine,
9647         not just i[34]86.
9648         (m68k-atari-sysv4):  Relocate to match FSF version.
9649
9650         * config.guess:  More merges from the FSF:
9651
9652         Add a space before function call or macro invocation.
9653
9654         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9655
9656         * config.guess: Add trap cmd to remove dummy.c and dummy when
9657         interrupted.
9658
9659         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9660
9661         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
9662         (dummy): Redirect stderr from compilation of dummy.c.
9663
9664         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
9665
9666         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
9667
9668 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
9669
9670         * configure: Accept and ignore --cache*, for compatibility with
9671         new autoconf.
9672
9673 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9674
9675         * config.guess:  Merge from FSF:
9676
9677         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9678
9679         * config.guess (Pyramid*:OSx*:*:*): New case.
9680         (PATH): Add /.attbin at end for finding uname.
9681         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
9682
9683         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
9684
9685         * config.guess (M88*:DolphinOS:*:*): New case.
9686
9687         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
9688
9689         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
9690         to select whether to use ELF or COFF.
9691
9692         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9693
9694         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
9695
9696         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9697
9698         * config.guess: Guess the OS version for HPUX.
9699
9700         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
9701
9702         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
9703
9704 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9705
9706         * configure.in: Recognize --with-headers, --with-libs, and
9707         --without-newlib.
9708         * Makefile.in (all-xiberty): Depend upon all-ld.
9709
9710 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9711
9712         * configure.in: Change i[34]86 to i[345]86.
9713
9714 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9715
9716         * configure (version): A few more tweaks to help message.
9717
9718 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9719
9720         * Makefile.in:  Remove (for now) librx as a host library,
9721         now that we're building it for target.
9722
9723 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9724
9725         * configure: Fix up help message; from karl@owl.hq.ileaf.com
9726         (Karl Berry).
9727
9728 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9729
9730         * configure.in:  Also configure librx.
9731
9732 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9733
9734         * Makefile.in:  Update various rules to reflect that librx
9735         is now needed for libg++.
9736
9737 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9738
9739         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
9740
9741 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
9742
9743         * configure.in: Configure the examples directory.
9744
9745 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9746
9747         * configure: Simplify Jun 2 1994 change.
9748
9749 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
9750
9751         * change CC to /usr/latest/bin/gcc for lynx host builds, since
9752         /bin/gcc isn't good enough to build gcc.
9753
9754 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
9755
9756         * Makefile.in (GDB_SUPPORT_FILES): Remove
9757         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
9758         (gdb.tar.gz): Add new rule to use standard distribution building
9759         mechanism.
9760
9761 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9762
9763         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
9764         Bill Cox <bill@cygnus.com>.
9765
9766 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9767
9768         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
9769
9770 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
9771
9772         * configure:  Search current dir first in .gdbinit.
9773
9774 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9775
9776         * config.sub:  Recognize freebsd (merged from gcc config.sub).
9777
9778 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9779
9780         * config.sub:  Refer to NeXT's operating system as nextstep.
9781
9782         * config.sub (case $basic_machine):  Re-order the cases, to match
9783         the order in the FSF version (which is mostly alphabethical).
9784         Merge in some additions and changes from the FSF.
9785
9786 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
9787
9788         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
9789         * config.sub: Recognize cxux7.
9790         * configure.in: Use mh-cxux for m88k-harris-cxux*.
9791
9792 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9793
9794         * config.sub:  Fix typo powerpc -> powerpc-*.
9795
9796 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
9797
9798         * Makefile.in: `all-emacs19' depends on `all-byacc'.
9799
9800         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
9801         parallel with all-emacs and install-emacs).  Top-level command
9802         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
9803
9804 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9805
9806         * test-build.mk ($(host)-stamp-stage2-installed): Remove
9807         $(relbindir)/make before doing ``make install'', and use
9808         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
9809         installing over running make binary.
9810         ($(host)-stamp-stage3-installed): Likewise.
9811
9812 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9813
9814         * config.guess: Recognize Mach.
9815
9816 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9817
9818         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
9819         see whether --exec-prefix was used.
9820
9821 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9822
9823         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
9824
9825 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9826
9827         * Makefile.in: Add all-librx target similar to all-libproc.
9828
9829 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
9830
9831         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
9832         with post 1.2 uname bogosity.
9833
9834 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9835
9836         * configure: Remove temporary files on receipt of a signal.
9837
9838 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
9839
9840         * configure: If there is a package_makefile_frag, remove
9841         ${subdir}/Makefile.tem after copying it in.
9842
9843 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
9844
9845         * build_all.mk: support rs6000 lynx identifies itself as
9846         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
9847         since /bin/gcc is too feeble to compile a modern gcc.
9848
9849 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
9850
9851         * brought devo/test-build.mk update-to-date with progressive/
9852           test-build.mk. Add lynx targets and hppa flag info.
9853
9854 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9855
9856         * configure.in:  Use mh-ncrsvr43.  Patch from
9857         Tom McConnell <tmcconne@sedona.intel.com>.
9858
9859 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9860
9861         * config.guess (i386-unknown-bsdi):  No longer need to
9862         check #if defined(__bsdi__) && defined(__i386__).
9863
9864 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9865
9866         * configure: Set program_transform_nameoption correctly.
9867
9868 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
9869
9870         * brought build-all.mk update-to-date with progressive build-all.mk,
9871           added new targets and hppa info.
9872
9873 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9874
9875         * configure: If config.guess result is a prefix of the user
9876         specified target, assume a native build and use the user specified
9877         target as the host alias.  Remove SunOS patch suffix removal hack.
9878         * configure.in: Remove SunOS patch suffix removal hack.
9879
9880         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
9881         in NATIVE_CHECK_MODULES.
9882
9883 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
9884
9885         * Makefile.in: Rename HOST_ONLY to NATIVE.
9886         * configure: Delete SunOs patch suffix from host_canonical
9887           and build_canonical variables that are prepended to Makefiles.
9888         * configure.in: Add comments for easier maintenance.
9889
9890 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9891
9892         * Makefile.in: Add all-libproc target similar to all-gui.
9893
9894 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
9895
9896         * Makefile.in (CHECK_MODULES): split into
9897         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
9898
9899 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
9900
9901         * config.guess (i386-unknown-bsdi): New system to guess.
9902
9903 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9904
9905         * Makefile.in: Add all-gui target (but not yet build by "all").
9906
9907 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
9908
9909         * config.sub: Move deletion of patch suffix from here...
9910         * configure.in: To here, at Ian's suggestion.  The top-
9911           level scripts might need to know of a patch level.
9912
9913 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
9914
9915         * config.sub: Strip off patch suffix so rtl is recognized
9916           as a sunos4.1.3 machine, even though it's been patched.
9917
9918 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
9919
9920         * Makefile.in (INSTALL_LAST): Delete.
9921         (INSTALL_DOSREL): New.
9922
9923 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9924
9925         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
9926         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
9927         whether we pass down --with-gnu-ld anyhow.
9928
9929 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
9930
9931         * Makefile.in (INSTALL_LAST): Change operation so it works
9932         on more flavors of make.
9933         * configure.in (go32): Don't build libg++ or libio.
9934
9935 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
9936
9937         * Makefile.in (Move HOST_PREFIX_1 and friends up so
9938         they can be overriden by templates.
9939
9940 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
9941
9942         * configure.in (target==go32): Don't build gdb.
9943         * dosrel: New directory.
9944
9945 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
9946
9947         * configure.in (host==go32): Configure dosrel too.
9948         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
9949         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
9950         be set by incoming names or templates.
9951         (INSTALL_LAST): New rule.
9952
9953 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
9954
9955         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
9956
9957 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
9958
9959         * configure.in (appdirs): New variable.  Currently empty, but will
9960         be used in gas distribution.  If nonempty, lists a set of
9961         directories at least one of which must get configured, or top
9962         level configuration is considered to have failed.
9963         (rs6000-*-lynxos*): Use new file name.
9964
9965 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9966
9967         Eliminate XTRAFLAGS.
9968         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
9969         newlib include files using -idirafter, and also use -nostdinc.
9970         (CXX_FOR_TARGET): Likewise.
9971         (XTRAFLAGS): Removed.
9972         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
9973         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
9974         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
9975         ($(DO_X)): Don't pass down XTRAFLAGS.
9976
9977 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
9978
9979         * configure.in (mips*-dec-bsd*): New target; do build linker.
9980         (mips*-*-bsd*): New target; don't build linker.
9981
9982 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
9983
9984         * configure.in: support rs6000-*-lynxos* configuration.
9985         support sunos4 as a cross target.
9986
9987         * config.sub: look for lynx*, not lynx since the OS version may
9988         legitimately be part of the name.
9989
9990 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
9991
9992         * configure.in (i[34]86-*-sco*): Move to be with other i386
9993         targets.
9994         (romp-*-*): New target.  Skip various binary utilities.
9995         (vax-*-*): New target.  Don't build newlib.
9996         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
9997
9998 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
9999
10000         * configure.in: Only set host_makefile_frag if config
10001         directory exists.
10002
10003 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10004
10005         * install.sh: If $dstdir exists, don't check whether each
10006         component does.
10007
10008 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10009
10010         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
10011
10012 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
10013
10014         * configure.in (*-*-lynxos*): Don't configure newlib for either
10015         native or cross Lynx.
10016
10017 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
10018
10019         * config.sub (sparc64-elf): Fix os.
10020         (z8k): Remove duplicate.
10021
10022 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10023
10024         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
10025         gcc/stmp-fixproto, to try to prevent fixproto from being run.
10026
10027 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
10028
10029         * configure: Make file links cleanly even if Lynx fails on
10030           an NFS symlink (at least fail cleanly).
10031
10032 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
10033
10034         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
10035         -XNh2000.
10036
10037 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10038
10039         * configure: Unknown options are fatal again.
10040
10041 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
10042
10043         * configure: Ignore --x-includes and --x-libraries, for Autoconf
10044         compatibility.
10045
10046 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
10047
10048         * build-all.mk: Add `clean' target.
10049
10050 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10051
10052         * config.guess:  Add SINIX support.
10053         * configure.in:  Add mips-*-sysv4* support.
10054
10055 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
10056
10057         * build-all.mk: Document all useful targets.
10058         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
10059         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
10060
10061 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10062
10063         * configure: Support --silent, --quiet.
10064
10065 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10066
10067         * configure: Support --disable-FEATURE.
10068
10069 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10070
10071         * config.guess: Recognize NCR running SVR4.3.
10072
10073 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10074
10075         * config.guess:  Make BSDI generate i386-unknown-bsd386.
10076         Patch from Paul Eggert <eggert@twinsun.com>.
10077
10078 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10079
10080         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
10081
10082 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10083
10084         * configure: Make unrecognized options give nonfatal warnings
10085         instead of fatal errors, and pass them to any subdirectory
10086         configures in case they recognize them.
10087         Make --x equivalent to --with-x.
10088
10089 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10090
10091         * configure: Add --enable-* options.  Clean up usage message and
10092         some comments.
10093
10094 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
10095
10096         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
10097
10098 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10099
10100         * configure.in (hppa*-*-*): Enable binutils.
10101
10102 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10103
10104         * config.sub: Recognize cisco.
10105
10106 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
10107
10108         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
10109
10110 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10111
10112         * config.guess: about target *-hitachi-hiuxwe2, don't print more
10113         than one configuration name.  Add comment.
10114
10115 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
10116
10117         * config.guess: about target *-hitachi-hiuxwe2, fixed
10118         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
10119         macro is incorrect.]
10120
10121 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10122
10123         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
10124         than the "make ls" stuff which used to be here.
10125
10126 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10127
10128         * config.guess:  Recognize i[34]86-unknown-freebsd.
10129         From Shawn M Carey <smcarey@rodan.syr.edu>.
10130
10131 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10132
10133         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
10134
10135 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
10136
10137         * config.guess: Check for ptx.
10138
10139 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
10140
10141         * config.sub: Add os9k checking.
10142
10143 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10144
10145         * config.guess: Handle OSF1 running on HPPA processors
10146
10147 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
10148
10149         * configure: If subdir configure fails, print out a message with
10150         subdirectory name, in case subdir's configure code didn't identify
10151         itself.
10152
10153 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
10154
10155         * configure.in: Remove embedded newlines from configdirs.
10156         Avoid mismatches of substrings.  Fix matching strings at end
10157         of configdirs.
10158
10159 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
10160
10161         * config.guess:  Add Lynx/rs6000 config support.
10162
10163 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
10164
10165         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
10166
10167 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
10168
10169         * configure.in (hppa*-*-osf*): Treat this just like most other
10170         PA configurations (eg no binutils or ld).
10171         (hppa*-*-*elf*): These configurations have binutils and ld.
10172
10173 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10174
10175         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
10176
10177 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10178
10179         * configure.in (rs6000-*-*): Build gas.
10180
10181 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10182
10183         * Makefile.in:  Avoid bug in losing hpux sed.
10184
10185 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10186
10187         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
10188         for GDB and GDB has been fixed to not need it.
10189
10190 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10191
10192         * config.guess: Recognize vax hosts.
10193
10194 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10195
10196         * configure (while loop): Don't use "break 2" inside case
10197         statement -- the case statement isn't an enclosing loop.
10198
10199 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10200
10201         * config.guess:  Clean up NeXT support, to allow nextstep
10202         on Intel machines.  Make OS be nextstep.
10203
10204 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
10205
10206         * config.guess: Add alternate forms for Convex.
10207
10208 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
10209
10210         * configure:  Completely rewrite option processing.  Take
10211         advantage of pattern-matching to avoid invoking test frequently.
10212         Also clean up host and target defaulting logic.
10213
10214 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10215
10216         * Makefile.in: Replace all occurrances of "rootme" with "r" and
10217         "$${rootme}" with "$$r", to increase the likelihood that the do-*
10218         commands (plus user environment) will fit SCO limits.
10219
10220 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10221
10222         * configure.in: Don't issue warnings about directories which are
10223         not being configured if -norecursion is set.  Correct test for
10224         --with-gnu-as and --with-gnu-ld to not get confused by substring
10225         matches.
10226
10227         * configure.in: Don't build gas for alpha-dec-osf1*.
10228
10229 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
10230
10231         * configure:  Back out Per's change of 12/19/1993.  It changes the
10232         behavior of configure in unexpected and confusing ways.
10233
10234         Also, use different delim char when calculating
10235         program_transform_name so that the name can contain slashes.
10236
10237 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
10238
10239         * configure.in, config.sub: Add support for VSTa micro-kernel.
10240
10241 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
10242
10243         * configure.in: Nuke hacks which were used to get a special
10244         version of GAS for HPPA configurations.
10245
10246 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10247
10248         * configure:  If only ${target_alias} is given, use that
10249         as the default for ${host_alias}.
10250         * configure:  Add missing back-slashes before nested quotes.
10251
10252 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
10253
10254         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
10255
10256 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
10257
10258         * config.guess:  Recognize some Tektronix configurations.
10259         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
10260
10261 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
10262
10263         * config.sub: Match any flavor of SH.
10264
10265 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
10266
10267         * configure.in: Don't try to configure newlib for Alpha.
10268
10269 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10270
10271         * configure.in: Don't build ld for Irix 5.  Don't build gas,
10272         libg++ or libio for any Alpha target.
10273
10274         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
10275
10276 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
10277
10278         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
10279         default arguments -- so it tried to compress itself.
10280
10281 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
10282
10283         * configure.in (notsupp): ensure that a space is always at the end
10284           of the configdirs list, since the grep checks for an explicit space
10285
10286 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10287
10288         * configure.in (target i386-sysv4.2): don't build ld, since static
10289           versions of many libraries are not available.
10290
10291 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10292
10293         * config.guess: Recognize Apollos (using environment variables).
10294         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
10295
10296 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10297
10298         * config.guess: Recognize Sony news mips running newsos.
10299
10300 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
10301
10302         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
10303         "fi ; else" for bash.
10304
10305 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
10306
10307         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
10308
10309 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
10310
10311         * config.sub: accept unixware as an alias for svr4.2.
10312         Fix some inconsistancies with the gcc version.
10313
10314 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10315
10316         * Makefile.in (DISTDOCDIRS):  Add gdb.
10317
10318 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10319
10320         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
10321
10322 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
10323
10324         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
10325         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
10326         this now.
10327
10328 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10329
10330         * config.sub: Accept hiux* as an OS name.
10331
10332         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
10333         etc/make-stds.texi.  The underscore came from gcc, and dje now
10334         agrees that RUNTESTFLAGS is the correct name.
10335
10336 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10337
10338         * install.sh:  Remove 'set -e'.  It makes any conditionals
10339         in the script useless.
10340
10341         * config.guess: Automatically recognize arm-acorn-riscix
10342         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
10343
10344 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10345
10346         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
10347
10348 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
10349
10350         * Makefile.in (DISTDOCDIRS): New variable.
10351         (taz): Edit local Makefile.in sooner, instead of proto-toplev
10352         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
10353
10354 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10355
10356         * configure.in (hppa target): check the source directory for the
10357           pagas sub-directory
10358
10359 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
10360
10361         * config.sub: Allow -aout* and -elf*.
10362
10363 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
10364
10365         * configure.in: Don't build ld on i386-solaris2, same as for
10366         sparc-solaris2.
10367
10368 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10369
10370         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
10371
10372 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10373
10374         * configure.in:  Configure gdb for alpha.
10375
10376 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10377
10378         * Makefile.in (CXXFLAGS): Add -O.
10379
10380 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10381
10382         * config.guess: added support for DG Aviion
10383
10384 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
10385
10386         * configure.in: Produce warning message for subdirectories not
10387         configurable for this host/target combination.  Don't try to
10388         configure gdb for vms.
10389
10390 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
10391
10392         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
10393         appropriate files before making "diststuff".
10394         (DISTBISONFILES): New var: list of files to be edited.
10395         (DISTSTUFFDIRS): Add binutils.
10396
10397 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10398
10399         * config.sub: also handle mipsel and mips64el (for little endian mips)
10400
10401 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10402
10403         * configure.in: Add * to end of all OS names.
10404
10405 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
10406
10407         * configure.in: Build newlib for LynxOS native.
10408
10409 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10410
10411         * config.guess: Add support for delta 88k running SVR3.
10412
10413         * configure.in: Add comment about HP compiler vs. emacs.
10414
10415 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10416
10417         * configure.in: don't build ld on solaris2 (not a viable option
10418           due to bugs in getpwnam & getpwuid)
10419
10420 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
10421
10422         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
10423         config.guess will produce a full version number.
10424
10425 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10426
10427         * configure.in: Build linker and binutils for alpha-dec-osf1.
10428
10429 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10430
10431         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
10432         and gdb/testsuite/Makefile.in.
10433
10434 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10435
10436         * configure.in: recognize mips*- instead of mips-
10437
10438 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
10439
10440         * config.sub: Accept linux*coff and linux*elf as operating
10441         systems.
10442
10443 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10444
10445         * config.sub: Recognize mips64, and mips3 as an alias for it.
10446
10447 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10448
10449         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
10450         gdb knows how to handle OSF/1 shared libraries.
10451
10452 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10453
10454         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
10455         * config.guess: Recognize Hitachi's HIUX.
10456         * config.sub: Recognize h3050r* and hppahitachi.
10457         Remove redundant cases for hp9k[23]*.
10458
10459 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10460
10461         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
10462         if gas and ld are in the source tree and are in ${configdirs}.
10463         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
10464         --with options (but still pass them down on the command line,
10465         if they were explicitly specified).
10466
10467 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10468
10469         * configure: substitute SHELL value in Makefile.in with
10470         ${CONFIG_SHELL}
10471
10472 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10473
10474         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
10475         *-*-solaris2* targets.
10476
10477 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10478
10479         * Makefile.in: define M4, and pass it down to sub-makes;
10480         all-autoconf now depends on all-m4
10481
10482 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10483
10484         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
10485         presence of {ar,ranlib} instead of a configured directory
10486
10487 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
10488
10489         * config.guess: Accept 34?? as well as 33?? for NCR.
10490
10491 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10492
10493         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
10494         of 'gas' in sed commands, since 'gash' is now in the tree as well.
10495
10496 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10497
10498         * configure: grab values for $(CC) and $(CXX) from the
10499         environment, so that someone can do "CC=gcc configure; make" and
10500         have it work right (matching the way that autoconf works now)
10501
10502         * configure.in, Makefile.in: add support for gash, the tcl
10503         interface to Galaxy
10504
10505         * config.guess: add NetBSD variants (hp300, x86)
10506
10507 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
10508
10509         * install.sh: Support -d option (in the manner of SunOS 4 install,
10510         as it is more deterministic than that of GNU install)
10511         (chmodcmd): Set file to mode 755 by default (should also do default
10512         chgrp and chown, but I don't feel like dealing with that now)
10513
10514 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
10515
10516         * config.sub: Remove h8300hhms alias.
10517
10518 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10519
10520         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
10521
10522 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10523
10524         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
10525         as stmp-fixinc
10526
10527 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
10528
10529         * config.sub: recognize m88110-bug-coff.
10530
10531 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10532
10533         * Makefile.in (all-libio): all dependencies on the toolchain used
10534         to build this (gcc, gas, ld, etc)
10535
10536 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10537
10538         * config.guess: Deal with OSF/1 1.3 on alpha.
10539
10540 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10541
10542         * install.sh: add some 'else true' clauses for portability
10543
10544         * configure.in: don't build libio for h8[35]00-*-* targets
10545
10546 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10547
10548         * Makefile.in:  Add support for new libio.
10549
10550 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10551
10552         * install.sh: If one command fails, don't try the rest.  Don't try
10553         to remove $dsttmp (via trap) unless we have already created it.
10554         If $src doesn't exist, detect it and exit with an error.
10555
10556         * config.guess: Recognize BSD on hp300.
10557
10558 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10559
10560         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
10561         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
10562
10563 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
10564
10565         * Makefile.in (all-send-pr): depends on all-prms
10566
10567 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10568
10569         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
10570
10571 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10572
10573         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
10574         Added test for mips-mips-riscos5.
10575
10576 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10577
10578         * configure.in: use mh-hp300 for 68k HP hosts
10579
10580 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10581
10582         * configure: add support for CONFIG_SHELL, so that you can use
10583         some alternate shell for evaluating configure scripts
10584
10585 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
10586
10587         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
10588         in configure script to bug-gdb@prep.ai.mit.edu when building
10589         distribution archive.
10590         * Makefile.in (COMPRESS):  Remove def.
10591         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
10592         gdb.tar.Z and make-gdb.tar.Z respectively.
10593         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
10594         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
10595         to convergence with 'taz' target in Makefile.in.
10596
10597 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10598
10599         * install.sh (dsttmp): use trap to ensure that tmp files go
10600         away on error conditions
10601
10602 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10603
10604         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
10605
10606 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10607
10608         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
10609         its parent is '/' not ''.
10610
10611         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
10612
10613 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
10614
10615         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
10616         that ${newsrcdir}/configure.in does.
10617
10618 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10619
10620         * test-build.mk: support for CONFIG_SHELL
10621
10622 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
10623
10624         * config.sub (netware):  Add as a basic system type.
10625
10626 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
10627
10628         * Makefile.in (Makefile): depend on configure.in.  Also drop the
10629           $(srcdir)/ from the dependency on Makefile.in.
10630
10631 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
10632
10633         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
10634         (h8300hhms is temporary until multi-libraries are implemented).
10635         * configure.in: Handle h8300h too.
10636
10637 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10638
10639         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
10640
10641 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
10642
10643         * configure:  Remove extraneous output when guessing host type.
10644         * config.guess:  Remove extraneous output when guessing using C
10645         compiler rather than uname, or when guessing fails.
10646
10647 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
10648
10649         * Makefile.in: remove all.cross and install.cross targets
10650
10651         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
10652           definitions
10653
10654 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
10655
10656         * configure.in (target sh): Build gprof.
10657
10658 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10659
10660         * config.sub: change -solaris to -solaris2
10661
10662 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10663
10664         * configure.in: Use config/mh-riscos for mips-*-sysv*.
10665
10666 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
10667
10668         * configure: Correct error message for missing Makefile.in to
10669         print correct directory.
10670
10671 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10672
10673         * install.sh: kludge around 386BSD shell bug
10674
10675 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
10676
10677         * config.guess:  Recognize NeXT.
10678         * config.guess:  Recognize i486-ncr-sysv4.
10679         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
10680
10681 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
10682
10683         * Makefile.in (MAKEINFOFLAGS): New variable.
10684         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
10685         * build-all.mk, test-build.mk: Pass down --no-split as
10686         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
10687
10688 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
10689
10690         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
10691
10692 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
10693
10694         * Makefile.in (libg++.tar.z):  New rule.
10695         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
10696         * Makefile.in (taz):  Only do a single chmod.
10697
10698 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
10699
10700         * install.sh: don't use dirname anymore (replaced with sed usage)
10701
10702 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
10703
10704         * Makefile.in:  Change extension for gzip'd files from '.z' to
10705         '.gz' per new FSF standard usage.
10706
10707 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
10708
10709         * configure: put quotes around the final value of program_transform_name
10710
10711 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10712
10713         * Makefile.in: new install.sh support; update install-info rules
10714
10715 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
10716
10717         * configure.in: Build diff for crosses, but not for go32 host.
10718
10719         * configure.in: Build gprof only for native, and don't build it
10720         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
10721
10722 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
10723
10724         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
10725
10726 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
10727
10728         * configure.in (host_tools): Add prms.
10729
10730 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10731
10732         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
10733         with $(FLAGS_TO_PASS) on the command line
10734
10735         * config.sub: Recognize lynx and lynxos
10736
10737 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
10738
10739         * config.sub: Accept -ecoff*, not just -ecoff.
10740
10741 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10742
10743         * Makefile.in (taz): Use .gz suffix instead of .z.
10744         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
10745         names.
10746
10747 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10748
10749         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
10750
10751 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10752
10753         * Makefile.in (install-no-fixedincludes):  install gcc last, so
10754         that rebuilds that might happen during 'make install' don't get
10755         bogus gcc include files
10756
10757 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10758
10759         Change from Utah for HPPA support:
10760         * config.guess: Recognize hppa1.x-hp-bsd.
10761
10762 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
10763
10764         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
10765         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
10766
10767 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
10768
10769         * config.sub: Add support for rom68k and bug boot monitors.
10770
10771 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
10772
10773         * Makefile.in: Make all-opcodes depend on all-bfd.
10774
10775 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
10776
10777         * config.guess: Added special check for i[34]86-univel-sysv4*.
10778
10779 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
10780
10781         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
10782         the processor rather than assuming i486.
10783
10784 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10785
10786         * config.guess: Recognize SunOS6 as Solaris3.
10787
10788 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
10789
10790         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
10791         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
10792
10793 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
10794
10795         * build-all.mk (all-cross): New target for Canadian Cross.
10796         Added Q2 go32 targets.
10797         * test-build.mk: Configure go32 cross sparclite-aout and
10798         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
10799         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
10800
10801 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10802
10803         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
10804         GO32 hosted toolchains
10805
10806 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
10807
10808         * configure: change  so "-exec-prefix" gets passed down rather
10809         than "-exec_prefix" so autoconf generated Makefiles get the
10810         exec_prefix set right.
10811
10812 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10813
10814         * config.guess: get the Solaris2 minor version number
10815
10816         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
10817
10818 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
10819
10820         * config.guess: Recognize some Sequent platforms.
10821
10822 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10823
10824         * Makefile.in: added the vault-install target
10825
10826         * configure.in: actually use the Sun3 makefile fragment that's in
10827         config, also added the release dir to configdirs
10828
10829 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10830
10831         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
10832
10833 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10834
10835         * configure.in: remove some program from Alpha targetted toolchains
10836
10837 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
10838
10839         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
10840         gprof.
10841         (taz): Run "make diststuff" in those directories instead of "make
10842         proto-dir".  Look for "VERSION=" only at start of line in subdir
10843         Makefile.  Use "gzip -9" for compression.
10844         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
10845         (binutils.tar.z): New target.
10846
10847 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
10848
10849         * Makefile.in (taz): Include gpl.texinfo.
10850
10851 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
10852
10853         * Makefile.in (setup-dirs): Merged into "taz" target.
10854         (taz): Only do `proto-dir' stuff if a directory is actually needed
10855         for this target.
10856
10857 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
10858
10859         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
10860         (FLAGS_TO_PASS): Pass down MUNCH_NM.
10861         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
10862         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
10863         (gcc-no-fixedincludes): Correct for current gcc Makefile.
10864
10865 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
10866
10867         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
10868         config.sub, and move-if-change to gdb testsuite distribution
10869         archive, so the testsuite can be extracted, configured, and
10870         run separately from the gdb distribution.  Blow away the Chill
10871         tests that require a Chill compiled executable, since GNU Chill
10872         is not yet publically available.
10873
10874 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10875
10876         * test-build.mk: set environment variables in a single command,
10877         instead of a list of assignments and exports
10878
10879         * config.guess: recognize Alpha/OSF1 systems
10880
10881 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
10882
10883         * configure: Change help message to prefer --options rather than
10884           -options.
10885
10886 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10887
10888         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
10889         zippy@ecst.csuchico.edu.
10890         * config.guess: Recognize miniframe.
10891
10892 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
10893
10894        * Makefile.in: Use srcroot to find runtest rather than rootme.
10895        Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
10896
10897 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
10898
10899         * test-build.mk: Extensive additions to support building on a
10900         machine other than the host.
10901
10902 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
10903
10904         * configure (tooldir): Fix for i386-aix again.
10905
10906 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
10907
10908         * configure, Makefile.in:  Change definition of $(tooldir)
10909         to match the FSF.
10910
10911 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
10912
10913         * config.guess:  Recognize i[34]86/SVR4.
10914
10915 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
10916
10917         * Makefile.in (all-gdb): gdb depends on sim.
10918
10919 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
10920
10921         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
10922         at the same time we make the prototype gdb directory.
10923         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
10924         files at the same time as the gdb base release distribution.
10925
10926 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
10927
10928         * Makefile.in (check): Use individual check targets rather than
10929         DO_X rule.
10930         (check-gcc): Added.
10931
10932 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
10933
10934         * config.sub: Use sysv3.2 not sysv32 for canonical OS
10935         for System V release 3.2.
10936
10937 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10938
10939         * config.sub: Recognize hppaosf.
10940         * configure.in: Do configure ld/binutils/gas for it.
10941
10942 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10943
10944         * configure (tooldir): Alter syntax used to set this, for systems
10945         where "\$" isn't handled right, like i386-aix.
10946
10947 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
10948
10949         * configure: Pass program-transform-name, not
10950         program_transform_name, to recursive configures.
10951
10952 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
10953
10954         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
10955         of gas+ld+binutils.
10956
10957 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
10958
10959         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
10960
10961 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10962
10963         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
10964
10965 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
10966
10967         * Makefile.in (PRMS): Set back to all-prms.
10968
10969 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
10970
10971         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
10972         targets, rather than for MIPS hosts.
10973
10974 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10975
10976         * configure.in: add comment for --with-x default values
10977
10978         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
10979
10980         * Makefile.in: add check-* targets for each of the directories in
10981         the tree.  Add a definition of RUNTEST that will use the one we
10982         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
10983
10984 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
10985
10986         * configure.in: Removed obsolete references to bfd_target and
10987         target_makefile_frag.
10988
10989         * build-all.mk: Set assorted targets for Q2.
10990         * config.sub: Recognize z8k-sim and h8300-hms.
10991         * test-build.mk: Really don't pass host to configure.
10992         (HOLES): Added uname.
10993
10994 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
10995
10996         * configure: Handle an empty program-prefix, program-suffix or
10997         program-transform-name correctly.
10998
10999 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
11000
11001         * build-all.mk: -G 8 no longer required for MIPS targets.
11002         * test-build.mk: Don't pass host argument to configure; make it
11003         guess.
11004
11005 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
11006
11007         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
11008         * Makefile.in (COMPRESS):  New macro, like GZIP.
11009
11010 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
11011
11012         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
11013
11014         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
11015         with gas currently defaults to -G 0.
11016
11017 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
11018
11019         * Makefile.in (all-flex): flex depends on byacc.
11020
11021         * build-all.mk: If host not specified, use config.guess.  Pass TAG
11022         to test-build.mk as RELEASE_TAG.
11023         * test-build.mk (configargs): New variable containing arguments to
11024         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
11025         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
11026
11027         * config.guess: Use /bin/uname when checking -X argument on SCO,
11028         to avoid invoking GNU uname which doesn't understand -X.
11029
11030         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
11031
11032         * configure.in: Build gas for mips-*-*.
11033
11034 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11035
11036         * Makefile.in (all.normal): insert missing backslash.
11037
11038 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
11039
11040         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
11041
11042         * Makefile.in: Complete overhaul to merge many almost identical
11043         targets.
11044
11045 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11046
11047         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
11048         (gdb.tar.Z): Adjusted.
11049
11050         * Makefile.in (setup-dirs, taz): New targets; should be general
11051         enough to adapt for gdb sometime.  Build only .z file.
11052         (gas.tar.z): New target.
11053
11054 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
11055
11056         * build-all.mk: Use CC=cc -Xs on Solaris.
11057
11058 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
11059
11060         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
11061         for handling BISON for FSF releases.
11062
11063 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11064
11065         * configure: Actually implement the change zoo just documented.
11066
11067 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
11068
11069         * configure: when using config.guess, only set target_alias when
11070         it's not already been set (ie, on the command line)
11071
11072 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11073
11074         * Makefile.in: add installcheck target, set PRMS to install-prms
11075
11076 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11077
11078         * configure: add support for package_makefile_fragment, handle the
11079         case where a directory has a configure.in file but no Makefile.in
11080         more gracefully (with an actual understandable error message, even);
11081         add support for --without (and add this to the usage message); also
11082         explicitly add a --host=${host_alias} to the command line when
11083         config.guess is used
11084
11085 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11086
11087         * configure: Must use both --host and --target in recursive calls.
11088
11089 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
11090
11091         * Makefile.in: Change deja-gnu to dejagnu.
11092
11093 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
11094
11095         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
11096
11097 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11098
11099         * configure.in: canonicalize all instances to *-*-solaris2*,
11100         also strip out a number of tools to not build for go32 host
11101
11102 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11103
11104         * config.guess: add GPL.
11105
11106         * Makefile.in, config.guess, config.sub, configure: bump
11107           copyrights to 93.
11108
11109 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
11110
11111         * Makefile.in (do-info): Removed obsolete check for existence of
11112         localenv file.
11113
11114         * Makefile.in (MAKEOVERRIDES): Define to be empty.
11115
11116 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11117
11118         * Makefile.in: a couple of 'else true' for decstation,
11119         support for TclX
11120
11121         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
11122
11123 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
11124
11125         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
11126
11127 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
11128
11129         * config.guess: Recognize i386-ibm-aix (PS/2).
11130         * configure.in: Use config/mh-aix386 file for it.
11131
11132 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
11133
11134         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
11135         CC_FOR_TARGET instead.
11136         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
11137
11138 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
11139
11140         * Makefile.in: Add sim to list of directories sent with gdb
11141
11142 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
11143
11144         * configure.in: Put back mips-dec-bsd* case.
11145
11146 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
11147
11148         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
11149         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
11150         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
11151
11152 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11153
11154         * configure.in: remove no-op mips-dec-bsd* in "case $target"
11155
11156         * Makefile.in (dir.info): only run gen-info-dir if it exists,
11157         (install-info): install dir.info only if it exists,
11158         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
11159
11160 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
11161
11162         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
11163         gas for mips-dec-bsd.
11164
11165 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
11166
11167         * configure (makesrcdir): If ${srcdir} is relative and not ".",
11168         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
11169
11170 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
11171
11172         * configure.in: Added "dejagnu" to hosttools list.
11173
11174 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
11175
11176         * config.sub, configure.in, config.guess:  Add support
11177         for Bosx, an AIX variant from Bull.
11178         Patches from F.Pierresteguy@frcl.bull.fr.
11179
11180 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
11181
11182         * devo/dejagnu: Initial creation of devo/dejagnu.
11183         Migrated dejagnu testcases and support files for testing software
11184         tools to reside as subdirectories, currently called "testsuite",
11185         within the directory of the software tool.  Migrated all programs,
11186         support libraries, etc. beloging to dejagnu proper from
11187         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
11188         with no modifications.  The changes to these files which will
11189         allow them to configure, build, and execute properly will be made
11190         in a future update.
11191
11192 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11193
11194         * Makefile.in: Change send_pr to send-pr.
11195         * configure.in: Likewise.
11196         * send_pr: Renamed directory to send-pr.
11197
11198 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
11199
11200         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
11201
11202 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
11203
11204         * README:  Update for gdb-4.8 release.
11205         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
11206         gdb-xxx.tar.z (gzip'd) file also.
11207
11208 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11209
11210         * Makefile.in: make all-diff depend on all-libiberty
11211
11212 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
11213
11214         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
11215
11216 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11217
11218         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
11219
11220 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
11221
11222         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
11223         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
11224         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
11225
11226 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11227
11228         * Makefile.in:  makeinfo binary is in a new location
11229
11230 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
11231
11232         * config.sub: Accept -ecoff as an OS.
11233
11234         * Makefile.in: Various changes to eliminate a level of make
11235         recursion and reduce the required command line length.
11236         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
11237         sub-makes.
11238         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
11239         variables holding settings for specific sub-makes.
11240         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
11241         in terms of BASE_FLAGS_TO_PASS.
11242         (TARGET_LIBS): New variable listing directories which use
11243         TARGET_FLAGS_TO_PASS.
11244         (subdir_do): Eliminated.
11245         (do-*): New set of targets to replace subdir_do.
11246         (various): All targets which used subdir_do now depend on do-*.
11247         (local-clean): Renamed from do_clean.
11248         (local-distclean): New target, dependency of distclean and
11249         realclean.
11250         (install-info): Don't create directories.  Depend on dir.info
11251         rather than calling make recursively.
11252         (install-dir.info): Eliminated.
11253         (install-info-dirs): Create all info directories here.
11254         (dir.info): Depend upon do-install-info.
11255
11256         * test-build.mk (HOLES): Added false.
11257
11258 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
11259
11260         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
11261
11262 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11263
11264         * Makefile.in (info): remove dependency on all-texinfo.  The
11265         problem was really in texinfo/C, not at this level.
11266
11267 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
11268
11269         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
11270
11271 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
11272
11273         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
11274         GDB releases.
11275
11276 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11277
11278         * configure: Include srcdir in message about target of link not
11279         being found.  Don't convert `-' to `_' in `with' options being
11280         passed to subdirs.
11281
11282 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11283
11284         * configure.in: add uudecode to host_tools
11285
11286         * Makefile.in: added {all,install}-uudecode targets, added them to
11287         the appropriate lists
11288
11289 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
11290
11291         * Makefile.in (all-gcc): Added dependency on all-gas.
11292
11293         * configure.in (mips-*-*): Build ld and binutils.
11294
11295 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11296
11297         * configure: check return code from mkdir, print error message and
11298           exit on failure.
11299
11300 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
11301
11302         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
11303
11304 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
11305
11306         * test-build.mk (HOLES): Added tar, cpio and uudecode.
11307
11308 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11309
11310         * config.sub (h8500):  Recognize this as a cpu type.
11311
11312 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11313
11314         * configure: source directory missing is no longer a warning
11315
11316         * configure.in: recognize irix[34]* instead of irix[34]
11317
11318         * Makefile.in: define and pass down X11_LIB
11319
11320 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
11321
11322         * guess-systype: Renamed to ...
11323         * config.guess:  ... by popular request.
11324         * configure.in, Makefile.in:  Update accordingly.
11325
11326 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
11327
11328         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
11329         + Add Convex, Cray/Unicos, and Encore/Multimax support.
11330         + Execute ./dummy instead of assuming . is in PATH.
11331
11332 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
11333
11334         * guess-systype:  New shell script.  Attempts to guess the
11335         canonical host name of the executing host.
11336         Only a few hosts are supported so far.
11337         * configure:  Call guess-systype if no host is specified.
11338
11339 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
11340
11341         * Makefile.in (gcc-no-fixedincludes): Made to work with current
11342         gcc Makefile.
11343
11344
11345 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
11346
11347         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
11348         (all-gcc, install-gcc, subdir_do): Use it.
11349
11350 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11351
11352         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
11353
11354 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
11355
11356         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
11357           set exclusively by configure, using configure.in .
11358
11359 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11360
11361         * test-build.mk: set $PATH for all builds
11362
11363         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
11364
11365 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
11366
11367         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
11368         the one used in gcc/Makefile.in, so that a null expansion doesn't
11369         override the one needed to build gcc with a native cc.
11370
11371
11372 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11373
11374         * configure: Accept -with arguments.
11375
11376 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
11377
11378         * Makefile.in: added h8300sim
11379
11380 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
11381
11382         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
11383         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
11384         (all-cygnus, native, build-cygnus): Make
11385         $(canonhost)-stamp-3stage-done, not $(host)....
11386         * test-build.mk (stamp-3stage-compared): Use tail +10c for
11387         i386-sco3.2v4.  Added else true to if command.
11388
11389 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
11390
11391         * config.sub: (from FSF) Sequent uses a BSD-like OS.
11392
11393 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
11394
11395         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
11396
11397 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11398
11399         * configure.in: don't remove binutils from Solaris builds
11400
11401 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
11402
11403         * Makefile.in: get rid of earlier definitions for *clean,
11404         also handle the recursive info rule better
11405
11406 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
11407
11408         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
11409         do more-or-less the right thing.
11410
11411 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
11412
11413         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
11414         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
11415
11416 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11417
11418         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
11419         $(host_canonical).
11420
11421         * configure.in: split the configdirs list into 4 categories (native
11422         v. cross, library v. tool) and handle the cross-only and native-
11423         only in more reasonable (and correct!) way.
11424
11425 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
11426
11427         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
11428         configdirs anymore.
11429
11430 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11431
11432         * Makefile.in: extensive cleanup::  removed all of the explicit
11433         clean-* targets, collapsed many wrappers around subdir_do into
11434         one, added additional targets to satisfy standards.texi, deleted
11435         some old targets, some changes for consistency
11436
11437 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11438
11439         * configure.in: handle some programs as cross-only, and others as
11440         native only
11441
11442         * test-build.mk: handle partial holes in a more generic manner
11443
11444         * Makefile.in: m4 depends on libiberty
11445
11446 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11447
11448         * configure.in: add m4, textutils, fileutils, sed, shellutils,
11449         time, wdiff, and find to configdirs
11450
11451         * Makefile.in: all, clean, and install rules for the new programs
11452         added to configure.in
11453
11454 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11455
11456         * configure.in: use mh-sun for all *-sun-* hosts
11457
11458 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11459
11460         * Makefile.in: define flags for X11 include files and library file
11461         locations, pass them down to the programs that need this info
11462
11463         * build-all.mk: added a 'native' target, to 3stage the native toolchain
11464
11465 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11466
11467         * configure.in: start building libg++ for HP-UX targets
11468
11469 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
11470
11471         * README:  Update references to files moved into etc/.
11472
11473 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
11474
11475         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
11476         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
11477
11478 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
11479
11480         * configure: accept dash as well as underscore in long option
11481         names for FSF compatibility.
11482
11483 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
11484
11485         * config.sub: added -sco3.2v4 support from FSF.
11486
11487 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11488
11489         * configure.in: expand the section that adds or removes
11490         directories from the list of programs to build, to handle native
11491         vs. cross in addition to host v. native
11492
11493 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
11494
11495         * Makefile.in:  Replace C++ in macro names with CXX.
11496         This is less likely to break ...
11497
11498 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11499
11500         * test-build.mk: add -w to GNU_MAKE
11501
11502 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11503
11504         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
11505         add 'sparc' to list of recognized cpus.  This needed to make
11506         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
11507         Delete some redundant ose68 variants.  Recognize -wrs as an os,
11508         then changes that into $CPU-wrs-vxworks.
11509
11510         * configure.in: remove most references to gdbtest, regularize
11511         target based program removal
11512
11513         * test-build.mk: import from p3 tree (many fixes and changes)
11514
11515 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
11516
11517         * Makefile.in: added rules to handle tcl, tk, and expect
11518
11519         * configure.in: handle those directories if they exist
11520
11521 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11522
11523         * config.sub: removed bogus hppabsd and hppahpux names, since
11524         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
11525
11526 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11527
11528         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
11529         depends upon all-xiberty
11530
11531         * Makefile.in: changes from p3, including:
11532
11533         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
11534
11535         * Makefile.in (XTRAFLAGS): include newlib directories if
11536         newlib/Makefile exists, rather than if host != target.
11537
11538         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
11539
11540         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
11541         from the same source tree and not building a cross-compiler.  This
11542         matters for the libg++ configuration if reconfiguring a tree that
11543         has already been installed.
11544
11545         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
11546
11547         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
11548         pick up the machine and system specific header files.
11549
11550         * Makefile.in: added AS_FOR_TARGET, passed down in
11551         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
11552         the C compiler to use to create programs which are run in the
11553         build environment, set it to default to $(CC), and passed it down
11554         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
11555
11556         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
11557
11558         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
11559         We need them for unusual native builds, like systems without
11560         ranlib.
11561
11562         * configure: also define $(host_canonical) and
11563         $(target_canonical), which are the full, canonical names for the
11564         given host and target
11565
11566 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
11567
11568         * Makefile.in:  Added separate definitions for C++.
11569
11570 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
11571
11572         * configure.in (configdirs):  Add deja-gnu.
11573
11574 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
11575
11576         * README:  Update for configure.texi and gdb-4.7 release.
11577
11578 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
11579
11580         * Makefile.in:  Move "all" target to top of file.
11581         Previously, first target was ".PHONY" which caused BSD4.4 make
11582         to build .PHONY when make was run without arguments.
11583
11584 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
11585
11586         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
11587         Library-copylefted code in libiberty.
11588
11589 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
11590
11591         * config.sub:  Replace m68kmote with plain old m68k.
11592
11593 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
11594
11595         * Makefile.in:  Remove space from blank line, avoid Make complaints.
11596
11597 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
11598
11599         * config.sub: Complain if no argument is given.  Added support for
11600         386bsd as OS and target alias.
11601
11602 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
11603
11604         * Makefile.in (XTRAFLAGS): include newlib directories if
11605         newlib/Makefile exists, rather than if host != target.
11606
11607 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
11608
11609         * config.sub: recognize sparclite-wrs-vxworks.
11610
11611         * Makefile.in (install-xiberty): added *-xiberty make rules (from
11612         p3.) Added clean-xiberty to clean.
11613
11614 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11615
11616         * configure.in: use *-*-* instead of nested cases for host and target
11617
11618 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
11619
11620         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
11621         from the same source tree and not building a cross-compiler.  This
11622         matters for the libg++ configuration if reconfiguring a tree that
11623         has already been installed.
11624
11625 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
11626
11627         * config.sub (i486v/i486v4):  Merge in from FSF version.
11628
11629 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
11630
11631         * configure: only set PWD if it is already set.
11632
11633 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
11634
11635         * configure: just set PWD=`pwd` at the top, since Ultrix sh
11636         doesn't have unset and all success paths (and most error paths)
11637         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
11638         to just ${PWD} to avoid confusion.)
11639
11640 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
11641
11642         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
11643         even for a native compilation.
11644
11645 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
11646
11647         Changes to make the gdb.tar.Z rule work better.
11648
11649         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
11650         (DEVO_SUPPORT):  Add configure.texi.
11651         (bfd-ilrt.tar.Z):  Remove ancient rule.
11652
11653 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
11654
11655         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
11656         pick up the machine and system specific header files.
11657
11658         * configure.in, config.sub: added new target m68010-adobe-scout,
11659         with alias of adobe68k.  Changed configure.in to check for
11660         -scout before -sco* to avoid a false match.
11661
11662         * Makefile.in: added AS_FOR_TARGET, passed down in
11663         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
11664         the C compiler to use to create programs which are run in the
11665         build environment, set it to default to $(CC), and passed it down
11666         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
11667
11668 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
11669
11670         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
11671         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
11672         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
11673         FOR_TARGET variants, to newlib and libg++.
11674
11675 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11676
11677         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
11678         first.
11679
11680 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
11681
11682         * config.sub:  Accept `elf' as an environment.
11683
11684 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
11685
11686         * Makefile.in (all-opcodes):  cd into the right directory
11687
11688 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
11689
11690         * configure: added -program_transform_name option, used as
11691         argument to sed when installing programs.
11692         configure.texi: added documentation for -program_prefix,
11693         -program_suffix and -program_transform_name.
11694
11695 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
11696
11697         * config.sub:  Accept i486 where i386 ok.
11698
11699 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
11700
11701         * config.sub: accept we32k
11702
11703 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
11704
11705         * config.sub, configure.in: accept OSE68000 and OSE68k.
11706
11707         * Makefile.in: don't create all directories for ``make install'';
11708         let the subdirectories create the ones they need.
11709
11710 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11711
11712         * COPYING: new file, GPL v2
11713
11714 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11715
11716         * Makefile.in: use the new gen-info-dir, which needs a template
11717         argument (which also lives in texinfo)
11718
11719         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
11720
11721 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
11722
11723         * config.sub (ncr3000):  Change i386 to i486.
11724
11725 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11726
11727         * Makefile.in: add install-rcs, install-grep to
11728         install-no-fixedincludes, removed install-bison and install-libgcc
11729
11730 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
11731
11732         * configure.in: grab the HPUX makefile fragment if on HPUX
11733
11734 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
11735
11736         * Makefile.in: eradicate bison spoor (ditto libgcc).
11737          configure.in: recognise m68{k,000}-ericsson-OSE.
11738          es1800 is alias for m68k-ericsson-OSE
11739
11740 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11741
11742         * configure.in: rearrange the parts that remove programs from
11743         configdirs, based now on HOST==TARGET or by canonical triple.
11744
11745 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11746
11747         * test-build.mk: recurse explicitly with -f test-build.mk when
11748           appropriate.  predicate stage3 and comparison on the existence
11749           of gcc.  That is, if gcc isn't around, we aren't three-staging.
11750           On very clean, also remove ...stamp-co.  Build in-place before
11751           doing other builds.
11752
11753 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
11754
11755         * Makefile.in, configure.in: add tgas
11756
11757 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11758
11759         * Makefile.in: a number of changes merged in from progressive.
11760
11761         * configure.in: add libm.
11762
11763         * .cvsignore: ignore some stuff that comes from test-build.mk.
11764
11765 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
11766
11767         * config.sub:  Add es1800 (m68k-ericsson-es1800).
11768
11769 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
11770
11771         * configure: Add program_suffix (parallel to program_prefix)
11772         * Makefile.in: adjust directory-creating script for losing decstation
11773
11774 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
11775
11776         * configure:  Minor $subdir-related fixes.
11777
11778 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
11779
11780         * configure: fix various problems with propogating
11781         makefile_target_frag in subdirs.
11782         * configure.in: config libgcc if its there
11783
11784 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
11785
11786         * config.sub:  HPPA merge.
11787
11788 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
11789
11790         * Makefile.in:  Replace all-bison with all-byacc in all
11791         dependency lines for other tools (which now use byacc).
11792
11793 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
11794
11795         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
11796
11797 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
11798
11799         * Makefile.in: make gprof rules similar to byacc rules (instead of
11800         vestigal $(unsubdir) that didn't work...)
11801
11802 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
11803
11804         * config.sub:  Add support for Linux.
11805         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
11806         (at least for libg++).
11807
11808 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
11809
11810         * configure.texi: fix doc for the -nfp option to configure
11811
11812 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
11813
11814         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
11815
11816 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
11817
11818         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
11819         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
11820         * configure.in: added solaris* host_makefile_frag hook.
11821
11822 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11823
11824         * config.sub: changed recognition of m68000 so that various
11825         m68k types can be specified via m680[01234]0
11826
11827 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11828
11829         * config.sub (basic_machine): fix sed so that '-foo' isn't
11830         completely substituted out while .+'-foo' loses the '-foo'
11831
11832 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
11833
11834         * config.sub ($os): Add -aout.
11835
11836 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
11837
11838         * configure:  If host_makefile_frag is absolute, don't
11839         prefix ${invsubdir} (relevant to libg++ auto-configure).
11840
11841 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
11842
11843         * Makefile.in (tooldir): Define it.
11844         (all-ld): Depend on all-flex.
11845
11846 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
11847
11848         * Makefile.in (check):  Fix libg++ special case.
11849
11850 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
11851
11852         * configure: do not bury `pwd` into config.status, thus do fewer
11853           pwd's.
11854
11855         * configure: print the "Building in" message only when building in
11856           other than "." AND verbose.
11857
11858         * configure: remove -s, rework -v to better accomodate guested
11859           configures.
11860
11861         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
11862
11863 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
11864
11865         * Makefile.in: macroize flags passed on recursion.  remove
11866           fileutils.
11867
11868 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
11869
11870         * configure: get makesrcdir right for subdirs deeper than 1.
11871
11872         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
11873           install.
11874
11875 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
11876
11877         * Makefile.in: don't print subdir_do or recursion lines.
11878
11879 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
11880
11881         * standards.texi: added menu item.
11882
11883         * Makefile.in: build and install standards.info.
11884
11885         * standards.texi: new file.
11886
11887 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11888
11889         * configure: test for and move config.status pieces from
11890           ${subdir}/.
11891
11892 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
11893
11894         * configure:  Test for existance of files before trying to mv
11895         them, to avoid numerous non-existance messages.
11896
11897 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
11898
11899         * configure: correct final line of config.status.
11900
11901         * configure: patch from eggert.  Avoids a protection problem if
11902           the original Makefile.in is read only.
11903
11904         * configure: use move-if-change from gcc to create config.status.
11905           Some makefiles depend on config.status to tell if a directory
11906           has been reconfigured for a different host.  This change
11907           prevents those directories from remaking everything in the case
11908           where the reconfig was only intended to rebuild a Makefile.
11909
11910         * configure: test for config.sub with "config.sub sun4" rather
11911           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
11912           host alias from a missing config.sub.
11913
11914 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11915
11916         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
11917           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
11918
11919 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
11920
11921         * configure: mkdir ${subdir} as needed.
11922
11923 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
11924
11925         * Makefile.in,configure.in: added autoconf.
11926
11927 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11928
11929         * Makefile.in: no longer pass against on recursion.
11930
11931         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
11932           definitions are not inherited.
11933
11934         * configure: correct makesrcdir when subdir is .
11935
11936 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
11937
11938         * configure:  Add support for 'subdirs' variable, which is
11939         like 'configdirs', except that configure doesn't re-invoke
11940         itself for subdirs, it just creates a Makefile for each subdir.
11941         * configure.texi:  Document subdirs.
11942
11943 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11944
11945         * configure.in: added flex to configdirs
11946
11947 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
11948
11949         * Makefile.in: remove clean-stamps from clean.
11950
11951 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
11952
11953         * configure.in:  Add gdbtest to configdirs.
11954
11955 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
11956
11957         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
11958         to recursive makes.
11959         * configure.in:  Recognize new ncr3000 config.
11960
11961 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
11962
11963         * Makefile.in, configure.in: removed references to gdbm.
11964
11965 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
11966
11967         * config.sub:  Don't canonicalize os value
11968         newsos* to bsd (readline needs to check for newsos).
11969         (This fix was earlier made Jan 31, but got re-broken.)
11970
11971 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
11972
11973         * configure.in:  sco is an os, not a vendor!
11974
11975         * configure:  Quote $( better.  Keep various shells happy.
11976
11977 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
11978
11979         * Makefile.in: eliminate stamp-files.
11980
11981 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
11982
11983         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
11984           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
11985
11986 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
11987
11988         * config.sub:  fix iris/iris3.
11989
11990 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
11991
11992         * configure: re-add -rm.
11993
11994 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
11995
11996         * Maskefile.in: add .stmp-rcs to all.
11997
11998         * configure.in: remove gas from rs6000 build, use aix host fragment.
11999
12000 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
12001
12002         * configure: pass down site_option during recursion.
12003
12004 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
12005
12006         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
12007
12008 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
12009
12010         * configure: Change exec_prefix so that it really defaults to prefix.
12011
12012 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
12013
12014         * Makefile.in, configure.in:  Add support for mmalloc library.
12015
12016 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
12017
12018         * Makefile.in: add stmp dependencies for a few more things.
12019
12020 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
12021
12022         * configure: adjusted error message on objdir/srcdir configure
12023           collision, per john's suggestion.
12024
12025         * Makefile.in: add libiberty stmp to all and all.cross.
12026
12027 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
12028
12029         * Makefile.in: remove force dependencies, add grep to all.
12030
12031 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
12032
12033         * Makefile.in: drop flex.  make stamp files work.
12034
12035         * configure: added test for conflicting configuration in srcdir,
12036           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
12037           gets cranky.  use relative paths for configure and srcdir
12038           whenever possible.  Send some error messages to stderr that were
12039           going to stdout.
12040
12041 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
12042
12043         * Makefile.in:  Fix libg++ rule to check for gcc directory
12044         before using gcc/gcc.  Also pass XTRAFLAGS.
12045
12046 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
12047
12048         * Makefile.in: added stmp-files so that directories aren't polled
12049           when they are already built.
12050
12051         * configure.texi: fixed a node pointer problem.
12052
12053 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
12054
12055         * config.sub configure.in gdb/configure.in
12056         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
12057         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
12058         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
12059
12060 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12061
12062         * configure: -recurring becomes -silent.  corrected help message
12063           for -site= option.
12064
12065         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
12066
12067 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12068
12069         * configure: when building Makefile for crosses, replace
12070           tooldir and program_prefix.  default srcdir from location of
12071           config.sub.  remove "for host in hosts" and "for target in
12072           targets" loops.
12073
12074 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12075
12076         * Makefile.in: Do not pass bindir or mandir to cvs.
12077
12078 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
12079
12080         * Makefile.in, configure.in: removed traces of namesubdir,
12081           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
12082           copyrights to '92, changed some from Cygnus to FSF.
12083
12084         * configure.texi: remove most references to multiple hosts,
12085           multiple targets, subdirs, etc.
12086
12087         * configure.man: removed rcsid. reference config.sub not
12088           config.subr.
12089
12090         * Makefile.in: mkdir $(infodir) on install-info.
12091
12092 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
12093
12094         * configure.texi:  Explain better about .gdbinit and about
12095         the environment that configure.in sections run in.
12096
12097 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
12098
12099         * configure.in:  Ultrix is only a decstation if it's a MIPS.
12100
12101 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
12102
12103         * README:  DOC.configure => cfg-paper.texi.
12104
12105 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
12106
12107         * config.sub (near case $os):  Don't convert newsos* to bsd!
12108
12109 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
12110
12111         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
12112         the number of copies of COPYING that go into the GDB tar file.
12113
12114 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
12115
12116         * bfd/configure.in, gdb/config/mh-i386sco,
12117         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
12118         Fix SCO configuration stuff.
12119
12120 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
12121
12122         * Makefile.in:  For libg++, make sure the -I pointing
12123         to the gcc directory goes *after* all the libg++-local -I flags.
12124         Also, move just-gcc dependency from just-libg++ to all-libg++.
12125
12126 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
12127
12128         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
12129
12130 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
12131
12132         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
12133
12134 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
12135
12136         * config.sub:  Add stratus configuration frags.  Also
12137         submitted to FSF.
12138
12139 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
12140
12141         * Makefile.in (DEV_SUPPORT):  add configure.man.
12142
12143         * config.sub(Decode manufacturer-specific):  add -none*.
12144
12145 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
12146
12147         * Makefile.in:  remove form feeds to make Sun's make happy.
12148         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
12149
12150 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
12151
12152         * Makefile.in (AR_FLAGS):  Make quieter.
12153
12154 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
12155
12156         * configure.in:  Add libg++.
12157         * configure:  When verbose, don't output the command line at each
12158         level; it will be unremarkably the same as the previous version,
12159         which will be the same as what the user typed.
12160
12161 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
12162
12163         * configure.in, Makefile.in: fix clean-info, add flex.  add
12164           fileutils.
12165
12166         * configure: be less sensitive to spaces in Makefile.in.  Do not
12167           look for sources in "..".  Doing so breaks subdirectories that
12168           might have their own configure.  If a subdir has it's own
12169           configure script, use it.
12170
12171 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
12172
12173         * cfg-paper.texi: some changes suggested by rms.
12174
12175 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
12176
12177         * config.sub:  Merge in some small additions from the FSF version,
12178         taken from the gcc distribution, to bring the Cygnus and FSF
12179         versions into closer sync.
12180
12181 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
12182
12183         * configure.in:  Changed svr4 references to sysv4.
12184
12185 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
12186
12187         * configure: added -V for version number option.
12188
12189 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
12190
12191         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
12192           renamed from DOC.configure to cfg-paper.texi.
12193
12194 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12195
12196         * configure, config.subr, config.sub: config.subr is now
12197           config.sub again.
12198
12199 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
12200
12201         * configure.texi: new file, in progress.
12202
12203         * Makefile.in: build info file and install the man page for
12204           configure.
12205
12206         * configure.man: new file, first cut.
12207
12208         * configure: find config.subr again now that configuration "none"
12209           has gone.  removed all traces of the -ansi option.  removed all
12210           traces of the -languages option.
12211
12212         * config.subr: resync from rms.
12213
12214 1991-12-11  K. Richard Pixley  (rich at rtl.cygnus.com)
12215
12216         * configure, config.sub, config.subr: merge config.sub into
12217           config.subr, call the result config.subr, remove config.sub, use
12218           config.subr.
12219
12220         * Makefile.in: revised install for dir.info.
12221
12222 1991-12-10  K. Richard Pixley  (rich at rtl.cygnus.com)
12223
12224         * configure.in: add decstation host makefile frag.
12225
12226         * Makefile.in: BISON now bison -y again.  also install-gcc on
12227           install.  clean-gdbm on clean.  infodir belongs in datadir.
12228           Make directories for info install.  Build dir.info here then
12229           install it.
12230
12231 1991-12-09  K. Richard Pixley  (rich at rtl.cygnus.com)
12232
12233         * Makefile.in: fix for bad directory tests.
12234
12235 1991-12-07  K. Richard Pixley  (rich at rtl.cygnus.com)
12236
12237         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
12238           regexp.  -srcdir relative was being handled incorrectly.
12239
12240         * Makefile.in: unwrapped some for loops so that parallel makes
12241           work again and so one can focus one's attention on a particular
12242           package.
12243
12244 1991-12-06  K. Richard Pixley  (rich at rtl.cygnus.com)
12245
12246         * configure: added PWD as a stand in for `pwd` (for speed). use
12247           elif wherever possible.  make -srcdir work without -objdir.
12248           -objdir= commented out.
12249
12250 1991-12-05  K. Richard Pixley  (rich at rtl.cygnus.com)
12251
12252         * configure: +options become --options.  -subdirs commented out.
12253           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
12254           Makefile now at top of generated Makefile.  Removed cvs log
12255           entries.  added -srcdir.  create .gdbinit only if there is one
12256           in ${srcdir}.
12257
12258         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
12259           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
12260           and mandir now keyed off datadir by default.
12261
12262 1991-11-22  K. Richard Pixley  (rich at rtl.cygnus.com)
12263
12264         * Freshly created ChangeLog.
12265
12266 \f
12267 Local Variables:
12268 mode: change-log
12269 left-margin: 8
12270 fill-column: 76
12271 version-control: never
12272 End: