OSDN Git Service

Apply const qualifier to some users of bp_location.
[pf3gnuchains/sourceware.git] / ChangeLog
1 2007-10-15  Vladimir Prus  <vladimir@codesourcery.com>
2
3         Apply const qualifier to some users of bp_location.
4         * breakpoint.h (struct bpstats): Make
5         the breakpoint_at field point at const bp_location.
6         * breakpoint.c (bpstat_alloc): Accept const
7         bp_location.
8         (breakpoint_here_p, breakpoint_inserted_here_p)
9         (software_breakpoint_inserted_here_p)
10         (breakpoint_thread_match, bpstat_stop_status)
11         (read_memory_nobpt, bpstat_have_active_hw_watchpoints): Use
12         const bp_location for iteration.
13         (print_it_typical, print_bp_stop_message): Use
14         const bp_location variable.
15
16 2007-10-15  Vladimir Prus  <vladimir@codesourcery.com>
17
18         Make mark_breakpoints_out static.
19         * breakpoint.h (mark_breakpoints_out): Remove
20         declaration.
21         * breakpoint.c (mark_breakpoints_out): Make static.
22
23 2007-10-15  Vladimir Prus  <vladimir@codesourcery.com>
24
25         Prevent clear_command from directly modifying breakpoint list.
26         * Makefile.in (breakpoint_h): Update dependency.
27         * breakpoint.c (clear_command): Do not remove
28         breakpoints from breakpoint_chain.  Collect breakpoints
29         to delete in a vector.
30         * breakpoint.h (breakpoint_p): New typedef for pointer to
31         breakpoint.  Register vector of breakpoint_p.
32
33 2007-10-15  Vladimir Prus  <vladimir@codesourcery.com>
34
35         Remove 'run_cleanup'.
36         * defs.h (do_run_cleanups, make_run_cleanup): Remove
37         declarations.
38         * infcmd.c (run_command_1): Call clear_solib instead
39         of do_run_cleanups.
40         * jv-lang.c (java_rerun_cleanup): Remove, for lack of
41         any use.
42         * solib.c (solib_cleanup_queued, do_clear_solib): Remove.
43         (update_solib_lib): Don't setup run cleanup.
44         (no_shared_libraries): Call clear_solib, not do_clear_solib.
45         * utils.c (run_cleanup_chain, make_run_cleanup)
46         (do_run_cleanups): Remove.
47                 
48 2007-10-15  Vladimir Prus  <vladimir@codesourcery.com>
49
50         Remove CLEAR_SOLIB use.
51         * corelow.c (core_close): Don't check for CLEAR_SOLIB.
52         * infcmd.c (attach_command): Likewise.
53         
54 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
55
56         * Makefile.def (dependencies): Make configure-gdb depend on
57         all-intl.
58         * Makefile.in: Regenerated.
59
60 2007-10-15  Patrick Mansfield <patmans@us.ibm.com>
61
62         * Makefile.def: To avoid problems running with parallel makes,
63         build newlib before libgloss so that target specific header
64         files are availble.
65         * Makefile.in: Regenerate.
66
67 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
68
69         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
70         * Makefile.in: Regenerate.
71
72 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
73
74         * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
75         * libdecnumber: New directory, imported from GCC.
76
77 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
78
79         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
80         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
81         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
82         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
83         * configure: Regenerate.
84
85 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
86
87         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
88         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
89         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
90         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
91         * configure.ac: Default them to host tools for $host = $build.
92         Subst them.
93
94         * configure: Regenerate.
95         * Makefile.in: Regenerate.
96
97 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
98
99         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
100         * configure: Regenerate.
101
102 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
103
104         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
105         libstdc++.
106         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
107         * configure: Regenerate.
108         * Makefile.in: Regenerate.
109         
110 2007-09-17  Andreas Schwab  <schwab@suse.de>
111
112         * configure.ac: Raise minimum makeinfo version to 4.6.
113         * configure: Regenerate.
114
115 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
116
117         * configure.ac: Correct makeinfo version check.
118         * configure: Regenerate.
119
120 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
121
122         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
123         to $skipdirs and only disable gprof for newlib.  Use the normal
124         mips*-elf* handling in other respects.
125         * configure: Regnerate.
126
127 2007-09-12  David Daney  <ddaney@avtrex.com>
128
129         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
130         enabling libgcj.
131         * configure: Regenerate.
132
133 2007-09-12  Richard Guenther  <rguenther@suse.de>
134
135         * configure.ac (--enable-stage1-checking): If neither --enable-checking
136         nor --disable-checking is provided also turn on yes and types
137         checking for stage1.
138         * configure: Re-generate.
139
140 2007-09-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
141
142         PR target/33281
143         * configure.ac: Use config/mh-mingw on mingw.
144         * configure: Regenerate.
145
146 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
147
148         PR other/32154
149         * configure.ac: For libgloss targets, point the linker to the linker
150         script, startup code and simulator library.
151         * configure: Regenerate.
152
153 2007-09-09  Andrew Haley  <aph@redhat.com>
154
155         * configure.ac (noconfigdirs): Remove target-libffi and
156         target-libjava.
157
158 2007-08-29  Nick Clifton  <nickc@redhat.com>
159
160         * config.sub, config.guess: Update from upstream sources.
161
162 2007-08-21  Richard Guenther  <rguenther@suse.de>
163
164         * configure.ac: Add types checking to stage1 checking flags.
165         * configure: Regenerate.
166
167 2007-08-18  Paul Brook  <paul@codesourcery.com>
168             Joseph Myers  <joseph@codesourcery.com>
169
170         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
171         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
172         * Makefile.in: Regenerate.
173         * configure.ac (--with-debug-prefix-map): New.
174         * configure: Regenerate.
175
176 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
177             Nigel Stephens  <nigel@mips.com>
178
179         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
180         as target_makefile_frag.
181         * configure: Regenerate.
182
183 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
184
185         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
186         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
187         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
188         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
189         (do-compare, do-compare3, do-compare-debug): New.
190         ([+compare-target+]): Use them.
191
192 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
193
194         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
195         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
196         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
197         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
198         (do-compare, do-compare3, do-compare-debug): New.
199         ([+compare-target+]): Use them.
200
201 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
202             Ben Elliston  <bje@au.ibm.com>
203
204         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
205         --silent if $silent.
206         * configure: Regenerate.
207
208 2007-08-12  Daniel Jacobowitz  <dan@codesourcery.com>
209
210         * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
211
212 2007-07-17  Nick Clifton  <nickc@redhat.com>
213
214         * COPYING3: New file.  Contains version 3 of the GNU General
215         Public License.
216         * COPYING3.LIB: New file.  Contains version 3 of the GNU
217         Lesser General Public License.
218
219 2007-07-11  Bernd Schmidt  <bernd.schmidt@analog.com>
220
221         * configure.ac: Fix my previous change to really match GCC.
222         * configure: Regenerate.
223
224 2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
225
226         * configure.ac: Rewrite 'configure --help' strings to look nicer.
227         * configure: Regenerate.
228
229 2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
230
231         * configure.ac: Add some missing m4 quotation.
232         * configure: Regenerate.
233
234 2007-07-09  Kai Tietz   <kai.tietz@onevision.com>
235
236         * Makefile.def: Add windmc tool to build.
237         * Makefile.tpl: Likewise.
238         * configure.ac: Likewise.
239         * Makefile.in: Regenerate.
240         * configure: Regenerate.
241
242 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
243
244         * lt~obsolete.m4: New. Import from 20070318 libtool.
245
246 2007-06-29  Bernd Schmidt  <bernd.schmidt@analog.com>
247
248         * configure.ac: Don't add target-libmudflap to noconfigdirs for
249         uclinux and linux-uclibc targets.
250         * configure: Regenerate.
251
252 2007-06-28  DJ Delorie  <dj@redhat.com>
253
254         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
255         not building newlib.
256         * configure: Regenerated.
257         
258 2007-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
259
260         * src-release (DEVO_SUPPORT): Correct typos.
261
262 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
263
264         * Makefile.def: Add dependency from configure-gdb to all-bfd.
265         * Makefile.in: Regenerated.
266
267 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
268
269         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
270         (distclean-stage[+id+]): Possibly delete stage_last.
271         * Makefile.in: Regenerate.
272
273 2007-06-07  Ben Elliston  <bje@au.ibm.com>
274
275         * config.sub, config.guess: Update from upstream sources.
276
277 2007-06-07  Ben Elliston  <bje@au.ibm.com>
278
279         * Makefile.tpl: Fix spelling error.
280         * Makefile.in: Regenerate.
281
282 2007-06-04  Paolo Bonzini  <bonzini@gnu.org>
283
284         Sync with gcc:
285         2007-05-30  Jakub Jelinek  <jakub@redhat.com>
286
287         PR bootstrap/29382
288         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
289         * configure: Rebuilt.
290
291 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
292
293         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
294         lt_cv_sys_max_cmd_len.
295
296 2007-05-31  Paolo Bonzini  <bonzini@gnu.org>
297
298         * ltgcc.m4: Update from GCC.
299
300 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
301
302         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
303
304 2007-05-24  Steve Ellcey  <sje@cup.hp.com>
305
306         * ltmain.sh: Update from GCC.
307         * libtool.m4: Update from GCC.
308         * ltsugar.m4: New. Update from GCC.
309         * ltversion.m4: New. Update from GCC.
310         * ltoptions.m4: New. Update from GCC.
311         * ltconfig: Remove.
312         * ltcf-c.sh: Remove.
313         * ltcf-cxx.sh: Remove.
314         * ltcf-gcj.sh: Remove.
315         * src-release: Update with new libtool file list.
316
317 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
318
319         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
320         stage_cflags.
321         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
322         Remove CFLAGS/LIBCFLAGS.
323         (configure-stage[+id+]-[+prefix+][+module+],
324         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
325         * Makefile.in: Regenerate.
326
327 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
328
329         * config-ml.in: Update from GCC.
330
331 2007-04-09  Daniel Jacobowitz  <dan@codesourcery.com>
332
333         * src-release (do-proto-toplev): Process the support directories before
334         the tool directory.
335
336 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
337
338         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
339         of glob.  Quote arguments with single quotes too.
340         * configure: Regenerate.
341
342 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
343
344         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
345         * Makefile.in: Regenerate
346
347 2007-03-07  Andreas Schwab  <schwab@suse.de>
348
349         * configure: Regenerate.
350
351 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
352
353         * configure.ac: Add "--with-pdfdir" configure option,
354         which defines pdfdir variable.
355         * Makefile.def (target=fixincludes): Add install-pdf to
356         missing targets.
357         (recursive_targets): Add install-pdf target.
358         (flags_to_pass): Add pdfdir.
359         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
360         target.
361         * configure: Regenerate
362         * Makefile.in: Regenerate
363
364 2007-02-28  Eric Christopher  <echristo@apple.com>
365
366         Revert:
367         2006-12-07  Mike Stump  <mrs@apple.com>
368
369         * Makefile.def (dependencies): Add dependency for
370         install-target-libssp and install-target-libgomp on
371         install-gcc.
372         * Makefile.in: Regenerate.
373
374 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
375
376         * configure: Regenerate.
377         * configure.ac: Move statements after variable declarations.
378
379 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
380
381         * configure.ac: Adjust for loop syntax.
382         * configure: Regenerate.
383
384 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
385
386         * configure: Rebuilt.
387
388 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
389
390         * configure.ac: Drop multiple occurrences of --enable-languages,
391         and fix its quoting.
392         * configure: Rebuilt.
393
394 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
395             Nathan Sidwell  <nathan@codesourcery.com>
396             Vladimir Prus  <vladimir@codesourcery.com
397             Joseph Myers  <joseph@codesourcery.com>
398
399         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
400         * configure: Regenerate.
401
402 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
403
404         * configure.ac (target_libraries): Move libgcc before libiberty.
405         * configure: Regenerated.
406
407 2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
408
409         * configure: Regenerate again?
410
411 2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
412
413         * configure: Reapply PR30748 fix which was lost in the previous commit.
414
415 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
416             Paolo Bonzini  <bonzini@gnu.org>
417
418         PR bootstrap/30753
419         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
420         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
421         * configure: Regenerated.
422
423 2007-02-10  Paolo Bonzini  <bonzini@gnu.org>
424
425         * configure: Regenerate.
426
427 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
428
429         PR bootstrap/30748
430         * configure.ac: Correct syntax for Solaris ksh.
431         * configure: Regenerated.
432
433 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
434
435         * Makefile.def: Sync with GCC.
436         * Makefile.tpl: Sync with GCC.
437         * Makefile.in: Regenerate.
438         * configure: Regenerate.
439
440 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
441
442         * Makefile.tpl (build_alias, host_alias, target_alias): Use
443         noncanonical equivalents.
444         * configure.in: Rename to...
445         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
446         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
447         target_noncanonical.  Use them.  Rewrite removal of configure
448         arguments for autoconf 2.59.  Discard variable settings.  Force
449         program_transform_name for native tools.
450
451         * Makefile.in: Regenerated.
452         * configure: Regenerated with autoconf 2.59.
453
454         * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
455
456 2007-02-08  Jeff Johnston  <jjohnstn@redhat.com>
457
458         * COPYING.LIBGLOSS: Reformat default Red Hat
459         license to fit within 80 columns.
460         * COPYING.NEWLIB: Ditto.
461
462 2007-02-05  Dave Brolley  <brolley@redhat.com>
463
464         * Contribute the following changes:
465         2006-11-28  DJ Delorie  <dj@redhat.com>
466
467         * configure.in: Fix typo for mep's target_makefile_frag.
468         * configure: Regenerated.
469
470         2005-04-22  Richard Sandiford  <rsandifo@redhat.com>
471
472         * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
473         * configure: Regenerate.
474
475         2001-09-19  DJ Delorie  <dj@redhat.com>
476
477         * configure.in (target_makefile_frag): use mt-mep
478
479         2001-06-12  Don Howard  <dhoward@redhat.com>
480
481         * configure.in: Remove gdb from MeP skip list.
482
483         2001-04-05  DJ Delorie  <dj@redhat.com>
484
485         * configure.in (noconfigdirs): Remove gcc from MeP skip list.
486
487         2001-03-20  Ben Elliston  <bje@redhat.com>
488
489         * configure.in (noconfigdirs): Add gcc and gdb for MeP.
490
491         2001-03-19  Ben Elliston  <bje@redhat.com>
492
493         * config.sub (mep, mep-*): Add.
494
495 2007-01-31  Andreas Schwab  <schwab@suse.de>
496
497         * Makefile.tpl (LDFLAGS): Substitute it.
498         * Makefile.in: Regenerate.
499
500 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
501
502         * configure.in: Change == to = in test command.
503         * configure: Regenerate.
504
505 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
506             Nick Clifton  <nickc@redhat.com>
507             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
508
509         * configure.in (build_configargs, host_configargs, target_configargs):
510         Remove build/host/target parameters.
511         (host_libs): Add gmp and mpfr.
512         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
513         * Makefile.def (gmp, mpfr): New.
514         (gcc): Remove target.
515         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
516         target_os, target_vendor): New.
517         (configure): Add host_alias/target_alias arguments.  Adjust invocations.
518         * configure: Regenerate.
519         * Makefile.in: Regenerate.
520
521 2007-01-11  Matt Fago  <fago@earthlink.net>
522
523         * configure.in: Try to link to functions only in mpfr 2.2.x
524         to improve robustness of configure tests.
525         * configure: Regenerate.
526
527 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
528
529         * configure.in: Add support for an x86_64-mingw* target.
530         * configure: Regenerate.
531
532 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
533
534         * Makefile.tpl (all-target): Correct @if conditional for target
535         modules.
536         * configure.in: Omit libiberty if building only target libgcc.
537         * configure, Makefile.in: Regenerated.
538
539 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
540
541         * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
542         * configure: Regenerate.
543
544 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
545
546         * Makefile.def (target_modules): Add libgcc.
547         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
548         * Makefile.tpl (clean-target-libgcc): Delete.
549         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
550         on gcc even for bootstrapped modules.  Rewrite handling of
551         lang_env_dependencies to loop over target_modules.
552         * configure.in (target_libraries): Add target-libgcc.
553         * Makefile.in, configure: Regenerated.
554
555 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
556
557         Sync with gcc:
558         2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
559
560         * configure.in: Reorganize recognition of languages.  Add
561         --enable-stage1-languages.  Show supported languages for the chosen
562         target rather than all recognized languages.
563         * configure: Regenerate.
564
565         2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
566
567         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
568         * Makefile.in: Regenerate.
569
570         2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
571
572         * configure.in: Warn that MPFR 2.2.0 is buggy.
573         * configure: Regenerate.
574
575 2006-12-27  Ian Lance Taylor  <iant@google.com>
576
577         * configure.in: When removing Makefiles to force a reconfigure, also
578         remove prev-DIR*/Makefile.
579         * configure: Regenerate.
580
581 2006-12-23  Kazu Hirata  <kazu@codesourcery.com>
582
583         * config.bfd: Recognize fido.
584
585 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
586
587         Sync with gcc:
588
589         2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
590
591         * configure.in: Remove "$build" case for powerpc-*-darwin* since
592         it only affects bootstrap and could be tested on "$host" as well.
593         * configure: Regenerate.
594         * config/mh-ppc-darwin: Add to the stage1 cflags here.
595
596         2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
597
598         PR bootstrap/29544
599         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
600         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
601         move here comment from Makefile.tpl.
602         * Makefile.tpl: Move some definitions higher in the file.
603         (STAGE1_CHECKING): New.
604         * configure.in: Add --enable-stage1-checking.
605         * configure: Regenerate.
606         * Makefile.in: Regenerate.
607
608         2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
609
610         * configure.in: Update error message for missing GMP/MPFR.
611
612         * configure: Regenerate.
613
614         2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
615
616         * configure.in: Update MPFR version in error message.
617
618         * configure: Regenerate.
619
620         2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
621
622         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
623         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
624         --with-gmp-lib): New flags.
625
626         * configure: Regenerate.
627
628 2006-12-12  Andreas Tobler  <a.tobler@schweiz.org>
629
630         PR bootstrap/30134
631         * configure.in: Correct x86 darwin support for libjava to powerpc
632         and i?86 only.
633         * configure: Regenerate.
634
635 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
636
637         * configure.in:  Handle spu makefile frag.
638         * Makefile.tpl (MAINT): Define
639         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
640         * configure: Regenerate.
641         * Makefile.in: Regenerate.
642
643 2006-12-11  Ben Elliston  <bje@au.ibm.com>
644
645         * config.sub, config.guess: Update from upstream sources.
646
647 2006-12-11  Ben Elliston  <bje@au.ibm.com>
648
649         * configure.in: Sync with GCC (spu-*-*).
650         * configure: Sync with GCC.
651
652 2006-12-07  Mike Stump  <mrs@apple.com>
653
654         * Makefile.def (dependencies): Add dependency for
655         install-target-libssp and install-target-libgomp on
656         install-gcc.
657         * Makefile.in: Regenerate.
658
659 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
660
661         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
662         (unstage): Test for stage_last presence.
663
664         PR bootstrap/29802
665         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
666         * Makefile.in: Regenerate.
667
668 2006-11-14  DJ Delorie  <dj@redhat.com>
669
670         * Makefile.tpl (clean-stage*): Sync with GCC (clean).
671         * Makefile.in: Sync with GCC.
672         * configure.in: Sync with GCC (mpfr, gmp).
673         * configure: Sync with GCC.
674
675 2006-11-08  Jie Zhang  <jie.zhang@analog.com>
676
677         * configure.in: Remove target-libgloss from noconfigdirs for
678         bfin-*-*.
679         * configure: Regenerated.
680
681 2006-10-27  Jeff Johnston  <jjohnstn@redhat.com>
682
683         * COPYING.NEWLIB: Add spu license.
684         * COPYING.LIBGLOSS: Ditto.
685
686 2006-10-17  Brooks Moses  <bmoses@stanford.edu>
687
688         * Makefile.def: Added pdf target handling.
689         * Makefile.tpl: Added pdf target handling.
690         * Makefile.in: Regenerated.
691
692 2006-10-11  Jeff Johnston  <jjohnstn@redhat.com>
693
694         * COPYING.NEWLIB: Updated.
695         * COPYING.LIBGLOSS: Ditto.
696
697 2006-09-27  Dave Brolley  <brolley@redhat.com>
698
699         * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
700         $s instead of $r.
701         * configure: Regenerated.
702
703 2006-09-26  Ben Elliston  <bje@au.ibm.com>
704
705         * config.sub, config.guess: Update from upstream sources.
706
707 2006-09-20  Thiemo Seufer  <ths@mips.com>
708
709         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
710         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
711         * configure: Regenerate.
712
713 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
714
715         * configure.in: Never build newlib for a Mingw host.
716         Never build newlib as Mingw target library.
717         Test the existence of winsup/cygwin for building a Cygwin newlib,
718         rather than just winsup.
719         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
720         building a Mingw target.
721         * configure: Regenerate.
722
723 2006-08-15  Thiemo Seufer  <ths@mips.com>
724             Nigel Stephens  <nigel@mips.com>
725             David Ung  <davidu@mips.com>
726
727         * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
728
729 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
730
731         Sync from GCC:
732         2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
733
734         PR bootstrap/18058
735         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
736         if the bootstrap compiler is a GCC version that supports it.
737         * configure: Regenerate.
738
739 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
740
741         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
742         * configure: Regenerated.
743
744 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
745
746         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
747         for stages after the first.
748
749 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
750
751         * Makefile.def: Add dependencies for configure-opcodes
752         on configure-intl and all-opcodes on all-intl.
753         * Makefile.in: Regenerated.
754
755 2006-07-04  Peter O'Gorman  <peter@pogma.com>
756
757         * ltconfig: chmod 644 before ranlib during install.
758
759 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
760
761         * configure.in: Fix thinkos in previous check-in.
762         * configure: Regenerate.
763
764 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
765
766         Sync from gcc:
767
768         2007-07-03  Paolo Bonzini  <bonzini@gnu.org>
769
770         PR other/27063
771         * configure.in: Test subdir_requires and give an appropriate
772         error message.
773         * configure: Regenerate.
774
775         2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
776
777         PR target/27540
778         * configure.in: Only enable libgomp on IRIX 6.
779         * configure: Regenerate.
780
781 2006-06-20  David Ayers  <d.ayers@inode.at>
782
783         PR bootstrap/28072
784         * configure.in: Add target-boehm-gc to noconfigdirs depending on
785         whether target-libjava is being configured instead of whether the
786         java front end is enabled.
787         * configure: Regenerate.
788
789 2006-06-15  Mark Shinwell  <shinwell@codesourcery.com>
790
791         * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
792         to R_ARM_LDC_SB_G{0,1,2} respectively.
793
794 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
795
796         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
797         too.
798         * Makefile.in: Regenerate.
799
800 2006-06-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
801
802         Sync from gcc:
803
804         2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
805         * configure.in: Don't enable libgomp on hpux10.
806         * configure: Rebuilt.
807
808 2006-06-13  David Ayers  <d.ayers@inode.at>
809
810         Sync from gcc:
811
812         2006-06-12  David Ayers  <d.ayers@inode.at>
813
814         PR bootstrap/27963
815         PR target/19970
816         * configure.in: Remove target-boehm-gc from noconfigdirs where
817         ${libgcj} is specified.
818         * configure: Regenerate.
819
820 2006-06-08  Jeff Johnston  <jjohnstn@redhat.com>
821
822         Sync from gcc:
823
824         2005-01-12  David Edelsohn  <edelsohn@gnu.org>
825                     Andreas Schwab  <schwab@suse.de>
826
827         PR bootstrap/18033
828         * config-ml.in: Eval option if surrounded by single quotes.
829
830 2006-06-07  Carlos O'Donell  <carlos@codesourcery.com>
831
832         Sync from gcc:
833
834         2006-06-06  David Ayers  <d.ayers@inode.at>
835
836         PR libobjc/13946
837         * Makefile.def: Add dependencies for libobjc which boehm-gc.
838         * Makefile.in: Regenerate.
839         * configure.in: Add --enable-objc-gc at toplevel and have it
840         enable boehm-gc for Objective-C.
841         Remove target-boehm-gc from libgcj.
842         Add target-boehm-gc to target_libraries.
843         Add target-boehm-gc to noconfigdirs where ${libgcj}
844         is specified.
845         Assert that boehm-gc is supported when requested for Objective-C.
846         Only build boehm-gc if needed either for Java or Objective-C.
847         * configure: Regenerate.
848
849         2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
850
851         PR 27674
852         * Makefile.tpl (configure-[+prefix+][+module+],
853         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
854         Remove rule to unstage bootstrapped modules.
855         (stage_current): New.
856         * Makefile.in: Regenerate.
857
858         2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
859         Andreas Tobler  <a.tobler@schweiz.ch>
860
861         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
862         * configure: Rebuilt.
863
864         Revert
865         2006-01-31  Richard Guenther  <rguenther@suse.de>
866         Paolo Bonzini  <bonzini@gnu.org>
867
868         * Makefile.def (target_modules): Add libgcc-math target module.
869         * configure.in (target_libraries): Add libgcc-math target library.
870         (--enable-libgcc-math): New configure switch.
871         * Makefile.in: Re-generate.
872         * configure: Re-generate.
873
874 2006-06-05  Jeff Johnston  <jjohnstn@redhat.com>
875
876         * config-ml.in: Alter CCASFLAGS to include special
877         multilib options the same as is done for CFLAGS.
878
879 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
880
881         * Makefile.def: Added dependencies from sim and gdb on intl, and
882         added configure dependencies to everything with an all dependency
883         on intl.
884         * gettext.m4: Removed.
885         * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
886         (GDB_SUPPORT_DIRS): Add intl.
887         * Makefile.in: Regenerated.
888
889 2006-05-25  Daniel Jacobowitz  <dan@codesourcery.com>
890
891         * src-release (DEVO_SUPPORT): Add config.rpath.
892
893 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
894
895         * Makefile.def (bfd, opcodes): Fix lib_path.
896         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
897         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
898         * Makefile.in: Regenerate.
899
900 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
901
902         * configure.in: Enable gprof for cross builds.
903         * configure: Regenerate.
904
905 2006-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
906
907         * src-release (MAKEINFOFLAGS): Define.
908         (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
909
910 2006-05-14  Ben Elliston  <bje@au.ibm.com>
911
912         * config.sub, config.guess: Update from upstream sources.
913
914 2006-05-12  Ben Elliston  <bje@au.ibm.com>
915
916         * config.sub, config.guess: Update from upstream sources.
917
918 2006-05-04  Steve Ellcey  <sje@cup.hp.com>
919
920         * blt, iwidgets, mmalloc: Remove directories.
921
922 2006-05-01  DJ Delorie  <dj@redhat.com>
923
924         * configure.in: Restore CFLAGS if GMP isn't present.
925         * configure: Regenerate.
926
927 2006-04-18  DJ Delorie  <dj@redhat.com>
928
929         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
930         reference libgloss so that libssp can be built in a combined
931         tree.
932         * configure: Regenerate.
933
934 2006-04-10  Ben Elliston  <bje@au.ibm.com>
935
936         * contrib: Remove directory.
937
938 2006-04-06  Carlos O'Donell <carlos@codesourcery.com>
939
940         * Makefile.tpl: Add install-html target.
941         * Makefile.def: Add install-html target.
942         * Makefile.in: Regenerate.
943         * configure.in: Add --with-datarootdir, --with-docdir,
944         and --with-htmldir options.
945         * configure: Regenerate.
946
947 2006-03-31  Ben Elliston  <bje@au.ibm.com>
948
949         PR binutils/1860
950         * configure.in: Require makeinfo 4.4 or higher.
951         * configure: Regenerate.
952
953 2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
954
955         * Makefile.in: Regenerate.
956
957 2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
958
959         Sync with gcc:
960         2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
961
962         * configure.in: Handle --disable-<component> generically.
963         * configure: Regenerate.
964
965         2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
966
967         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
968         (TARGET_CONFIGDIRS): Remove.
969         * configure.in: Remove AC_SUBST(target_configdirs).
970         * Makefile.in, configure: Regenerated.
971
972
973 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
974
975         PR libgcj/17311
976         * ltmain.sh: Don't use "$finalize_rpath" for compile.
977
978 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
979
980         PR bootstrap/25670
981
982         * Makefile.tpl ([+compare-target+]): Print explanation messages.
983
984         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
985         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
986         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
987         BUILD_PREFIX, BUILD_PREFIX_1.
988         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
989
990         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
991         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
992
993         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
994         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
995         of `cat stage_current`.  Always provide the `r' and `s' variables.
996         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
997         a single shell execution.
998         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
999         bootstrapped modules, make the stage1 module if the build was not
1000         started yet, else build the current stage.
1001         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
1002         (all-build, all-host, all-target, [+make_target+]-host,
1003         [+make_target+]-target): Do not use \-continued lines.
1004         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
1005         (current_stage, restrap, stage_last): New.
1006
1007         * Makefile.in: Regenerate.
1008         * configure: Regenerate.
1009
1010 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
1011
1012         Sync from gcc:
1013
1014         2006-01-31  Richard Guenther  <rguenther@suse.de>
1015                     Paolo Bonzini  <bonzini@gnu.org>
1016
1017         * Makefile.def (target_modules): Add libgcc-math target module.
1018         * configure.in (target_libraries): Add libgcc-math target library.
1019         (--enable-libgcc-math): New configure switch.
1020         * Makefile.in: Re-generate.
1021         * configure: Re-generate.
1022         * libgcc-math: New toplevel directory.
1023
1024         2006-01-18  Richard Henderson  <rth@redhat.com>
1025                     Jakub Jelinek  <jakub@redhat.com>
1026                     Diego Novillo  <dnovillo@redhat.com>
1027
1028         * libgomp: New directory.
1029         * Makefile.def: Add target_module libgomp.
1030         * Makefile.in: Regenerate.
1031         * configure.in (target_libraries): Add target-libgomp.
1032         * configure: Regenerate.
1033
1034 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
1035             Andreas Schwab  <schwab@suse.de>
1036
1037         * configure: Regenerate.
1038
1039 2006-01-16  Paolo Bonzini  <bonzini@gnu.org>
1040
1041         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
1042         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
1043         the assembler, linker and binutils.
1044         * configure: Regenerate.
1045
1046 2006-01-16  Nick Clifton  <nickc@redhat.com>
1047
1048         * config.sub, config.guess: Sync from config repository.
1049
1050 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
1051
1052         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
1053         @ from continuation.
1054         * Makefile.in: Rebuilt.
1055
1056 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
1057
1058         Sync from gcc:
1059
1060         2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
1061
1062         PR bootstrap/24252
1063
1064         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
1065         * Makefile.tpl (OBJDUMP): New.
1066         (EXTRA_HOST_FLAGS): Add it.
1067         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
1068
1069         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
1070         to use symbolic links between directories.  Avoid race conditions
1071         or make them harmless.
1072         * configure.in: Do not try to use symbolic links between directories.
1073
1074         * Makefile.def (LEAN): Pass.
1075         * Makefile.tpl (LEAN): Define.
1076         (stage[+id+]-start): Accept that the previous directory does not
1077         exist, if the bootstrap is lean.
1078         (stage[+id+]-bubble): Invoke lean bootstrap commands after
1079         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
1080         configure substitution.
1081         ([+compare-target+]): Likewise.
1082         ([+bootstrap-target+]-lean): New.
1083         * configure.in: Remove lean bootstrap support from here.
1084
1085         * Makefile.in: Regenerate.
1086         * configure: Regenerate.
1087
1088         2006-01-02  Andreas Schwab  <schwab@suse.de>
1089
1090         * configure.in: When reconfiguring remove Makefile in
1091         all stage directories.
1092         * configure: Regenerate.
1093
1094 2005-12-27  Leif Ekblad  <leif@rdos.net>
1095
1096         * configure.in: Add support for RDOS target.
1097         * configure: Regenerate.
1098
1099 2005-12-27  Nick Clifton  <nickc@redhat.com>
1100
1101         PR binutils/1990
1102         * libtool.m4: Synchronize with version in GCC sources.
1103
1104 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
1105
1106         Revert Ada-related part of the previous change.
1107
1108         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
1109         Do not pass.
1110         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
1111         * Makefile.in: Regenerate.
1112         * configure.in: Do not include mt-ppc-aix target fragment.
1113         * configure: Regenerate.
1114
1115 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
1116
1117         * configure.in: Select appropriate fragments for PowerPC/AIX.
1118         * configure: Regenerate.
1119
1120         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
1121         BOOT_CFLAGS, BOOT_LDFLAGS.
1122         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
1123         BOOT_CFLAGS, BOOT_LDFLAGS.
1124         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
1125         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
1126         (stage): Fail if we cannot complete the work.
1127         * Makefile.in: Regenerate.
1128
1129 2005-12-16  Jeff Johnston  <jjohnstn@redhat.com>
1130
1131         * COPYING.NEWLIB: Update copyright year for default
1132         copyright.
1133
1134 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
1135
1136         * Makefile.tpl (all, do-[+make_target+], do-check, install,
1137         install-host-nogcc): Don't invoke $(stage) at the end.
1138         * Makefile.in: Regenerate.
1139
1140 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
1141
1142         * configure.in: Flip the top-level bootstrap switch.
1143         * configure: Regenerate.
1144
1145         Merge from gcc:
1146
1147         2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
1148
1149         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
1150         $(stage) and $(unstage).
1151         (EXTRA_TARGET_FLAGS): Correct double-quoting.
1152         (all): Remove stray semicolon.
1153         (local-distclean): Don't handle multilib.tmp and multilib.out.
1154         (install.all): Set $s for consistency.
1155         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
1156         check_multilibs setting.  Always make the install directory.
1157         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
1158         Correct @if/@endif.
1159         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
1160         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
1161         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
1162         (multilib.out): Remove.
1163         * Makefile.in: Regenerated.
1164
1165 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
1166
1167         * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
1168         * configure.in: Replace ms1 arch with mt.
1169         * configure: Rebuilt.
1170
1171 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
1172
1173         Sync with gcc:
1174
1175 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
1176
1177         * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
1178         * configure.in: Replace ms1 arch with mt.
1179         * configure: Rebuilt.
1180
1181 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
1182
1183         Sync with gcc:
1184
1185         2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
1186
1187         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
1188         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
1189         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
1190         Find in-tree tools if available.
1191         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
1192         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
1193         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
1194         (COMPILER_*_FOR_TARGET): New.
1195         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
1196         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
1197         (CONFIGURED_*, USUAL_*): Remove.
1198         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
1199         STRIP): Use autoconf substitutions.
1200         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
1201         COMPILER_NM_FOR_TARGET): New.
1202         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
1203
1204         (all): Make all-host and all-target in parallel.
1205         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
1206         that $$r and $$s are set before invoking a recursive make.
1207         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
1208         ([+bootstrap-target+]): Inline most of the `all' target.
1209
1210         2005-11-29  Ben Elliston  <bje@au.ibm.com>
1211
1212         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
1213         from the gcc build directory.
1214         * Makefile.in: Regenerate.
1215
1216         2005-11-29  Ben Elliston  <bje@au.ibm.com>
1217
1218         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
1219         depend on all-libdecnumber.
1220         * configure.in (host_libs): Include libdecnumber.
1221         * Makefile.in: Regenerate.
1222         * configure: Likewise.
1223
1224         2005-11-21  Kean Johnston  <jkj@sco.com>
1225
1226         * config.sub, config.guess: Sync from upstream sources.
1227
1228 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
1229
1230         * Makefile.def: Remove gdb dependencies for gdbtk.
1231         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
1232         (configure-gdb, install-gdb): New rules.
1233         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
1234         * Makefile.in, configure: Regenerated.
1235
1236 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
1237
1238         PR bootstrap/24297
1239         * Makefile.tpl (do-[+make-target+], do-check, install,
1240         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
1241         are set before recursing.
1242         * Makefile.in: Regenerate.
1243
1244 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
1245
1246         PR bootstrap/18939
1247         * Makefile.def (gcc) <target>: Fix thinko.
1248         * Makefile.in: Regenerate.
1249
1250 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
1251
1252         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
1253         * configure: Regenerate.
1254
1255 2005-10-09  Kazu Hirata  <kazu@codesourcery.com>
1256
1257         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
1258         target-libffi, target-qthreads, target-libjava, and
1259         targetlibobjc.
1260         * configure: Regenerate.
1261
1262 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
1263
1264         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
1265         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
1266         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
1267         (USUAL_OBJDUMP_FOR_TARGET): New.
1268         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
1269         * configure.in: Check for $OBJDUMP_FOR_TARGET.
1270         * configure, Makefile.in: Regenerated.
1271
1272 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
1273
1274         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
1275         before other host packages.
1276
1277 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
1278
1279         PR bootstrap/22340
1280
1281         * configure.in (default_target): Remove.
1282         * Makefile.tpl (all): Do not use prerequisites as subroutines
1283         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
1284         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
1285         use prerequisites as subroutines.
1286         (check-host, check-target): New.
1287         (bootstrap configure & all targets): Do not use stage*-start
1288         if the directory layout is already ok.
1289         (non-bootstrap configure & all targets): Prepend a $(unstage).
1290         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
1291         (NOTPARALLEL): Remove.
1292         (unstage, stage variables): New variables.
1293         (unstage, stage targets): Simply expand to those variables.
1294
1295         * configure: Regenerate.
1296         * Makefile.in: Regenerate.
1297
1298 2005-10-04  James E Wilson  <wilson@specifix.com>
1299
1300         * Makefile.def (lang_env_dependencies): Add libmudflap.
1301         * Makefile.in: Regenerate.
1302
1303 2005-10-03  Catherine Moore  <clm@cm00re.com>
1304
1305         * configure.in (bfin-*-*): Support bfin.
1306         * configure: Regenerated.
1307
1308 2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
1309
1310         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
1311         * configure: Regenerated.
1312
1313 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
1314
1315         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
1316         (LIPO_FOR_TARGET): New.
1317         (CONFIGURED_LIPO_FOR_TARGET): New.
1318         (USUAL_LIPO_FOR_TARGET): New.
1319         (STRIP_FOR_TARGET): New.
1320         (CONFIGURED_STRIP_FOR_TARGET): New.
1321         (USUAL_STRIP_FOR_TARGET): New.
1322         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
1323         STRIP_FOR_TARGET.
1324         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
1325         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
1326         * Makefile.in: Regenerate.
1327         * configure: Regenerate.
1328
1329 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
1330
1331         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
1332         (rs6000-*-aix*): Same.
1333         * configure: Regenerate.
1334
1335 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1336
1337         * configure.in: Recognize f95 in the --enable-languages option,
1338         and substitute it for fortran, issuing a warning.
1339         * configure: Regenerate.
1340
1341 2005-09-07  Ben Elliston  <bje@au.ibm.com>
1342
1343         Import from Autoconf sources:
1344
1345         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
1346         * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
1347         Elliston.  Handle weird characters correctly.
1348
1349 2005-08-30  Phil Edwards  <phil@codesourcery.com>
1350
1351         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
1352         * configure:  Regenerated.
1353
1354 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
1355
1356         * Makefile.def (libssp): Add to lang_env_dependencies.
1357         * Makefile.in: Regenerate.
1358
1359 2005-08-17  Christian Groessler  <chris@groessler.org>
1360
1361         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
1362         * Makefile.in: Regenerate.
1363
1364 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
1365
1366         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
1367         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
1368         Look for alternate names of the target cc and c++
1369         * configure: Regenerate.
1370
1371 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
1372
1373         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
1374         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
1375         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
1376         tools; remove code to manually set them.
1377         (Target tools): Look in the environment for them.
1378         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
1379         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
1380         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
1381         build directory.
1382         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
1383         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
1384         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
1385         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
1386         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
1387         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
1388         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
1389         * configure: Regenerate.
1390         * Makefile.in: Regenerate.
1391
1392 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
1393
1394         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
1395         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
1396         * Makefile.in: Regenerated.
1397
1398 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
1399
1400         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
1401         (CFLAGS_FOR_TARGET): Use it.
1402         (CXXFLAGS_FOR_TARGET): Likewise.
1403         * Makefile.in: Regenerated.
1404         * configure.in (--with-build-sysroot): New option.
1405         * configure: Regenerated.
1406
1407 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
1408
1409         * Makefile.tpl: Wrap install between unstage and stage
1410         * Makefile.in: Regenerate.
1411
1412 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
1413
1414         * all files: Update FSF address.
1415
1416 2005-07-14  Jim Blandy  <jimb@redhat.com>
1417
1418         * configure.in: Add cases for Renesas m32c.
1419         * configure: Regenerated.
1420
1421 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
1422
1423         * COPYING, compile, config-ml.in, config.guess,
1424         config.sub, install-sh, missing, mkinstalldirs,
1425         symlink-tree, ylwrap: Sync from upstream sources.
1426
1427 2005-07-13  Eric Christopher  <echristo@redhat.com>
1428
1429         * configure.in: Add toplevel noconfigdir support for tpf.
1430         * configure: Regenerate.
1431
1432 2005-07-11  Jakub Jelinek  <jakub@redhat.com>
1433
1434         * Makefile.def (target_modules): Add libssp.
1435         * configure.in (target_libraries): Add target-libssp.
1436         * configure: Rebuilt.
1437         * Makefile.in: Rebuilt.
1438
1439 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
1440
1441         PR ada/22340
1442
1443         * Makefile.def: Sync with gcc.
1444         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
1445         * Makefile.in: Regenerate.
1446
1447 2005-07-07  Andreas Schwab  <schwab@suse.de>
1448
1449         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
1450         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
1451         * Makefile.in: Regenerated.
1452
1453 2005-07-07  Kazu Hirata  <kazu@codesourcery.com>
1454
1455         * configure.in: Add --enable-libssp and --disable-libssp.
1456         * configure: Regenerate with autoconf-2.13.
1457
1458 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
1459
1460         * configure.in: Don't build sim or rda when targetting darwin.
1461         * configure: Regenerate.
1462
1463 2005-07-04  Ben Elliston  <bje@gnu.org>
1464
1465         * src-release (do-proto-toplev): Remove dejagnu bits.
1466         (DEJAGNU_SUPPORT_DIRS): Remove.
1467         (dejagnu.tar.bz2, dejagnu.tar): Likewise.
1468         (GDBD_SUPPORT_DIRS): Likewise.
1469         (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
1470         (INSIGHTD_SUPPORT_DIRS): Likewise.
1471         (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
1472
1473 2005-06-30  Ben Elliston  <bje@gnu.org>
1474
1475         * setup.com (mpw): Remove unused directive.
1476
1477 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
1478
1479         * Makefile.def (stagefeedback): Come after profile.
1480         Define profiledbootstrap target.
1481         * Makefile.tpl (profiledbootstrap): Remove.
1482         (stageprofile-end): Zap stagefeedback.
1483         (stagefeedback-start): Copy all .gcda files, not only GCC's.
1484         * Makefile.in: Regenerate.
1485
1486 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
1487
1488         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
1489         In 'cpp' stanza, support '#line' as well as '# '.
1490
1491 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
1492
1493         * configure.in (unsupported_languages): New macro.
1494         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
1495         non-ported target libraries in noconfigdirs.
1496         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
1497         non-linux-gnu.  Remove libgcj_ex_libffi.
1498         <lang_frag loop>: Set add_this_lang=no if the language is in
1499         unsupported_languages.
1500         * configure: Regenerate.
1501
1502 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
1503
1504         * configure.in: Fix typo in handling of --with-mpfr-dir.
1505         * configure: Regenerate.
1506
1507 2005-06-02  Jim Blandy  <jimb@redhat.com>
1508
1509         * config.sub: Add cases for the Renesas m32c.  (This patch has been
1510         accepted into the master sources.)
1511
1512 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
1513             Michael Snyder  <msnyder@redhat.com>
1514             Stan Cox  <scox@redhat.com>
1515
1516         * configure.in: Set noconfigdirs for ms1.
1517
1518         * configure: Regenerate.
1519
1520 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
1521
1522         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
1523         (Dependencies): Consider target modules for bootstrap dependencies.
1524         Make target bootstrap modules depend on each stage's gcc.
1525         * Makefile.in: Regenerate.
1526
1527 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
1528
1529         * Makefile.def (configure-gcc): Depend on binutils having been built.
1530         (all-gcc): No need to do it here.
1531         * Makefile.in: Regenerate.
1532
1533 2005-05-19  Paul Brook  <paul@codesourcery.com>
1534
1535         * configure.in: Rewrite misleading error message when requested
1536         language cannot be built.
1537         * configure: Regenerate.
1538
1539 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
1540
1541         * ylwrap: Import from Automake 1.9.5.
1542
1543 2005-05-04  Mike Stump  <mrs@apple.com>
1544
1545         * configure.in: Always pass --target to target configures as
1546         otherwise rebuilds that do --recheck will fail.
1547         * configure: Rebuilt.
1548
1549 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
1550
1551         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
1552         STAGE_HOST_EXPORTS.
1553         (configure, all): Add bootstrap support.
1554         (Host modules, target modules): Pass post-stage1 flags and exports.
1555         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
1556         * Makefile.in: Regenerate.
1557
1558 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
1559
1560         Sync from gcc:
1561
1562         2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
1563
1564         * config.sub: Update from master copy.
1565
1566         2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
1567
1568         * configure.in <crisv32-*-*, cris-*-*>: New local variable
1569         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
1570         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
1571         "*-*-elf" and "*-*-linux*".
1572         * configure: Regenerate.
1573
1574 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
1575
1576         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
1577         (TARGET_CONFIGARGS): Include --with-target-subdir.
1578         (configure, all): New macros.  Use them throughout.
1579
1580 2005-04-05  Paolo Bonzini  <bonzini@gnu.org>
1581
1582         * Makefile.tpl: Sync with gcc.
1583         * Makefile.in: Regenerate.
1584
1585 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
1586
1587         * config/mh-mingw32: Delete.
1588         * configure.in: Don't use it.
1589         * configure: Regenerate.
1590
1591 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
1592
1593         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
1594         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
1595         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
1596         (HOST_LIB_PATH): Generate from Makefile.def.
1597         (TARGET_LIB_PATH): Likewise.
1598         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
1599         * Makefile.in: Regenerate.
1600         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
1601         (RPATH_ENVVAR): Include Darwin case.
1602         * configure: Regenerate.
1603
1604 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
1605
1606         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
1607         * configure: Regenerate.
1608
1609 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
1610
1611         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
1612         gcc_version, and gcc_version_trigger from set of flags to pass.
1613         * Makefile.tpl: Remove definitions of above variables.
1614         (config.status): Remove dependency on $(gcc_version_trigger).
1615         * Makefile.in: Regenerate.
1616         * configure.in: Do not reference config/gcc-version.m4 nor
1617         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
1618         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
1619         * configure: Regenerate.
1620
1621 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
1622             Andrew Pinski <pinskia@physics.uc.edu>
1623
1624         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
1625         * Makefile.in: Regenerate.
1626
1627 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
1628
1629         PR libgcj/20160
1630         * ltmain.sh: Avoid creating archives with components that have
1631         duplicate basenames.
1632
1633 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
1634
1635         PR bootstrap/20250
1636         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
1637         instead of check.
1638         * Makefile.in: Regenerate.
1639
1640 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
1641
1642         Sync from gcc.
1643
1644         2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
1645
1646         PR bootstrap/17383
1647         * Makefile.def (target_modules): Remove "stage", now unnecessary.
1648         * Makefile.tpl (HOST_SUBDIR): New substitution.
1649         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
1650         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
1651         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
1652         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
1653         (Host modules, Bootstrapped modules): Use it.
1654         (Build modules, Target modules): Do not create symlink trees,
1655         always configure out-of-srcdir.
1656         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
1657         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
1658         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
1659         $(HOST_SUBDIR).  Create a symlink for host_subdir.
1660
1661         * Makefile.in: Regenerate.
1662         * configure: Regenerate.
1663
1664         Merged from libada-gnattools-branch:
1665         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
1666
1667         * Makefile.def: Add gnattools as a module, depending on target-libada.
1668         * Makefile.in: Regenerate.
1669         * configure.in: Include gnattools in host_tools; disable it if ada
1670         is disabled.
1671         * configure: Regenerate.
1672
1673 2005-02-23  Nick Clifton  <nickc@redhat.com>
1674
1675         * configure: Regenerate.
1676
1677 2005-02-22  Paul Schlie  <schlie@comcast.net>
1678
1679         * configure.in: Allow darwin targeted ports to build tk, itcl and
1680         libgui.
1681
1682 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
1683
1684         PR libgcj/10353
1685         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
1686         * configure: Regenerate.
1687
1688 2005-02-08  Andrew Cagney  <cagney@gnu.org>
1689
1690         * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
1691         gdb/ section.  Update GDB's URL.
1692
1693 2005-01-31  Andrew Cagney  <cagney@gnu.org>
1694
1695         * gettext.m4: Only set ENABLE_NLS when gettext is present.
1696
1697 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
1698
1699         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
1700         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
1701         target-libgloss when not *-*-elf and *-*-aout.
1702         * configure: Regenerate.
1703
1704 2005-01-27  Andrew Cagney  <cagney@gnu.org>
1705
1706         * gettext.m4: Don't use NONE as a default for CATOBJEXT.
1707
1708 2005-01-24  Andrew Cagney  <cagney@gnu.org>
1709
1710         * gettext.m4: Only fall back to ../intl/ when it's present.
1711
1712 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
1713
1714         * install-sh, config.sub: Import from upstream.
1715
1716 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
1717
1718         PR bootstrap/18222
1719         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
1720         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
1721         * Makefile.in: Regenerate.
1722
1723 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
1724
1725         Revert 2004-12-28 Makefile changes, a better fix will be
1726         applied to mainline and src after GCC 4.0 branches.
1727
1728 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
1729
1730         PR bootstrap/17383
1731
1732         * Makefile.def (target_modules): Remove stage parameter,
1733         it is always true now.
1734         * Makefile.tpl (configure-build-[+module+],
1735         configure-target-[+module+]): Always build symlink tree
1736         for the directory and for include.  BUILD_SUBDIR and
1737         TARGET_SUBDIR cannot be . anymore.
1738         * Makefile.in: Regenerate.
1739
1740 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
1741
1742         Revert 2004-12-08 Makefile changes.
1743
1744 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
1745
1746         * configure.in (sh64-*-*): Reenable gprof.
1747         * configure: Regenerate.
1748
1749 2004-12-09  Jim Blandy  <jimb@redhat.com>
1750
1751         * MAINTAINERS: List 'depcomp' as part of automake.
1752
1753 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
1754
1755         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
1756         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
1757         (EXTRA_TARGET_FLAGS): Add PICFLAG.
1758         * Makefile.in: Regenerate.
1759
1760 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
1761
1762         * Makefile.tpl: Generate normal dependencies if the LHS module is
1763         not bootstrapped.
1764         * Makefile.in: Regenerate.
1765
1766 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
1767
1768         * configure.in: Include config/gxx-include-dir.m4.  Use
1769         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
1770         * configure: Regenerate.
1771
1772 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
1773
1774         * config.if: Delete.
1775         * configure.in: Set libstdcxx_incdir directly.
1776         * configure: Regenerate.
1777         * MAINTAINERS: Remove mention of config.if.
1778         * src-release (DEVO_SUPPORT): Remove config.if.
1779
1780 2004-12-02  Eric Christopher  <echristo@redhat.com>
1781
1782         * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
1783         of things to remove.
1784         * Makefile.in: Regenerate.
1785
1786 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
1787
1788         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
1789         * configure: Regenerate.
1790
1791 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
1792
1793         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
1794         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
1795         * configure: Regenerate.
1796
1797 2004-11-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1798
1799         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
1800         (hppa*64*-*-*): Delete incorrect comment.
1801         * configure: Rebuilt.
1802
1803 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
1804
1805         * install-sh, compile: Import from automake.
1806
1807 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
1808
1809         * config.guess, config.sub:  Import from savannnah.
1810
1811 2004-11-12  Mike Stump  <mrs@apple.com>
1812
1813         * Makefile.def: Add html support.
1814         * Makefile.tpl: Likewise.
1815         * Makefile.in: Regenerate.
1816
1817 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
1818
1819         PR 18423
1820         * configure.in: Remove all instances of build-fixincludes from
1821         noconfigdirs.
1822         (build_configargs): Supply --target to subdirectories.
1823         * configure: Regenerate.
1824
1825         * Makefile.def: Make gcc install depend on fixincludes install.
1826         * Makefile.in: Regenerate.
1827
1828 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
1829
1830         * configure.in (noconfigdirs) [mmix-*-*]: Disable
1831         target-libgfortran.
1832         * configure: Regenerate.
1833
1834 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
1835
1836         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
1837         like CC.
1838
1839 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
1840
1841         * Makefile.def (host fixincludes): Specify missing targets.
1842         * Makefile.in: Regenerate.
1843
1844 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
1845
1846         PR other/17783
1847         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
1848         * configure: Regenerated.
1849
1850 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
1851
1852         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
1853         * configure: Regenerated.
1854
1855 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
1856
1857         PR target/18151
1858         * configure.in (case ${target}): Do not build fixincludes for avr.
1859         * configure: Regenerated.
1860
1861 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
1862
1863         * configure.in (case ${target}): Do not build fixincludes
1864         on platforms where it is not used.
1865         * configure: Regenerated.
1866
1867 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
1868
1869         * configure.in: Use an absolute path to install-sh.
1870         * configure: Regenerated.
1871
1872 2004-10-19  Andrew Cagney  <cagney@gnu.org>
1873
1874         * src-release (do-djunpack, do-md5sum): Install the generated file
1875         directly into the proto-toplev/ directory.
1876
1877 2004-10-19  Andrew Cagney  <cagney@gnu.org>
1878
1879         * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
1880
1881 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
1882
1883         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
1884         * configure: Regenerate.
1885
1886 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
1887
1888         Fix wrong conflict resolution in:
1889
1890         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
1891
1892         * Makefile.in: Regenerate.
1893         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1894         in the recursive `make', instead of hardwiring `all'.
1895         (Autogenerated TARGET-* variables): New.
1896
1897 2004-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
1898
1899         Merged from GCC / libtool upstream:
1900         2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
1901         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
1902         * ltcf-cxx.sh (tpf*): Likewise.
1903         * ltconfig (tpf*): Add TPF OS configuration support.
1904
1905 2004-09-30  Tomer Levi  <Tomer.Levi@nsc.com>
1906
1907         * configure.in: Enable target-libgloss for crx-*-*.
1908         * configure: Regenerate.
1909
1910 2004-09-24  Michael Roth  <mroth@nessie.de>
1911
1912         * configure.in (--without-headers): Add missing double quotes.
1913         * configure: Regenerate.
1914
1915 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
1916
1917         * ylwrap: Revert to previous version.
1918
1919 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
1920
1921         PR bootstrap/17369
1922         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
1923         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
1924         SET_GCC_LIB_PATH_CMD.
1925         (BASE_TARGET_EXPORTS): Likewise.
1926         * Makefile.in: Regenerated.
1927
1928         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
1929         * configure: Regenerated.
1930
1931 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
1932
1933         * config.guess: New upstream version
1934         * compile, depcomp, install-sh, ylwrap: Likewise.
1935
1936 2004-09-19  Roger Sayle  <roger@eyesopen.com>
1937
1938         * config/mh-x86omitfp: New host makefile fragment.  Add
1939         -fomit-frame-pointer to the default BOOT_CFLAGS.
1940         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
1941         * configure: Regenerate.
1942
1943 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
1944
1945         PR target/11572
1946         * configure.in (*-*-darwin*): Renable libobjc.
1947         * configure: Regenerate.
1948
1949 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
1950
1951         * Makefile.def: Remove libbanshee.
1952         * Makefile.tpl: Ditto.
1953         * configure.in: Ditto.
1954         * Makefile.in: Regen.
1955         * configure: Ditto.
1956
1957 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
1958
1959         * missing: Import latest version from master repository.
1960
1961 2004-09-04  Nick Clifton  <nickc@redhat.com>
1962
1963         * config.sub: Import latest version from master repository.
1964         * config.guess: Likewise.
1965         This includes these changes:
1966
1967         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
1968
1969         * config.sub: Handle crisv32, alias etraxfs.
1970         * config.guess (crisv32:Linux:*:*): Handle.
1971
1972         2004-08-13  Brad Smith  <brad@comstyle.com>
1973
1974         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
1975         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
1976
1977         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
1978
1979         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
1980         assume the processor is a powerpc.  This is because coreutils
1981         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
1982         in this case, due to a MacOS X bug that causes
1983         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
1984         to return a negative number.
1985         Problem reported by Petter Reinholdtsen in:
1986         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
1987
1988         2004-07-19  Ben Elliston  <bje@gnu.org>
1989
1990         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
1991
1992         2004-06-24  Ben Elliston  <bje@gnu.org>
1993
1994         * config.guess: Update copyright years.
1995         * config.sub: Likewise.
1996
1997         2004-06-22  Robert Millan  <robertmh@gnu.org>
1998
1999         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
2000         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
2001
2002         2004-06-22  Stanley F. Quayle <stan@stanq.com>
2003
2004         * config.guess (*:*VMS:*:*): New entry. Replaces
2005         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
2006         manufacturer.
2007
2008         2004-06-22  Ben Elliston  <bje@gnu.org>
2009
2010         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
2011         * config.sub: Likewise.
2012
2013         2004-06-22  Ben Elliston  <bje@gnu.org>
2014
2015         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
2016         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
2017
2018         2004-06-11  Ben Elliston  <bje@gnu.org>
2019
2020         * config.guess (pegasos:OpenBSD:*:*): Remove.
2021
2022         2004-06-11  Ben Elliston  <bje@gnu.org>
2023
2024         From Wouter Verhelst <wouter@grep.be>:
2025         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
2026
2027         2004-06-11  Ben Elliston  <bje@gnu.org>
2028
2029         * config.guess (luna88k:OpenBSD:*:*): New.
2030
2031         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
2032
2033         * config.guess (m32r*:Linux:*:*): New case.
2034         * config.sub: Handle m32rle.
2035
2036         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
2037
2038         From Jens Petersen  <petersen@redhat.com>:
2039         * config.sub: Handle sparcv8.
2040
2041         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
2042
2043         From Tom Smith <smith@cag.lkg.hp.com>:
2044         * config.guess: Version suffixes are equally significant on Tru64
2045         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
2046         prefix of "P" (patched kernel).
2047
2048         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
2049
2050         * config.sub: Add support for National Semiconductor CRX target.
2051
2052 2004-09-03  Jan Beulich  <jbeulich@novell.com>
2053
2054         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
2055         *-*-netware, but add target-libmudflap.
2056         Consolidate *-*-netware targets (of which really only i?86 exists)
2057         into a single entry.
2058         * configure: Likewise.
2059
2060 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
2061
2062         * Makefile.tpl (sorry): Remove.
2063         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
2064         (cleanstrap targets): Depend on distclean, not distclean-stage1.
2065         (do-clean): Clean per-stage directories too.
2066         (do-distclean): Run distclean-stage1 too.
2067         (.NOTPARALLEL): Enable during toplevel bootstrap.
2068         (stage[+id+]-bubble): Enable parallel execution during
2069         the recursive invocation.
2070         * Makefile.in: Regenerate.
2071
2072         Sync from gcc (moving the Makefile.in change to Makefile.tpl):
2073
2074         2004-08-31  Robert Bowdidge <bowdidge@apple.com>
2075
2076         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
2077         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
2078         * configure: regenerate
2079         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
2080         -mdynamic-no-pic
2081
2082 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
2083
2084         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
2085         include.
2086         * configure.in: Fix indentation.
2087         * configure: Regenerate.
2088
2089 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
2090
2091         * Makefile.def (build_modules): Add fixincludes.
2092         (dependencies): Make gcc depend on fixincludes.
2093         * configure.in (build_tools): Add fixincludes.
2094         (build_configdirs): Always include build_libs.
2095         * Makefile.in: Regenerate.
2096         * configure: Regenerate.
2097
2098 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
2099
2100         * Makefile.def (bootstrap stages): Add 'lean' parameter.
2101         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
2102         phony targets; do not generate timestamp files.
2103         (distclean-stageN): Remove references to their timestamp files.
2104         (restageN, touch-stageN): Remove.
2105         (stageN-bubble): Rewritten.
2106         (compare): Support lean bootstraps.
2107         * Makefile.in: Regenerate.
2108
2109         * configure.in: Only warn when bootstrapping but
2110         build != host or build != target.  Support lean bootstraps.
2111         * configure: Regenerate.
2112
2113         Sync from gcc:
2114         2004-08-26  Phil Edwards  <phil@codesourcery.com>
2115
2116         * configure.in:  Give a better error message if GMP/MPFR are missing
2117         and a language needing them has been requested.
2118         * configure:  Regenerated.
2119
2120         2004-08-25  Phil Edwards  <phil@codesourcery.com>
2121
2122         * configure.in:  Print a list of available language front-ends if
2123         a requested one is missing.  Tidy stray tab characters.
2124         * configure:  Regenerated.
2125
2126 2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
2127
2128         * Makefile.in: Regenerate.
2129         * configure: Regenerate.
2130
2131         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
2132         stage_*_flags.
2133         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
2134         for bootstrapped modules if toplevel bootstrap is going.
2135         (GCC bootstrap): Generate per-stage targets for all bootstrapped
2136         modules.  Adjust for changes in Makefile.def.  Enable several
2137         rules even in non-bootstrap mode, just to avoid peppering the
2138         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
2139         (stage-[+prev+]-bubble): Remove.
2140
2141         * Makefile.def (Dependencies): Depend on all-build-bison,
2142         all-build-flex, all-build-byacc, all-build-texinfo, rather
2143         than the host variations.
2144         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
2145         with BUILD_SUBDIR.
2146         (BISON): Update for recent Bisons.
2147         (YACC): Fix typo.
2148         (cross): Depend on all-build.
2149         (all): Do not depend on all-build.
2150         (prebootstrap): Remove.
2151         (dep-kind): Accept separate prefixes for MODULE and ON variables.
2152         (Prebootstrap dependencies): Add them to the per-stage targets
2153         and to all-prebootstrap.
2154         * configure.in (build_configdirs): Always enable build_tools.
2155         (BUILD_DIR_PREFIX): Remove.
2156
2157         * Makefile.def (gcc): Add target variable.
2158         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
2159         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
2160         in the recursive `make', instead of hardwiring `all'.
2161         (Autogenerated TARGET-* variables): New.
2162
2163 2004-08-17  Robert Millan  <robertmh@gnu.org>
2164
2165         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
2166         (instead of FreeBSD).
2167         * configure: Regenerate.
2168
2169 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
2170
2171         * Makefile.def, configure.in, src-release: Remove useless, bogus
2172         references to tix.
2173         * Makefile.in, configure: Regenerate.
2174
2175         * src-release: Stop distributing mmalloc with gdb (which doesn't
2176         use it).
2177         * Makefile.def: GDB doesn't depend on mmalloc anymore.
2178         * Makefile.in: Regenerate.
2179
2180 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
2181
2182         * configure.in (arm*-*-eabi*): New target.
2183         * configure: Regenerate.
2184
2185 2004-08-01  Robert Millan  <robertmh@gnu.org>
2186
2187         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
2188         libmudflap for all GNU-based systems (with Glibc).
2189         * configure: Regenerate.
2190
2191 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
2192
2193         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
2194         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
2195         (Dependencies): New section.
2196         * Makefile.tpl (Dependencies): Generate from Makefile.def.
2197         (configure-target-[+module+]): Depend on maybe-all-gcc
2198         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
2199         (toplevel profiledbootstrap): Fix dependencies.
2200         * Makefile.in: Regenerate.
2201
2202 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
2203
2204         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
2205         target-libiberty to noconfigdirs.
2206
2207 2004-08-03  Paul Brook  <paul@codesourcery.com>
2208
2209         * configure.in: Check for MPFR as well as GMP.
2210         * configure: Regenerate.
2211
2212 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
2213
2214         * Makefile.def (host-modules): Add gcc.
2215         * Makefile.in: Regenerate.
2216         * Makefile.tpl (sorry): New rule.
2217         (configure-host, all-host, [+make_target+]-host, do-check,
2218         install-host): Do not add gcc as a special case.
2219         (host modules): Add a small special-casing for gcc.  Export
2220         extra_make_flags through the environment.
2221         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
2222         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
2223         other recursive targets for gcc): Remove.
2224
2225         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
2226         (stage, unstage): New rules.
2227         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
2228         distclean-stage[+id+]): Use stage_current.
2229         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
2230         the stage*-start rules.
2231
2232 2004-07-19  Robert Millan  <robertmh@gnu.org>
2233
2234         Synced from gcc:
2235
2236         2004-04-26  Robert Millan  <robertmh@gnu.org>
2237
2238         Add patches from libtool CVS.
2239         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
2240         * ltconfig: Likewise.
2241         * ltcf-c.sh: Likewise.
2242         * ltcf-cxx.sh: Likewise.
2243         * ltcf-gcj.sh: Likewise.
2244
2245 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
2246
2247         * configure.in: Add noconfigdirs for crx-*-*.
2248         * configure: Regenerate.
2249
2250 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
2251
2252         Synced from gcc:
2253
2254         2004-07-09  Loren J. Rittle <ljrittle@acm.org>
2255
2256         * configure.in: Build libmudflap by default on FreeBSD.
2257         * configure: Regenerated.
2258
2259         2004-07-09  Mark Mitchell  <mark@codesourcery.com>
2260
2261         * configure.in: Do not build libmudflap by default on non-GNU/Linux
2262         systems.
2263         * configure: Regenerated.
2264
2265         2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2266
2267         PR target/16344
2268         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
2269         feedback based compiler.
2270         * Makefile.in: Rebuilt.
2271
2272         2004-07-05  Phil Edwards  <phil@codesourcery.com>
2273
2274         * configure.in:  Do not prepend $srcdir to /dev/null in
2275         makefile fragments.
2276         * configure:  Regenerate.
2277
2278 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
2279
2280         * Makefile.def (host_modules): Set bootstrap=true for flex.
2281         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
2282         * Makefile.in: Rebuilt.
2283
2284 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
2285
2286         * Makefile.def (build_modules): Add bison, byacc, flex,
2287         m4, texinfo.
2288         (flags_to_pass): Add FLEX.
2289         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
2290         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
2291         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
2292         DEFAULT_MAKEINFO): Remove.
2293         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
2294         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
2295         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
2296         objdir or else use configured tool.
2297         (all-build): New.
2298         (all): Depend on it.
2299         (Build module dependencies): Add.
2300         * Makefile.in: Regenerate.
2301         * configure.in: Better support for multiple build modules,
2302         matching what is done for host/target modules.  Do not look
2303         for "plausible" locations of build tools if Canadian cross.
2304         Use autoconf's AC_PROG_CC to find a C compiler.  Define
2305         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
2306         * configure: Regenerate.
2307
2308 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
2309
2310         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
2311         * Makefile.in: Regenerate.
2312
2313 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
2314
2315         * Makefile.tpl (configure-build-[+module+],
2316         configure-[+module+], configure-target-[+module+]): Pass
2317         [+extra_configure_args+].
2318         (all-build-[+module+], all-[+module+], check-[+module+],
2319         install-[+module+], [+make_target+]-[+module+],
2320         all-target-[+module+], check-target-[+module+],
2321         install-target-[+module+], [+make_target+]-target-[+module+]):
2322         Pass [+extra_make_args+].
2323         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
2324         (GCC_HOST_EXPORTS): Remove.
2325         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
2326         cross, check-gcc, check-gcc-c++, install-gcc,
2327         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
2328         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
2329         * Makefile.in: Regenerate.
2330
2331 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
2332
2333         * configure.in: Check for srcdir/winsup rather than build directory
2334         winsup.
2335         * configure: Regenerate.
2336
2337 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
2338
2339         * configure.in: Don't build Cygwin native newlib if winsup
2340         directory is missing.  Emit warning instead.
2341         * configure: Regenerate.
2342
2343 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
2344
2345         * Makefile.tpl (touch-stage[+id+]): New.
2346         (restage[+prev+]): Depend on touch-stage[+id+].
2347
2348         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
2349         Use it throughout.
2350
2351         * Makefile.def: Add profile and feedback bootstrap stages.
2352         Remove next field from bootstrap stages.
2353         * Makefile.tpl (LN, LN_S): Substitute.
2354         (stageN-start, stageN-end): Use double-colon rules, to
2355         provide a hook for additional setup commands.
2356         (distclean-stageN-gcc, restageN): Create dependencies from
2357         [+prev+], not from [+next+].
2358         (stageN-bubble): Add commands for successive stages from
2359         [+prev+], using double-colon rules.
2360         (all-stageN-gcc): Fix typo.
2361         (stagefeedback-start, profiledbootstrap): New.
2362         * Makefile.in: Regenerate.
2363         * configure.in: Call ACX_PROG_LN.
2364         * configure: Regenerate.
2365
2366 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
2367
2368         * configure.in: Fix --enable-bootstrap breakage introduced in trees
2369         without gcc.
2370         * configure: Regenerate.
2371
2372 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
2373
2374         * Makefile.tpl: Fix typo.
2375         * Makefile.in: Regenerate.
2376
2377 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
2378
2379         * configure.in: Remove new- prefix from toplevel
2380         bootstrap targets.
2381         * configure: Regenerate.
2382
2383 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
2384
2385         Merge this patch from the gcc tree:
2386
2387         2004-05-30  Andreas Jaeger  <aj@suse.de>
2388                     Jim Wilson <wilson@specifixinc.com>
2389
2390         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
2391         like CC.
2392
2393 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
2394
2395         * Makefile.tpl (all.normal): Rename to all.
2396         (all): Replace with a rule to pick the default
2397         target from configure.
2398         (all-gcc, configure-gcc): Use conditionals to
2399         do nothing when toplevel bootstrap is going on.
2400         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
2401         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
2402         * configure.in: Support --enable-bootstrap.
2403
2404         * Makefile.def: Remove new- prefix from toplevel
2405         bootstrap targets.
2406         * Makefile.tpl: Likewise.
2407
2408         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
2409         target.
2410
2411         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
2412         $(RECURSE_FLAGS) to recursive invocation of make.
2413
2414         * Makefile.in: Regenerate.
2415         * configure: Regenerate.
2416
2417 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
2418
2419         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
2420         * configure: Regenerate.
2421
2422 2004-05-25  Daniel Jacobowitz  <drow@false.org>
2423
2424         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
2425         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
2426         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
2427         targets.
2428         * Makefile.in: Regenerate.
2429
2430 2005-05-24  Paolo Bonzini <bonzini@gnu.org>
2431
2432         * configure.in: Test the ability to symlink directories.
2433         * configure: Regenerate.
2434
2435         * Makefile.def (bootstrap-stage): New definitions.
2436         * Makefile.tpl (configure-stage1-gcc,
2437         configure-stage2-gcc, configure-stage3-gcc,
2438         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
2439         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
2440         new-restage3, compare): Autogenerate, see Makefile.in
2441         entry for behavioral changes.
2442         (distclean-stage1, new-stage1-start, new-stage1-end,
2443         new-stage1-bubble, distclean-stage2, new-stage2-start,
2444         new-stage2-end, new-stage2-bubble, distclean-stage3,
2445         new-stage3-start, new-stage3-end): New autogenerated targets.
2446         (objext, prebootstrap, BOOT_CFLAGS,
2447         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
2448         targets.
2449
2450         * Makefile.in: Regenerate.
2451         (distclean-stage1, new-stage1-start, new-stage1-end,
2452         new-stage1-bubble, distclean-stage2, new-stage2-start,
2453         new-stage2-end, new-stage2-bubble, distclean-stage3,
2454         new-stage3-start, new-stage3-end): New targets.
2455         (all-stage1-gcc): Move prebootstrap dependency from here...
2456         (configure-stage1-gcc): ...to here.
2457         (new-bootstrap): Use bubble targets.
2458         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
2459         Use per-stage distclean targets.
2460         (configure-stage1-gcc, configure-stage2-gcc,
2461         configure-stage3-gcc, all-stage1-gcc,
2462         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
2463         Use new-stageN-start to prepare the tree.
2464
2465 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
2466
2467         * Makefile.def (host_modules): add libcpp.
2468         * Makefile.tpl: Add dependencies on and for libcpp.
2469         * Makefile.in: Regenerate.
2470         * configure.in: Add libcpp host module.
2471         * configure: Regenerate.
2472
2473 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
2474
2475         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
2476         of libf2c.
2477         * configure, Makefile.in: Regenerate.
2478
2479 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
2480
2481         Merge from tree-ssa-20020619-branch.
2482
2483         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
2484         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
2485         (HOST_GMPLIBS): Define.
2486         (HOST_GMPINC): Define.
2487         (TARGET_LIB_PATH): Add libmudflap.
2488         (GFORTRAN_FOR_TARGET): Define.
2489         (configure-build*): Export GFORTRAN.
2490         (configure-gcc): Export GMPLIBS and GMPINC.
2491         (all-gcc): Add maybe-all-libbanshee.
2492         (configure-target-libgfortran): Define.
2493         * Makefile.in: Regenerate.
2494         * configure.in (host_libs): Add libbanshee.
2495         (target_libraries): Add target-libmudflap and target-libgfortran.
2496         Add --with-libbanshee.
2497         Handle --disable-libmudflap.
2498         (*-*-freebsd*): Use with_gmp.
2499         Add $(libgcj) to noconfigdirs.
2500         * configure: Regenerate.
2501         * depcomp: New file.
2502         * MAINTAINERS: Add tree-ssa maintainers.
2503
2504 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
2505
2506         * config/acx.m4: Fix fastcompare support for new-bootstrap.
2507         * configure: Regenerate.
2508
2509 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
2510
2511         Revert:
2512         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2513
2514         * Makefile.def (flags_to_pass): Remove *dir variables that
2515         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
2516         as well as prefix and exec_prefix.
2517         * Makefile.in: Regenerate.
2518
2519 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2520
2521         * Makefile.def (host_modules): Mark with the bootstrap
2522         flag packages on which gcc depends.
2523         * Makefile.tpl (all-bootstrap): Use it.
2524         * Makefile.in: Regenerate.
2525
2526 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2527
2528         * Makefile.def (flags_to_pass): Remove *dir variables that
2529         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
2530         as well as prefix and exec_prefix.
2531         * Makefile.in: Regenerate.
2532
2533 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2534
2535         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
2536         * configure: Regenerate.
2537         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
2538         * gcc/Makefile.tpl (compare): Use the result of the test.
2539         * gcc/Makefile.in: Regenerate.
2540
2541 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
2542
2543         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
2544         Always relocate gcc and prev-gcc to the original names, even
2545         if the build fails.
2546         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
2547         New targets.
2548
2549 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2550
2551         * configure.in (mips*-*-irix5*): Enable ld.
2552         * configure: Regenerate.
2553
2554 2004-04-15  James E Wilson  <wilson@specifixinc.com>
2555
2556         * Makefile.tpl (configure-[+module+], configure-gcc,
2557         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
2558         Set and export LDFLAGS.
2559         * Makefile.in: Regenerate.
2560
2561 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
2562
2563         PR bootstrap/14871
2564         * Makefile.tpl: If we don't have built-in-tree target tools,
2565         use the ones found by configure rather than hacking around with
2566         program_transform_name.
2567         * configure.in: Give Makefile.tpl the information necessary
2568         to do that.
2569         * Makefile.in: Regenerate.
2570         * configure: Regenerate.
2571
2572 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
2573
2574         PR bootstrap/14760
2575         * configure.in: When computing baseargs, strip *all* copies of
2576         offending options.  Also, don't match/substitute the trailing space,
2577         so that this actually works when two similar options are separated by
2578         only one space.
2579         * configure: Regenerate.
2580
2581 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
2582
2583         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
2584         (rs6000-*-aix*): Same.
2585         * configure: Regenerate.
2586
2587 2004-03-25  Stan Shebs  <shebs@apple.com>
2588
2589         Remove MPW support, no longer used.
2590         * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
2591         mpw-install: Remove files.
2592         * src-release (DEVO_SUPPORT): Remove names of removed files.
2593         * MAINTAINERS: Likewise.
2594
2595 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
2596
2597         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
2598         STRICT_WARN, WARN_CFLAGS flags passed down to make.
2599         * Makefile.in: Regenerate.
2600
2601         * configure.in (top level bootstrap support): Rework --enable-werror
2602         to set @stage2_werror_flag@.
2603         * configure: Regenerate.
2604         * Makefile.tpl (top level bootstrap support): Pass
2605         @stage2_werror_flag@ down to configure in stages 2 and 3.
2606         * Makefile.in: Regenerate.
2607
2608 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
2609
2610         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
2611         for stages 2 and 3 as well as in make.  As a consequence, remove
2612         OUTPUT_OPTION (now detected by configure) from the flags passed down
2613         to make.
2614         * Makefile.in: Regenerate.
2615
2616         * Makefile.tpl (new-bootstrap): Fix typo.
2617         * Makefile.in: Regenerate.
2618
2619 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
2620
2621         * Makefile.tpl: Rearrange by moving recursive_targets rules
2622         into their proper sections.
2623         * Makefile.tpl (top level bootstrap support): Move disabling
2624         of coverage flags from 'make' to 'configure'; improve comments.
2625         * Makefile.in: Regenerate.
2626
2627         * Makefile.tpl (experimental top level bootstrap) Move stage1
2628         language setting from all- target to configure- target; disable
2629         intermodule optimization in stage 1; prevent gratuitous rebuilds
2630         of stage 1.
2631         * Makefile.in: Regenerate.
2632         * configure.in: Comma-separate stage 1 language list for top
2633         level bootstrap.
2634         * configure: Regenerate.
2635
2636         * Makefile.tpl: Clean up experimental top level bootstrap support:
2637         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
2638         prev-gcc in configure- targets as well as all- targets.
2639         * Makefile.in: Regenerate.
2640
2641 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
2642
2643         * configure.in: Remove symbolic link section.
2644         * configure: Regenerate.
2645         * Makefile.tpl (links): Remove.
2646         * Makefile.in: Regenerate.
2647
2648 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
2649             Nathanael Nerode  <neroden@gcc.gnu.org>
2650
2651         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
2652         Set with AC_CHECK_PROGS.
2653         * configure.in: Fix comment typo from last patch.
2654         * configure: Regenerate.
2655
2656 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
2657
2658         * Makefile.tpl: Introduce experimental top level bootstrap support.
2659         * Makefile.in: Regenerate.
2660         * configure.in: Introduce support for top level bootstrap.
2661         * configure: Regenerate.
2662
2663 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
2664             Paolo Bonzini  <bonzini@gnu.org>
2665
2666         PR bootstrap/14522
2667         * configure.in: Cope with shells that do not support unquoted ^
2668         * configure: Regenerate.
2669
2670 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
2671             Paolo Bonzini  <bonzini@gnu.org>
2672
2673         PR bootstrap/14522
2674         * configure.in: Cope with shell that do not support nesting
2675         quotes inside quoted backquote substitutions.
2676         * configure: Regenerate.
2677
2678 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
2679
2680         PR bootstrap/14522
2681         * configure.in: Fix escaping of $.
2682         * configure: Regenerate.
2683
2684 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
2685
2686         * configure: Regenerate.
2687
2688 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
2689
2690         PR ada/14131
2691         Move language detection to the top level.
2692         * configure.in: Find default values for the tools as
2693         soon as possible.  Disable ada if GNAT is not found.
2694         Emit error message about missing languages.  Expand
2695         --enable-languages=all for the gcc subdirectory.
2696
2697 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
2698
2699         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
2700         and disable libgcj.
2701         * configure: Regenerated.
2702
2703 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
2704
2705         PR bootstrap/7087
2706         * Makefile.tpl: Guard XFOO sed statements better.
2707         * Makefile.tpl: Add dependency for configure-target-libada.
2708         * Makefile.in: Regenerate (incidentally fixes broken
2709         commit when libada-branch was merged).
2710
2711 2004-02-28  Andrew Cagney  <cagney@redhat.com>
2712
2713         * src-release (CVS_NAMES): Define.
2714         (do-tar, do-tar): Prune $(CVS_NAMES).
2715
2716 2004-02-23  Andrew Cagney  <cagney@redhat.com>
2717
2718         * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
2719         2004-02-19.09.
2720
2721 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
2722
2723         PR bootstrap/11932
2724         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
2725
2726 2004-02-19  Andrew Cagney  <cagney@redhat.com>
2727
2728         * config.guess: Update from version 2003-06-12 to 2004-02-16.
2729         * config.sub: Update from version 2003-06-13 to 2004-02-16.
2730
2731 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
2732
2733         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
2734         (rs6000-*-aix*): Same.
2735         * configure: Regenerate.
2736
2737 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
2738
2739         * configure.in (host): Add in missing $noconfigdirs to defines.
2740         * configure: Regenerate.
2741
2742 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
2743             Nathanael Nerode  <neroden@gcc.gnu.org>
2744
2745         PR ada/6637, PR ada/5911
2746         Merge with libada-branch:
2747         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
2748         with appropriate dependencies. Add --enable-libada configure switch.
2749         * configure, Makefile.in: Regenerate.
2750
2751 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2752
2753         * configure.in: Don't pass --with-stabs on IRIX 5 either.
2754         * configure: Regenerate.
2755
2756 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
2757
2758         * COPYING.NEWLIB: Update Red Hat license to 2004.
2759
2760 2004-01-23  DJ Delorie  <dj@redhat.com>
2761
2762         * Makefile.def (target_modules) [libiberty]: Don't stage.
2763         * Makefile.in: Rebuilt.
2764
2765 2004-01-23  Jeff Johnston  <jjohnstn@redhat.com>
2766
2767         * COPYING.NEWLIB: Update to include copyrights for new
2768         iconv code.
2769
2770 2004-01-15  Andrew Cagney  <cagney@redhat.com>
2771
2772         * src-release: Update copyright year.
2773         (do-proto-toplev): Configure using i686-pc-linux-gnu.
2774         (NEWLIB_SUPPORT_DIRS): Delete macro.
2775         (newlib.tar.bz2): Delete rule.
2776
2777 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
2778
2779         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
2780         * Makefile.tpl (configure-target-[+module+]): Support stage.
2781         * Makefile.in: Rebuilt.
2782
2783 2003-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
2784
2785         * gettext.m4: Quote names of macros to be defined by AC_DEFUN
2786         throughout.
2787
2788 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
2789
2790         * configure.in: Use ./config.cache, not config.cache.
2791         * configure: Regenerate.
2792         * Makefile.tpl: Special-casing not needed for GCC any more.
2793         * Makefile.in: Regenerate.
2794
2795         * configure.in: Don't share a cache file for host dirs.
2796         * configure: Regenerate.
2797
2798         * config-ml.in: Don't mess with the cache file.
2799
2800 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
2801
2802         * Makefile.tpl: Make GCC use a separate config.cache.
2803         * Makefile.in: Regenerate.
2804
2805         PR bootstrap/11932, PR bootstrap/11933
2806         (I don't know if it will fix either of them, but it relates
2807         to them.)
2808         * configure.in: Don't use shared config.cache for target
2809         directories.
2810         * configure: Regenerate.
2811
2812 2003-12-31  Roger Sayle  <roger@eyesopen.com>
2813
2814         * configure.in (ia64*-*-hpux*): Disable building java libraries.
2815         * configure: Regenerated.
2816
2817 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
2818
2819         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
2820         * configure: Regenerated.
2821
2822 2003-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
2823
2824         Port change over from GCC:
2825         2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
2826         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
2827         (configure-build-[+module+], configure-[+module+]): Likewise.
2828         (configure-target-[+module+], configure-gcc, config.status): Likewise.
2829         * Makefile.in: Regenerate.
2830
2831 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
2832
2833         * configure.in (raw_libstdcxx_flags): Remove the leading space.
2834         * configure: Regenerate.
2835
2836 2003-11-27  Jeff Johnston  <jjohnstn@redhat.com>
2837
2838         * COPYING.NEWLIB: Add license info for long long routines added to
2839         stdlib.
2840
2841 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
2842
2843         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
2844         * Makefile.in: Regenerate.
2845
2846 2003-10-20  Phil Edwards  <phil@codesourcery.com>
2847
2848         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
2849         * configure:  Regenerate.
2850
2851 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
2852
2853         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
2854         HOST_FLAGS_TO_PASS.
2855         * Makefile.in: Regenerate.
2856
2857 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
2858
2859         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
2860         * configure: Rebuilt
2861         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
2862         * Makefile.in: Rebuilt
2863
2864 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
2865
2866         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
2867
2868 2003-10-01  Phil Edwards  <pme@gcc.gnu.org>
2869
2870         * config-ml.in:  Use ac_configure_args directly instead of
2871         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
2872         actually seen.
2873
2874 2003-10-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
2875
2876         * config-ml.in: Propagate INSTALL variables.
2877
2878 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
2879
2880         * configure.in: Pass a computed --program-transform-name
2881         to subconfigures.
2882         * configure: Regenerated.
2883
2884 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
2885
2886         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
2887         * Makefile.in: Regenerate.
2888
2889         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
2890         * Makefile.in: Regenerate.
2891
2892 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
2893
2894         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
2895         quoting.
2896         * configure: Regenerated.
2897
2898 2003-09-12  Michael Chastain  <mec@shout.net>
2899
2900         Fix PR gdb/857.
2901         * src-release (do-proto-topleve): Remove junk files
2902         intl/config.cache, intl/config.status,
2903         intl/config.h, intl/stamp-h.
2904
2905 2003-09-14  Andrew Cagney  <cagney@redhat.com>
2906
2907         * src-release (dejagnu.tar): New target.
2908         (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
2909         (do-djunpack): Use $(PACKAGE) for the package name.
2910
2911 2003-09-04  DJ Delorie  <dj@redhat.com>
2912
2913         * configure: Regenerate.
2914
2915 2003-09-04  Robert Millan  <robertmh@gnu.org>
2916
2917         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
2918
2919 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2920
2921         * configure.in: Ensure arguments to sed are properly spaced.
2922         * configure: Regenerate.
2923
2924 2003-08-28  Daniel Jacobowitz  <drow@mvista.com>
2925
2926         Merge from gcc:
2927         2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
2928         * install-sh:  Update to newer upstream versions (associated with
2929         aclocal 1.7).
2930         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
2931
2932 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
2933
2934         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
2935         * configure: Regenerated.
2936
2937 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
2938
2939         * configure.in:  Use newline instead of semicolon when assuming
2940         shell arguments in a for loop.
2941         * configure:  Regenerated.
2942
2943 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
2944
2945         PR 8180
2946         * configure.in: When testing with_libs and with_headers, treat
2947         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
2948         * configure: Regenerate.
2949
2950         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
2951         make, shell, etc.
2952         (baseargs): Likewise.
2953         * configure: Regenerate.
2954
2955 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
2956
2957         * configure.in: Disable libgcj for darwin not on powerpc.
2958         * configure: Rebuild.
2959
2960 2003-08-15  Michael Chastain  <mec@shout.net>
2961
2962         * src-release (do-proto-toplev): Remove junk files
2963         dejagnu/example/calc/config.status,
2964         dejagnu/example/calc/config.log.
2965
2966 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
2967
2968         * config-ml.in, symlink-tree: Add license.
2969
2970 2003-08-01  Nathanael Nerode  <neroden@gcc.gnu.org>
2971
2972         Merge from gcc:
2973
2974         2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
2975         * Makefile.tpl (check, check-c++): Express dependencies using
2976         dependencies rather than commands.
2977         * Makefile.in: Regenerate.
2978
2979         2003-07-31  Geoffrey Keating  <geoffk@apple.com>
2980         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
2981         * Makefile.in: Update.
2982
2983 2003-08-01  Andrew Cagney  <cagney@redhat.com>
2984
2985         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
2986         * configure: Ditto.
2987
2988 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
2989
2990         * configure.in: Enable libgcj for darwin.
2991         * configure: Rebuild.
2992
2993 2003-07-29  Nathanael Nerode  <neroden@gcc.gnu.org>
2994
2995         * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
2996
2997 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
2998
2999         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
3000         creating target and build subdirs to build all parent dirs as needed.
3001         * Makefile.in: Rebuild.
3002         * configure.in: Don't build dirs explicitly here.
3003         * configure: Rebuild.
3004
3005 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
3006
3007         * Makefile.tpl (all-make): Depend on intl.
3008         * Makefile.in: Rebuilt.
3009
3010 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
3011
3012         * config.if: Remove unused libc_interface determination.
3013
3014 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
3015
3016         * Makefile.in: Regenerate, correctly this time.
3017
3018 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
3019
3020         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
3021         unused INSTALL_PROGRAM_ARGS.
3022         * configure.in: Use AC_PROG_INSTALL.
3023         * Makefile.in: Regenerate.
3024         * configure: Regenerate.
3025
3026 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
3027
3028         * configure: Rebuilt.
3029         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
3030         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
3031         newlib nor libgloss.
3032         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
3033         * configure.in (am33_2.0-*-linux*): Added.
3034
3035 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
3036
3037         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
3038         * configure: Regenerate.
3039
3040 2003-07-06  H.J. Lu <hongjiu.lu@intel.com>
3041
3042         * config-ml.in: Replace PWD with PWD_COMMAND.
3043         * Makefile.tpl: Likewise.
3044         * Makefile.in: Regenerated.
3045
3046 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
3047
3048         * configure.in: Clean up config-lang.in handling.  Delete
3049         useless assignment to "subdirs".
3050         * configure: Regenerate.
3051
3052 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
3053
3054         * configure.in: Rename 'target_libs' to 'target_libraries'.
3055         Remove useless reference to 'target_libs'.
3056         * configure: Regenerate.
3057
3058 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
3059
3060         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
3061         * Makefile.in: Regenerate.
3062
3063 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3064
3065         * Makefile.def: Introduce flags_to_pass.
3066         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
3067         * Makefile.in: Regenerate.
3068
3069 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
3070
3071         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
3072         and target-libgloss.
3073         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
3074         <h8300*-*-*>: Disable libf2c and ${libgcj}.
3075         * configure: Regenerate.
3076
3077 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
3078
3079         * configure.in: Update testsuite_flags to new location.
3080         * configure. Regenerate.
3081
3082 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3083
3084         * Makefile.tpl: Remove BUILD_CC stuff.
3085         * Makefile.in: Regenerate.
3086
3087 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
3088
3089         * config.guess: Update to 2003-06-12 version.
3090         * config.sub: Update to 2003-06-13 version.
3091
3092 2003-06-12  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3093
3094         * MAINTAINERS: Add myself as MIPS co-maintainer.
3095
3096 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
3097
3098         * config.guess: Update to 2003-06-06 version.
3099         * config.sub: Update to 2003-06-06 version.
3100
3101 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3102
3103         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
3104         * configure. Regenerate.
3105
3106 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
3107
3108         * configure.in: Disable serial configure by default.
3109         * configure: Regenerate.
3110         * Makefile.tpl: Abolish .NOTPARALLEL.
3111         * Makefile.in: Regenerate.
3112
3113         * Makefile.tpl: Replace {build,host,target}_canonical by
3114         {build,host,target}.
3115         * Makefile.in: Regenerate.
3116
3117         * Makefile.tpl: Fix stupid pasto.
3118         * Makefile.in: Regenerate.
3119
3120 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3121
3122         * Makefile.tpl: Remove bogus conditional.
3123         * Makefile.in: Regenerate.
3124
3125 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3126
3127         * Makefile.tpl: Make 'recursive targets' using autogen rather
3128         than shell loop.  Remove duplicate 'clean' targets and false
3129         comments.
3130         * Makefile.def: Add systematic dependencies to 'recursive' targets.
3131         Add systematic method of specifying missing targets in subdirs.
3132         Add copyright boilerplate.
3133         * Makefile.in: Regenerate.
3134         * configure.in: Add 'recursive targets' to maybe list.
3135         * configure: Regenerate.
3136
3137         * Makefile.tpl: Rename [+target+] to [+make_target+].
3138         * Makefile.def: Rename 'target' to 'make_target'.
3139
3140 2003-05-30  Nick Clifton  <nickc@redhat.com>
3141
3142         * README-maintainer-mode: Update URL for locating blessed config
3143         tools.
3144
3145 2003-05-29  Robert Millan  <rmh@debian.org>
3146
3147         * ltconfig: Import this patch and modify for use with current
3148         version of ltconfig:
3149
3150         2003-05-21  Bruno Haible  <bruno@clisp.org>
3151
3152         * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
3153         GNU/FreeBSD.
3154
3155 2003-05-28  DJ Delorie  <dj@redhat.com>
3156
3157         * Makefile.tpl: Make maybe-check-gcc .PHONY.
3158         * Makefile.in: Regenerate.
3159
3160 2003-05-28  Jeff Johnston  <jjohnstn@redhat.com>
3161
3162         * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
3163
3164 2003-05-21  DJ Delorie  <dj@redhat.com>
3165
3166         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
3167         newlib or libgloss.
3168         * Makefile.in: Regenerate.
3169
3170 2003-05-21  DJ Delorie  <dj@redhat.com>
3171
3172         * Makefile.tpl: Add missing empty maybe-check-gcc target.
3173         * Makefile.in: Regenerate.
3174
3175 2003-05-20  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
3176
3177         * configure.in: Use curly braces in the definition of tooldir.
3178         * configure: Regenerate.
3179
3180 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3181
3182         * configure.in: Switch more things to use maybe dependencies.
3183         * Makefile.tpl: Switch more things to use maybe dependencies.
3184         Factor out common code from autogen IF statements.
3185         * configure: Regenerate.
3186         * Makefile.in: Regenerate.
3187
3188 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
3189
3190         * configure.in: Accept i[3456789]86 for machine type.
3191         * configure: Regenerate.
3192
3193 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3194
3195         * configure.in: Switch more things to use maybe dependencies.
3196         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
3197         * configure: Regenerate.
3198         * Makefile.tpl: Switch more things to use maybe dependencies.
3199         * Makefile.in: Regenerate.
3200
3201 2003-05-16  Andreas Schwab  <schwab@suse.de>
3202
3203         * Makefile.tpl (install-opcodes): Define.
3204         * Makefile.in: Rebuild.
3205
3206 2003-05-13  Andreas Jaeger  <aj@suse.de>
3207
3208         * config.guess: Update to 2003-05-09 version.
3209         * config.sub: Update to 2003-05-09 version.
3210
3211 2003-05-13  Michael Eager <eager@mvista.com>
3212
3213         * configure.in: Correct sed script so that options in quotes are not
3214         deleted.
3215         * configure: Rebuild.
3216
3217 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
3218
3219         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
3220         and $$s/newlib/libc/sys/cygwin32 include paths.
3221         * configure: Ditto.
3222
3223 2003-05-05  H.J. Lu <hjl@gnu.org>
3224
3225         * config-ml.in: Restored from gcc repository.
3226
3227 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
3228
3229         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
3230         * Makefile.in: Regenerate.
3231
3232 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
3233
3234         * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
3235         and Makefile.def.
3236
3237 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
3238
3239         * Makefile.tpl: Clean $(BUILD_SUBDIR).
3240         * Makefile.in: Regenerated.
3241
3242 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3243
3244         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
3245         * Makefile.in: Regenerate.
3246
3247 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
3248
3249         * configure.in (powerpc64*-*-linux*): Remove.
3250         * configure: Rebuilt.
3251
3252 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
3253
3254         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
3255         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
3256         and restrap.
3257         * Makefile.in:  Regenerate.
3258
3259 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
3260
3261         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
3262         * configure: Regenerated.
3263
3264 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
3265
3266         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
3267         * */configure: Rebuilt.
3268
3269 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
3270
3271         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
3272         * Makefile.in: Regenerate.
3273
3274 2003-03-14  Michael Chastain  <mec@shout.net>
3275
3276         * Makefile.in: Regenerate with correct Makefile.def.
3277
3278 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
3279
3280         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
3281         Make macro.
3282         * Makefile.in: Regenerate.
3283         * configure.in: Clean up gxx_include_dir logic.
3284         * configure: Regenerate.
3285
3286 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3287
3288         * configure.in (gxx_include_dir): Fix typo.
3289         * configure: Regenerated.
3290
3291 2003-03-06  Andrew Cagney  <cagney@redhat.com>
3292
3293         * texinfo/texinfo.tex: Import version 2003-02-03.16.
3294
3295 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
3296
3297         * configure.in: Include $(build_tooldir)/sys-include in
3298         FLAGS_FOR_TARGET.
3299         * configure: Regenerated.
3300
3301 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
3302
3303         * Makefile.tpl: Reindent.
3304         * Makefile.in: Regenerate.
3305         * configure.in: Reindent.  Don't set unused variables.
3306         * configure: Regenerate.
3307
3308         * Makefile.tpl: Always pass down RANLIB.
3309         * Makefile.in: Regenerate.
3310
3311         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
3312         * Makefile.in: Regenerate.
3313         * configure.in: Remove unused logic relating to --enable-shared
3314         and --enable-threads.  Remove bogus comments.  Remove redundant
3315         noconfigdirs.
3316         * configure: Regenerate.
3317
3318         * configure.in: Replace ${libstdcxx_version} by its value.
3319         Remove reference to mh-dgux.
3320         * configure: Regenerate.
3321
3322 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3323
3324         * Makefile.tpl: Rearrange.
3325         * Makefile.in: Regenerate.
3326
3327 2003-02-25  Nick Clifton  <nickc@redhat.com>
3328
3329         * configure: Remove site-file supprot - it is obsolete.
3330
3331 2003-02-24  Uwe Stieber <uwe@wwws.de>
3332
3333         * configure.in: Add support for kaOS as cross build target system.
3334         * configure: Regenerated.
3335
3336 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
3337
3338         * Makefile.tpl: Add definition of CPPFLAGS to pass into
3339         configure-target-* as some target builds may require additional
3340         flags for preprocessor tests.
3341         * Makefile.in: Regenerated.
3342
3343 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
3344
3345         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
3346         * ltconfig: Handle it.
3347         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
3348         auto-detecting it.
3349
3350 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
3351
3352         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
3353         it is used as argument to $CC.
3354         * ltcf-gcj.sh: Likewise.
3355
3356 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
3357
3358         * configure.in: Introduce --enable-maintainer-mode.
3359         * configure: Rebuilt.
3360         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
3361         for maintainer mode.
3362         * Makefile.in: Rebuilt.
3363
3364 2003-02-19  Andrew Cagney <ac131313@redhat.com>
3365
3366         * configure: Regenerate using autoconf 2.13.
3367
3368 2003-02-19  Alan Modra  <amodra@bigpond.net.au>
3369
3370         * config.guess: Import latest version.
3371         * config.sub: Import latest version.
3372
3373 2003-02-18  Jason Merrill  <jason@redhat.com>
3374
3375         * Makefile.tpl (check-c++): Allow parallelism.
3376
3377 2003-02-17  Andrew Cagney  <ac131313@redhat.com>
3378
3379         * configure: Regenerate using autoconf 000227.
3380
3381 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
3382
3383         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
3384         don't configure target-libobjc.
3385         * configure: Regenerate.
3386
3387 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3388
3389         * Makefile.tpl (RANLIB): Define.
3390         * Makefile.in: Regenerate.
3391
3392 2003-02-06  Keith R Seitz  <keiths@redhat.com>
3393
3394         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
3395         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
3396         * Makefile.in: Regenerated.
3397         * configure.in: Remove all traces of snavigator, db, and grep.
3398         * configure: Regenerated.
3399
3400 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
3401
3402         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
3403         * Makefile.in: Regenerated.
3404
3405 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
3406
3407         * config.if: Copy from GCC.
3408
3409 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
3410
3411         * configure.in:  Revert 24Jan change.
3412         * configure:  Regenerate.
3413
3414 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3415
3416         * configure.in: Revert previous change.
3417         * configure: Regenerate.
3418
3419 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3420
3421         * configure.in: Make rda native-only.
3422         * configure: Regenerate.
3423
3424 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3425
3426         * configure.in: Add missing \.
3427         * configure: Rebuilt.
3428
3429 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
3430
3431         * configure.in (baseargs): Avoid using \| in sed regular
3432         expressions.
3433         * configure: Rebuilt.
3434
3435 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
3436
3437         * configure.in (baseargs): Remove all supported forms of
3438         --cache-file, --srcdir, --host, --build and --target options
3439         from argument lists.
3440         * configure: Rebuilt.
3441
3442 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
3443
3444         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
3445         * configure: Rebuilt.
3446
3447 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3448
3449         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
3450         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
3451         * Makefile.in: Regenerate.
3452         * configure: Regenerate.
3453
3454 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
3455
3456         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
3457         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
3458         * Makefile.in: Regenerate.
3459
3460 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
3461
3462         * configure.in: Remove Makefile in build, host and target modules
3463         unless configure was run with --no-recursion.
3464         * configure: Rebuilt.
3465
3466 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
3467
3468         * config.guess: Update to 2003-01-03 version.
3469         * config.sub: Update to 2003-01-03 version.
3470
3471 2003-01-07  Christopher Faylor  <cgf@redhat.com>
3472
3473         * configure: Regenerate with proper autoconf 2.13.
3474
3475 2003-01-07  Christopher Faylor  <cgf@redhat.com>
3476
3477         * configure.in: Add AC_PREREQ for consistency.
3478         * configure: Regenerate.
3479
3480 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
3481
3482         * configure.in (GDB_TK): Add tcl directories conditional on
3483         gdb/gdbtk directory being present.
3484         * configure: Regenerate.
3485
3486 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
3487
3488         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
3489         by gcc if LD is not defined and we are not doing a Canadian Cross.
3490         * configure: Rebuilt.
3491
3492 2003-01-01  Daniel Jacobowitz  <drow@mvista.com>
3493
3494         * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
3495
3496 2002-12-31  Tom Tromey  <tromey@redhat.com>
3497
3498         * Makefile.in: Rebuilt.
3499         * Makefile.def (target_modules) [libffi]: Allow installation.
3500
3501 2002-12-31  Andreas Schwab  <schwab@suse.de>
3502
3503         * configure.in: Fix use of $program_transform_name.
3504         * configure: Regenerated.
3505
3506 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
3507
3508         * configure.in (baseargs): Don't remove first configure argument.
3509         * configure: Regenerated.
3510
3511 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
3512
3513         * Makefile.tpl (local-distclean): Don't remove...
3514         (multilib.ts): ... this.  Moved into...
3515         (multilib.out): ... this.  Don't use sub-make.
3516         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
3517         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
3518         (configure-build-[+module+], configure-[+module+],
3519         configure-target-[+module+], configure-gcc): ... these.  Test
3520         for Makefile existence.  Drop config.status from dependencies.
3521         * Makefile.in: Rebuilt.
3522         * configure.in: Move gcc-version-trigger to the end of
3523         ac_configure_args.  Add comments to maybedep.tmp and
3524         serdep.tmp.  Introduce --disable-serial-configure.  Remove
3525         nonopt from baseargs, matching and removing corresponding
3526         whitespace while at it.
3527         * configure: Rebuilt.
3528
3529 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
3530
3531         * configure.in (host_configargs): Replace reference to
3532         no-longer-defined buildopts with --build=${build_alias}.
3533         * configure: Rebuilt.
3534
3535 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
3536
3537         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
3538         program_transform_name to standard idiom.
3539         (AUTOGEN, AUTOCONF): Define.
3540         (Makefile.in): Use $(AUTOGEN).
3541         (Makefile): Depend on config.status, and use autoconf-style rule to
3542         build it.  Move original commands to...
3543         (config.status): ... this new target.
3544         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
3545         $(AUTOCONF).
3546         * Makefile.in: Rebuilt.
3547
3548 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3549
3550         * Makefile.tpl: Fix dramatic bustage due to change in
3551         program_transform_name.
3552         * Makefile.in: Regenerate.
3553
3554         * configure.in: Remove unnecessary PATH setting.
3555         * configure: Regnerate.
3556
3557         * configure.in: Don't default to unprefixed tools unless
3558         the native tools will work.
3559         * configure: Regenerate.
3560
3561         * configure.in: Convert to autoconf script.  Blow away lots
3562         of now-redundant Makefile fragments.
3563         * configure: Generate using Autoconf.
3564         * Makefile.tpl: Rewrite to reflect autoconfiscation.
3565         * Makefile.in: Regenerate.
3566
3567 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
3568
3569         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
3570         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
3571
3572         * ChangeLog: Move a couple of entries from here to winsup/cygwin,
3573         where they belong.
3574
3575 2002-12-24  Andreas Schwab  <schwab@suse.de>
3576
3577         * Makefile.tpl (multilib.out): Fix missing space.
3578         * Makefile.in: Regenerate.
3579
3580 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3581
3582         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
3583         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
3584         * Makefile.in: Regenerate.
3585         * configure.in: Remove unnecessary leftovers.
3586
3587 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
3588
3589         * configure.in (extra_ranlibflags_for_target): New variable.
3590         (*-*-darwin): Add -c to ranlib commands.
3591         * configure (tooldir): Handle extra_ranlibflags_for_target.
3592
3593 2002-12-20  Jeff Johnston  <jjohnstn@redhat.com>
3594
3595         * COPYING.NEWLIB: Updated.
3596         * COPYING.LIBGLOSS: Ditto.
3597
3598 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3599
3600         * Makefile.tpl: Revert HJL's change.
3601         * Makefile.in: Regenerated.
3602         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
3603         always.
3604
3605 2002-12-19  Andreas Schwab  <schwab@suse.de>
3606
3607         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
3608         * Makefile.in: Regenerate.
3609
3610 2002-12-18  H.J. Lu <hjl@gnu.org>
3611
3612         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
3613         * Makefile.in: Regenerated.
3614
3615         * configure.in (build_prefix): New. Substitute.
3616
3617 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3618
3619         * Makefile.tpl: Don't let real targets depend on phony targets.
3620         * Makefile.in: Regenerate.
3621
3622         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
3623         * Makefile.in: Regenerate.
3624
3625 2002-12-16  Jason Merrill  <jason@redhat.com>
3626
3627         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
3628         previous 'make bootstrap'.
3629         * Makefile.in: Regenerate.
3630
3631 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
3632
3633         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
3634
3635 2002-12-13  Jason Merrill  <jason@redhat.com>
3636
3637         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
3638         library tests.
3639         (check-c++): Just depend on it and check-target-libstdc++-v3.
3640         * Makefile.in: Regenerate.
3641
3642 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
3643
3644         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
3645         * Makefile.in: Regenerate.
3646
3647 2002-12-12  Jeff Johnston  <jjohnstn@redhat.com>
3648
3649         * COPYING.NEWLIB: Update list of alternate Regent of California
3650         licenses and discuss official revoking of advertising clause.
3651         * COPYING.LIBGLOSS: Ditto.
3652
3653 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
3654
3655         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
3656         * Makefile.in: Rebuilt.
3657
3658 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
3659
3660         * configure: Fix bug put in by gremlins.
3661
3662         * Makefile.tpl: Substitute more autoconfily.
3663         * configure: Substitute more autoconfily.
3664         * Makefile.in: Regenerate.
3665
3666 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
3667
3668         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
3669         * Makefile.in (all-sim): Ditto.
3670
3671 2002-12-06  DJ Delorie  <dj@redhat.com>
3672
3673         * Makefile.tpl: Change configure dependencies to not have real
3674         targets depend on phony targets.
3675
3676 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
3677
3678         * configure.in: Revert unintentional change.
3679
3680         * src-release: Configure host subdirs.
3681
3682         * Makefile.tpl: Change dependency for */multilib.out so that
3683         it works when gcc isn't in the tree.
3684
3685         * configure.in: Substitute more.
3686         * configure: Run subconfigures from the Makefile.
3687         * Makefile.tpl: Run subconfigures from the Makefile; add a few
3688         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
3689
3690 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3691
3692         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
3693         and corresponding dependencies.
3694         * Makefile.in: Regenerate.
3695
3696         * configure.in (host_tools): Order binutils, gas and ld for
3697         convenience in running the testsuites.
3698
3699         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
3700         * Makefile.in: Regenerate.
3701         * configure.in: Introduce rules to serialize subconfigure runs.
3702
3703         * configure.in: Introduce BASE_CC_FOR_TARGET.
3704         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
3705         Realize configure-build-* targets.  Realize configure-target-* targets.
3706         * Makefile.in: Regenerate.
3707
3708 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3709
3710         * configure: Move gcc_version_trigger stuff from here...
3711         * configure.in: ...to here.
3712
3713         * configure.in: Separate subconfigure options added by this file from
3714         options given by the user.  Add machinery to put args for host
3715         subconfigures into the Makefile.
3716
3717         * Makefile.tpl: Remove 'vault' targets.
3718         * Makefile.tpl: Reorder and comment dependencies.
3719         * Makefile.in: Regenerate.
3720
3721 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
3722
3723         * configure.in: Move host-specific darwin noconfigdirs into
3724         the host-specific section.
3725
3726 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3727
3728         * Makefile.tpl: Restore bkorb's style patch, accidentally lost
3729         during replay.
3730         * Makefile.in: Regenerate.
3731
3732         (finishing slow-motion replay)
3733         * configure: Remove skip-this-dir support.
3734         * Makefile.tpl: Remove skip-this-dir support.
3735
3736         * Makefile.tpl: Remove leftover support for non-autoconfiscated
3737         subdirectories.
3738         * Makefile.in: Regenerate.
3739
3740         * Makefile.tpl: Strip out useless setting of 'dir'.
3741         * Makefile.in: Regenerate.
3742
3743 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3744
3745         (finishing slow-motion replay)
3746         * configure.in: Fix deeply stupid bug.
3747
3748         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
3749         shell code in CXX_FOR_TARGET
3750         * Makefile.def: Introduce raw_cxx.
3751         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
3752         RAW_CXX_FOR_TARGET.
3753         * Makefile.in: Regenerate.
3754
3755 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3756
3757         (finishing slow-motion replay)
3758         * Makefile.tpl: Remove unnecessary ifs.
3759         * Makefile.in: Regenerate.
3760
3761         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
3762         dependencies.  Maybe-ize build-libiberty.  Create dummy install
3763         targets for 'no_install' modules.
3764         * configure: Move GDB_TK substitution to configure.in.  Move
3765         build_modules stuff to configure.in.
3766         * configure.in: Implement soft dependency machinery.  Maybe-ize
3767         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
3768         * Makefile.in: Regenerate.
3769
3770 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
3771
3772         (continuing slow-motion replay)
3773         * Makefile.tpl: Make all-target, install-target behave similarly
3774         to all, install (only hitting configured targets).  Eliminate
3775         unused macro defintions.
3776
3777         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
3778         build != host.
3779
3780         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
3781
3782         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
3783
3784         * configure.in: Produce lists of subdir targets we're actually
3785         configuring.  Remove references to "dosrel".
3786         * Makefile.tpl: Let configure set which subdir targets are hit.
3787         Remove install-cross; clean up install; remove ALL.  Remove
3788         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
3789         Autogenerate host module targets.  Remove empty dependency lines
3790         and redundant dependency; rearrange slightly.
3791         * Makefile.def: Add host-side libtermcap, utils.
3792
3793         * Makefile.in: Regenerate.
3794
3795 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
3796
3797         (Continuing slow-motion replay)
3798         * Makefile.def: Add list of recursive targets to autogenerate.
3799         Add build_modules.
3800         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
3801         targets.  Autogenerate *-build-* targets.
3802         * Makefile.in: Regenerate.
3803
3804 2002-11-30  Nathanael Nerode  <neroden@gcc.gnu.org>
3805
3806         (Continuing slow-motion replay)
3807         * configure: More autoconf-style substitutions.
3808         * Makefile.tpl: More autoconf-style substitutions.
3809         * Makefile.in: Regenerate.
3810
3811 2002-11-30  Nathanael Nerode  <neroden@gcc.gnu.org>
3812
3813         (Continuing slow-motion replay)
3814         * configure: Substitute more variables in a more autoconf-friendly
3815         way.  Simplify slightly.
3816         * Makefile.tpl: Make more variables substitutable in an
3817         autoconf-friendly way.
3818         * Makefile.in: Regenerate.
3819
3820 2002-11-29  Nathanael Nerode  <neroden@gcc.gnu.org>
3821
3822         (Continuing slow-motion replay)
3823         * configure.in (v810*): Remove special setting of tools.
3824
3825         * configure: Add support for extra required flags for ar or nm.
3826         * configure.in (aix4.3+): Use above support for target-specific
3827         issues, rather than using config/mt-aix43.
3828
3829 2002-11-29  Nathanael Nerode  <neroden@gcc.gnu.org>
3830
3831         (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
3832         * configure: Remove 'removing', which doesn't work.  Replace $subdir
3833         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
3834         with $srcdir.  Reformat indentation.  Substitute some variables
3835         formerly hard-coded in the Makefile for build=host.
3836         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
3837         * Makefile.def: Autogenerate more.
3838         * Makefile.in: Regenerate.
3839
3840 2002-11-13  Bruce Korb  <bkorb@gnu.org>
3841
3842         * Makefile.tpl: syntactic cleanup
3843
3844 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
3845
3846         * Makefile.def (host_modules): Add rda.
3847         * Makefile.in: Regenerate.
3848         * configure.in (target_tool): Add target-rda to list.
3849
3850 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
3851
3852         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
3853         and restrap targets to this rule.
3854         * Makefile.in:  Regenerate.
3855
3856 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
3857
3858         * configure.in (i[3456]86-*-linux*): Add check to disable
3859         ${libgcj} for glibc1.
3860
3861 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
3862
3863         * configure.in: Add tic4x target.
3864
3865 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3866
3867         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
3868         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
3869         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
3870         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
3871         * Makefile.in: Regenerate.
3872
3873 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3874
3875         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
3876         * Makefile.in: Regenerate.
3877
3878         * Makefile.def: Remove order dependency comments.
3879         * Makefile.tpl: Add explicit install-install dependencies.
3880         * Makefile.in: Regenerate.
3881
3882         * Makefile.tpl: Remove material now in src-release.  (Finally!)
3883         * Makefile.in: Regenerate.
3884
3885         * configure: Restore my original patch by syncing with gcc version.
3886
3887         * Bring following over from gcc:
3888
3889 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
3890
3891         * configure.in (s390*-*-linux*): Enable libgcj.
3892
3893 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3894
3895         * Makefile.in: Regenerate.  This really ought to fix things. :sigh:
3896
3897 2002-10-02  Alan Modra  <amodra@bigpond.net.au>
3898
3899         * configure: Move stray lines back to where they belong.
3900
3901 2002-10-01  Nathanael Nerode  <neroden@gcc.gnu.org>
3902
3903         * Makefile.tpl: Insert configure-target target, for src-release.
3904
3905         * configure: Finish reverting change which Andrew Cagney started
3906         reverting.  Should fix bustage.
3907
3908         * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
3909         * src-release: New file.  Contains material for making net
3910         releases for gdb, binutils, et al., formerly in Makefile.in.
3911
3912 2002-09-30  Nick Clifton  <nickc@redhat.com>
3913
3914         * cpu: New top level directory.  Intended to hold input files for
3915         CGEN which have FSF copyright assignment.
3916         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
3917
3918 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
3919
3920         Revert below (note that src does not contain Makefile.tpl):
3921         * Makefile.tpl: Make subsituted variables more autoconfy.
3922         * Makefile.in: Regenerate.
3923
3924 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
3925
3926         * configure: Revert accidentally applied changes.
3927
3928         * Makefile.tpl: Make more autoconf-friendly.
3929         * Makefile.in: Regenerate.
3930         * configure: Make substitution more autoconf-like.
3931
3932 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
3933
3934         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
3935         single entry to handle all these.
3936         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
3937         libjava on arm-*-elf.
3938
3939 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
3940
3941         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
3942         things that depend on them.
3943
3944 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
3945
3946         * Makefile.tpl: Make subsituted variables more autoconfy.
3947         * Makefile.in: Regenerate.
3948         * configure: Make seds more autoconfy.
3949
3950 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
3951
3952         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
3953         * Makefile.in: Regenerate.
3954         * configure.in: Rewrite sed statements to look autoconfy.
3955
3956         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
3957         all-target-foo on configure-target-foo.
3958         * Makefile.def: Ditto.
3959         * Makefile.in: Rebuild.
3960
3961 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
3962
3963         * Makefile.def: New file.
3964         * Makefile.tpl: New file.
3965         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
3966
3967         * configure.in: Minor rearrangement.  Simplify tests.
3968
3969 2002-09-23  Jason Thorpe  <thorpej@wasabisystems.com>
3970
3971         * configure.in (with_headers): Skip copy if value is "yes".
3972         (with_libs): Likewise.
3973
3974 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
3975
3976         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
3977         * configure.in (sh*-*-pe*): Ditto.
3978         * configure.in (mips*-*-pe*): Ditto.
3979         * configure.in (*arm-wince-pe): Ditto.
3980
3981         * configure.in: Rearrange.
3982
3983 2002-09-12  Nick Clifton  <nickc@redhat.com>
3984
3985         * Import these changes from the config master repository:
3986
3987         2002-09-05  Svein E. Seldal  <Svein.Seldal@solidas.com>
3988
3989                 * config.sub: Add tic4x target.
3990
3991         2002-09-03  Ben Elliston  <bje@redhat.com>
3992
3993                 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
3994                 Reported by <Duncan_Stodart@insession.com>.
3995
3996 2002-09-10  Jeff Johnston  <jjohnstn@redhat.com>
3997
3998         * COPYING.NEWLIB: More updates.
3999
4000 2002-09-09  Jeff Johnston  <jjohnstn@redhat.com>
4001
4002         * COPYING.NEWLIB: Update.
4003
4004 2002-08-23  Andrew Cagney  <ac131313@redhat.com>
4005
4006         * texinfo/texinfo.tex: Import version 2002-06-04.06.
4007
4008         * config.guess: Import version 2002-08-23.
4009         * config.sub: Import version 2002-08-22.
4010
4011 2002-08-20  Alexandre Oliva  <aoliva@redhat.com>
4012
4013         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
4014         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
4015         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
4016
4017 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
4018
4019         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
4020
4021 2002-08-04  H.J. Lu  (hjl@gnu.org)
4022
4023         * configure.in (mips*-*-linux*): Don't skip target-libffi.
4024
4025 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
4026
4027         * configure.in: Move generic linux case to end.  Copy generic
4028         linux noconfigdirs to mips*-*-linux* entry and new
4029         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
4030
4031 2002-07-19  Chris Demetriou  <cgd@broadcom.com>
4032
4033         * MAINTAINERS: Clarify on config.guess and config.sub, and add
4034         one instance of them which was missed to the list to update.
4035
4036 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
4037
4038         * config.guess: Update to 2002-07-09 version.
4039         * config.sub: Update to 2002-07-03 version.
4040
4041 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
4042
4043         * configure.in: Remove two redundant tests.
4044
4045 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4046
4047         * configure.in (mips*-*-irix6*o32): Enable stabs.
4048
4049 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
4050
4051         * configure.in: Don't build grez.
4052         * Makefile.in: Ditto.
4053
4054         * Makefile.in: Remove references to bsp, cygmon, libstub.
4055         * configure.in: Ditto.
4056
4057         * configure.in: Remove leftover reference to gdbtest.
4058
4059 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
4060
4061         * configure.in (gxx_include_dir):  Change to match versioned
4062         C++ headers if --enable-version-specific-runtime-libs is used.
4063
4064 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
4065
4066         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
4067
4068 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4069
4070         * configure.in: Make --without-x work.
4071
4072 2002-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
4073
4074         * contrib: New directory.  Created to contain a copy of the
4075         texi2pod.pl script so that it is in the same place as the version in
4076         the FSF GCC sources.
4077
4078 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4079
4080         * configure.in: Rearrange target Makefile fragment collection.
4081
4082         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
4083         cvs[src].
4084         * configure.in: Ditto.
4085
4086 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
4087
4088         * Makefile.in: Eliminate 'apache' targets.
4089         * configure.in: Eliminate 'apache' targets.
4090
4091         * configure.in: Eliminate redundant tests.  Reorganize.
4092
4093         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
4094
4095         * config-ml.in: Eliminate references to Cygnus configure.
4096
4097         * Makefile.in: Eliminate references to building emacs.
4098
4099 2002-07-01  Denis Chertykov  <denisc@overta.ru>
4100
4101         * configure.in: Add support for ip2k.
4102
4103 2002-06-24  Ben Elliston  <bje@redhat.com>
4104
4105         * configure.in (host_tools): Remove cgen.
4106
4107         * Makefile.in (all-cgen): Remove; runs from its source directory.
4108         (check-cgen, install-cgen, clean-cgen): Likewise.
4109         (all-opcodes): No not depend on all-cgen.
4110         (all-sim): Likewise.
4111
4112 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
4113
4114         * configure.in: Fix AIX configury bug.
4115
4116 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
4117
4118         * configure.in: Replace ${topsrcdir} with ${srcdir}.
4119
4120         * configure.in: Move definition of libstdcxx_flags right above
4121         usage, rather than way earlier.
4122
4123         * configure.in: Pull definition of is_cross_compiler earlier.
4124
4125         * configure.in: Rearrange a little.
4126
4127         * configure.in: Remove references to librx.
4128         * Makefile.in: Remove references to librx.
4129
4130 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
4131
4132         * configure.in: Eliminate ${gasdir} variable.
4133
4134 2002-06-18  Dave Brolley  <brolley@redhat.com>
4135
4136         * configure.in: Add support for frv.
4137         * config.sub: Add support for frv.
4138
4139 2002-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4140
4141         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
4142
4143 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
4144
4145         * configure.in (vax-*-netbsd*): Re-enable gas.
4146
4147 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
4148
4149         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
4150         BUILD_PREFIX_1, to correct nomenclature.
4151         * configure: Likewise.
4152
4153         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
4154         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
4155
4156 2002-05-31  Olaf Hering  <olh@suse.de>
4157
4158         * config-ml.in: Propogate DESTDIR also.
4159
4160 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
4161
4162         * configure.in (vax-*-netbsd*): Don't build gas for this
4163         platform.
4164
4165 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
4166
4167         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
4168         and libgcj for AVR.
4169
4170 2002-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
4171
4172         * config.sub: Add DLX target.
4173
4174 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
4175
4176         * config.guess: Update to 2002-05-22 version.
4177         * config.sub: Likewise.
4178
4179 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4180
4181         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
4182         * config-ml.in: Likewise.
4183         * configure: Likewise.
4184         * configure.in: Likewise.
4185
4186 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
4187
4188         * configure.in: Simplify makefile fragment collection.
4189
4190         * configure.in: Remove code to build emacs.
4191
4192         * configure.in : Remove --srcdir argument from targargs and buildargs
4193         (it's always overridden in the Makefile anyway).  Rearrange a bit.
4194
4195         * configure: Move some logic to configure.in.
4196         * configure.in: Move some logic from configure.
4197
4198 2002-05-07  Jeff Johnston  <jjohnstn@redhat.com>
4199
4200         * COPYING.LIBGLOSS: New file.
4201
4202 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
4203
4204         * Makefile.in: Honour DESTDIR.
4205
4206 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
4207
4208         * configure.in (noconfigdirs): Don't disable libgcj on
4209         sparc64-*-solaris* and sparcv9-*-solaris*.
4210
4211 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
4212
4213         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
4214
4215 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
4216
4217         * configure.in (FLAGS_FOR_TARGET): Do not add
4218         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
4219         on i[3456]86-*-linux*.
4220
4221 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
4222
4223         * configure.in (noconfigdirs): Replace [ ] with test.
4224
4225         * configure.in (noconfigdirs): Do not add target-newlib if
4226         target == i[3456]86-*-linux*, and host == target.
4227
4228 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
4229
4230         * config.guess: Updated to 2002-04-26's version.
4231         * config.sub: Updated to 2002-04-26's version.
4232
4233 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
4234
4235         * configure.in: delete reference to absent file
4236
4237         * configure.in: replace '[' with 'test'
4238
4239         * configure.in: Eliminate references to gash.
4240         * Makefile.in: Eliminate references to gash.
4241
4242         * configure.in: remove useless references to 'pic' makefile fragments.
4243
4244         * configure.in: (*-*-windows*) Finish removing.
4245
4246         * configure.in: Eliminate redundant test for libgui.
4247
4248 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
4249
4250         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
4251         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
4252
4253 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
4254
4255         * configure.in: remove references to dead files
4256
4257 2002-04-18  Tom Tromey  <tromey@redhat.com>
4258
4259         * configure.in: Disallow configuring libgcj when it is already
4260         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
4261         Solaris 2.8 by default.  For PR libgcj/6158.
4262
4263 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
4264
4265         * configure.in:  Move default CC setting out of config/mh-* fragments
4266         directly into here.
4267
4268 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
4269
4270         * configure.in: don't even try to configure or make a subdirectory
4271         if there's no configure script for it.
4272
4273 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
4274
4275         * MAINTAINERS: Remove chill maintainers.
4276         * Makefile.in (CHILLFLAGS): Remove.
4277         (CHILL_LIB): Remove.
4278         (TARGET_CONFIGDIRS): Remove libchill.
4279         (CHILL_FOR_TARGET): Remove.
4280         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
4281         CHILL_LIB.
4282         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
4283         (CHECK_TARGET_MODULES): Likewise.
4284         (INSTALL_TARGET_MODULES): Likewise.
4285         (CLEAN_TARGET_MODULES): Likewise.
4286         (configure-target-libchill): Remove.
4287         (all-target-libchill): Remove.
4288         * configure.in (target_libs): Remove target-libchill.
4289         Do not compute CHILL_FOR_TARGET.
4290         * libchill: Remove directory.
4291
4292 2002-04-15  DJ Delorie  <dj@redhat.com>
4293
4294         * Makefile.in, configure.in, configure: Sync with gcc, entries
4295         follow...
4296
4297 2002-04-08  Tom Tromey  <tromey@redhat.com>
4298
4299         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
4300         Fixes PR libgcj/6068.
4301
4302 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
4303
4304         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
4305
4306 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4307
4308         * configure.in (alpha*-dec-osf*): Enable libgcj.
4309
4310 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
4311
4312         Fix for: PR bootstrap/3591, target/5676
4313         * configure.in (mcore-pe): Disable the configuration of
4314         libstdc++-v3 since exceptions are not supported.
4315
4316 2002-03-20  Anthony Green  <green@redhat.com>
4317
4318         * configure.in: Enable libgcj for xscale-elf target.
4319
4320 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
4321
4322         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
4323         libjava.
4324         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
4325
4326 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
4327
4328         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
4329         libstdc++-v3 and libjava.
4330
4331 2002-02-11  Adam Megacz <adam@xwt.org>
4332
4333         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
4334         boehm-gc
4335
4336 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
4337
4338         * config.guess: Updated to 2002-01-30's version.
4339         * config.sub: Updated to 2002-02-01's version.
4340         Contribute sh64-elf.
4341         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
4342         * configure.in: Added sh64-*-*.
4343
4344 2002-01-17  H.J. Lu <hjl@gnu.org>
4345
4346         * Makefile.in (all-fastjar): Also depend on all-libiberty.
4347         (all-target-fastjar): Also depend on all-target-libiberty.
4348
4349 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
4350
4351         * configure, configure.in: Use temp file for long sed commands.
4352
4353 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
4354
4355         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
4356         libf2c.
4357
4358 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
4359
4360         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
4361
4362 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
4363
4364         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
4365
4366 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
4367
4368         * configure: Handle temporary files securely using mkdir.
4369
4370 2001-09-26  Will Cohen <wcohen@redhat.com>
4371
4372         * configure.in (*-*-linux*): Disable configuration of target-newlib
4373         and target-libgloss.
4374
4375 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
4376
4377         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
4378         RANLIB.
4379
4380 2001-08-11  Graham Stott  <grahams@redhat.com>
4381
4382         * Makefile.in (check-c++): Add missing semicolon.
4383
4384 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
4385
4386         * configure.in (sh-*-linux*): New.
4387
4388 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4389
4390         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
4391         and libgcj on m68hc11/m68hc12.
4392
4393 2001-06-27  H.J. Lu  (hjl@gnu.org)
4394
4395         * Makefile (CFLAGS_FOR_BUILD): New.
4396         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
4397
4398 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
4399
4400         * configure.in (libstdcxx_flags): Do not try to execute
4401         libstdc++-v3/testsuite_flags until it exists.
4402
4403 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
4404
4405         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
4406
4407 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
4408
4409         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
4410
4411 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
4412
4413         * configure.in: Move *-chorusos target case to the proper switch.
4414         Disable libgcj.
4415
4416 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4417
4418         * Makefile.in (STAGE1_CFLAGS): Pass down.
4419
4420 2001-04-13  Alan Modra  <amodra@one.net.au>
4421
4422         * config.guess: Add hppa64-linux support.  Note for next import that
4423         this is already in the master file.
4424         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
4425
4426 2001-03-22  Colin Howell  <chowell@redhat.com>
4427
4428         * Makefile.in (DO_X): Do not backslash single-quotes in
4429         backquotes (two places).
4430
4431 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
4432
4433         * Makefile.in (DO_X): Quote nested quotes.
4434
4435 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
4436
4437         * Makefile.in (DO_X): Use double quotes for quoting
4438         "RANLIB=$${RANLIB}".
4439
4440 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
4441
4442         * configure.in: Only use `lang_requires' for languages athat are
4443         actually enabled.
4444
4445 2001-03-07  Tom Tromey  <tromey@redhat.com>
4446
4447         * configure.in: Allow config-lang.in to set `lang_requires' to list
4448         of other required languages.
4449
4450 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
4451
4452         * Makefile.in: Remove RANLIB definition. Use RANLIB
4453         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
4454         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
4455
4456 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
4457             Alexandre Oliva  <aoliva@redhat.com>
4458
4459         * Makefile.in (check-c++): Use tabs, not spaces.
4460
4461 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
4462
4463         * Makefile.in (check-c++): New rule.
4464
4465         * configure.in (target_libs): Remove libg++.
4466         (noconfigdirs): Remove libg++.
4467         (noconfigdirs): Same.
4468         (noconfigdirs): Same.
4469         (noconfigdirs): Same.
4470
4471         * config-ml.in: Remove libg++ references.
4472
4473         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
4474         (ALL_TARGET_MODULES): Same.
4475         (configure-target-libg++): Remove.
4476         (all-target-libg++): Remove.
4477         (configure-target-libio): Remove.
4478         (all-target-libio): Remove.
4479         (check-target-libio): Remove.
4480         (.PHONY): Remove.
4481         (libg++.tar.bz2): Remove.
4482         (all-target-cygmon): Remove libio.
4483         (all-target-libstdc++): Remove.
4484         (configure-target-libstdc++): Remove.
4485         (TARGET_LIB_PATH): Remove libstdc++.
4486         (ALL_GCC_CXX): Remove libstdc++.
4487         (all-target-gperf): Correct.
4488
4489 2001-02-15  Anthony Green  <green@redhat.com>
4490
4491         * configure: Introduce GCJ_FOR_TARGET.
4492         * configure.in: Ditto.
4493         * Makefile.in: Ditto.
4494
4495 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
4496
4497         * configure.in: for *-chorusos, don't config target-newlib and
4498         target-libgloss.
4499
4500 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
4501
4502         Remove V2 C++ library.
4503         * configure.in: Remove --enable-libstdcxx_v3 support.
4504
4505 2001-01-27  Richard Henderson  <rth@redhat.com>
4506
4507         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
4508
4509 2001-01-26  Tom Tromey  <tromey@redhat.com>
4510
4511         * configure.in: Allow libgcj to be built on Sparc Solaris.
4512
4513 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
4514
4515         * configure.in: Enable libgcj on several additional platforms.
4516
4517 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
4518
4519         * configure.in: Enable libgcj for linux targets.
4520
4521 2001-01-09  Mike Stump  <mrs@wrs.com>
4522
4523         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
4524         failures of subdirectories.
4525
4526 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
4527
4528         * configure: handle DOS-style absolute paths.
4529
4530 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
4531
4532         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
4533
4534 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
4535
4536         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
4537         (libstdcxx_incdir): Pass down.
4538         * config.if: Remove expired bits for cxx_interface, add stub.
4539         (libstdcxx_incdir): Add variable for g++ include directory.
4540         * configure.in (gxx_include_dir): Use it.
4541
4542 2000-12-15  Andreas Jaeger  <aj@suse.de>
4543
4544         * configure.in: Handle lang_dirs.
4545
4546 2000-12-13  Anthony Green  <green@redhat.com>
4547
4548         * configure.in: Disable libgcj for any target not specifically
4549         listed.  Disable libgcj for x86 and Alpha Linux until compatible
4550         with g++ abi.
4551
4552 2000-12-13  Mike Stump  <mrs@wrs.com>
4553
4554         * Makefile.in (local-distclean): Also remove fastjar.
4555
4556 2000-12-10  Anthony Green  <green@redhat.com>
4557
4558         * configure.in: Define libgcj.  Disable libgcj target libraries for
4559         most targets.
4560
4561 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4562
4563         * configure.in (target_libs): Revert 2000-12-08 patch.
4564         (noconfigdirs): Added target-libjava.
4565
4566 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
4567
4568         * Makefile.in: handle DOS-style absolute paths.
4569
4570 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4571
4572         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
4573         libjava.
4574         * configure.in (target_libs): Removed `target-libjava'.
4575
4576 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4577
4578         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
4579         (ALL_MODULES): Added fastjar.
4580         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
4581         (all-target-libjava): all-fastjar replaces all-zip.
4582         (all-fastjar): Added.
4583         (configure-target-fastjar, all-target-fastjar): Likewise.
4584         * configure.in (host_tools): Added fastjar.
4585
4586 2000-12-07  Mike Stump  <mrs@wrs.com>
4587
4588         * Makefile.in (local-distclean): Remove leftover built files.
4589
4590 2000-11-16  Fred Fish  <fnf@be.com>
4591
4592         * configure.in (enable_libstdcxx_v3): Fix typo,
4593         libstd++ -> libstdc++.
4594
4595 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4596
4597         * configure: Provide the original toplevel configure arguments
4598         (including $0) to subprocesses in the environment rather than
4599         through gcc/configargs.h.
4600
4601 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
4602
4603         * configure: Turn on libstdc++ V3 by default.
4604
4605 2000-10-16  Michael Meissner  <meissner@redhat.com>
4606
4607         * configure (gcc/configargs.h): Only create if there is a build GCC
4608         directory created.
4609
4610 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
4611
4612         * configure: Save configure arguments to gcc/configargs.h.
4613
4614 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
4615
4616         * Makefile.in (bootstrap): avoid recursion if subdir missing
4617         (cross): ditto
4618         (do-proto-toplev): ditto
4619
4620 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
4621
4622         * configure.in: Do not build byacc for hppa64.  Provide paths to the
4623         X11 libraries for hppa64.
4624
4625 2000-09-02  Anthony Green  <green@cygnus.com>
4626
4627         * Makefile.in (all-gcc): Depend on all-zlib.
4628         (CLEAN_MODULES): Add clean-zlib.
4629         (ALL_MODULES): Add all-zlib.
4630         * configure.in (host_libs): Add zlib.
4631
4632 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
4633
4634         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
4635         $targargs to tell whether newlib is going to be built.
4636
4637         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
4638         $$r/TARGET_SUBDIR/libio for _G_config.h.
4639
4640 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
4641
4642         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
4643
4644         * configure: Make enable_threads and enable_shared defaults
4645         explicit.  Substitute enable_threads into generated Makefiles.
4646         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
4647         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
4648
4649 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
4650
4651         * configure.in: Re-enable all references to libg++ and librx.
4652
4653 2002-04-09  Loren James Rittle  <rittle@labs.mot.com>
4654
4655         * configure.in: Add *-*-freebsd* configurations.
4656
4657 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
4658
4659         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
4660         (do-tar, do-bz2): New rules.
4661         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
4662         (gdb-tar): New rule.
4663         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
4664         (insight_dejagnu.tar): New rule.
4665         (insight.tar): New rule.
4666         (gdb+dejagnu.tar): New rule.
4667         (gdb.tar): New rule.
4668
4669 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
4670
4671         * MAINTAINERS: Update dejagnu/
4672
4673 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
4674
4675         * ltmain.sh (relink_command): Fix typo in previous change.
4676
4677 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
4678
4679         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
4680         (relink_command): Added --tag flags.
4681         (mode=install): If relinking fails; error out.
4682
4683 2002-03-12  Richard Henderson  <rth@redhat.com>
4684
4685         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
4686         .NOTPARALLEL tag.
4687         (do-check): Rename from check.
4688         (check): Allow parallel check.
4689
4690 2002-03-11  Richard Henderson  <rth@redhat.com>
4691
4692         * Makefile.in (.NOTPARALLEL): Add fake tag.
4693
4694 2002-03-07  H.J. Lu  (hjl@gnu.org)
4695
4696         * configure.in: Enable gprof for mips*-*-linux*.
4697
4698 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
4699
4700         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
4701         libjava.
4702         (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
4703
4704 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
4705
4706         * texinfo/texinfo.tex: Update to version 2002-02-14.08.
4707
4708 2002-02-23  Daniel Jacobowitz  <drow@mvista.com>
4709
4710         * config.guess: Import from master sources, rev 1.232.
4711         * config.sub: Import from master sources, rev 1.246.
4712
4713 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
4714
4715         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
4716         because its Makefile is there; test for the executable instead.
4717
4718 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
4719
4720         Contribute sh64-elf.
4721         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
4722         * configure.in: Added sh64-*-*.
4723
4724 2002-02-04  Jeff Johnston  <jjohnstn@redhat.com>
4725
4726         * COPYING.NEWLIB: Remove advertising clause from
4727         Berkeley and Red Hat licenses.
4728
4729 2002-02-01  Mo DeJong  <supermo@bayarea.net>
4730
4731         * Makefile.in: Add all-tix to deps for all-snavigator
4732         so that tix is built when building snavigator.
4733
4734 2002-02-01  Ben Elliston  <bje@redhat.com>
4735
4736         * config.guess: Import from master sources, rev 1.229.
4737         * config.sub: Import from master sources, rev 1.240.
4738
4739 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
4740
4741         From Steve Ellcey <sje@cup.hp.com>:
4742         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
4743         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
4744         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
4745         IA64.
4746         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
4747         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
4748         soname_spec, sys_lib_search_path_spec): Ditto.
4749
4750 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
4751
4752         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
4753         target-libiberty, and target-libgloss.  Skip Java-related
4754         libraries if not supported for NetBSD on target CPU.
4755
4756 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
4757
4758         * configure.in: Import StrongARM and XScale target_configdirs from
4759         FSF GCC version.
4760
4761 2002-01-16  H.J. Lu  (hjl@gnu.org)
4762
4763         * config.guess: Import from master sources, rev 1.225.
4764         * config.sub: Import from master sources, rev 1.238.
4765
4766         * MAINTAINERS: Updated notes on config.guess and config.sub.
4767
4768 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
4769
4770         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
4771         ld and gdb are not supported.
4772
4773 2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>
4774
4775         * Change reference to Cygnus Solutions to be Red Hat.
4776
4777 2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>
4778
4779         * COPYING.NEWLIB: Update generic copyright date.
4780
4781 2002-01-07  Mark Salter  <msalter@redhat.com>
4782
4783         * configure.in: Remove target-bsp and target-cygmon from arm builds.
4784           Allow target-libgloss to be built for arm, strongarm, and xscale.
4785
4786 2002-01-03  Ben Elliston  <bje@redhat.com>
4787
4788         * MAINTAINERS: Update URL for config.* scripts.
4789
4790 2001-12-18  Alan Modra  <amodra@bigpond.net.au>
4791
4792         * config.sub: Import latest version.
4793         * config.guess: Likewise.
4794
4795 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
4796
4797         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
4798         options for i[3456]86-pc-linux* native builds.
4799
4800 2001-12-05  Laurent Guerby  <guerby@acm.org>
4801
4802         * MAINTAINERS: gcc adopts symlink-tree, refer more to
4803         libiberty.
4804
4805         Import this patch from gcc:
4806
4807         2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
4808
4809             * symlink-tree: handle DOS-style absolute paths.
4810
4811 2001-11-28  DJ Delorie <dj@redhat.com>
4812             Zack Weinberg  <zack@codesourcery.com>
4813
4814         When build != host, create libiberty for the build machine.
4815
4816         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
4817         CONFIG_ARGUMENTS.
4818         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
4819         New variables.
4820         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
4821         and rules.
4822         (all.normal): Depend on ALL_BUILD_MODULES.
4823         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
4824         (all-build-libiberty): Depend on configure-build-libiberty.
4825
4826         * configure: Calculate and substitute proper value for
4827         ALL_BUILD_MODULES.
4828         * configure.in: Create the build subdirectory.
4829         Calculate and substitute TARGET_CONFIGARGS (formerly
4830         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
4831
4832 2001-11-26  Geoffrey Keating  <geoffk@redhat.com>
4833
4834         * config.sub: Update to version 1.232 on subversion.
4835
4836 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
4837
4838         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
4839         files from .po files for a distribution.
4840
4841 2001-11-19  Hans-Peter Nilsson  <hp@bitrange.com>
4842
4843         * COPYING.NEWLIB: Mention preserved notice in specific parts.
4844
4845 2001-11-13  Jeff Holcomb  <jeffh@redhat.com>
4846
4847         Merged from net gcc:
4848         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
4849         * ltcf-c.sh: Use $objext, not $ac_objext.
4850         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
4851         * ltcf-cxx.sh: Add support for GNU.
4852         2001-07-22  Timothy Wall  <twall@redhat.com>
4853         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
4854         default settings if using GNU tools with that configuration.
4855         * ltcf-cxx.sh: Ditto.
4856         * ltcf-gcj.sh: Ditto.
4857         2001-07-21  Michael Chastain  <chastain@redhat.com>
4858         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
4859         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
4860         * ltmain.sh: Mark as gcc-local.
4861
4862 2001-11-13  Jeff Holcomb  <jeffh@redhat.com>
4863
4864         * Makefile.in (all-bison): Revert 2001-10-24.
4865         Don't depend on texinfo.
4866
4867 2001-11-12  Hans-Peter Nilsson  <hp@bitrange.com>
4868
4869         * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
4870
4871 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
4872
4873         * configure.in (--enable-languages): Be more permissive about
4874         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
4875
4876 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
4877
4878         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
4879
4880 2001-10-24  Jeff Holcomb  <jeffh@redhat.com>
4881
4882         Makefile.in (all-bison): Don't depend on texinfo.
4883
4884 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
4885
4886         * gettext.m4: Test po/POTFILES.in exists before trying to read.
4887
4888 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
4889
4890         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
4891
4892 2001-09-28  Hans-Peter Nilsson  <hp@axis.com>
4893
4894         * config.sub, config.guess: Import latest from subversions.
4895
4896 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
4897
4898         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
4899         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
4900         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
4901         avoid quotes nesting problems.
4902         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
4903         (DO_X): Export only variables that are set.
4904
4905 2001-09-19  Ben Elliston  <bje@redhat.com>
4906
4907         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
4908         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
4909         semantics.  Use the shell built-in "type" command instead.
4910
4911 2001-09-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4912
4913         * config.sub: Reverted the earlier change, this version is not the
4914         master file.
4915
4916 2001-09-14  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4917
4918         * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
4919         Add support for mips64.
4920
4921 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
4922
4923         * configure.in: Enable libstdc++-v3 for h8300 targets.
4924
4925 2001-08-30  Eric Christopher  <echristo@redhat.com>
4926             Jason Eckhardt  <jle@redhat.com>
4927
4928         * config.sub: Add support for mipsisa32.
4929
4930 2001-08-30  Eric Christopher  <echristo@redhat.com>
4931
4932         * config.sub, config.guess: Import latest from subversions.
4933
4934 2001-08-20  Alan Modra  <amodra@bigpond.net.au>
4935
4936         * config.sub, config.guess: Import latest from subversions.
4937
4938 2001-07-26  DJ Delorie  <dj@redhat.com>
4939
4940         * MAINTAINERS: Clarify libiberty merge rules and procedures.
4941
4942 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
4943
4944         * Makefile.in: Revert 2001-06-17.
4945         (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
4946
4947 2001-06-17  H.J. Lu <hjl@gnu.org>
4948
4949         * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
4950         (gas+binutils.tar.bz2): Likewise.
4951         (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
4952
4953 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
4954
4955         * Makefile.in (VER): When present, extract the version number from
4956         the file version.in.
4957
4958 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
4959
4960         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
4961         gcc/xgcc is built, use -print-prog-name to find out the program
4962         name to use.
4963
4964 2001-06-04  Mark Mitchell  <mark@codesourcery.com>
4965
4966         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
4967         with_gcc]: Use `gcc -shared' to build a shared library.
4968
4969 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4970
4971         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
4972         archives.
4973
4974 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
4975
4976         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
4977         libraries when using g++ with native linker.
4978
4979 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
4980
4981         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
4982
4983 2001-05-24  Tom Rix <trix@redhat.com>
4984
4985         * configure.in : enable ld for aix
4986
4987 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
4988
4989         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
4990         [aix4*|aix5*]: Prepend blank.
4991
4992 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
4993
4994         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4995         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
4996         of subdir/configure scripts to use the new libtool.m4.
4997
4998 2001-05-14  H.J. Lu <hjl@gnu.org>
4999
5000         * config.if (libc_interface): Set to -libc6.2- for cross
5001         compiling to Linux/glibc 2.2.
5002
5003 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
5004
5005         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
5006         libgcj.
5007
5008 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
5009
5010         * configure.in (noconfigdirs): Don't reset it from scratch in the
5011         target case; only append to it.
5012
5013 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
5014
5015         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
5016         sparc-*-solaris2.8]: Disable ${libgcj}.
5017
5018 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
5019
5020         * configure.in (libgcj_saved): Copy from $libgcj.
5021         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
5022         --disable-libgcj.
5023
5024 2001-04-20  Alexandre Oliva  <aoliva@redhat.com>
5025
5026         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
5027         1.641.2.228.
5028
5029 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
5030
5031         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5032         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
5033
5034 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
5035
5036         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
5037         New macros.
5038         (bootstrap, cross): Use RECURSE_FLAGS.
5039         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
5040
5041 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
5042
5043         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
5044
5045 2001-03-23  Nick Clifton  <nickc@redhat.com>
5046
5047         * README-maintainer-mode: Add note about inability to use "make
5048         distclean" in maintainer mode.
5049
5050 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
5051
5052         Re-installed:
5053         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
5054         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
5055         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
5056         * ltcf-cxx.sh: Likewise.
5057         * ltcf-gcj.sh: Likewise.
5058
5059 2001-03-22  Philip Blundell  <philb@gnu.org>
5060
5061         * config.sub, config.guess: Import latest from subversions.
5062
5063 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
5064
5065         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5066         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
5067
5068 2001-03-20  Michael Chastain  <chastain@redhat.com>
5069
5070         * Makefile.in: all-m4 depends on all-texinfo.
5071
5072 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
5073
5074         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
5075
5076 2001-02-22  Jeff Johnston <jjohnstn@redhat.com>
5077
5078         * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
5079         longer valid.
5080
5081 2001-02-16  Nick Clifton  <nickc@redhat.com>
5082
5083         * configure.in (noconfigdirs): Allow configuration of texinfo
5084         for Cygwin hosts.
5085
5086 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5087
5088         * config.guess: Add linux target for S/390.
5089         * config.sub: Likewise.
5090         * configure.in: Likewise.
5091
5092 2001-02-06  Ben Elliston  <bje@redhat.com>
5093
5094         * configure: Output host type to stdout, not stderr.
5095
5096 2001-02-04  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5097
5098         * config.guess: Import from subversions.gnu.org (revision 1.181).
5099         * config.sub: Import from subversions.gnu.org (revision 1.199).
5100
5101 2001-01-30  Alan Modra  <alan@linuxcare.com.au>
5102
5103         * config.guess: Handle hppa64-linux systems.
5104
5105 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5106
5107         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
5108         Don't unset, it's non-portable and no longer necessary, set to empty
5109         instead.
5110
5111 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5112
5113         * ltconfig: Shell portability fix for the tagname validity check.
5114
5115 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5116
5117         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
5118
5119 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
5120
5121         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
5122         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
5123
5124 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
5125
5126         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
5127         keep at least one of build_libtool_libs or build_old_libs set to
5128         yes.
5129
5130 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
5131
5132         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
5133         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
5134
5135 2000-11-07  Philip Blundell  <pb@futuretv.com>
5136
5137         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
5138
5139 2000-11-03  Philip Blundell  <pb@futuretv.com>
5140
5141         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
5142         files.
5143
5144 2001-01-15  Jeff Johnston  <jjohnstn@redhat.com>
5145
5146         * COPYING.NEWLIB: Put into source repository.
5147
5148 2001-01-15  Ben Elliston  <bje@redhat.com>
5149
5150         * configure.in (host_tools): Add sid.
5151         Always configure cgen.
5152         * Makefile.in (all-sid): New target.
5153         (check-sid, clean-sid, install-sid): Likewise.
5154
5155 2001-01-07  Andreas Jaeger  <aj@suse.de>
5156
5157         * config.sub, config.guess: Update from subversions.
5158
5159 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
5160
5161         * configure.in: Disable language-specific target libraries for
5162         languages that aren't enabled.
5163
5164 2000-11-24  Nick Clifton  <nickc@redhat.com>
5165
5166         * configure.in (xscale-elf): Add target.
5167         (xscale-coff): Add target.
5168         (c4x, c5x, tic54x): Move after ARM targets.
5169
5170 2000-11-23  Alexandre Oliva  <aoliva@redhat.com>
5171
5172         * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
5173
5174 2000-11-20  Ian Lance Taylor  <ian@zembu.com>
5175
5176         * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
5177
5178 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
5179
5180         * Makefile.in: Merge with GCC and libgcj.
5181         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
5182         configure-target-<library> when their configure scripts need the C
5183         or C++ library to have already been built to work properly.
5184         (do_proto_toplev): Set them to an empty string.
5185
5186 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
5187
5188         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
5189         (REALLY_SET_LIB_PATH): Use them.
5190
5191 2000-11-06  Christopher Faylor <cgf@cygnus.com>
5192
5193         * config.sub: Add support for Sun Chorus
5194
5195 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
5196
5197         * config.sub: Add support for the *-storm-chaos OS.
5198
5199 2000-10-30  Stephane Carrez  <stcarrez@worldnet.fr>
5200
5201         * configure.in (noconfigdirs): Don't compile some
5202         of the libraries for 68HC11 & 68hc12 targets.
5203
5204 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
5205
5206         * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
5207         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
5208         all affected `configure' scripts.
5209
5210 2000-09-25  Alexandre Oliva  <aoliva@redhat.com>
5211
5212         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
5213         ltcf-c.sh.
5214
5215 2000-09-12  Philip Blundell  <philb@gnu.org>
5216
5217         * config.sub, config.guess: Update from subversions.
5218
5219 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
5220
5221         * Makefile.in (all-zlib): Added dummy target.
5222
5223         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
5224         multi-language branch.
5225
5226 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
5227
5228         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
5229         (bootstrap*): Depend on all-bootstrap.
5230
5231 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
5232
5233         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
5234         crosses, but add gcc/include to the header search path for them.
5235
5236 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
5237
5238         * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
5239         * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
5240         * gettext.m4: New file, extracted from aclocal.m4.
5241
5242 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
5243
5244         * config-ml.in (CC, CXX): Avoid trailing whitespace.
5245         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
5246         sub-configures.
5247
5248 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
5249
5250         * Makefile.in (ALL_MODULES): Add all-cgen.
5251         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
5252         (all-cgen): New target.
5253         (all-opcodes,all-sim): Depend on all-cgen.
5254         * configure.in (host_tools): Add cgen.
5255         Only configure cgen if --enable-cgen-maint.
5256
5257 2000-08-17  Alexandre Oliva  <aoliva@redhat.com>
5258
5259         * config-ml.in (CC, CXX): Don't introduce a leading space.
5260
5261 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
5262
5263         * configure.in (libstdcxx_flags): Use
5264         libstdc++-v3/src/libstdc++.INC.
5265
5266 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
5267
5268         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
5269
5270 2000-08-11  Jason Merrill  <jason@redhat.com>
5271
5272         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
5273         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
5274         (FLAGS_FOR_TARGET): Not here.
5275         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
5276
5277 2000-08-07  DJ Delorie  <dj@redhat.com>
5278
5279         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
5280         "if we're also building gcc, and it's a gcc that will run on the
5281         build machine, we want to use its includes instead of the system's
5282         default includes".
5283
5284 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
5285
5286         * configure.in (libstdcxx_flags): Don't use `"'.
5287
5288         * config-ml.in: Adjust multilib search paths to the
5289         appropriate multilib tree.
5290
5291 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
5292
5293         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
5294         commas in $LANGUAGES.
5295
5296 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
5297
5298         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
5299
5300 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
5301
5302         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
5303         CXX_FOR_TARGET for sed.
5304
5305 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
5306
5307         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
5308         Do not override if already set in the environment or in configure.
5309         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
5310         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
5311
5312 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
5313
5314         * Makefile.in (FLAGS_FOR_TARGET): New macro.
5315         (GCC_FOR_TARGET): Use it.
5316         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
5317         * configure.in: ... here.
5318         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
5319         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
5320
5321 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
5322
5323         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
5324         (configure-target-libchill, configure-target-libobjc): Likewise.
5325
5326         * configure.in: Use the same cache file for all target libs.
5327         * config-ml.in: But different cache files per multilib variant.
5328
5329 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5330
5331         * configure (topsrcdir): Don't use dirname.
5332
5333 2000-07-20  Jason Merrill  <jason@redhat.com>
5334
5335         * configure.in: Remove all references to libg++ and librx.
5336
5337         * configure, configure.in, Makefile.in: Unify gcc and binutils.
5338
5339 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
5340
5341         * config.sub: Update to subversions version 2000-07-06.
5342
5343 2000-07-12  Andrew Haley  <aph@cygnus.com>
5344
5345         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
5346         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
5347
5348 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
5349
5350         * symlink-tree:  Check number of arguments.
5351
5352 2000-06-06  Andrew Cagney  <cagney@b1.cygnus.com>
5353
5354         * texinfo/texinfo.tex: Update to version 2000-05-28.15.
5355
5356 2000-07-05  Jim Wilson  <wilson@cygnus.com>
5357
5358         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
5359         search path for a g++ extracted from the build tree.  This
5360         will allow link tests run by configure scripts in
5361         subdirectories to succeed.
5362
5363 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
5364
5365         * ltconfig: Add support for mips-dde-sysv4.2MP
5366
5367 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
5368
5369         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
5370         `os2'. Force ac_cv_exeext to be ".exe" in that case.
5371
5372 2000-06-19  Timothy Wall  <twall@cygnus.com>
5373
5374         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
5375         * config.sub: Add tic54x target.
5376
5377 2000-06-07  Phillip Thomas  <pthomas@suse.de>
5378
5379         * README-maintainer-mode: New file: Contains notes on using
5380         --enable-maintainer-mode with binutils.
5381
5382 2000-05-29  Andrew Cagney  <cagney@b1.cygnus.com>
5383
5384         * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
5385
5386 2000-05-30  Andrew Cagney  <cagney@b1.cygnus.com>
5387
5388         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
5389         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
5390
5391 20000-05-21  H.J. Lu  (hjl@gnu.org)
5392
5393         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
5394         directory are used if they exist. Make sure
5395         $(build_tooldir)/include is searched for header files,
5396         $(build_tooldir)/lib/ for library files.
5397         (GCC_FOR_TARGET): Likewise.
5398         (CXX_FOR_TARGET): Likewise.
5399
5400 2000-05-18  Jeffrey A Law  (law@cygnus.com)
5401
5402         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
5403
5404 2000-05-17  Alexandre Oliva  <aoliva@cygnus.com>
5405
5406         * Makefile.in (configure-target-libiberty): Depend on
5407         configure-target-newlib.
5408
5409 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
5410
5411         * configure.in, Makefile.in: Merge all libffi-related
5412         configury stuff from the libgcj tree.
5413
5414 2000-05-16  Andrew Cagney  <cagney@b1.cygnus.com>
5415
5416         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
5417         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
5418
5419 2000-05-16  Andrew Cagney  <cagney@b1.cygnus.com>
5420
5421         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
5422         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
5423         current version information.  Add to proto-toplev directory.
5424         (gdb-taz): Build do-djunpack.
5425
5426 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
5427
5428         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
5429
5430 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5431
5432         * ltmain.sh: Preserve in relink_command any environment
5433         variables that may affect the linker behavior.
5434
5435 2000-05-12  Jeffrey A Law  (law@cygnus.com)
5436
5437         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
5438
5439 2000-05-10  Jim Wilson  <wilson@cygnus.com>
5440
5441         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
5442
5443 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
5444
5445         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
5446         with the version name.
5447
5448 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
5449
5450         * config.if: Tweak.
5451
5452 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
5453
5454         * djunpack.bat: New file.
5455
5456 2000-04-19  Andrew Cagney  <cagney@b1.cygnus.com>
5457
5458         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
5459         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
5460         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
5461         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
5462
5463 2000-04-16  Dave Pitts  <dpitts@cozx.com>
5464
5465         * config.sub (case $basic_machine): Change default for "ibm-*"
5466         to "openedition".
5467
5468 2000-04-12  Andrew Cagney  <cagney@b1.cygnus.com>
5469
5470         * Makefile.in (gdb-taz): New target.  GDB specific archive.
5471         (do-md5sum): New target.
5472         (MD5PROG): Define.
5473         (PACKAGE): Default to TOOL.
5474         (VER): Default to a shell script.
5475         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
5476         md5 checksum generation.
5477         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
5478         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
5479         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
5480         insight.tar.bz2): Use gdb-taz to create archive.
5481
5482 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
5483
5484         * configure (warn_cflags): Delete.
5485
5486 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
5487             Martin v. Loewis  <martin@loewis.home.cs.tu-berlin.de>
5488
5489         * configure.in (enable_libstdcxx_v3): Add.
5490         (target_libs): Add bits here to switch between libstdc++-v2 and
5491         libstdc++-v3.
5492         * config.if: And this file too.
5493         * Makefile.in: Add libstdc++-v3 targets.
5494
5495 2000-04-05  Michael Meissner  <meissner@redhat.com>
5496
5497         * config.sub (d30v): Add d30v as a basic machine type.
5498
5499 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
5500
5501         * configure.in: -linux-gnu*, not -linux-gnu.
5502
5503 2000-03-03  Andrew Cagney  <cagney@b1.cygnus.com>
5504
5505         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
5506         (do-tar-bz2): Replace TOOL with PACKAGE.
5507         (gdb.tar.bz2): Remove GDBTK from GDB package.
5508         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
5509         dejagnu.tar.bz2): New packages.
5510
5511 2000-02-27  Andreas Jaeger  <aj@suse.de>
5512
5513         * configure.in: Add entry for mips*-*-linux*, move catch all
5514         *-*-*linux* entry below this one.
5515
5516 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
5517
5518         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
5519
5520 2000-02-24  Nick Clifton  <nickc@cygnus.com>
5521
5522         * config.sub: Support an OS of "wince".
5523
5524 2000-02-24  Andrew Cagney  <cagney@b1.cygnus.com>
5525
5526         * config.guess, config.sub: Updated to match config's 2000-02-15
5527         version.
5528
5529 2000-02-23  Linas Vepstas <linas@linas.org>
5530
5531         * config.sub: Add support for Linux/IBM 370.
5532         * configure.in: Likewise.
5533
5534 2000-02-22  Nick Clifton  <nickc@cygnus.com>
5535
5536         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
5537
5538 2000-02-20  Christopher Faylor <cgf@cygnus.com>
5539
5540         * config.guess: Guess "cygwin" rather than "cygwin32".
5541
5542 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5543
5544         * configure (gcc_version): When setting, narrow search to
5545         lines containing `version_string'.
5546
5547 2000-02-15  Denis Chertykov  <denisc@overta.ru>
5548
5549         * config.sub: Add support for avr target.
5550
5551 2000-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
5552
5553         * config.sub: Add mmix-knuth-mmixware.
5554
5555 2000-01-27  Christopher Faylor <cgf@redhat.com>
5556
5557         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
5558         structure stuff to -L library search.
5559         (CXX_FOR_TARGET): Ditto.
5560         (CROSS_CHECK_MODULES): Fix spelling mistake.
5561
5562 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
5563
5564         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
5565         the C++ compiler.
5566
5567 2000-01-12  Richard Henderson  <rth@cygnus.com>
5568
5569         * configure.in: Don't build some bits for beos.
5570
5571 2000-01-12  Joel Sherrill (joel@OARcorp.com)
5572
5573         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
5574         as include files.
5575
5576 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
5577
5578         * configure.in: Use mt-aix43 to handle *_TARGET defs,
5579         not mh-aix43.
5580
5581 1999-12-14  Richard Henderson  <rth@cygnus.com>
5582
5583         * config.guess (alpha-osf, alpha-linux): Detect ev67.
5584         * config.sub: Accept alphaev[78], alphaev8.
5585
5586 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5587
5588         * config.guess, config.sub: Update from autoconf.
5589
5590 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5591
5592         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
5593         necessary libraries are missing.
5594
5595 1999-10-25  Andreas Schwab  <schwab@suse.de>
5596
5597         * configure: Fix quoting inside arguments of eval.
5598
5599 1999-10-21  Nick Clifton  <nickc@cygnus.com>
5600
5601         * config-ml.in: Allow suppression of some ARM multilibs.
5602
5603 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
5604
5605         * config.guess: Add OS/390 match pattern.
5606         * config.sub: Add mvs, openedition targets.
5607         * configure.in (i370-ibm-opened*): New.
5608
5609 1999-09-04  Steve Chamberlain  <sac@pobox.com>
5610
5611         * config.sub: Add support for configuring for pj.
5612
5613 1999-08-31  Nick Clifton  <nickc@cygnus.com>
5614
5615         * config.sub (maybe_os): Add support for configuring for fr30.
5616
5617 1999-08-25  Nick Clifton  <nickc@cygnus.com>
5618
5619         * configure.in: Do not configure or build ld for AIX
5620         platforms.  ld is known to be broken on these platforms.
5621
5622 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5623
5624         * config-ml.in: Pass compiler flag corresponding to multidirs to
5625         subdir configures.
5626
5627 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
5628
5629         * Makefile.in (LDFLAGS): Define.
5630
5631 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
5632
5633         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
5634         noconfigdirs.
5635         (*-*-cygwin*): Likewise.
5636
5637 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
5638
5639         * mkdep: New file.
5640         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
5641         (BINUTILS_SUPPORT_DIRS): Add mkdep.
5642
5643         From Eli Zaretskii <eliz@is.elta.co.il>:
5644         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
5645         long file name when using DJGPP on MS-DOS.
5646
5647 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
5648
5649         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
5650
5651 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
5652
5653         * Makefile.in (check-target-libio): Remove all-target-libstdc++
5654         dependency as this causes "make check" to globally "make all"
5655
5656 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
5657
5658         * configure.in (target_libs): Added target-zlib.
5659         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
5660         (CONFIGURE_TARGET_MODULES): Likewise.
5661         (CHECK_TARGET_MODULES): Likewise.
5662         (INSTALL_TARGET_MODULES): Likewise.
5663         (CLEAN_TARGET_MODULES): Likewise.
5664         (configure-target-zlib): New target.
5665         (all-target-zlib): Likewise.
5666         (all-target-libjava): Depend on all-target-zlib.
5667         (configure-target-libjava): Depend on configure-target-zlib.
5668
5669         * Makefile.in (configure-target-libjava): Depend on
5670         configure-target-newlib.
5671         (configure-target-boehm-gc): New target.
5672         (configure-target-qthreads): New target.
5673
5674         * configure.in (target_libs): Added target-qthreads.
5675         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
5676         (CONFIGURE_TARGET_MODULES): Likewise.
5677         (CHECK_TARGET_MODULES): Likewise.
5678         (INSTALL_TARGET_MODULES): Likewise.
5679         (CLEAN_TARGET_MODULES): Likewise.
5680         (all-target-qthreads): New target.
5681         (configure-target-libjava): Depend on configure-target-qthreads.
5682         (all-target-libjava): Depend on all-target-qthreads.
5683
5684         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
5685         (CONFIGURE_TARGET_MODULES): Likewise.
5686         (CHECK_TARGET_MODULES): Likewise.
5687         (INSTALL_TARGET_MODULES): Likewise.
5688         (CLEAN_TARGET_MODULES): Likewise.
5689         (all-target-libjava): New target.
5690         (all-target-boehm-gc): Likewise.
5691         * configure.in (target_libs): Added libjava, boehm-gc.
5692
5693 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
5694
5695         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
5696         configure.bat in SUPPORT_FILES.
5697         (gas+binutils.tar.bz2): Likewise.
5698
5699         * makeall.bat: Remove; obsolete.
5700
5701 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
5702
5703         From Mark Elbrecht:
5704         * configure.bat: Remove; obsolete.
5705
5706 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
5707
5708         * configure: Add -W -Wall to the default CFLAGS when compiling with
5709         gcc.
5710
5711 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
5712
5713         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
5714
5715 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
5716
5717         * configure.in: Build ld on IRIX6.
5718
5719 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
5720
5721         * Makefile.in: Change distribution targets to use bzip2 instead of
5722         gzip.
5723         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
5724         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
5725
5726 1999-06-04  Nick Clifton  <nickc@cygnus.com>
5727
5728         * config.sub: Add mcore target.
5729
5730 1999-05-30  Cort Dougan  <cort@cs.nmt.edu>
5731
5732         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
5733
5734 1999-05-25  H.J. Lu  (hjl@gnu.org)
5735
5736         * config.guess (dummy): Changed to $dummy.
5737
5738 1999-05-24  Nick Clifton  <nickc@cygnus.com>
5739
5740         * config.sub: Tidied up case statements.
5741
5742 1999-05-22  Ben Elliston  <bje@cygnus.com>
5743
5744         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
5745         <jiro@din.or.jp>.
5746
5747         * config.guess: Merge with FSF version. Future changes will be
5748         more accurately recorded in this ChangeLog.
5749         * config.sub: Likewise.
5750
5751 1999-05-20   Stephen L Moshier  <moshier@world.std.com>
5752
5753          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
5754
5755 1999-04-30  Tom Tromey  <tromey@cygnus.com>
5756
5757         * ltmain.sh: [mode link] Always use CC given by ltconfig.
5758
5759 1999-04-23  Tom Tromey  <tromey@cygnus.com>
5760
5761         * ltconfig, ltmain.sh: Update to libtool 1.2f.
5762
5763 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
5764
5765         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
5766         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
5767         Bad merge removed these two changes.
5768
5769 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
5770                           Martin Heller (Ing.-Buero_Heller@t-online.de)
5771
5772         * config.guess (interix Alpha): Add.
5773
5774 1999-04-11  Richard Henderson  <rth@cygnus.com>
5775
5776         * configure.in (i?86-*-beos*): Do config gperf; don't config
5777         gdb, newlib, or libgloss.
5778
5779 1999-04-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
5780
5781         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
5782         link a trivial program with -mabi=64.  If it fails, remove mabi=64
5783         from multidirs.
5784
5785 1999-04-10  Philipp Thomas  (kthomas@gwdg.de)
5786
5787         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
5788
5789 1999-04-08  Nick Clifton  <nickc@cygnus.com>
5790
5791         * config.sub: Add support for mcore targets.
5792
5793 1999-04-07  Michael Meissner  <meissner@cygnus.com>
5794
5795         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
5796         not mt-ospace, in order to shut up assembler warning about using
5797         symbols that are named the same as registers.
5798
5799 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
5800
5801         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
5802         dependency list for all-target-cygmon.
5803
5804 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
5805
5806         * config-ml.in: Check $host, not $target, for selective multilibs.
5807         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
5808         thumb interworking, and underscore prefix multilibs.
5809
5810 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
5811
5812         * missing: Update to version from current automake.
5813
5814 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
5815
5816         * configure (gxx_include_dir): Removed.
5817
5818         * configure.in (gxx_include_dir): Handle it.
5819         * Makefile.in: Likewise.
5820
5821 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
5822
5823         * config.sub (mips64vr4111,mips64vr4111el) Add.
5824
5825 1999-03-21  Ben Elliston  <bje@cygnus.com>
5826
5827         * config.guess: Correct typo for detecting ELF on FreeBSD.
5828
5829 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
5830
5831         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
5832         config/mh-djgpp.
5833
5834 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
5835
5836         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
5837         all-target-newlib to dependency list for all-target-bsp.
5838
5839 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
5840
5841         * config.sub: Add i386-uwin support.
5842         * config.guess: Likewise.
5843
5844 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5845
5846         * configure.in: cleanup, add mh-*pic handling for arm, special
5847         case powerpc*-*-aix*
5848
5849 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
5850
5851         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
5852         can be built.
5853
5854 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
5855
5856         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
5857         targets.
5858
5859 1999-03-02  Nick Clifton  <nickc@cygnus.com>
5860
5861         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
5862
5863 1999-02-28  Geoffrey Noer  <noer@cygnus.com>
5864
5865         * config.sub: Check for "cygwin*" rather than "cygwin32*"
5866
5867 1999-02-24  Nick Clifton  <nickc@cygnus.com>
5868
5869         * config.sub: Fix typo in arm recognition.
5870
5871 1999-02-24  Drew Moseley  <dmoseley@cygnus.com>
5872
5873         * configure.in (noconfigdirs): Changed target_configdirs to
5874         include target-bsp only for m68k-*-elf* and m68k-*-coff*
5875         rather than m68k-*-* since it is not known to work on
5876         m68k-aout. Ditto for arm-*-*oabi.
5877
5878 1999-02-24  Stan Shebs  <shebs@andros.cygnus.com>
5879
5880         * configure.in (*-*-windows*): Remove, no longer used.
5881
5882 1999-02-19  Ben Elliston <bje@cygnus.com>
5883
5884         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
5885         Smart and improved by Andrew Cagney.
5886
5887 1999-02-18  Marc Espie <espie@cvs.openbsd.org>
5888
5889         * config.guess: Recognize openbsd-*-hppa.
5890
5891 1999-02-17  H.J. Lu  (hjl@gnu.org)
5892
5893         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
5894         only if it is not empty.
5895
5896 1999-02-17  Nick Clifton  <nickc@cygnus.com>
5897
5898         Patch from: Scott Bambrough <scottb@corelcomputer.com>
5899
5900         * config.guess: Modified to recognize uname's armv* syntax.
5901
5902         * config.sub: Modified to recognize uname's armv* syntax.
5903
5904 1999-02-17  Mark Salter  <msalter@cygnus.com>
5905
5906         * configure.in: Added target-bsp for sparclite.
5907
5908 1999-02-08  Richard Henderson  <rth@cygnus.com>
5909
5910         * config.sub: Recognize alphapca5[67] and up to alphaev8.
5911
5912 1999-02-08  Nick Clifton  <nickc@cygnus.com>
5913
5914         * configure.in: Add support for strongarm port.
5915         * config.sub: Add support for strongarm target.
5916
5917 1999-02-07  Mumit Khan  <khan@xraylith.wisc.edu>
5918
5919         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
5920         the old name config/mh-cygwin32.
5921         Enable texinfo.
5922
5923 1999-02-04  Ian Lance Taylor  <ian@cygnus.com>
5924
5925         * configure.in: Do build ld for ix86 Solaris.
5926
5927 1999-02-02  Jim Wilson  <wilson@cygnus.com>
5928
5929         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
5930         $AR_FOR_TARGET.  Likewise for RANLIB.
5931
5932 1999-02-02  Catherine Moore  <clm@cygnus.com>
5933
5934         * config.sub (oabi):  Recognize.
5935         * configure.in (arm-*-oabi):  Handle.
5936
5937 1999-01-30  Robert Lipe  (robertlipe@usa.net)
5938
5939         * config.guess: Improve detection of i686 on UnixWare 7.
5940
5941 1999-01-30  Mumit Khan  <khan@xraylith.wisc.edu>
5942
5943         * config.guess: Add support for i386-pc-interix.
5944         * config.sub: Likewise.
5945         * configure.in: Likewise.
5946
5947 1999-01-18  Christopher Faylor <cgf@cygnus.com>
5948
5949         * Makefile.in: Remove unneeded all-target-libio from
5950         from all-target-winsup target since it is now unneeded.
5951         Add all-target-libtermcap in its place since it is now
5952         needed.
5953
5954 1998-12-30  Christopher Faylor <cgf@cygnus.com>
5955
5956         * configure.in: makefile stub for cygwin target is probably
5957         unnecessary.  Remove it for now.
5958
5959 1998-12-30  Christopher Faylor <cgf@cygnus.com>
5960
5961         * configure.in: libtermcap.a should be built when cygwin is the
5962         target as well as the host.
5963         * config.guess: Allow mixed case in cygwin uname output.
5964         * Makefile.in: Add libtermcap target.
5965
5966 1998-12-23  Jeffrey A Law  (law@cygnus.com)
5967
5968         * config.sub: Clean up handling of hppa2.0.
5969
5970 1998-12-22  Rodney Brown  (rodneybrown@pmsc.com)
5971
5972         * config.guess: Use C code to identify more HP machines.
5973
5974 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
5975
5976         * config.sub: Handle hppa2.0.
5977
5978 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
5979
5980         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
5981         cygmon for all sparclite targets, regardless of object format.
5982
5983 1998-12-15  Mark Salter  <msalter@cygnus.com>
5984
5985         * configure.in: Added target-bsp for several target architectures.
5986
5987         * Makefile.in: Added rules for bsp.
5988
5989 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
5990
5991         * config.guess: Improve detection of hppa2.0 processors.
5992
5993 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
5994
5995         * config.guess: Recognize FreeBSD using ELF automatically.
5996
5997 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
5998
5999         * configure (skip-this-dir): Add handling for new shell script, which
6000         might be created by a sub-directory's configure to indicate, this particular
6001         directory is "unwanted".
6002         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
6003
6004 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
6005
6006         * ltconfig: import from libtool, after changing libtool to
6007         account for the cygwin name change.
6008
6009 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
6010
6011         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
6012         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
6013
6014 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
6015
6016         * configure.in: Add libtermcap to list of cygwin dependencies.
6017
6018 1998-11-17  Geoffrey Noer  <noer@cygnus.com>
6019
6020         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
6021         they include winsup/include when it's a cygwin target.
6022
6023 1998-11-12  Tom Tromey  <tromey@cygnus.com>
6024
6025         * configure.in (host_tools): Added zip.
6026         * Makefile.in (all-target-libjava): Depend on all-zip.
6027         (all-zip): New target.
6028         (ALL_MODULES): Added all-zip.
6029         (NATIVE_CHECK_MODULES): Added check-zip.
6030         (INSTALL_MODULES): Added install-zip.
6031         (CLEAN_MODULES): Added clean-zip.
6032
6033 1998-11-12  Geoffrey Noer  <noer@cygnus.com>
6034
6035         * Makefile.in: lose "32" from comment about cygwin.
6036
6037 1998-11-05  Nick Clifton  <nickc@cygnus.com>
6038
6039         * configure.in: Use -Os to build target libraries for the fr30.
6040
6041 1998-11-04  Dave Brolley  <brolley@cygnus.com>
6042
6043         * config.sub: Add fr30.
6044
6045 1998-11-02  Geoffrey Noer  <noer@cygnus.com>
6046
6047         * configure.in: drop "32" from config/mh-cygwin32.  Check
6048         cygwin* instead of cygwin32*.
6049         * config.sub: Check cygwin* instead of cygwin32*.
6050
6051 1998-10-22  Robert Lipe  <robertl@dgii.com>
6052
6053         * config.guess: Match any version of Unixware7.
6054
6055 1998-10-20  Syd Polk  <spolk@cygnus.com>
6056
6057         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
6058         if desired.
6059
6060 1998-10-18  Jeffrey A Law  (law@cygnus.com)
6061
6062         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
6063         these if the appropriate directories and files to not exist.
6064
6065 1998-10-14  Jeffrey A Law  (law@cygnus.com)
6066
6067         * Makefile.in (DEVO_SUPPORT): Add config.if.
6068
6069 1998-10-13  Manfred Hollstein  <manfred@s-direktnet.de>
6070
6071         * configure: Add pattern to replace "build_tooldir"'s
6072         definition in the generated Makefile with "tooldir"'s
6073         actual value.
6074
6075 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
6076
6077         * config.sub: Bring back lost sparcv9.
6078
6079         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
6080
6081 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
6082
6083         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
6084         CC_FOR_TARGET and friends.
6085
6086 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
6087
6088         * Makefile.in (build_tooldir): New variable, same as tooldir.
6089         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
6090         -B$(build_tooldir)/bin/.
6091         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
6092
6093 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
6094
6095         * config.sub: Add support for i[34567]86-pc-udk.
6096         * configure.in: Likewise.
6097
6098 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
6099
6100         * Makefile.in: add bzip2 package building bits for user
6101         tools module
6102         * configure.in: ditto
6103
6104 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
6105
6106         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
6107         (ALL_TARGET_MODULES): Add all-target-libobjc.
6108         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
6109         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
6110         (all-target-libchill): Add dependencies.
6111         * configure.in (target_libs): Add libchill.
6112
6113 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
6114
6115         * configure.in (target_subdir): Remove duplicate line.
6116
6117 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
6118
6119         * Makefile.in (all-automake): fix dependencies.
6120
6121 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
6122
6123         * configure.in: Minor cleanups for building in the $(target_alias)
6124         subdir.
6125
6126 1998-09-22  Jim Wilson  <wilson@cygnus.com>
6127
6128         * Makefile.in (bootstrap): Set r and s before make all.  Use
6129         BASE_FLAGS_TO_PASS in make all.
6130         (cross): Likewise.
6131
6132 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
6133
6134         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
6135
6136 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
6137
6138         * config.sub: Fix typo in last change.
6139
6140 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6141
6142         * config.sub: Add support for C4x target.
6143         * configure.in: Likewise.
6144
6145 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
6146
6147         * config.sub: Recognize sparcv9 just like sparc64.
6148
6149 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
6150
6151         * config.guess: Match "Pent II" or "PentII" for OpenServer.
6152
6153 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
6154
6155         * config.guess: Correctly identify Pentium II sco boxes.
6156
6157         * config.guess: Fix "tr" code.  From Weiwen Liu.
6158
6159 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
6160
6161         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
6162         stabs.
6163
6164 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
6165
6166         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
6167         (ALL_TARGET_MODULES): Add all-target-libchill.
6168         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
6169         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
6170         (all-target-libchill): Add dependencies.
6171         * configure.in (target_libs): Add libchill.
6172
6173 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
6174
6175         * config.guess: Avoid assumptions about "tr" behaves when
6176         LANG is set to something other than English.
6177
6178 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
6179
6180         * configure (gxx_include_dir): Changed to
6181         '${prefix}/include/g++'-${libstdcxx_interface}.
6182
6183         * config.if: New to determine the interfaces.
6184
6185 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
6186
6187         * config.guess: Detect and handle MPE/IX.
6188         * config.sub: Deal with MPE/IX.
6189
6190 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
6191
6192         * configure.in: Use mh-aix43.
6193
6194 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
6195
6196         * configure: Fix --without/--disable cases for gxx-include-dir.
6197
6198 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
6199
6200         * mdata-sh:  Imported.  Needed for automake support.
6201
6202 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
6203
6204         * Makefile.in (taz): Try "chmod -R og=u ." before
6205         "chmod og=u `find . -print`".
6206
6207 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
6208
6209         * configure.in: Add arm-elf and thumb-elf support.
6210
6211 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
6212
6213         * Makefile.in: Undo previous patch.
6214
6215 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
6216
6217         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
6218         to here ...
6219         (install-no-fixedincludes): and here
6220         (INSTALL_MODULES): ... from here.
6221
6222 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
6223
6224         * config.sub: Merge with FSF.
6225
6226         * config.guess: Merge with FSF.
6227
6228 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
6229
6230         * configure (extraconfigdirs): New variable.
6231         (SUBDIRS): Add extraconfigdirs and recurse on them too.
6232         * Makefile.in (all): Move higher in file.
6233         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
6234         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
6235         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
6236         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
6237         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
6238
6239 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
6240
6241         * Makefile.in (all-target-libjava): Depend on all-gcc and
6242         all-target-newlib.
6243         (configure-target-libjava): Depend on $(ALL_GCC).
6244
6245 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
6246
6247         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
6248         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
6249
6250 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6251
6252         * ylwrap: Change absolute path checks to check for DOS style path
6253         names.
6254
6255         * ylwrap: Don't use a full path name if the source file is in the
6256         same directory.  From hjl@lucon.org (H.J. Lu).
6257
6258         * config-ml.in: Default to being verbose, to match Feb 18 change to
6259         configure.
6260
6261 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
6262
6263         Brought over from egcs:
6264
6265         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
6266
6267         * configure.in (target_subdir): Set to ${target_alias} instead
6268         of "libraries".
6269
6270         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
6271
6272         * configure.in (target_subdir): Set to libraries if enable_multilib.
6273
6274 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
6275
6276         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
6277         multilibs, force reconfiguration the first time we create
6278         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
6279
6280 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
6281
6282         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
6283         avoid confusion with --no-recursion.
6284
6285 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
6286
6287         * configure.in: Win32 hosts shouldn't use install -x
6288         * install-sh: remove -x option, and special .exe-handling
6289         hack.
6290
6291 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
6292
6293         * config.guess: Recognize i586-pc-beos.
6294         * configure.in: Don't build some bits for beos.
6295
6296 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6297
6298         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
6299         CFLAGS default to -O2.
6300
6301         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
6302         when using GNU ld.
6303
6304 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
6305
6306         * ltmain.sh: Correct install when using a different shell.
6307
6308 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
6309
6310         * ltconfig, ltmain.sh: Update to libtool 1.2b.
6311
6312 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
6313
6314         * makefile.vms: Update to build binutils/makefile.vms.  Add install
6315         target.
6316
6317 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
6318
6319         * ltconfig: Update to correct AIX handling.
6320
6321 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
6322
6323         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
6324
6325         * configure.in (target_subdir): Set to ${target_alias} instead
6326         of "libraries".
6327
6328 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
6329
6330         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
6331         (Makefile): Depend on $(gcc_version_trigger).
6332
6333         * configure (gcc_version): Change default initializer to empty
6334         string.
6335         (gcc_version_trigger): New variable; pass this variable down
6336         to subdir configures to enable them checking gcc's version
6337         themselves. Emit make macros for both gcc_version vars.
6338         (topsrcdir): Initialize reliably.
6339         (recursion line): Remove --with-gcc-version=${gcc_version}.
6340
6341 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
6342
6343         * configure (enable_version_specific_runtime_libs): Implement new flag
6344         --enable-version-specific-runtime-libs which installs C++ runtime stuff
6345         in $(libsubdir); emit definition in each generated Makefile.
6346         (gxx_include_dir): Initialize depending on
6347         $enable_version_specific_runtime_libs.
6348
6349 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
6350
6351         * configure (gcc_version): Initialize properly depending on
6352         how and where configure is started.
6353         (recursion line): Pass a --with-gcc-version=${gcc_version}
6354         to configures in subdirs.
6355
6356 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
6357
6358         * configure.in (noconfigdirs): Add configure pattern for mips tx39
6359         cygmon
6360
6361 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
6362
6363         * configure.in: Add cygmon and libstub support for mn10200.
6364
6365 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
6366
6367         * configure (gcc_version): Add new variable describing the
6368         particular gcc version we're building.
6369         * Makefile.in (libsubdir): Add new macro for the directory
6370         in which the compiler finds executables, libraries, etc.
6371         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
6372         and libsubdir.
6373
6374 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
6375
6376         * Makefile.in (local-clean): Remove *.log.
6377         (warning.log): Built with warn_summary from build.log.
6378         (mail-report.log): Run test_summary.
6379         (mail-report-with-warnings.log): Run test_summary including
6380         warning.log in the report.
6381
6382 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
6383
6384         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
6385
6386 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
6387
6388         * Makefile.in (grep): Grep no longer depends on libiberty.
6389
6390 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
6391
6392         * Makefile.in: all-snavigator needs all-libgui.
6393
6394 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
6395
6396         * configure.in: Add cygmon and libstub support for mn10300.
6397
6398 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
6399
6400         * missing: Update to version from automake 1.3.
6401
6402         * ltmain.sh: On installation, don't get confused if the same name
6403         appears more than once in the list of library names.
6404
6405 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
6406
6407         * config.sub: Accept m68060 and m5200 as CPU names.
6408
6409 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
6410
6411         * configure: Use && rather than using -a in test, because odd
6412         strings can confuse test.
6413         * configure.in: Likewise.
6414
6415 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
6416
6417         * ltconfig, ltmain.sh: Bring in Visual C++ support.
6418
6419 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
6420
6421         * Makefile.in (boostrap2-lean, bootstrap3-lean,
6422         bootstrap4-lean): New targets.
6423
6424 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
6425
6426         * mpw-* Delete.  Not used.
6427
6428 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
6429
6430         * COPYING.LIB: Update FSF address.
6431
6432 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
6433
6434         * ltconfig, ltmain.sh: Update to libtool 1.2a.
6435
6436         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
6437         GAS_SUPPORT_DIRS.
6438
6439 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
6440
6441         * ltconfig, ltmain.sh: Avoid producing a version number if
6442         -version-info was not used.
6443
6444 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
6445
6446         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
6447         building with newlib.
6448
6449 1998-04-30  Paul Eggert  <eggert@twinsun.com>
6450
6451         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
6452         Solaris `make' causes it to continue to next definition.
6453
6454 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6455
6456         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
6457         the right GUI libraries and files are installed along with GDB.
6458
6459 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
6460
6461         * configure.in: Change alpha to alpha* in several places.
6462
6463 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
6464
6465         * config.sub: Recognize sparc86x.
6466
6467 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
6468
6469         * configure.in (--enable-target-optspace): Remove debug echo.
6470
6471 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
6472
6473         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
6474
6475 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
6476
6477         * ltconfig: Update cygwin32 support.
6478
6479         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
6480         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
6481         (GDB_SUPPORT_DIRS): Likewise.
6482
6483 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
6484
6485         * configure.in (target_makefile_frag): If --enable-target-optspace,
6486         use -Os to compile target libraries rather than -O2.  Default to
6487         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
6488         not used.
6489         * configure.in (target_cflags): Ditto for d30v.
6490
6491 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
6492
6493         * Makefile.in (all-bfd): Depend on all-intl.
6494         (all-binutils): Likewise.
6495         (all-gas): Likewise.
6496         (all-gprof): Likewise.
6497         (all-ld): Likewise.
6498
6499 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
6500
6501         * configure.in (host_tools): Fix typo, lbtool -> libtool.
6502
6503 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
6504
6505         * Makefile.in (all-bfd): Depend upon all-libiberty.
6506
6507         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
6508
6509 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
6510
6511         * Makefile.in: Add libstub.
6512
6513         * configure.in: Ditto. Build libstub for targets that have cygmon
6514         support.
6515
6516 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
6517
6518         * configure.in: Don't set PICFLAG on ix86-cygwin32.
6519
6520 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
6521
6522         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
6523         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
6524
6525 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
6526
6527         * configure: Define DEFAULT_M4 by searching PATH.
6528         * Makfile.in: Use DEFAULT_M4.
6529
6530 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
6531
6532         * ltconfig: Add cygwin32 support.
6533
6534         * Makefile.in, configure.in: Add libtool as a native only directory
6535         to configure and build.
6536
6537 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
6538
6539         * Makefile.in (INSTALL_MODULES): Remove texinfo.
6540
6541 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
6542
6543         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
6544
6545 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
6546
6547         * Makefile.in: add ash make rules
6548         * configure.in: add ash to native_only and host_tools lists
6549
6550 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
6551
6552         * Makefile.in (all-gettext, all-intl): New targets.
6553         (ALL_MODULES): Added all-gettext, all-intl.
6554         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
6555         (INSTALL_MODULES): Added install-gettext, install-intl.
6556         (CLEAN_MODULES): Added clean-gettext, clean-intl.
6557
6558         * configure.in (host_tools): Added gettext.
6559         (native_only): Likewise.
6560         (noconfigdirs) [various cases]: Likewise.
6561         (host_libs): Added intl.
6562
6563 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
6564
6565         * configure: Do not disable building gdbtk for cygwin32 hosts.
6566
6567 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
6568
6569         * configure.in: Add thumb-coff target.
6570         * config.sub: Add thumb-coff target.
6571
6572 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6573
6574         * Makefile.in: Revert yesterday's change.
6575         (all-target-winsup):  all-target-librx stays out of here.
6576
6577 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6578
6579         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
6580         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
6581         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
6582         Remove references to librx and libg++.
6583
6584 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
6585
6586         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
6587         recursive makes
6588
6589 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
6590
6591         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
6592         for newlib directory.
6593         (CXX_FOR_TARGET): Likewise.
6594
6595 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
6596
6597         * ltconfig: Update after libtool/ltconfig.in change for
6598         hpux11.
6599
6600 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
6601
6602         * ltconfig, ltmain.sh: Update to libtool 1.2.
6603
6604 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6605
6606         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
6607         (install-gcc-cross): Instead, override LANGUAGES here.
6608
6609 1998-03-18  Dave Love  <d.love@dl.ac.uk>
6610
6611         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
6612         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
6613
6614 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
6615
6616         * configure.in: Add Thumb-pe target.
6617
6618 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
6619
6620         * Makefile.in - changed sn targets to snavigator
6621         * configure.in - changed sn targets to snavigator
6622
6623 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6624
6625         * config-ml.in: After building symlink tree call make distclean
6626         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
6627         to be the case for libiberty.
6628
6629 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
6630
6631         * configure: When making link, also check the current
6632         directory. The configure scripts may create one.
6633
6634 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
6635
6636         * config.sub: Accept alphapca56 and alphaev6 properly.
6637
6638 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6639
6640         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
6641
6642 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
6643
6644         * config.sub (sco5): Fix typo.
6645
6646 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
6647
6648         * Makefile.in (INSTALL_MODULES): Move install-tcl before
6649         install-itcl.
6650         (install-itcl): Remove dependency on install-tcl.
6651
6652 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
6653
6654         * configure.in: Remove libgloss from noconfigdirs for MN10300.
6655
6656 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
6657
6658         * configure.in: Don't build libgui for a cygwin32 target when not on
6659         a cygwin32 host.
6660
6661 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6662
6663         * configure (redirect): Set to null, so default behavior of
6664         configure is now --verbose.
6665
6666 1998-02-16  Dave Love  <d.love@dl.ac.uk>
6667
6668         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
6669         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
6670
6671 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
6672
6673         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
6674         this change to sync Makefile.in with its ChangeLog entries.
6675
6676 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
6677
6678         * ltmain.sh (mkdir): Check that the directory doesn't exist
6679         before we exit with error, so that we don't get races during
6680         parallel builds.
6681
6682 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6683
6684         * ltconfig, ltmain.sh: Update from libtool 1.0i.
6685
6686 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6687
6688         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
6689         PICFLAG_FOR_TARGET.
6690         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
6691
6692         * configure: Emit a definition for the new macro enable_shared
6693         into each Makefile.
6694
6695 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6696
6697         * configure.in (host_tools, native_only): Add libtool.
6698
6699 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
6700
6701         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
6702         Fix typo in ming config comment.
6703
6704 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
6705
6706         * ltconfig, ltmain.sh: Update from libtool 1.0h.
6707
6708 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
6709
6710         * config.sub: Add tic30 cases, and map c30 to tic30.
6711
6712 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
6713
6714         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
6715         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
6716         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
6717         (CLEAN_TARGET_MODULES): Similarly
6718         (all-target-libf2c): Add dependences.
6719         * configure.in (target_libs): Add libf2c.
6720
6721 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
6722
6723         * configure.in: Remove expect from noconfigdirs when target
6724         is cygwin32.  OK to build expect and dejagnu with Canadian
6725         Cross.
6726
6727 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
6728
6729         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
6730         host.
6731
6732         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
6733         and mingw32.
6734
6735 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6736
6737         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
6738         here as it is not defined in the toplevel Makefile.
6739
6740 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6741
6742         * configure (package_makefile_rules_frag): New variable, which names
6743         a file with generic rules, ...
6744         Change comment to mention we now have FIVE parts.
6745         * configure: Undo last change.
6746
6747 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
6748
6749         * config.guess: More accurate determination of HP processor types.
6750         * config.sub: More accurate determination of HP processor types.
6751
6752 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6753
6754         * configure (package_makefile_frag): Move inserting the
6755         ${package_makefile_frag} to where it should be according
6756         to the comment.
6757
6758 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
6759
6760         * config.guess: Add support for Linux/ARM.
6761
6762 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
6763
6764         * .cvsignore: Remove *-info and *-install since they match
6765         release-info and mpw-install, which we don't want to just ignore.
6766
6767 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
6768
6769         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
6770
6771 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
6772
6773         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
6774         local_prefix to sub-make invocations.
6775
6776 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
6777
6778         * configure.in: Check makefile fragments in the source
6779         directory.
6780
6781 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
6782
6783         * configure.in: Check whether host and target makefile
6784         fragments exist before adding them to *_makefile_frag.
6785
6786 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
6787
6788         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
6789
6790 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
6791
6792         * configure.in: Make sure we only replace RPATH_ENVVAR on
6793         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
6794         regexp to sed.
6795
6796         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
6797         to sub-makes.
6798
6799 1998-01-13  Lee Iverson   (leei@ai.sri.com)
6800
6801         * config-ml.in (multi-do): LDFLAGS must include multilib
6802         designator.
6803
6804 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
6805
6806         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
6807
6808 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
6809
6810         * config.sub: Add mingw32 support.
6811         * configure.in: Likewise.
6812
6813 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
6814
6815         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
6816
6817 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
6818
6819         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
6820         * configure (gxx_include_dir): Provide a definition for subdirs
6821         which do not use autoconf.
6822
6823 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
6824
6825         * config.guess: Sync with egcs.  Picks up new alpha support,
6826         BeOS & some additional linux support.
6827
6828 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
6829
6830         * config.guess: HP 9000/803 is a PA1.1 machine.
6831
6832 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
6833
6834         * configure.in: It's alpha*-...
6835
6836 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
6837
6838         * configure.in (host_makefile_frag, target_makefile_frag):
6839         Handle multiple config files.
6840         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
6841         alpha-*-*.
6842
6843 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
6844
6845         * mkdep: New file.
6846
6847 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
6848
6849         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
6850
6851 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
6852
6853         * Makefile.in: Add libgui directory.
6854         (GDB_TK): Add all-libgui.
6855         * configure.in: Add libgui directory.
6856         * configure: Add all-libgui to GDB_TK.
6857
6858 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
6859
6860         * config-ml.in (multidirs): Add m32r to multilib list.
6861
6862 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
6863
6864         * Makefile.in (all-target-gperf): Change dependency to
6865         all-target-libstdc++.
6866
6867 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
6868
6869         * config.guess: Add BeOS support.
6870
6871 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
6872
6873         Source directory cvs renamed to cvssrc:
6874         * configure.in (host_tools): Change cvs to cvssrc.
6875         (native_only): Likewise.
6876         (noconfigdirs) [various cases]: Likewise.
6877         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
6878         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
6879         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
6880         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
6881         (all-cvssrc): Rename target from all-cvs.
6882
6883 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
6884
6885         * configure (gxx_include_dir): Fix thinko.
6886
6887 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
6888
6889         * Makefile.in (INSTALL_TARGET_CROSS): Define.
6890         (install-cross, install-gcc-cross): New targets.
6891
6892 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
6893
6894         * configure.in (noconfigdirs): Add support for Thumb target.
6895
6896         * config.sub (maybe_os): Add support for Thumb target.
6897
6898 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
6899
6900         * Makefile.in: Add rules for cygmon.
6901
6902         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
6903
6904 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
6905
6906         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
6907         * configure (gxx_include_dir): Provide a definition for subdirs
6908         which do not use autoconf.
6909
6910 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
6911
6912         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
6913         11/18/97 build
6914
6915 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
6916
6917         * From Franz Sirl.
6918         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
6919         found on RedHat Linux systems.
6920
6921 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
6922
6923         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
6924         guesses.
6925
6926 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
6927
6928         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
6929
6930 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
6931
6932         * ltmain.sh: If mkdir fails, check whether the directory was created
6933         anyhow by some other process.
6934
6935 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
6936
6937         * configure.in (d30v-*-*): Configure all directories.
6938
6939 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
6940
6941         * configure.in (d30v-*-*): Configure newlib, libiberty directories
6942         for the D30V.
6943
6944 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
6945
6946         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
6947
6948 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
6949
6950         * include/libiberty.h: Add extern "C" { so it can be used with C++
6951         progrms.
6952         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
6953         programs.
6954
6955 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
6956
6957         * configure.in (d30v-*-*): Configure GCC now.
6958
6959 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
6960
6961         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
6962         is no longer needed.
6963
6964 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
6965
6966         * Makefile.in: check-target-libio depends on all-target-libstdc++.
6967
6968 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
6969
6970         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
6971         targets using "$@" to provide support for similar but not identical
6972         targets without having to duplicate code.
6973
6974 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
6975
6976         * makefile.vms: Fix to work with DEC C.
6977
6978 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
6979
6980         * config.sub: Add mips-tx39-elf to marketing names.
6981
6982 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
6983
6984         * ltmain.sh: Handle symlinks in generated script.
6985
6986 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
6987
6988         * configure: Handle autoconf style directory options: --bindir,
6989         --datadir, --includedir, --infodir, --libdir, --libexecdir,
6990         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
6991         --sysconfdir.
6992         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
6993         (sharedstatedir, localstatedir, oldincludedir): New variables.
6994         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
6995         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
6996         sbindir, sharedstatedir, and sysconfdir.
6997
6998 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
6999
7000         * Makefile.in (bootstrap-lean): New target.
7001
7002 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
7003
7004         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
7005         sn, and gnuserv from noconfigdirs.
7006
7007 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
7008
7009         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
7010
7011 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
7012
7013         * Makefile.in (cross): New target.
7014
7015 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
7016                           Jeff Law         <law@cygnus.com>
7017
7018         * Makefile.in (bootstrap2, bootstrap3): New targets.
7019         (all-bootstrap): Remove outdated and confusing target.
7020         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
7021
7022 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7023
7024         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
7025         windows.  Consistent with gdb/configure.
7026
7027 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
7028
7029         * configure.in: Name Linux target fragment.
7030
7031         * configure: Rewrite so that project Makefile fragment is inserted
7032         first and appears last in the resulting Makefile.
7033
7034 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7035
7036         * Makefile.in (install-itcl): Install tcl first.
7037
7038 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
7039
7040         * configure.in: remove bison from noconfigdirs for Cygwin32 host
7041
7042 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
7043
7044         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
7045
7046         * configure.in (skipdirs): Add target-librx for Linux.
7047         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
7048
7049 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
7050
7051         * Makefile.in (bootstrap): New target.
7052
7053 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
7054
7055         * config.sub: Accept 'amigados' for backward compatability.
7056
7057 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
7058
7059         * config.guess: Merge with FSF.
7060
7061 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
7062
7063         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
7064
7065 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
7066
7067         * config.sub: Add "marketing-names" patch.
7068
7069 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
7070
7071         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
7072
7073 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
7074
7075         * config.sub: Handle v850-elf.
7076
7077 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
7078
7079         * .cvsignore (*-install): Remove.
7080
7081 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
7082
7083         * ltconfig: Set CONFIG_SHELL in libtool.
7084         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
7085
7086 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
7087
7088         * configure.in (target_subdir): Set to libraries if enable_multilib.
7089
7090 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
7091
7092         * config.guess: Update from gcc directory.
7093
7094 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7095
7096         * Makefile.in (all-sim): Depends on all-readline.
7097
7098 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
7099
7100         * Makefile.in (BISON, YACC): Use $$s.
7101         (all-bison): Depend on all-texinfo.
7102
7103 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
7104
7105         * Makefile.in (BISON): Add -L flag.
7106         (YACC): Likewise.
7107
7108 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
7109
7110         * configure.in (noconfigdirs): Add support for v850e target.
7111
7112         * config.sub (maybe_os): Add support for v850e target.
7113
7114 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
7115
7116         * configure.in (noconfigdirs): Add support for v850ea target.
7117
7118         * config.sub (maybe_os): Add support for v850ea target.
7119
7120 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
7121
7122         * config.sub: Add mipstx39.  Delete r3900.
7123
7124 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
7125
7126         * Makefile.in (all-autoconf): Depends on all-texinfo.
7127
7128 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
7129
7130         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
7131         eabi targets.
7132
7133 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
7134
7135         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
7136
7137         * configure: When handling a Canadian Cross, handle YACC as well as
7138         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
7139         * Makefile.in (all-bison): Depend upon all-texinfo.
7140
7141 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
7142
7143         * Makefile.in (BISON): bison, not byacc or bison -y.
7144         (YACC): bison -y or byacc or yacc.
7145         (various): Add *-bison as appropriate.
7146         (taz): No need to mess with BISON anymore.
7147
7148 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
7149
7150         * configure: If OSTYPE matches *win32*, try to find a good value for
7151         CONFIG_SHELL.
7152
7153 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
7154
7155         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
7156         configure.in if it is present.
7157
7158 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
7159
7160         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
7161
7162 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
7163
7164         * config.sub: Recognize `arc' cpu.
7165         * configure.in: Likewise.
7166         * config-ml.in: Likewise.
7167
7168 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
7169
7170         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
7171
7172 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
7173
7174         * configure: Changed sed delimiter from ':' to '|' when
7175         attempting to substitute ${config_shell} for SHELL. On
7176         NT ${config_shell} may contain a ':' in it.
7177
7178 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
7179
7180         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
7181
7182 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
7183
7184         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
7185
7186 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
7187
7188         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
7189
7190         * ylwrap: If the program is a relative path, force it to be
7191         absolute.
7192
7193 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7194
7195         * configure (tooldir): Set BISON to `bison -y' and not just bison.
7196
7197 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
7198
7199         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
7200         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
7201         for libraries.
7202
7203 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
7204
7205         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
7206         separated by spaces.
7207
7208 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
7209
7210         * ylwrap: New file.
7211         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
7212
7213         * ltmain.sh: Handle /bin/sh at start of install program.
7214
7215         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
7216
7217         * ltconfig, ltmain.sh: New files, from libtool 1.0.
7218         * missing: New file, from automake 1.2.
7219
7220 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
7221
7222         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
7223         check-tk to CHECK_X11_MODULES.
7224
7225 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
7226
7227         * config.sub: Merge with FSF.
7228
7229 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
7230
7231         * config.guess: Merge with FSF.
7232
7233 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
7234
7235         * configure: Treat msdosdjgpp like go32.
7236         * configure.in: Likewise.  Don't remove gprof for go32.
7237
7238         * configure: Change Makefile.tem2 to Makefile.tm2.
7239
7240 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
7241
7242         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
7243
7244 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7245
7246         * install-sh (chmodcmd): Set to null if the DST directory already
7247         exists.  Same as Nov 11th change.
7248
7249 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
7250
7251         * configure (GDB_TK): Needs itcl and tix.
7252
7253 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
7254
7255         * config.guess: Update from FSF.
7256
7257 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
7258
7259         * Makefile.in (GDB_TK): Depend on itcl and tix.
7260
7261 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
7262
7263         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
7264         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
7265         (INSTALL_SCRIPT): New variable.
7266         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
7267         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
7268         to -x.
7269         * install-sh: Add support for -x option.
7270
7271 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
7272
7273         * configure.in, Makefile.in: Treat tix like itcl.
7274
7275 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
7276
7277         * Makefile.in (WINDRES): New variable.
7278         (WINDRES_FOR_TARGET): New variable.
7279         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
7280         (EXTRA_HOST_FLAGS): Add WINDRES.
7281         (EXTRA_TARGET_FLAGS): Add WINDRES.
7282         (EXTRA_GCC_FLAGS): Add WINDRES.
7283         ($(DO_X)): Pass down WINDRES.
7284         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
7285         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
7286         DLLTOOL_FOR_TARGET.
7287
7288 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
7289
7290         * configure.in: configure sim before gdb for win32-x-ppc
7291
7292 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7293
7294         Move gperf into the toplevel, from libg++.
7295         * configure.in (target_tools): Add target-gperf.
7296         (native_only): Add target-gperf.
7297         * Makefile.in (all-target-gperf): New target, depend on
7298         all-target-libg++.
7299         (configure-target-gperf): Empty rule.
7300         (ALL_TARGET_MODULES): Add all-target-gperf.
7301         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
7302         (CHECK_TARGET_MODULES): Add check-target-gperf.
7303         (INSTALL_TARGET_MODULES): Add install-target-gperf.
7304         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
7305
7306 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
7307
7308         * config.sub (mn10200): Recognize new basic machine.
7309
7310 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7311
7312         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
7313         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
7314
7315 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7316
7317         * configure.in: If we're building mips-sgi-irix6* native, turn on
7318         ENABLE_MULTILIB and set TARGET_SUBDIR.
7319
7320 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
7321
7322         * Makefile.in (all-sn): Depend on all-grep.
7323
7324 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
7325
7326         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
7327
7328         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
7329         Makefile.  From Jeff Makey <jeff@cts.com>.
7330         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
7331
7332         * Makefile.in (DISTBISONFILES): Remove.
7333         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
7334         $(DEFAULT_YACC).
7335
7336         * configure.in: Build itl, db, sn, etc., when building for native
7337         cygwin32.
7338
7339         * Makefile.in (LD): New variable.
7340         (EXTRA_HOST_FLAGS): Pass down LD.
7341         ($(DO_X)): Likewise.
7342
7343 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
7344
7345         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
7346
7347 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
7348
7349         * configure.in (targargs): Strip out any supplied --build argument
7350         before adding our own. Always add --build.
7351
7352 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
7353
7354         * configure.in (targargs): Pass --build if we're doing
7355         a cross-compile.
7356
7357 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
7358
7359         * configure: Use '|' instead of ":" as the separator in
7360         sed. Otherwise sed chokes on NT path names with drive
7361         designators. Also look for "?:*" as the leading characters in an
7362         absolute pathname.
7363
7364 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
7365
7366         * config.sub: Support for r3900.
7367
7368 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
7369
7370         * configure.in: Use install-sh, not install.sh.
7371
7372 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
7373
7374         * Makefile.in (taz): Improve check for BISON so it doesn't try to
7375         apply it twice.
7376
7377 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
7378
7379         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
7380         install-binutils.
7381
7382 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
7383
7384         * Makefile.in: Add automake targets.
7385         * configure.in (host_tools): Add automake.
7386
7387 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
7388
7389         * configure: Default CXX to c++, not gcc.
7390         * Makefile.in (CXX): Set to c++, not gcc.
7391         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
7392
7393 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
7394
7395         * install-sh: try appending a .exe if source file doesn't
7396         exist
7397
7398 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
7399
7400         * configure.in: Turn on multilib by default.
7401         (cross_only): Remove target-libiberty.
7402
7403         * Makefile.in (all-gcc): Don't depend on libiberty.
7404
7405 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
7406
7407         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
7408
7409 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
7410
7411         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
7412         (DISTBISONFILES): Add ld/Makefile.in
7413
7414 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
7415
7416         * configure.in: if target is cygwin32 but host isn't cygwin32,
7417         don't configure gdb tcl tk expect, not just gdb.
7418
7419 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
7420
7421         * configure.in: Added gnuserv everywhere sn appears.
7422
7423         * Makefile.in (ALL_MODULES): Added all-gnuserv.
7424         (CROSS_CHECK_MODULES): Added check-gnuserv.
7425         (INSTALL_MODULES): Added install-gnuserv.
7426         (CLEAN_MODULES): Added clean-gnuserv.
7427         (all-gnuserv): New target.
7428
7429 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
7430
7431         * config.guess: Fixes for MIPS OpenBSD systems.
7432
7433 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
7434
7435         * Makefile.in (INSTALL_XFORM): Remove.
7436         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
7437
7438         * mkinstalldirs: New file, copied from automake.
7439         * Makefile.in (installdirs): Rename from install-dirs.  Use
7440         mkinstalldirs.  Change all users.
7441         (DEVO_SUPPORT): Add mkinstalldirs.
7442
7443 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
7444
7445         * install-sh: Rename from install.sh.
7446         * Makefile.in (INSTALL): Change install.sh to install-sh.
7447         (DEVO_SUPPORT): Likewise.
7448
7449         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
7450         Graichen <graichen@rzpd.de>.
7451
7452 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
7453
7454         * config.guess: Recognize OpenBSD systems correctly.
7455
7456 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
7457
7458         * README, Makefile.in (ETC_SUPPORT): Remove references to
7459         cfg-paper*, configure.{texi,man,info*}._
7460
7461 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
7462
7463         * Makefile.in (all.normal): Ensure that gcc is built after all
7464         the x11 - ie gdb - targets.
7465
7466 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
7467
7468         * makefile.vms: Don't run conf-a-gas.
7469
7470 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
7471
7472         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
7473
7474 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
7475
7476         * configure.in: Remove noconfigdirs case since gdb also
7477         configures and builds for tic80-coff.
7478
7479 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
7480
7481         * configure: Set cache_file to config.cache.
7482         * Makefile.in (local-distclean): Remove config.cache.
7483
7484 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
7485
7486         * COPYING: Update FSF address.
7487
7488 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
7489
7490         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
7491         noconfigdirs.
7492
7493 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
7494
7495         * Makefile.in (install-dirs): Don't crash if prefix, and hence
7496         MAKEDIRS, is empty.
7497
7498 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
7499
7500         * config.sub: Tweak mn10300 entry.
7501
7502 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
7503
7504         * configure.in (host_tools): Put sim before gdb, so gdb's
7505         configure.tgt can determine if the simulator was configured.
7506
7507 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
7508
7509         * config.sub: Move BeOS $os case to be with other Cygnus
7510         local cases.
7511
7512 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
7513
7514         * config.sub: Remove misplaced comment that broke Linux.
7515
7516 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
7517
7518         * config.sub: Add BeOS support.
7519
7520 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
7521
7522         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
7523
7524 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
7525
7526         * configure.in (noconfigdirs): Remove tcl and tk from
7527         noconfigdirs for cygwin32 builds.
7528
7529 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
7530
7531         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
7532
7533 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
7534
7535         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
7536         make-all.com, use makefile.vms instead.
7537
7538 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
7539
7540         * config.sub: Accept -lnews*.
7541
7542 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
7543
7544         * configure.in (noconfigdirs): Disable target-newlib,
7545         target-examples and target-libiberty for d30v.
7546
7547 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
7548
7549         * configure.in (noconfigdirs): Enable ld for d30v.
7550
7551 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
7552
7553         * configure.in (tic80-*-*): Build compiler.
7554
7555 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
7556
7557         * configure.in (d30v-*): Remove sim directory from list of
7558         unsupported d30v directories
7559
7560 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
7561
7562         * config.sub, configure.in: Add d30v target cpu.
7563
7564 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
7565
7566         * makefile.vms: New file.
7567         * make-all.com: Remove.
7568
7569 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
7570
7571         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
7572
7573 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
7574
7575         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
7576
7577 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
7578
7579         * Makefile.in (ALL_MODULES): Added all-db.
7580         (CROSS_CHECK_MODULES): Addec check-db.
7581         (INSTALL_MODULES): Added install-db.
7582         (CLEAN_MODULES): Added clean-db.
7583
7584 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
7585
7586         * config.guess: Merge with latest FSF sources.
7587
7588 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
7589
7590         * Makefile.in (ALL_MODULES): Added all-itcl.
7591         (CROSS_CHECK_MODULES): Added check-itcl.
7592         (INSTALL_MODULES): Added install-itcl.
7593         (CLEAN_MODULES): Added clean-itcl.
7594
7595 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
7596
7597         * configure.in: build gdb for mn10200
7598
7599 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
7600
7601         * Makefile.in (all-target-winsup): Depend on all-target-libio.
7602
7603 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
7604
7605         * configure.in (tic80-*-*): Turn off most targets right now.
7606
7607 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
7608
7609         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
7610         rather than the makeinfo program.
7611         (do-info): Depend upon all-texinfo.
7612
7613 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
7614
7615         * configure.in: Remove uses of config/mh-linux.
7616
7617         * config.sub, config.guess: Merge with latest FSF sources.
7618
7619 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
7620
7621         * config.sub (case $basic_machine): Add tic80 entries.
7622
7623 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
7624
7625         * config.sub, config.guess: Merge with latest FSF sources.
7626
7627 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
7628
7629         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
7630         * mpw-config.in: Test for NewFolderRecursive.
7631         * mpw-install: Use symbolic name for startup filename.
7632         * mpw-README: Add various additional details.
7633
7634 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
7635
7636         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
7637
7638 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
7639
7640         * configure.in: Do build gcc and the target libraries for
7641         the mn10200.
7642
7643 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
7644
7645         * configure.in: don't avoid building gdb for mn10300 any more
7646         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
7647         instead of single-quoting it.
7648
7649 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
7650
7651         * configure.in: Don't use --with-stabs on IRIX 6.
7652
7653 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
7654
7655         * configure.in (m32r): Build gdb, libg++ now.
7656
7657 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
7658
7659         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
7660         directories from noconfigdirs.
7661
7662 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
7663
7664         * config.sub (basic_machine): added mips16 configuration
7665
7666 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7667
7668         * config.sub: Handle d10v-unknown.
7669
7670 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
7671
7672         * config.sub: Handle v850-unknown.
7673
7674 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
7675
7676         * Makefile.in: add findutils
7677         * configure.in: add findutils to list of host_tools
7678
7679 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
7680
7681         * config.sub: Handle mn10200 and mn10300.
7682
7683 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7684
7685         * configure.in (d10v-*): Do not build librx.
7686
7687 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
7688
7689         * configure.in (mn10300): Build everything except gdb & libgloss.
7690
7691 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
7692
7693         * config.guess:  Patch for Dansk Data Elektronik servers,
7694         from Niels Skou Olsen <nso@dde.dk>.
7695
7696         For ncr, use /bin/uname rather than uname, since GNU uname does not
7697         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
7698
7699         Patch for MIPS R4000 running System V,
7700         from Eric S. Raymond <esr@snark.thyrsus.com>.
7701
7702         Fix thinko for nextstep.
7703
7704         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
7705
7706         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
7707         * config.guess: Guess mips-dec-mach_bsd4.3.
7708
7709         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
7710         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
7711         release numbers.
7712         * config.guess (mips-mips-riscos*):  Emit just enough of the
7713         release number.
7714
7715         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
7716         * config.guess (sparc-auspex-sunos*):  Added.
7717         (f300-fujitsu-*): Added.
7718
7719         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
7720         * config.guess:  Recognize a Tadpole as a sparc.
7721
7722 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
7723
7724         * config.guess: Don't assume that NextStep version is either 2 or
7725         3.  NextStep 4 (aka OpenStep 4) has come out now.
7726
7727 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
7728
7729         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
7730         From Rik Faith <faith@cs.unc.edu>.
7731
7732 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
7733
7734         * config.sub: Contributions from bug-gnu-utils to:
7735         Support plain "hppa" (no version given) architecture, reported by
7736         OpenStep.
7737         OpenBSD like NetBSD.
7738         LynxOs is not a hardware supplier.
7739
7740         * config.guess: Contributions from bug-gnu-utils to add support for:
7741         OpenBSD like NetBSD.
7742         Stratus systems.
7743         More Pyramid systems.
7744         i[n>4]86 Intel chips.
7745         M680[n>4]0 Motorola chips.
7746         Use unknown instead of lynx for hardware manufacturer.
7747
7748 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7749
7750         * install.sh (chmodcmd): Set to null if the DST directory already
7751         exists.
7752
7753 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7754
7755         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
7756         not use mt-ppc target Makefile fragment any more.
7757
7758 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
7759
7760         * configure.in (*-*-windows):  Exclude everything but those dirs
7761         needed to build windows.
7762
7763 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
7764
7765         * Makefile.in (all-target-winsup): Depend on all-target-librx.
7766
7767 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
7768
7769         * configure.in:  Exclude mmalloc from i386-windows.
7770
7771 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
7772
7773         * Undo my previous change.
7774
7775 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
7776
7777         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
7778         unconditionally.
7779         (MAKEOVERRIDES): Define (revert this part of October 18 change).
7780
7781 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
7782
7783         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
7784         host to add it's own flags.
7785
7786 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
7787
7788         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
7789
7790 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
7791
7792         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
7793         (CXX_FOR_TARGET): Likewise.
7794         (GCC_FOR_TARGET): Define.
7795         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
7796         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
7797         CC_FOR_TARGET was specified on the command line.
7798         (MAKEOVERRIDES): Don't define.
7799
7800 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
7801
7802         * configure.in (m32r): Fix spelling of libg++ libs.
7803
7804 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
7805
7806         * config.sub (-apple*): Remove, now redundant.
7807
7808 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
7809
7810         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
7811
7812         * configure: Rework yesterday's sed script patch.
7813
7814         * config.sub: Merge with FSF.
7815
7816 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
7817
7818         * config.guess:  Merge from FSF.
7819
7820         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7821         * config.guess: Use pc instead of unknown, for pc clone systems.
7822         Change linux to linux-gnu.
7823
7824         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7825         * config.guess: Avoid non-portable tr syntax.
7826
7827 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
7828
7829         * test-build.mk (HOLES): Add "xargs" for gdb.
7830
7831         * configure: Avoid hpux10.20 sed bug.
7832
7833 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
7834
7835         * configure.in:  Add support for windows host
7836         (that is a build done under the Microsoft build environment).
7837
7838 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
7839
7840         * Makefile.in: Replace all uses of srcroot with s, to shrink
7841         command line lengths.
7842
7843         Patches from Geoffrey Noer <noer@cygnus.com>:
7844         * configure.in: If configuring for newlib, pass --with-newlib to
7845         subdirectories.
7846         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
7847         -Bnewlib/ and -Lwinsup to gcc.
7848         (CXX_FOR_TARGET): Likewise.
7849
7850 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
7851
7852         * Makefile.in (ETC_SUPPORT): Add configure.
7853
7854 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
7855
7856         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
7857         host configuration file.
7858
7859 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
7860
7861         * configure.in: Break mn10x00 support into separate
7862         mn10200 and mn10300 configurations.
7863         * config.sub: Likewise.
7864
7865 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
7866
7867         * configure.in: Add lots of stuff to noconfigdirs for
7868         the mn10x00 targets.
7869
7870         * config.sub, configure.in: Add mn10x00 support.
7871
7872 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
7873
7874         * make-all.com: Call conf-a-gas, not config-a-gas.
7875
7876 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
7877
7878         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
7879         targets.
7880
7881 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
7882
7883         * mpw-README: Add much more detail for native PowerMac.
7884         * mpw-install: New file.
7885         * mpw-configure: Add --norecursion and --help options.
7886         * mpw-config.in: Translate readme and install files when
7887         copying to objdir.
7888         * mpw-build.in: Don't always depend on byacc and flex.
7889         (install-only-top): New action.
7890
7891 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
7892
7893         * configure.in:  You can now configure GDB for the v850.
7894
7895 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
7896
7897         * configure.in (noconfigdirs): Don't configure any C++ dirs
7898         if targeting D10V.
7899
7900 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
7901
7902         * config.sub: Recognize mips64vr5000.
7903
7904 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
7905
7906         * configure.in: Use a single line for host_tools and native_only.
7907
7908 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
7909
7910         * config.sub, configure.in: Add entries for m32r.
7911
7912 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
7913
7914         * Makefile.in (inet-install): Don't run install-gzip.
7915
7916 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
7917
7918         * configure.in:  Don't config lots of things for *-*-windows*.
7919
7920 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
7921
7922         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
7923         (host_libs, host_tools): Copy from configure.in.
7924         * mpw-configure: Don't complain about directories not found.
7925
7926 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7927
7928         * configure.in (i[345]86): Recognize i686 for pentium pro.
7929         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
7930         file.
7931
7932         * config.guess (i[345]86): Ditto.
7933
7934 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
7935
7936         * configure.in (noconfigdirs): Removed gdb for D10V.
7937
7938 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
7939
7940         * configure.in: Remove ld, target-libio, target-libg++, and
7941         target-libstdc++ from noconfigdirs.
7942
7943 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
7944
7945         * configure: Fix three locations where shell scripts were
7946         being run directly rather than with config_shell.
7947
7948 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
7949
7950         * configure.in (v850-*-*): Set up initial $noconfigdirs.
7951         * config.sub (basic_machine): Recognize v850.
7952
7953 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
7954
7955         * mpw-configure: Handle multiple enable/disable options and
7956         pass them down recursively, handle -c and -s flags appropriately
7957         depending on choice of compiler, add escape mechanism for
7958         quoted arguments to gC.
7959
7960 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7961
7962         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
7963         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
7964         so that -mrelocatable-lib and -mno-eabi are used.
7965
7966         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
7967         not support --print-multi-lib, don't abort.
7968
7969 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
7970
7971         * make-all.com: Run config-a-gas.
7972         * setup.com: Don't copy subdirectory files around.
7973
7974 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
7975
7976         * configure.in (*-*-ose): Remove exclusion of libgloss for this
7977         target, it now compiles correctly.
7978
7979 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
7980
7981         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
7982
7983 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
7984
7985         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
7986
7987 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7988
7989         * configure.in (native_only): Add prms.
7990
7991 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
7992
7993         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
7994         (BINUTILS_SUPPORT_DIRS): Likewise.
7995
7996 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7997
7998         * configure.in (d10v-*-*): Don't configure ld or gdb until the
7999         d10v support is added.
8000
8001 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
8002
8003         * configure.in (d10v-*-*): New target.
8004
8005 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
8006
8007         * config.guess (HP 9000/811): Recognize this as a PA1.1
8008         machine.
8009
8010 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
8011
8012         * Makefile.in (do-tar-gz): New target, split out from tail end of
8013         taz target.  Run each command separately, don't use pipes.
8014         (taz): Use it.
8015
8016 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
8017
8018         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
8019         * mpw-build.in: No builds should depend on building byacc or flex,
8020         they are assumed to be installed already.
8021
8022 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8023
8024         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
8025         variable that CC_FOR_TARGET needs.
8026
8027 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8028
8029         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
8030         options have changed since the last time the subdirectory was
8031         configured, and if it has, reconfigure.
8032         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
8033         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
8034
8035 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
8036
8037         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
8038         CLEAN_MODULES): Add bash.
8039         (all-bash): New target.
8040
8041 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
8042
8043         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
8044
8045 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8046
8047         * config.sub (basic_machine): Recognize d10v as a valid processor.
8048
8049 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
8050
8051         * mpw-configure: Add support for --bindir.
8052         * mpw-build.in: Use a GCC-specific build script for GCC actions.
8053
8054 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
8055
8056         * configure.in: add bash, time, gawk to list of hosttools and things
8057         to only build for native toolchains
8058
8059 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8060
8061         * Makefile.in (docdir): Remove.
8062
8063 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
8064
8065         * Makefile.in (datadir): Set to $(prefix)/share.
8066
8067 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
8068
8069         * configure.in: build diff and patch for cygwin32-hosted
8070         toolchains.
8071
8072 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
8073
8074         * config.sub: Accept -rtems*.
8075
8076 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
8077
8078         * configure.in: enable dosrel for cygwin32-hosted builds,
8079                 remove diff from the list of things not buildable
8080                 via Canadian Cross
8081
8082 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
8083
8084         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
8085         don't get ". ".
8086
8087 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
8088
8089         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
8090
8091 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
8092
8093         * Makefile.in (taz): Handle case where tex3patch didn't even get
8094         checked out.  Also, if it was found, put the symlink in a new util
8095         subdirectory.
8096
8097 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8098
8099         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
8100
8101 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
8102
8103         * config.sub: Recognize -openvms.
8104         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
8105         * make-all.com, setup.com: New files.
8106
8107 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
8108
8109         * Makefile.in (taz): tex3patch moved to texinfo/util.
8110
8111 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
8112
8113         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
8114         * configure.in: remove make from disable-if-Can-Cross list
8115                 enable gdb if ${host} and ${target} are cygwin32
8116
8117 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
8118
8119         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
8120         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
8121
8122 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
8123
8124         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
8125         distinguish sysv/svr4/bsd variants.
8126         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
8127
8128 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
8129
8130         * configure.in: Added copyright notice.
8131         * move-if-change: Added copyright notice.
8132
8133 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8134
8135         * configure.in (powerpcle-*-solaris*): Until we get shared
8136         libraries working, don't build gdb, sim, make, tcl, tk, or
8137         expect.
8138
8139 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
8140
8141         * config.guess:  Merge with FSF:
8142
8143         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8144         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
8145
8146         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
8147         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
8148
8149         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
8150         * config.guess:  Combine two OSF1 rules.
8151         Also recognize field test versions.  From mjr@zk3.dec.com.
8152         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
8153         because GNU uname does not support -p.  From pmr@pajato.com.
8154
8155 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
8156
8157         * Makefile.in (MAKEDIRS): Removed $(tooldir).
8158
8159 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
8160
8161         * mpw-README: Document GCCIncludes.
8162
8163 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
8164
8165         * configure.in (alpha-*-linux*): Set enable_shared to yes.
8166
8167 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
8168
8169         * mpw-configure: Handle --enable-FOO and --disable-FOO.
8170
8171 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
8172
8173         * configure.in (*-*-cygwin32): Configure make.
8174
8175 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
8176
8177         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
8178
8179 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
8180
8181         * Makefile.in (all-inet): Depend on all-perl.
8182
8183         * Makefile.in (inet-install): New target.
8184
8185         * Makefile.in (all-inet): Depend on all-tcl.
8186         (all-inet): Depend on all-send-pr.
8187
8188 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8189
8190         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
8191         temporarily.
8192
8193 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
8194
8195         * configure.in: Don't configure --with-gnu-ld on AIX.
8196
8197 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
8198
8199         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
8200
8201 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
8202
8203         * Makefile.in (ALL_MODULES): Added all-inet.
8204         (CROSS_CHECK_MODULES): Added check-inet.
8205         (INSTALL_MODULES): Added install-inet.
8206         (CLEAN_MODULES): Added clean-inet.
8207         (all-indent): New target.
8208
8209         * configure.in (host_tools): Added inet.
8210         (native_only): Added inet.
8211         (noconfigdirs): Added inet.
8212
8213 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
8214
8215         * configure.in: Don't configure libgloss if we are not configuring
8216         newlib.
8217
8218 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
8219
8220         * configure.in: Don't configure libgloss for unsupported
8221         architectures.
8222
8223 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8224
8225         * Makefile.in (CLEAN_MODULES): Add clean-apache.
8226
8227 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
8228
8229         * Makefile.in (ALL_MODULES): Include all-apache.
8230         (CROSS_CHECK_MODULES): Include check-apache.
8231         (INSTALL_MODULES): Include install-apache.
8232         (all-apache): New target.
8233
8234         * configure.in: Added apache everywhere perl is seen.
8235
8236 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8237
8238         * Makefile.in: Add support for clean-{module} and
8239         clean-target-{module} rules.
8240
8241 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
8242
8243         * configure.in (*-*-ose) do not build libgloss.
8244
8245 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8246
8247         * config.guess (prep*:SunOS:5.*:*): Turn into
8248         powerpele-unknown-solaris2.
8249
8250 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
8251
8252         * configure.in: Permit --enable-shared to specify a list of
8253         directories.
8254
8255 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
8256
8257         * configure.in (host==solaris): Pass only the first word of $CC
8258         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
8259
8260 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
8261
8262         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
8263
8264 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
8265
8266         * Makefile.in (ALL_MODULES): Include all-perl.
8267         (CROSS_CHECK_MODULES): Include check-perl.
8268         (INSTALL_MODULES): Include install-perl.
8269         (ALL_X11_MODULES): Include all-guile.
8270         (CHECK_X11_MODULES): Include check-guile.
8271         (INSTALL_X11_MODULES): Include install-guile.
8272         (all-perl): New target.
8273         (all-guile): New target.
8274
8275         * configure.in (host_tools): Include perl and guile.
8276         (native_only): Include perl and guile.
8277         (noconfigdirs): Don't build guile and perl; no ports have been
8278         done.
8279
8280 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
8281
8282         * configure (--enable-*): Handle quoted option lists such as
8283         --enable-sim-cflags='-g0 -O' better.
8284
8285 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8286
8287         * Makefile.in ({,inst}all-target): New rule so we can make and
8288         install all of the target directories easily.
8289
8290 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8291
8292         * configure.in: Add missing global flag in sed substitution when
8293         deleting `target-' from ${configdirs}.
8294
8295 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
8296
8297         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
8298         option.
8299
8300         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
8301         config/mh-necv4.
8302
8303         * install.sh: Correct misspelling of transformbasename.
8304
8305         * config.guess: Recognize mips-*-sysv*.
8306
8307 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
8308
8309         * config.sub: Recognize mon960.
8310
8311 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
8312
8313         * configure: Restore Canadian Cross handling of BISON and LEX,
8314         removed in Feb 20 change.
8315
8316 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
8317
8318         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
8319         Mention make install.  Remove the old copyright date as well the
8320         clumsy and rather pointless copyright on the README file.
8321
8322 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
8323
8324         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
8325         Makefile after running symlink-tree, then run `make distclean' to
8326         avoid clobbering any generated files in srcdir.
8327
8328 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
8329
8330         * configure.in (m68k-*-netbsd*): Build everything now.
8331
8332 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
8333
8334         * Makefile.in (taz): Fix quoting.
8335
8336 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
8337
8338         * configure.in (sparclet-*-*): Build everything now.
8339
8340 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8341
8342         * configure.in (m68k-*-linux*): New host.
8343
8344 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
8345
8346         * configure: Check for bison before byacc.
8347
8348 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
8349
8350         * Makefile.in configure:  Change the way LEX and BISON/YACC are
8351         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
8352         searching PATH.  These are used as fallbacks by Makefile.in if
8353         flex/bison/byacc aren't in objdir.
8354
8355 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
8356
8357         * Makefile.in: Make everything which depends upon all-bfd also
8358         depend upon all-opcodes, in case --with-commonbfdlib is used.
8359
8360 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8361
8362         * configure.in (host *-*-cygwin32): Don't build gdb if we are
8363         building NT native compilers on Unix.
8364
8365 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
8366
8367         * configure.in: Don't get CC from the host Makefile fragment if we
8368         can find gcc in PATH, or if this is a Canadian Cross.  Move the
8369         Solaris test for /usr/ucb/cc to the post target script, just after
8370         the compiler sanity test.
8371
8372 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
8373
8374         * config.sub: Merge with FSF.
8375
8376 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
8377
8378         * Makefile.in (RPATH_ENVVAR): New variable.
8379         (REALLY_SET_LIB_PATH): Use it.
8380         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
8381
8382 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
8383
8384         * config.sub, configure.in: Recognize sparclet cpu.
8385
8386 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
8387
8388         * config.guess:  Support m68k-cbm-sysv4.
8389
8390 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8391
8392         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
8393         m68k-unknown-linuxaout from linker help string.  Put quotes around
8394         $ld_help_string.
8395
8396 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
8397
8398         * config.guess (powerpc-harris-powerunix): Add guess for port
8399         to new target.
8400
8401 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8402
8403         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
8404
8405 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
8406
8407         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
8408         $(REALLY_SET_LIB_PATH) in Makefile.
8409         * Makefile.in (SET_LIB_PATH): New variable.
8410         (REALLY_SET_LIB_PATH): New variable.
8411         ($(DO_X)): Use $(SET_LIB_PATH).
8412         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
8413         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
8414         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
8415         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
8416         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
8417         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
8418         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
8419         (install-dosrel): Likewise.
8420         (all-opcodes): Depend upon all-libiberty.
8421
8422 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8423
8424         * config.guess (*:CYGWIN*): New
8425
8426 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8427
8428         * Makefile.in (all-target-winsup): All all-target-libiberty.
8429
8430 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8431
8432         * configure.in (noconfigdirs): Add missing # in front of comment.
8433
8434 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
8435
8436         * configure.in: add second pass to things added to noconfigdirs
8437         so *-gm-magic can exclude libgloss properly.
8438
8439 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
8440
8441         * mpw-configure (extralibs_name, rez_name): Set correctly
8442         for MWC68K compiler.
8443
8444         * mpw-README: Add more info on the necessary build tools.
8445
8446 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8447
8448         * configure.in, config.sub: Recognize cygwin32.
8449
8450 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
8451
8452         * config.guess, config.sub: Recognize A/UX.
8453
8454 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
8455
8456         * config.sub: Merge with gcc/config.sub.
8457
8458 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
8459
8460         * mpw-build.in (do-binutils): Add build of stamps.
8461
8462 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
8463
8464         * config.sub: Add recognition for mips64vr4100*-* targets.
8465
8466 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8467
8468         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
8469         Add creation of gconfigargs with `--enable-shared' turned on.
8470         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
8471         ($(host)-stamp-stage3-configured): Likewise.
8472         (HOLES): Add chatr and ldd.
8473         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
8474
8475 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
8476
8477         * configure: Pass --nfp to recursive configures.
8478
8479 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8480
8481         * Makefile.in (DLLTOOL): New.
8482         (DLLTOOL_FOR_TARGET): New.
8483         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
8484         (EXTRA_TARGET_FLAGS): Ditto.
8485         (EXTRA_GCC_FLAGS): Ditto.
8486         (CONFIGURE_TARGET_MODULES): Ditto.
8487         (DO_X): Ditto.
8488         * configure: Add DLLTOOL.
8489
8490 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
8491
8492         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
8493         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
8494         mh-sco, since old workarounds no longer needed, and don't
8495         build ld, since libraries have weak symbols in COFF.
8496
8497 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
8498
8499         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
8500
8501 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
8502
8503         * configure.in: Make sure that ${CC} can be used to compile an
8504         executable.
8505
8506 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
8507
8508         * Makefile.in (all-gdb): Depend on $(GDB_TK).
8509         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
8510         nothing depending on whether gdbtk is being built.
8511
8512 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
8513
8514         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
8515
8516 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
8517
8518         * configure.in (noconfigdirs): Put ld or gas in this early, if the
8519         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
8520
8521 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
8522
8523         * config-ml.in: Add support for
8524         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
8525         Simplify setting of multidirs from --disable-foo.
8526
8527 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8528
8529         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
8530         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
8531         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
8532         non-empty, pass them on to the  GCC make.
8533         (all-bootstrap): New rule that is like all-gcc, except it executes
8534         the GCC bootstrap rule instead of the GCC all rule.
8535
8536 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
8537
8538         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
8539
8540 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8541
8542         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
8543         DG/UX support.
8544
8545 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
8546
8547         * config.sub (i*86*) Change [345] to [3456]
8548
8549 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8550
8551         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
8552         --with-gnu-ld=no.
8553
8554 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8555
8556         * config-ml.in (rs6000*, powerpc*): Add switches to control which
8557         AIX multilibs get built.
8558
8559 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8560
8561         * configure.in (i386-win32): Don't build expect if we're not
8562         building the tcl subdir.
8563
8564 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
8565
8566         * Makefile.in: (configure-target-examples, all-target-examples):
8567         New targets, configure and build example programs.
8568
8569 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
8570
8571         * mpw-configure: If an mpw-config.in generated a file mk.sed,
8572         use it as input to sedit the generated MPW makefile.
8573         * mpw-README: Add a suggestion about Gestalt.h.
8574
8575 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
8576
8577         * config.sub: Accept *-*-ieee*.
8578
8579 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
8580
8581         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
8582         Ronald F. Guilmette <rfg@monkeys.com>.
8583
8584 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8585
8586         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
8587         for powerpc-pe native.
8588         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
8589         (target==powerpc-pe): duplicate i386-win32 entry.
8590
8591 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
8592
8593         * configure.in (noconfigdirs): Exclude target-newlib for all versions
8594         of vxworks, not just vxworks5.1.
8595
8596 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
8597
8598         * mpw-configure: Add support for exec-prefix.
8599
8600 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
8601
8602         * config.guess: Recognize HP model 816 machines as having
8603         a PA1.1 processor.
8604
8605 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
8606
8607         * configure: Ignore new autoconf configure options.
8608
8609 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
8610
8611         * config.guess:  Recognize Pentium under SCO.
8612         From Robert Lipe <robertl@arnet.com>.
8613
8614 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8615
8616         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
8617
8618 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
8619
8620         * configure.in: Don't configure gas for alpha-dec-osf*.
8621
8622 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
8623
8624         * configure.in: Default to --with-stabs for some targets for which
8625         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
8626         i[345]86*-*-unixware*.
8627
8628 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
8629
8630         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
8631         rather than basing it on the target.  Simplify handling of options
8632         controlling which directories to configure.  Remove extraneous
8633         slash in multi-clean target.
8634
8635 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
8636
8637         * config-ml.in: Prefix more variables with ml_ so they don't collide
8638         with configure's.
8639
8640 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
8641
8642         * configure: Don't turn -v into --v.
8643
8644 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
8645
8646         * configure.in (targargs): Fix typo.
8647
8648         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
8649
8650 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
8651
8652         * configure.in: Strip --host and --target options from
8653         CONFIG_ARGUMENTS, and always configure for --host only.  Add
8654         --with-cross-host option when building with a cross-compiler.
8655         * configure: Canonicalize the arguments put into config.status by
8656         always using `=' for an option with an argument.  Pass a presumed
8657         --host or --target explicitly.
8658
8659 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
8660
8661         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
8662         into general OS recognition case.
8663
8664 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8665
8666         * configure.in (target_configdirs): add target-winsup only
8667         for win32 target systems.
8668
8669 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
8670
8671         * Makefile.in (all-target-libgloss): Depend upon
8672         configure-target-newlib, since when libgloss is built it looks to
8673         see if the newlib directory exists.
8674
8675 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
8676
8677         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
8678         cfg-ml-*.in.
8679
8680 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
8681
8682         * configure: Handle LD and LD_FOR_TARGET when configuring a
8683         Canadian Cross.
8684
8685 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8686
8687         * configure.in (target_libs): add target-winsup.
8688         (target==i386-win32): add patch diff flex make to $noconfigdirs.
8689         (target==ppcle-pe): remove ld from $noconfigdirs.
8690
8691 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
8692
8693         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
8694         Preserve relative path names in $srcdir.  Build symlink tree if
8695         configuring cross target dir and srcdir=. (= no VPATH support).
8696         (configure-target-libg++): Depend on configure-target-librx.
8697         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
8698         * config-ml.in: New file.
8699         * symlink-tree: New file.
8700         * configure: Ensure srcdir="." if that's what it is.
8701
8702 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
8703
8704         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
8705         includes and FLEX_SKELETON setting.
8706         * mpw-configure (--with-gnu-ld): New option, controls whether
8707         to use PPCLink or ld with PowerMac GCC.
8708         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
8709         * mpw-config.in: Configure grez if targeting Mac.
8710
8711         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
8712         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
8713         just macos.
8714         * configure.in: Configure grez resource compiler if targeting Mac.
8715         * Makefile.in (all-grez, install-grez): New targets.
8716
8717 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
8718
8719         * configure: CXX defaults to gcc, not g++.  If we find
8720         gcc in the path, set CC to gcc -O2.
8721
8722 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
8723
8724         * configure: Default ${build} correctly.  Avoid picking up extra
8725         spaces when reading CC and CXX from Makefile.  When doing a
8726         Canadian Cross, use plausible default values for numerous
8727         variables.
8728         * configure.in: When doing a Canadian Cross, don't try to
8729         configure tools whose configure script can't handle it.
8730
8731 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
8732
8733         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
8734
8735 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8736
8737         * configure:  Remove dubious bug reporting address.
8738
8739 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8740
8741         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
8742         configure script, run that instead of this directory's configure.
8743         In either case, print a message that we're configuring the sub-dir.
8744
8745 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8746
8747         * configure.in: Before checking for the existence of various files,
8748         use sed to filter out "target-".
8749
8750 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
8751
8752         * Makefile.in (DO_X): Split rule to decrease command line length
8753         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
8754         (Philippe De Muyter).
8755
8756 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8757
8758         * Makefile.in (all-patch): depend on all-libiberty.
8759
8760 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
8761
8762         * configure.in: If the only directory in target_configdirs which
8763         actually exists is libiberty, then set target_configdirs to empty,
8764         to avoid trying to build a target libiberty in a gas or gdb
8765         distribution.
8766
8767 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
8768
8769         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
8770         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
8771         systems.
8772
8773 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
8774
8775         * configure.in (copy_dirs): Use sys-include instead of include
8776         for --with-headers option.
8777
8778 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
8779
8780         * Makefile.in, configure.in: Make winsup builds work with
8781         new scheme.
8782
8783 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
8784
8785         * configure.in: Build the linker on AIX.
8786
8787 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8788
8789         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
8790         where needed.
8791
8792 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
8793
8794         * Makefile.in (all-gcc): Fix typo.
8795
8796 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8797
8798         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
8799
8800 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8801
8802         * configure.in:  Rename libFOO to target-libFOO, and xiberty
8803         to target-xiberty, to provide more flexibility.
8804         (target_subdir):  Define.  Create if cross.
8805         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
8806         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
8807         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
8808         check-libFOO -> check-target-libFOO, etc.
8809         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
8810         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
8811         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
8812         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
8813         allow ALL_GCC="" to only configure.
8814         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
8815         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
8816         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
8817
8818 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
8819
8820         * Makefile.in (taz): Build "info" in etc explicitly.
8821
8822 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
8823
8824         * configure.in:  Make sure that CC is undefined (as opposed to
8825         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
8826         problem with autoconf trying to configure on a host without GCC.
8827
8828 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
8829
8830         * mpw-configure: Set host alias from choice of host compiler,
8831         only use generic MPW Makefile sed if present, edit a file
8832         named "hacked_Makefile.in" instead of "Makefile.in" if present.
8833         * mpw-README: Add problem notes about CW6 and CW7.
8834
8835 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
8836
8837         * Makefile.in (taz): Use ";" instead of ";;".
8838
8839 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8840
8841         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
8842         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
8843         DISTDOCDIRS.
8844         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
8845         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
8846
8847 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8848
8849         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
8850         and gnats, because they are now subsumed by DISTSTUFFDIRS.
8851         Move bfd to DISTSTUFFDIRS.
8852
8853 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8854
8855         * Makefile.in (X11_LIB): Removed.
8856         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
8857
8858         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
8859
8860 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8861
8862         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
8863         names.
8864
8865 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8866
8867         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
8868
8869 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
8870
8871         * configure.in (i[345]86-*-win32): Always build newlib.
8872         Don't configure cvs, autoconf or texinfo.
8873         * Makefile.in (LD_FOR_TARGET): New.
8874         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
8875         Pass down LD_FOR_TARGET.
8876
8877 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
8878
8879         * winsup: New directory.
8880         * Makefile.in: Build winsup.
8881         * configure.in: Winsup is configured when target is win32.
8882         Can only build win32 target GDB when native.
8883
8884 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
8885
8886         * config.guess: Recognize HP model 819 machines as having
8887         a PA 1.1 processor.
8888
8889 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
8890
8891         * configure: Fix sed loop which substitutes for CC and CXX to
8892         avoid bug found in various sed implementations.
8893
8894 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8895
8896         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
8897         simulator.  Use standard powerpc-*-eabi*.
8898
8899 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
8900
8901         * configure.in: Stop putting gas and binutils in noconfigdirs for
8902         powerpc-*-aix* and rs6000-*-*.
8903
8904 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
8905
8906         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
8907         -mcall-aixdesc libraries.
8908
8909 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
8910
8911         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8912
8913         * config.sub (arm | armel | armeb): Fix shell syntax.
8914
8915 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8916
8917         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
8918         -msoft-float and -mcpu=common support.
8919         (powerpc*-*-eabisim*): Add support for building -mcall-aix
8920         libraries.
8921
8922 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8923
8924         * configure.in: Allow configuration and build of emacs19 for the alpha.
8925
8926 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8927
8928         * configure.in (CC): Get ^CC, not just any old CC, from
8929         ${host_makefile_frag}.
8930
8931 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8932
8933         * configure.in (CC): Try to get CC from
8934         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
8935
8936 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8937
8938         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
8939         only if it exists in $(srcdir).
8940
8941 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
8942
8943         * configure: If CC and CXX are not set in the environment, set
8944         them, based on either an existing Makefile or on searching for gcc
8945         in PATH.  Substitute for CC and CXX in Makefile.
8946         * configure.in: Remove libm from target_libs.  Separate
8947         target_configdirs from configdirs.  If CC is not set in
8948         environment, try to get it from a host Makefile fragment.  Rewrite
8949         changes of configdirs to use skipdirs instead.  A few minor
8950         tweaks.  Take directories out of target_configdirs as they are
8951         taken out of configdirs.  Remove existing Makefile files from
8952         subdirectories.  Substitute for TARGET_CONFIGDIRS and
8953         CONFIG_ARGUMENTS in Makefile.
8954         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
8955         by configure.in.
8956         (CONFIG_ARGUMENTS): Likewise.
8957         (CONFIGURE_TARGET_MODULES): New variable.
8958         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
8959         ($(CONFIGURE_TARGET_MODULES)): New target.
8960         (configure-libg++, configure-libio): New targets.
8961         (all-libg++): Depend upon configure-libg++.
8962         (all-libio): Depend upon configure-libio.
8963         (configure-libgloss, all-libgloss): New targets.
8964         (configure-libstdc++): New target.
8965         (all-libstdc++): Depend upon configure-libstdc++.
8966         (configure-librx, all-librx): New targets.
8967         (configure-newlib): New target.
8968         (all-newlib): Depend upon configure-newlib
8969         (configure-xiberty): New target.
8970         (all-xiberty): Depend upon configure-xiberty.
8971
8972 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
8973
8974         * configure.in (host i[345]86-*-win32):  Expand the
8975         noconfigdirs again.
8976
8977 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
8978
8979         * mpw-configure: Fix sed command file name.
8980
8981 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
8982
8983         * configure.in (host i[345]86-*-win32): Reduce the
8984         noconfigdirs again.
8985
8986 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
8987
8988         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
8989         or powerpc*-*-pe*, since they are not yet supported.
8990
8991 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
8992
8993         Add PowerMac support and many other enhancements.
8994         * mpw-configure: New option --cc to select compiler to use,
8995         paste options set according to --cc into the generated
8996         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
8997         if mpw-make.sed is present.
8998         * mpw-config.in: Don't test for gC1, test for mpw-touch,
8999         add forward includes for PowerPC include files.
9000         * mpw-build.in: Build using Makefile.PPC if present.
9001         (do-byacc, etc): Remove separate version resource builds.
9002         (do-gas): Build "stamps" before "all".
9003         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
9004         * mpw-README: Update to reflect --cc option, PowerMac support,
9005         and recently-reported compatibility problems.
9006
9007 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
9008
9009         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
9010         embedded m68k systems (-aout, -coff, -elf, -vxworks).
9011         (--with-multilib-top): Pass to recursive invocations.
9012
9013 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
9014
9015         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
9016         v810-*-*.
9017
9018 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9019
9020         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
9021         gdb, ld and opcodes on v810-*-*.
9022
9023 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
9024
9025         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
9026         (local-maintainer-clean): New target.
9027         (maintainer-clean): New target.
9028         (realclean): Just depend upon maintainer-clean.
9029
9030 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9031
9032         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
9033
9034 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
9035
9036         * configure.in: Build ld in mips*-*-bsd* case.
9037
9038 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
9039
9040         * config.sub: Accept -lites* OS.  From Ian Dall.
9041
9042 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
9043
9044         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
9045         targets.
9046
9047 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9048
9049         * configure.in: treat i386-win32 canadian cross the same as
9050         i386-go32 canadian cross.
9051
9052 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9053
9054         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
9055         running under the simulator to build a reduced set of libraries.
9056         (powerpc-*-eabiaix): Add fine grained multilib support added to
9057         other powerpc targets yesterday.
9058
9059 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9060
9061         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
9062         -disable-softfloat, -disable-relocatable, -disable-aix, and
9063         -disable-sysv to control which multilib libraries get built.
9064
9065 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
9066
9067         * configure: Add Makefile.tem to list of files to remove in trap
9068         handler.
9069
9070 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9071
9072         * config.guess (*Linux*):  Add missing "exit"s.
9073         Also, need specific check for alpha-unknown-linux (uses COFF).
9074
9075 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9076
9077         * config.guess:  Merge with FSF:
9078
9079         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
9080         * config.guess (AIX4): More robust release numbering discovery.
9081
9082         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
9083         * config.guess (i386-sequent-ptx): Properly get version number.
9084
9085         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
9086         * config.guess (mips:*:4*:UMIPS): New case.
9087
9088 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
9089
9090         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
9091         (i386-win32 host): Likewise.  Don't build readline.
9092
9093 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
9094
9095         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
9096         SUPPORT_FILES to submakes.
9097
9098 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
9099
9100         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
9101         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
9102         mpw-configure.
9103
9104 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
9105
9106         * configure.in (appdirs): Use =, not ==, in test expression when
9107         trying to build the text to print in the warning message for
9108         Solaris users.
9109
9110 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
9111
9112         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
9113
9114 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9115
9116         * config.guess: Recognize lynx-2.3.
9117
9118 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
9119
9120         * config.sub (z8ksim): Deleted
9121         (z8k-*-coff): New, this is the one true name of the target.
9122
9123 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
9124
9125         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
9126
9127 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
9128
9129         * config.guess (*:Linux:*:*): First try asking the linker what the
9130         default object file format is (elf, aout, or coff).  Then if this
9131         fails, try previous methods.
9132
9133 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9134
9135         * configure.in: Don't build newlib for *-*-vxworks5.1.
9136
9137 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9138
9139         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
9140         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
9141
9142 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
9143
9144         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
9145
9146 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
9147
9148         * cfg-ml-com.in: New file.
9149         * cfg-ml-pos.in: New file.
9150
9151 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9152
9153         * COPYING.NEWLIB: Add HP free copyright to list.
9154
9155 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
9156
9157         * config.sub: Recognize -eabi* for the system, not just -eabi.
9158
9159 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
9160
9161         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
9162         * config.sub, configure.in (win32): New target and host.
9163
9164 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
9165
9166         * configure.in: Add i386-pe configuration.
9167
9168 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
9169
9170         * mpw-build.in (install): Install GDB after LD.
9171
9172 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
9173
9174         * mpw-config.in (elf/mips.h): Always forward-include, needed
9175         for GDB to build.
9176
9177 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9178
9179         * testsuite: New directory for customer acceptance and whole tool
9180         chain tests.
9181
9182 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
9183
9184         * configure: If per-host line isn't found, but AC_OUTPUT is found
9185         and a configure script exists, run it instead.
9186
9187 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9188
9189         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
9190
9191 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9192
9193         * configure: Set build_{cpu,vendor,os,alias} to host values when
9194         --build isn't specified.
9195
9196 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9197
9198         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
9199         (FLAGS_TO_PASS): Pass them.
9200         (EXTRA_TARGET_FLAGS): Ditto.
9201
9202 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9203
9204         * Makefile.in (all-libg++): Depend on all-libstdc++.
9205
9206 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9207
9208         * configure.in (noconfigdirs): Enable all packages for
9209           i386-unknown-netbsd.
9210
9211 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
9212
9213         * configure.in (noconfigdirs): Don't configure tk for i386-go32
9214         hosted builds (DOS builds)
9215
9216 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
9217
9218         Changes for ARM based on patches from Richard Earnshaw:
9219         * config.sub: Handle armeb and armel.
9220         * configure.in: Omit arm linker only for riscix.
9221
9222 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9223
9224         * config.guess:  Update from FSF.
9225
9226 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
9227
9228         * config.sub: Recognize powerpcle as the little endian varient of
9229         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
9230         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
9231         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
9232         temporarily.
9233
9234 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
9235
9236         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
9237
9238 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
9239
9240         * config.sub: Accept -lites* as a basic system type.
9241
9242 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
9243
9244         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
9245         installed, and if so return linuxoldld as the system name.
9246
9247 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
9248
9249         * config.guess: Add hppa1.1-hp-lites support.
9250
9251 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9252
9253         * configure.in: Don't build newlib for m68k-vxworks5.1.
9254
9255 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9256
9257         * configure.in (mips-sgi-irix6): Use mh-irix5.
9258
9259 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
9260
9261         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
9262
9263 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9264
9265         * test-build.mk: Enable building of shared libraries on IRIX 5 and
9266         OSF/1.  Fix compiler flags.
9267         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
9268
9269 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
9270
9271         * configure.in: Recognize --with-newlib.
9272         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
9273
9274 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
9275
9276         * Makefile.in: move {all,check,install}-gdb from *_MODULES
9277         to *_X11_MODULES due to gdbtk needing X include files et al.
9278
9279 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
9280
9281         Merge in support for Mac MPW as a host.
9282         (Old change descriptions retained for informational value.)
9283
9284         * mpw-config.in: Add generic include forwards for cpu-specific
9285         include files in aout and elf directories.
9286
9287         * mpw-configure: Added copyright.
9288         * mpw-config.in: Check for presence of required build tools.
9289         (target_libs): Add newlib.
9290         (target_tools): Add examples.
9291         (Read Me): Generate as "Read Me for MPW" instead.
9292         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
9293         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
9294         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
9295
9296         * mpw-configure: Remove subdir-specific makefile hackery,
9297         delete mk.tmp after using it.
9298
9299         * mpw-build.in (all): Display start and end times.
9300
9301         * mpw-configure (host_canonical): Set.
9302         (target_cpu): Always add to makefiles.
9303         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
9304         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
9305         (mpw-mh-mpw): Look for in srcdir and srcroot.
9306         Use sed instead of mpw-edit-prefix to edit prefix definitions.
9307
9308         * mpw-build.in: (install-only): New target.
9309
9310         * mpw-configure (host_alias, target_alias): Rename from hostalias
9311         and targetalias, add into generated Makefile.
9312         (mk.tmp): If present, add into generated Makefile.
9313         * mpw-build.in (all-gas): Build config.h first before gas proper.
9314
9315         * mpw-configure (config.status): Write only if changed.
9316         * mpw-config.in (readline): Configure it (not built, just used for
9317         definitions).
9318
9319         * mpw-config.in (elf/mips.h): Add a forward include.
9320
9321         * mpw-config.in: Forward-include most .h files in include into
9322         extra-include.
9323         (readline): Don't build.
9324         mpw-build.in (install): Install GDB.
9325
9326         * mpw-configure (prefix, mpw_prefix): Handle it.
9327         * mpw-config.in (mmalloc, readline): Don't configure.
9328         * mpw-build.in (thisscript): Rename to ThisScript.
9329         Use mpw-build instead of BuildProgram everywhere.
9330         (mmalloc, readline): Don't build.
9331         * mpw-README: New file, basic documentation about the MPW port.
9332
9333         * mpw-config.in: Use forward-include to create include files.
9334
9335         * mpw-configure: Add more things to the top of each configured
9336         Makefile, including contents of config/mpw-mh-mpw.
9337         * mpw-config.in (extra-include): Create this directory and fill it
9338         with Posix-like include files when configuring.
9339
9340         * config.sub (apple, mac, mpw): Add various aliases.
9341
9342         * mpw-build.in: New file, top-level build script fragment for MPW.
9343         * mpw-configure: New file, configure script for MPW.
9344         * mpw-config.in: New file, config fragment for MPW.
9345
9346 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9347
9348         * configure.in (host_libs): Remove glob, since it is gone from the
9349         sources.
9350
9351 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9352
9353         * Makefile.in: define empty GDB_NLM_DEPS var.
9354
9355         * configure.in(target_makefile_frag): use config/mt-netware
9356         for netware targets.
9357
9358 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
9359
9360         * config.sub: Merge in recent FSF changes.  Remove linux special
9361         cases.
9362
9363 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
9364
9365         Revert this change:
9366
9367         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
9368
9369                 * build-all.mk: Use CC=cc -Xs on Solaris.
9370
9371 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9372
9373         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
9374         stop using it.
9375         * Makefile.in: Nuke all references to glob subdirectory.
9376
9377 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9378
9379         * configure.in: Fix --enable-shared logic in per-host.
9380
9381 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
9382
9383         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
9384
9385 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9386
9387         * configure.in (noconfigdirs): Don't build gas on AIX, for
9388         powerpc*-*-aix* as well as for rs6000*-*-aix*.
9389
9390 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
9391
9392         * configure: Fix --cache-file to work if the file argument is a
9393         relative path.
9394
9395 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
9396
9397         * configure: If the --cache-file is used, pass it down to
9398         configure in subdirectories.
9399
9400 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
9401
9402         * config.sub: add vxworks29k configuration.
9403
9404 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
9405
9406         * Makefile.in (taz): Do "diststuff" part quietly.
9407
9408 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
9409
9410         * config.sub: Mini-merge with gcc/config.sub.
9411
9412 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9413
9414         * config.guess (IRIX): Sed - to _.
9415
9416 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9417
9418         * Makefile.in (source-vault, binary-vault): New targets.
9419
9420 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
9421
9422         * config.sub: Recognize -eabi as a basic system type.
9423
9424 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9425
9426         * configure.in (enable_shared stuff): Fix typo.
9427
9428 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
9429
9430         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
9431
9432 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9433
9434         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
9435
9436 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
9437
9438         * configure.in (rs6000-*-*): Don't build gas.
9439
9440 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
9441
9442         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
9443         reduce command line length.
9444         (AS_FOR_TARGET): Check for as.new, not Makefile.
9445         (NM_FOR_TARGET): Check for nm.new, not Makefile.
9446
9447 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9448
9449         * config.guess:  Merge from FSF.
9450
9451 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9452
9453         * configure: Don't use $ when handling program_suffix.
9454
9455 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
9456
9457         * configure.in:  Configure tk for hppa/hpux.
9458
9459 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9460
9461         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
9462
9463 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9464
9465         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
9466         to LIBCXXFLAGS.  Tests are better run without it.
9467
9468 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
9469
9470         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
9471
9472 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
9473
9474         * configure.in (*-*-netware*): Don't configure xiberty.
9475
9476 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
9477
9478         * configure.in:  Remove tk from native_only list.
9479
9480 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
9481
9482         * build-all.mk: Add mips-ncd-elf target to sun4 targets
9483           for special NCD build.
9484
9485 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9486
9487         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
9488         makeall.bat, they're only useful for binutils snapshots.
9489         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
9490         makeall.bat to specified SUPPORT_FILES.
9491
9492 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
9493
9494         * build-all.mk: Add Ericsson targets to sun4 and solaris
9495           hosts.  Add  BNR's sun4 target to solaris host, so their
9496           build-from-source will be tested in-house first.
9497
9498 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
9499
9500         * Makefile.in (LIBCFLAGS): New variable.
9501         (CFLAGS_FOR_TARGET): Ditto.
9502         (LIBCFLAGS_FOR_TARGET): Ditto.
9503         (LIBCXXFLAGS): Ditto.
9504         (CXXFLAGS_FOR_TARGET): Ditto.
9505         (LIBCXXFLAGS_FOR_TARGET): Ditto.
9506         (BASE_FLAGS_TO_PASS): Pass them.
9507         (EXTRA_TARGET_FLAGS): Ditto.
9508
9509         * configure.in: Support --enable-shared.
9510
9511 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9512
9513         * configure.in (target_libs):  Include libstdc++ again.
9514         * config.guess:  Update from FSF (for FreeBSD).
9515
9516 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9517
9518         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
9519         makeall.bat.
9520         (DISTDOCDIRS): Add `etc'.
9521         (ETC_SUPPORT_PFX): New variable.
9522         (taz): Include anything from etc starting with a word in
9523         ETC_SUPPORT_PFX.
9524
9525 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9526
9527         * config.sub: Update for recent FSF changes.  Remove obsolete
9528         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
9529         spacing changes.
9530
9531 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9532
9533         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
9534
9535         * config.guess:  Merge with FSF.
9536         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
9537
9538 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9539
9540         * configure: Since the "trap 0" handler will override the exit
9541         status on many systems, only use it for "exit 1", and make it set
9542         a non-zero exit status; reset it before "exit 0".  Also, check
9543         exit status of config.sub, and error out if it failed.
9544
9545 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
9546
9547         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
9548         and install libgloss.
9549
9550 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9551
9552         * Makefile.in (all-binutils): Depend upon all-byacc.
9553
9554         * configure.in: Don't build emacs on Irix 5.
9555
9556 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
9557
9558         * configure.in (*-*-netware*): Add libio.
9559
9560 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
9561
9562         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
9563         (CHECK_TARGET_MODULES): Ditto.
9564         (INSTALL_TARGET_MODULES): Ditto.
9565         (TARGET_LIBS): Ditto.
9566         (all-libstdc++): Note dependencies.
9567
9568 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9569
9570         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
9571
9572 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
9573
9574         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
9575         -fexternal-templates.
9576
9577         * configure.in (target_libs): Add libstdc++.
9578         (noconfigdirs): Add libstdc++ as appropriate.
9579
9580 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9581
9582         * config.guess:  Update from FSF.
9583
9584 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9585
9586         * configure: Use ${config_shell} when running ${configsub}.
9587
9588 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
9589
9590         * config.sub: No longer recognize h8300h.
9591
9592 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9593
9594         * config.sub: Remove extraneous differences between config.sub and
9595         gcc/config.sub.
9596
9597 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9598
9599         * Makefile.in (DISTSTUFFDIRS): Add gas.
9600
9601 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
9602
9603         * COPYING.NEWLIB: New file.
9604
9605 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9606
9607         * config.guess (HP-UX):  Patch from Harlan Stenn
9608         <harlan@landmark.com> to also emit release level.
9609
9610 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
9611
9612         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
9613
9614 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9615
9616         * config.sub:  Merge nextstep cleanup from FSF.
9617
9618 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
9619
9620         * configure.in (arm-*-*): Don't configure ld for this target.
9621
9622 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
9623
9624         * configure.in (*-*-netware): don't configure libg++, libio,
9625           librx, or newlib.
9626
9627 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9628
9629         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
9630         configure ld--it works, but it doesn't support shared libraries.
9631
9632 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9633
9634         * config.guess (*-unknown-freebsd*):  Get rid of possible
9635         trailing "(Release)" in version string.
9636         Patch from Paul Richards <paul@isl.cf.ac.uk>.
9637
9638 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9639
9640         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
9641         Fix type: *-next-neststep -> *-next-nextstep.
9642
9643         * config.guess:  Merge from FSF:
9644
9645         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
9646
9647         * config.guess: Recognize powerpc-ibm-aix3.2.5.
9648
9649         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
9650
9651         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
9652         instead of UNIX_SV for UnixWare 1.0).
9653
9654 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
9655
9656         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
9657         to make gdb/nlm/* build after the compiler and linker.
9658
9659 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9660
9661         * config.guess (netbsd, freebsd, linux):  Accept any machine,
9662         not just i[34]86.
9663         (m68k-atari-sysv4):  Relocate to match FSF version.
9664
9665         * config.guess:  More merges from the FSF:
9666
9667         Add a space before function call or macro invocation.
9668
9669         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9670
9671         * config.guess: Add trap cmd to remove dummy.c and dummy when
9672         interrupted.
9673
9674         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9675
9676         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
9677         (dummy): Redirect stderr from compilation of dummy.c.
9678
9679         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
9680
9681         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
9682
9683 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
9684
9685         * configure: Accept and ignore --cache*, for compatibility with
9686         new autoconf.
9687
9688 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9689
9690         * config.guess:  Merge from FSF:
9691
9692         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9693
9694         * config.guess (Pyramid*:OSx*:*:*): New case.
9695         (PATH): Add /.attbin at end for finding uname.
9696         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
9697
9698         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
9699
9700         * config.guess (M88*:DolphinOS:*:*): New case.
9701
9702         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
9703
9704         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
9705         to select whether to use ELF or COFF.
9706
9707         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9708
9709         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
9710
9711         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9712
9713         * config.guess: Guess the OS version for HPUX.
9714
9715         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
9716
9717         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
9718
9719 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9720
9721         * configure.in: Recognize --with-headers, --with-libs, and
9722         --without-newlib.
9723         * Makefile.in (all-xiberty): Depend upon all-ld.
9724
9725 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9726
9727         * configure.in: Change i[34]86 to i[345]86.
9728
9729 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9730
9731         * configure (version): A few more tweaks to help message.
9732
9733 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9734
9735         * Makefile.in:  Remove (for now) librx as a host library,
9736         now that we're building it for target.
9737
9738 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9739
9740         * configure: Fix up help message; from karl@owl.hq.ileaf.com
9741         (Karl Berry).
9742
9743 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9744
9745         * configure.in:  Also configure librx.
9746
9747 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9748
9749         * Makefile.in:  Update various rules to reflect that librx
9750         is now needed for libg++.
9751
9752 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9753
9754         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
9755
9756 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
9757
9758         * configure.in: Configure the examples directory.
9759
9760 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9761
9762         * configure: Simplify Jun 2 1994 change.
9763
9764 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
9765
9766         * change CC to /usr/latest/bin/gcc for lynx host builds, since
9767         /bin/gcc isn't good enough to build gcc.
9768
9769 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
9770
9771         * Makefile.in (GDB_SUPPORT_FILES): Remove
9772         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
9773         (gdb.tar.gz): Add new rule to use standard distribution building
9774         mechanism.
9775
9776 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9777
9778         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
9779         Bill Cox <bill@cygnus.com>.
9780
9781 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9782
9783         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
9784
9785 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
9786
9787         * configure:  Search current dir first in .gdbinit.
9788
9789 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9790
9791         * config.sub:  Recognize freebsd (merged from gcc config.sub).
9792
9793 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9794
9795         * config.sub:  Refer to NeXT's operating system as nextstep.
9796
9797         * config.sub (case $basic_machine):  Re-order the cases, to match
9798         the order in the FSF version (which is mostly alphabethical).
9799         Merge in some additions and changes from the FSF.
9800
9801 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
9802
9803         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
9804         * config.sub: Recognize cxux7.
9805         * configure.in: Use mh-cxux for m88k-harris-cxux*.
9806
9807 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9808
9809         * config.sub:  Fix typo powerpc -> powerpc-*.
9810
9811 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
9812
9813         * Makefile.in: `all-emacs19' depends on `all-byacc'.
9814
9815         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
9816         parallel with all-emacs and install-emacs).  Top-level command
9817         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
9818
9819 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9820
9821         * test-build.mk ($(host)-stamp-stage2-installed): Remove
9822         $(relbindir)/make before doing ``make install'', and use
9823         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
9824         installing over running make binary.
9825         ($(host)-stamp-stage3-installed): Likewise.
9826
9827 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9828
9829         * config.guess: Recognize Mach.
9830
9831 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9832
9833         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
9834         see whether --exec-prefix was used.
9835
9836 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9837
9838         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
9839
9840 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9841
9842         * Makefile.in: Add all-librx target similar to all-libproc.
9843
9844 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
9845
9846         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
9847         with post 1.2 uname bogosity.
9848
9849 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9850
9851         * configure: Remove temporary files on receipt of a signal.
9852
9853 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
9854
9855         * configure: If there is a package_makefile_frag, remove
9856         ${subdir}/Makefile.tem after copying it in.
9857
9858 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
9859
9860         * build_all.mk: support rs6000 lynx identifies itself as
9861         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
9862         since /bin/gcc is too feeble to compile a modern gcc.
9863
9864 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
9865
9866         * brought devo/test-build.mk update-to-date with progressive/
9867           test-build.mk. Add lynx targets and hppa flag info.
9868
9869 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9870
9871         * configure.in:  Use mh-ncrsvr43.  Patch from
9872         Tom McConnell <tmcconne@sedona.intel.com>.
9873
9874 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9875
9876         * config.guess (i386-unknown-bsdi):  No longer need to
9877         check #if defined(__bsdi__) && defined(__i386__).
9878
9879 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9880
9881         * configure: Set program_transform_nameoption correctly.
9882
9883 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
9884
9885         * brought build-all.mk update-to-date with progressive build-all.mk,
9886           added new targets and hppa info.
9887
9888 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9889
9890         * configure: If config.guess result is a prefix of the user
9891         specified target, assume a native build and use the user specified
9892         target as the host alias.  Remove SunOS patch suffix removal hack.
9893         * configure.in: Remove SunOS patch suffix removal hack.
9894
9895         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
9896         in NATIVE_CHECK_MODULES.
9897
9898 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
9899
9900         * Makefile.in: Rename HOST_ONLY to NATIVE.
9901         * configure: Delete SunOs patch suffix from host_canonical
9902           and build_canonical variables that are prepended to Makefiles.
9903         * configure.in: Add comments for easier maintenance.
9904
9905 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9906
9907         * Makefile.in: Add all-libproc target similar to all-gui.
9908
9909 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
9910
9911         * Makefile.in (CHECK_MODULES): split into
9912         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
9913
9914 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
9915
9916         * config.guess (i386-unknown-bsdi): New system to guess.
9917
9918 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9919
9920         * Makefile.in: Add all-gui target (but not yet build by "all").
9921
9922 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
9923
9924         * config.sub: Move deletion of patch suffix from here...
9925         * configure.in: To here, at Ian's suggestion.  The top-
9926           level scripts might need to know of a patch level.
9927
9928 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
9929
9930         * config.sub: Strip off patch suffix so rtl is recognized
9931           as a sunos4.1.3 machine, even though it's been patched.
9932
9933 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
9934
9935         * Makefile.in (INSTALL_LAST): Delete.
9936         (INSTALL_DOSREL): New.
9937
9938 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9939
9940         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
9941         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
9942         whether we pass down --with-gnu-ld anyhow.
9943
9944 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
9945
9946         * Makefile.in (INSTALL_LAST): Change operation so it works
9947         on more flavors of make.
9948         * configure.in (go32): Don't build libg++ or libio.
9949
9950 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
9951
9952         * Makefile.in (Move HOST_PREFIX_1 and friends up so
9953         they can be overriden by templates.
9954
9955 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
9956
9957         * configure.in (target==go32): Don't build gdb.
9958         * dosrel: New directory.
9959
9960 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
9961
9962         * configure.in (host==go32): Configure dosrel too.
9963         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
9964         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
9965         be set by incoming names or templates.
9966         (INSTALL_LAST): New rule.
9967
9968 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
9969
9970         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
9971
9972 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
9973
9974         * configure.in (appdirs): New variable.  Currently empty, but will
9975         be used in gas distribution.  If nonempty, lists a set of
9976         directories at least one of which must get configured, or top
9977         level configuration is considered to have failed.
9978         (rs6000-*-lynxos*): Use new file name.
9979
9980 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9981
9982         Eliminate XTRAFLAGS.
9983         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
9984         newlib include files using -idirafter, and also use -nostdinc.
9985         (CXX_FOR_TARGET): Likewise.
9986         (XTRAFLAGS): Removed.
9987         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
9988         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
9989         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
9990         ($(DO_X)): Don't pass down XTRAFLAGS.
9991
9992 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
9993
9994         * configure.in (mips*-dec-bsd*): New target; do build linker.
9995         (mips*-*-bsd*): New target; don't build linker.
9996
9997 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
9998
9999         * configure.in: support rs6000-*-lynxos* configuration.
10000         support sunos4 as a cross target.
10001
10002         * config.sub: look for lynx*, not lynx since the OS version may
10003         legitimately be part of the name.
10004
10005 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10006
10007         * configure.in (i[34]86-*-sco*): Move to be with other i386
10008         targets.
10009         (romp-*-*): New target.  Skip various binary utilities.
10010         (vax-*-*): New target.  Don't build newlib.
10011         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
10012
10013 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10014
10015         * configure.in: Only set host_makefile_frag if config
10016         directory exists.
10017
10018 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10019
10020         * install.sh: If $dstdir exists, don't check whether each
10021         component does.
10022
10023 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10024
10025         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
10026
10027 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
10028
10029         * configure.in (*-*-lynxos*): Don't configure newlib for either
10030         native or cross Lynx.
10031
10032 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
10033
10034         * config.sub (sparc64-elf): Fix os.
10035         (z8k): Remove duplicate.
10036
10037 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10038
10039         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
10040         gcc/stmp-fixproto, to try to prevent fixproto from being run.
10041
10042 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
10043
10044         * configure: Make file links cleanly even if Lynx fails on
10045           an NFS symlink (at least fail cleanly).
10046
10047 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
10048
10049         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
10050         -XNh2000.
10051
10052 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10053
10054         * configure: Unknown options are fatal again.
10055
10056 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
10057
10058         * configure: Ignore --x-includes and --x-libraries, for Autoconf
10059         compatibility.
10060
10061 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
10062
10063         * build-all.mk: Add `clean' target.
10064
10065 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10066
10067         * config.guess:  Add SINIX support.
10068         * configure.in:  Add mips-*-sysv4* support.
10069
10070 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
10071
10072         * build-all.mk: Document all useful targets.
10073         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
10074         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
10075
10076 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10077
10078         * configure: Support --silent, --quiet.
10079
10080 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10081
10082         * configure: Support --disable-FEATURE.
10083
10084 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10085
10086         * config.guess: Recognize NCR running SVR4.3.
10087
10088 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10089
10090         * config.guess:  Make BSDI generate i386-unknown-bsd386.
10091         Patch from Paul Eggert <eggert@twinsun.com>.
10092
10093 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10094
10095         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
10096
10097 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10098
10099         * configure: Make unrecognized options give nonfatal warnings
10100         instead of fatal errors, and pass them to any subdirectory
10101         configures in case they recognize them.
10102         Make --x equivalent to --with-x.
10103
10104 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
10105
10106         * configure: Add --enable-* options.  Clean up usage message and
10107         some comments.
10108
10109 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
10110
10111         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
10112
10113 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10114
10115         * configure.in (hppa*-*-*): Enable binutils.
10116
10117 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10118
10119         * config.sub: Recognize cisco.
10120
10121 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
10122
10123         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
10124
10125 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10126
10127         * config.guess: about target *-hitachi-hiuxwe2, don't print more
10128         than one configuration name.  Add comment.
10129
10130 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
10131
10132         * config.guess: about target *-hitachi-hiuxwe2, fixed
10133         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
10134         macro is incorrect.]
10135
10136 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10137
10138         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
10139         than the "make ls" stuff which used to be here.
10140
10141 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10142
10143         * config.guess:  Recognize i[34]86-unknown-freebsd.
10144         From Shawn M Carey <smcarey@rodan.syr.edu>.
10145
10146 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10147
10148         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
10149
10150 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
10151
10152         * config.guess: Check for ptx.
10153
10154 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
10155
10156         * config.sub: Add os9k checking.
10157
10158 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10159
10160         * config.guess: Handle OSF1 running on HPPA processors
10161
10162 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
10163
10164         * configure: If subdir configure fails, print out a message with
10165         subdirectory name, in case subdir's configure code didn't identify
10166         itself.
10167
10168 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
10169
10170         * configure.in: Remove embedded newlines from configdirs.
10171         Avoid mismatches of substrings.  Fix matching strings at end
10172         of configdirs.
10173
10174 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
10175
10176         * config.guess:  Add Lynx/rs6000 config support.
10177
10178 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
10179
10180         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
10181
10182 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
10183
10184         * configure.in (hppa*-*-osf*): Treat this just like most other
10185         PA configurations (eg no binutils or ld).
10186         (hppa*-*-*elf*): These configurations have binutils and ld.
10187
10188 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10189
10190         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
10191
10192 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10193
10194         * configure.in (rs6000-*-*): Build gas.
10195
10196 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10197
10198         * Makefile.in:  Avoid bug in losing hpux sed.
10199
10200 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10201
10202         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
10203         for GDB and GDB has been fixed to not need it.
10204
10205 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10206
10207         * config.guess: Recognize vax hosts.
10208
10209 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10210
10211         * configure (while loop): Don't use "break 2" inside case
10212         statement -- the case statement isn't an enclosing loop.
10213
10214 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
10215
10216         * config.guess:  Clean up NeXT support, to allow nextstep
10217         on Intel machines.  Make OS be nextstep.
10218
10219 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
10220
10221         * config.guess: Add alternate forms for Convex.
10222
10223 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
10224
10225         * configure:  Completely rewrite option processing.  Take
10226         advantage of pattern-matching to avoid invoking test frequently.
10227         Also clean up host and target defaulting logic.
10228
10229 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
10230
10231         * Makefile.in: Replace all occurrances of "rootme" with "r" and
10232         "$${rootme}" with "$$r", to increase the likelihood that the do-*
10233         commands (plus user environment) will fit SCO limits.
10234
10235 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10236
10237         * configure.in: Don't issue warnings about directories which are
10238         not being configured if -norecursion is set.  Correct test for
10239         --with-gnu-as and --with-gnu-ld to not get confused by substring
10240         matches.
10241
10242         * configure.in: Don't build gas for alpha-dec-osf1*.
10243
10244 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
10245
10246         * configure:  Back out Per's change of 12/19/1993.  It changes the
10247         behavior of configure in unexpected and confusing ways.
10248
10249         Also, use different delim char when calculating
10250         program_transform_name so that the name can contain slashes.
10251
10252 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
10253
10254         * configure.in, config.sub: Add support for VSTa micro-kernel.
10255
10256 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
10257
10258         * configure.in: Nuke hacks which were used to get a special
10259         version of GAS for HPPA configurations.
10260
10261 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10262
10263         * configure:  If only ${target_alias} is given, use that
10264         as the default for ${host_alias}.
10265         * configure:  Add missing back-slashes before nested quotes.
10266
10267 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
10268
10269         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
10270
10271 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
10272
10273         * config.guess:  Recognize some Tektronix configurations.
10274         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
10275
10276 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
10277
10278         * config.sub: Match any flavor of SH.
10279
10280 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
10281
10282         * configure.in: Don't try to configure newlib for Alpha.
10283
10284 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10285
10286         * configure.in: Don't build ld for Irix 5.  Don't build gas,
10287         libg++ or libio for any Alpha target.
10288
10289         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
10290
10291 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
10292
10293         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
10294         default arguments -- so it tried to compress itself.
10295
10296 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
10297
10298         * configure.in (notsupp): ensure that a space is always at the end
10299           of the configdirs list, since the grep checks for an explicit space
10300
10301 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10302
10303         * configure.in (target i386-sysv4.2): don't build ld, since static
10304           versions of many libraries are not available.
10305
10306 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10307
10308         * config.guess: Recognize Apollos (using environment variables).
10309         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
10310
10311 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10312
10313         * config.guess: Recognize Sony news mips running newsos.
10314
10315 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
10316
10317         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
10318         "fi ; else" for bash.
10319
10320 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
10321
10322         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
10323
10324 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
10325
10326         * config.sub: accept unixware as an alias for svr4.2.
10327         Fix some inconsistancies with the gcc version.
10328
10329 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10330
10331         * Makefile.in (DISTDOCDIRS):  Add gdb.
10332
10333 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10334
10335         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
10336
10337 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
10338
10339         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
10340         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
10341         this now.
10342
10343 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10344
10345         * config.sub: Accept hiux* as an OS name.
10346
10347         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
10348         etc/make-stds.texi.  The underscore came from gcc, and dje now
10349         agrees that RUNTESTFLAGS is the correct name.
10350
10351 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10352
10353         * install.sh:  Remove 'set -e'.  It makes any conditionals
10354         in the script useless.
10355
10356         * config.guess: Automatically recognize arm-acorn-riscix
10357         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
10358
10359 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10360
10361         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
10362
10363 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
10364
10365         * Makefile.in (DISTDOCDIRS): New variable.
10366         (taz): Edit local Makefile.in sooner, instead of proto-toplev
10367         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
10368
10369 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10370
10371         * configure.in (hppa target): check the source directory for the
10372           pagas sub-directory
10373
10374 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
10375
10376         * config.sub: Allow -aout* and -elf*.
10377
10378 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
10379
10380         * configure.in: Don't build ld on i386-solaris2, same as for
10381         sparc-solaris2.
10382
10383 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10384
10385         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
10386
10387 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10388
10389         * configure.in:  Configure gdb for alpha.
10390
10391 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10392
10393         * Makefile.in (CXXFLAGS): Add -O.
10394
10395 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10396
10397         * config.guess: added support for DG Aviion
10398
10399 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
10400
10401         * configure.in: Produce warning message for subdirectories not
10402         configurable for this host/target combination.  Don't try to
10403         configure gdb for vms.
10404
10405 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
10406
10407         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
10408         appropriate files before making "diststuff".
10409         (DISTBISONFILES): New var: list of files to be edited.
10410         (DISTSTUFFDIRS): Add binutils.
10411
10412 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10413
10414         * config.sub: also handle mipsel and mips64el (for little endian mips)
10415
10416 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10417
10418         * configure.in: Add * to end of all OS names.
10419
10420 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
10421
10422         * configure.in: Build newlib for LynxOS native.
10423
10424 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10425
10426         * config.guess: Add support for delta 88k running SVR3.
10427
10428         * configure.in: Add comment about HP compiler vs. emacs.
10429
10430 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10431
10432         * configure.in: don't build ld on solaris2 (not a viable option
10433           due to bugs in getpwnam & getpwuid)
10434
10435 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
10436
10437         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
10438         config.guess will produce a full version number.
10439
10440 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10441
10442         * configure.in: Build linker and binutils for alpha-dec-osf1.
10443
10444 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10445
10446         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
10447         and gdb/testsuite/Makefile.in.
10448
10449 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10450
10451         * configure.in: recognize mips*- instead of mips-
10452
10453 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
10454
10455         * config.sub: Accept linux*coff and linux*elf as operating
10456         systems.
10457
10458 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10459
10460         * config.sub: Recognize mips64, and mips3 as an alias for it.
10461
10462 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10463
10464         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
10465         gdb knows how to handle OSF/1 shared libraries.
10466
10467 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10468
10469         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
10470         * config.guess: Recognize Hitachi's HIUX.
10471         * config.sub: Recognize h3050r* and hppahitachi.
10472         Remove redundant cases for hp9k[23]*.
10473
10474 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10475
10476         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
10477         if gas and ld are in the source tree and are in ${configdirs}.
10478         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
10479         --with options (but still pass them down on the command line,
10480         if they were explicitly specified).
10481
10482 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10483
10484         * configure: substitute SHELL value in Makefile.in with
10485         ${CONFIG_SHELL}
10486
10487 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10488
10489         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
10490         *-*-solaris2* targets.
10491
10492 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10493
10494         * Makefile.in: define M4, and pass it down to sub-makes;
10495         all-autoconf now depends on all-m4
10496
10497 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10498
10499         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
10500         presence of {ar,ranlib} instead of a configured directory
10501
10502 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
10503
10504         * config.guess: Accept 34?? as well as 33?? for NCR.
10505
10506 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10507
10508         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
10509         of 'gas' in sed commands, since 'gash' is now in the tree as well.
10510
10511 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10512
10513         * configure: grab values for $(CC) and $(CXX) from the
10514         environment, so that someone can do "CC=gcc configure; make" and
10515         have it work right (matching the way that autoconf works now)
10516
10517         * configure.in, Makefile.in: add support for gash, the tcl
10518         interface to Galaxy
10519
10520         * config.guess: add NetBSD variants (hp300, x86)
10521
10522 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
10523
10524         * install.sh: Support -d option (in the manner of SunOS 4 install,
10525         as it is more deterministic than that of GNU install)
10526         (chmodcmd): Set file to mode 755 by default (should also do default
10527         chgrp and chown, but I don't feel like dealing with that now)
10528
10529 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
10530
10531         * config.sub: Remove h8300hhms alias.
10532
10533 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10534
10535         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
10536
10537 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10538
10539         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
10540         as stmp-fixinc
10541
10542 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
10543
10544         * config.sub: recognize m88110-bug-coff.
10545
10546 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10547
10548         * Makefile.in (all-libio): all dependencies on the toolchain used
10549         to build this (gcc, gas, ld, etc)
10550
10551 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10552
10553         * config.guess: Deal with OSF/1 1.3 on alpha.
10554
10555 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10556
10557         * install.sh: add some 'else true' clauses for portability
10558
10559         * configure.in: don't build libio for h8[35]00-*-* targets
10560
10561 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10562
10563         * Makefile.in:  Add support for new libio.
10564
10565 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10566
10567         * install.sh: If one command fails, don't try the rest.  Don't try
10568         to remove $dsttmp (via trap) unless we have already created it.
10569         If $src doesn't exist, detect it and exit with an error.
10570
10571         * config.guess: Recognize BSD on hp300.
10572
10573 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10574
10575         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
10576         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
10577
10578 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
10579
10580         * Makefile.in (all-send-pr): depends on all-prms
10581
10582 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10583
10584         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
10585
10586 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10587
10588         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
10589         Added test for mips-mips-riscos5.
10590
10591 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10592
10593         * configure.in: use mh-hp300 for 68k HP hosts
10594
10595 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10596
10597         * configure: add support for CONFIG_SHELL, so that you can use
10598         some alternate shell for evaluating configure scripts
10599
10600 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
10601
10602         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
10603         in configure script to bug-gdb@prep.ai.mit.edu when building
10604         distribution archive.
10605         * Makefile.in (COMPRESS):  Remove def.
10606         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
10607         gdb.tar.Z and make-gdb.tar.Z respectively.
10608         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
10609         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
10610         to convergence with 'taz' target in Makefile.in.
10611
10612 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10613
10614         * install.sh (dsttmp): use trap to ensure that tmp files go
10615         away on error conditions
10616
10617 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10618
10619         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
10620
10621 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10622
10623         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
10624         its parent is '/' not ''.
10625
10626         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
10627
10628 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
10629
10630         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
10631         that ${newsrcdir}/configure.in does.
10632
10633 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10634
10635         * test-build.mk: support for CONFIG_SHELL
10636
10637 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
10638
10639         * config.sub (netware):  Add as a basic system type.
10640
10641 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
10642
10643         * Makefile.in (Makefile): depend on configure.in.  Also drop the
10644           $(srcdir)/ from the dependency on Makefile.in.
10645
10646 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
10647
10648         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
10649         (h8300hhms is temporary until multi-libraries are implemented).
10650         * configure.in: Handle h8300h too.
10651
10652 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10653
10654         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
10655
10656 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
10657
10658         * configure:  Remove extraneous output when guessing host type.
10659         * config.guess:  Remove extraneous output when guessing using C
10660         compiler rather than uname, or when guessing fails.
10661
10662 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
10663
10664         * Makefile.in: remove all.cross and install.cross targets
10665
10666         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
10667           definitions
10668
10669 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
10670
10671         * configure.in (target sh): Build gprof.
10672
10673 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10674
10675         * config.sub: change -solaris to -solaris2
10676
10677 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10678
10679         * configure.in: Use config/mh-riscos for mips-*-sysv*.
10680
10681 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
10682
10683         * configure: Correct error message for missing Makefile.in to
10684         print correct directory.
10685
10686 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10687
10688         * install.sh: kludge around 386BSD shell bug
10689
10690 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
10691
10692         * config.guess:  Recognize NeXT.
10693         * config.guess:  Recognize i486-ncr-sysv4.
10694         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
10695
10696 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
10697
10698         * Makefile.in (MAKEINFOFLAGS): New variable.
10699         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
10700         * build-all.mk, test-build.mk: Pass down --no-split as
10701         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
10702
10703 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
10704
10705         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
10706
10707 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
10708
10709         * Makefile.in (libg++.tar.z):  New rule.
10710         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
10711         * Makefile.in (taz):  Only do a single chmod.
10712
10713 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
10714
10715         * install.sh: don't use dirname anymore (replaced with sed usage)
10716
10717 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
10718
10719         * Makefile.in:  Change extension for gzip'd files from '.z' to
10720         '.gz' per new FSF standard usage.
10721
10722 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
10723
10724         * configure: put quotes around the final value of program_transform_name
10725
10726 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10727
10728         * Makefile.in: new install.sh support; update install-info rules
10729
10730 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
10731
10732         * configure.in: Build diff for crosses, but not for go32 host.
10733
10734         * configure.in: Build gprof only for native, and don't build it
10735         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
10736
10737 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
10738
10739         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
10740
10741 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
10742
10743         * configure.in (host_tools): Add prms.
10744
10745 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10746
10747         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
10748         with $(FLAGS_TO_PASS) on the command line
10749
10750         * config.sub: Recognize lynx and lynxos
10751
10752 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
10753
10754         * config.sub: Accept -ecoff*, not just -ecoff.
10755
10756 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10757
10758         * Makefile.in (taz): Use .gz suffix instead of .z.
10759         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
10760         names.
10761
10762 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10763
10764         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
10765
10766 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10767
10768         * Makefile.in (install-no-fixedincludes):  install gcc last, so
10769         that rebuilds that might happen during 'make install' don't get
10770         bogus gcc include files
10771
10772 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10773
10774         Change from Utah for HPPA support:
10775         * config.guess: Recognize hppa1.x-hp-bsd.
10776
10777 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
10778
10779         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
10780         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
10781
10782 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
10783
10784         * config.sub: Add support for rom68k and bug boot monitors.
10785
10786 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
10787
10788         * Makefile.in: Make all-opcodes depend on all-bfd.
10789
10790 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
10791
10792         * config.guess: Added special check for i[34]86-univel-sysv4*.
10793
10794 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
10795
10796         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
10797         the processor rather than assuming i486.
10798
10799 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10800
10801         * config.guess: Recognize SunOS6 as Solaris3.
10802
10803 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
10804
10805         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
10806         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
10807
10808 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
10809
10810         * build-all.mk (all-cross): New target for Canadian Cross.
10811         Added Q2 go32 targets.
10812         * test-build.mk: Configure go32 cross sparclite-aout and
10813         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
10814         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
10815
10816 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10817
10818         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
10819         GO32 hosted toolchains
10820
10821 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
10822
10823         * configure: change  so "-exec-prefix" gets passed down rather
10824         than "-exec_prefix" so autoconf generated Makefiles get the
10825         exec_prefix set right.
10826
10827 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10828
10829         * config.guess: get the Solaris2 minor version number
10830
10831         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
10832
10833 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
10834
10835         * config.guess: Recognize some Sequent platforms.
10836
10837 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10838
10839         * Makefile.in: added the vault-install target
10840
10841         * configure.in: actually use the Sun3 makefile fragment that's in
10842         config, also added the release dir to configdirs
10843
10844 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10845
10846         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
10847
10848 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10849
10850         * configure.in: remove some program from Alpha targetted toolchains
10851
10852 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
10853
10854         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
10855         gprof.
10856         (taz): Run "make diststuff" in those directories instead of "make
10857         proto-dir".  Look for "VERSION=" only at start of line in subdir
10858         Makefile.  Use "gzip -9" for compression.
10859         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
10860         (binutils.tar.z): New target.
10861
10862 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
10863
10864         * Makefile.in (taz): Include gpl.texinfo.
10865
10866 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
10867
10868         * Makefile.in (setup-dirs): Merged into "taz" target.
10869         (taz): Only do `proto-dir' stuff if a directory is actually needed
10870         for this target.
10871
10872 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
10873
10874         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
10875         (FLAGS_TO_PASS): Pass down MUNCH_NM.
10876         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
10877         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
10878         (gcc-no-fixedincludes): Correct for current gcc Makefile.
10879
10880 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
10881
10882         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
10883         config.sub, and move-if-change to gdb testsuite distribution
10884         archive, so the testsuite can be extracted, configured, and
10885         run separately from the gdb distribution.  Blow away the Chill
10886         tests that require a Chill compiled executable, since GNU Chill
10887         is not yet publically available.
10888
10889 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10890
10891         * test-build.mk: set environment variables in a single command,
10892         instead of a list of assignments and exports
10893
10894         * config.guess: recognize Alpha/OSF1 systems
10895
10896 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
10897
10898         * configure: Change help message to prefer --options rather than
10899           -options.
10900
10901 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10902
10903         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
10904         zippy@ecst.csuchico.edu.
10905         * config.guess: Recognize miniframe.
10906
10907 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
10908
10909        * Makefile.in: Use srcroot to find runtest rather than rootme.
10910        Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
10911
10912 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
10913
10914         * test-build.mk: Extensive additions to support building on a
10915         machine other than the host.
10916
10917 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
10918
10919         * configure (tooldir): Fix for i386-aix again.
10920
10921 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
10922
10923         * configure, Makefile.in:  Change definition of $(tooldir)
10924         to match the FSF.
10925
10926 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
10927
10928         * config.guess:  Recognize i[34]86/SVR4.
10929
10930 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
10931
10932         * Makefile.in (all-gdb): gdb depends on sim.
10933
10934 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
10935
10936         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
10937         at the same time we make the prototype gdb directory.
10938         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
10939         files at the same time as the gdb base release distribution.
10940
10941 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
10942
10943         * Makefile.in (check): Use individual check targets rather than
10944         DO_X rule.
10945         (check-gcc): Added.
10946
10947 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
10948
10949         * config.sub: Use sysv3.2 not sysv32 for canonical OS
10950         for System V release 3.2.
10951
10952 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10953
10954         * config.sub: Recognize hppaosf.
10955         * configure.in: Do configure ld/binutils/gas for it.
10956
10957 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10958
10959         * configure (tooldir): Alter syntax used to set this, for systems
10960         where "\$" isn't handled right, like i386-aix.
10961
10962 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
10963
10964         * configure: Pass program-transform-name, not
10965         program_transform_name, to recursive configures.
10966
10967 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
10968
10969         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
10970         of gas+ld+binutils.
10971
10972 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
10973
10974         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
10975
10976 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10977
10978         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
10979
10980 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
10981
10982         * Makefile.in (PRMS): Set back to all-prms.
10983
10984 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
10985
10986         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
10987         targets, rather than for MIPS hosts.
10988
10989 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10990
10991         * configure.in: add comment for --with-x default values
10992
10993         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
10994
10995         * Makefile.in: add check-* targets for each of the directories in
10996         the tree.  Add a definition of RUNTEST that will use the one we
10997         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
10998
10999 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
11000
11001         * configure.in: Removed obsolete references to bfd_target and
11002         target_makefile_frag.
11003
11004         * build-all.mk: Set assorted targets for Q2.
11005         * config.sub: Recognize z8k-sim and h8300-hms.
11006         * test-build.mk: Really don't pass host to configure.
11007         (HOLES): Added uname.
11008
11009 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
11010
11011         * configure: Handle an empty program-prefix, program-suffix or
11012         program-transform-name correctly.
11013
11014 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
11015
11016         * build-all.mk: -G 8 no longer required for MIPS targets.
11017         * test-build.mk: Don't pass host argument to configure; make it
11018         guess.
11019
11020 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
11021
11022         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
11023         * Makefile.in (COMPRESS):  New macro, like GZIP.
11024
11025 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
11026
11027         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
11028
11029         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
11030         with gas currently defaults to -G 0.
11031
11032 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
11033
11034         * Makefile.in (all-flex): flex depends on byacc.
11035
11036         * build-all.mk: If host not specified, use config.guess.  Pass TAG
11037         to test-build.mk as RELEASE_TAG.
11038         * test-build.mk (configargs): New variable containing arguments to
11039         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
11040         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
11041
11042         * config.guess: Use /bin/uname when checking -X argument on SCO,
11043         to avoid invoking GNU uname which doesn't understand -X.
11044
11045         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
11046
11047         * configure.in: Build gas for mips-*-*.
11048
11049 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11050
11051         * Makefile.in (all.normal): insert missing backslash.
11052
11053 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
11054
11055         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
11056
11057         * Makefile.in: Complete overhaul to merge many almost identical
11058         targets.
11059
11060 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11061
11062         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
11063         (gdb.tar.Z): Adjusted.
11064
11065         * Makefile.in (setup-dirs, taz): New targets; should be general
11066         enough to adapt for gdb sometime.  Build only .z file.
11067         (gas.tar.z): New target.
11068
11069 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
11070
11071         * build-all.mk: Use CC=cc -Xs on Solaris.
11072
11073 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
11074
11075         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
11076         for handling BISON for FSF releases.
11077
11078 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11079
11080         * configure: Actually implement the change zoo just documented.
11081
11082 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
11083
11084         * configure: when using config.guess, only set target_alias when
11085         it's not already been set (ie, on the command line)
11086
11087 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11088
11089         * Makefile.in: add installcheck target, set PRMS to install-prms
11090
11091 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11092
11093         * configure: add support for package_makefile_fragment, handle the
11094         case where a directory has a configure.in file but no Makefile.in
11095         more gracefully (with an actual understandable error message, even);
11096         add support for --without (and add this to the usage message); also
11097         explicitly add a --host=${host_alias} to the command line when
11098         config.guess is used
11099
11100 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11101
11102         * configure: Must use both --host and --target in recursive calls.
11103
11104 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
11105
11106         * Makefile.in: Change deja-gnu to dejagnu.
11107
11108 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
11109
11110         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
11111
11112 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11113
11114         * configure.in: canonicalize all instances to *-*-solaris2*,
11115         also strip out a number of tools to not build for go32 host
11116
11117 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11118
11119         * config.guess: add GPL.
11120
11121         * Makefile.in, config.guess, config.sub, configure: bump
11122           copyrights to 93.
11123
11124 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
11125
11126         * Makefile.in (do-info): Removed obsolete check for existence of
11127         localenv file.
11128
11129         * Makefile.in (MAKEOVERRIDES): Define to be empty.
11130
11131 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11132
11133         * Makefile.in: a couple of 'else true' for decstation,
11134         support for TclX
11135
11136         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
11137
11138 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
11139
11140         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
11141
11142 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
11143
11144         * config.guess: Recognize i386-ibm-aix (PS/2).
11145         * configure.in: Use config/mh-aix386 file for it.
11146
11147 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
11148
11149         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
11150         CC_FOR_TARGET instead.
11151         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
11152
11153 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
11154
11155         * Makefile.in: Add sim to list of directories sent with gdb
11156
11157 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
11158
11159         * configure.in: Put back mips-dec-bsd* case.
11160
11161 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
11162
11163         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
11164         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
11165         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
11166
11167 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11168
11169         * configure.in: remove no-op mips-dec-bsd* in "case $target"
11170
11171         * Makefile.in (dir.info): only run gen-info-dir if it exists,
11172         (install-info): install dir.info only if it exists,
11173         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
11174
11175 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
11176
11177         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
11178         gas for mips-dec-bsd.
11179
11180 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
11181
11182         * configure (makesrcdir): If ${srcdir} is relative and not ".",
11183         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
11184
11185 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
11186
11187         * configure.in: Added "dejagnu" to hosttools list.
11188
11189 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
11190
11191         * config.sub, configure.in, config.guess:  Add support
11192         for Bosx, an AIX variant from Bull.
11193         Patches from F.Pierresteguy@frcl.bull.fr.
11194
11195 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
11196
11197         * devo/dejagnu: Initial creation of devo/dejagnu.
11198         Migrated dejagnu testcases and support files for testing software
11199         tools to reside as subdirectories, currently called "testsuite",
11200         within the directory of the software tool.  Migrated all programs,
11201         support libraries, etc. beloging to dejagnu proper from
11202         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
11203         with no modifications.  The changes to these files which will
11204         allow them to configure, build, and execute properly will be made
11205         in a future update.
11206
11207 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11208
11209         * Makefile.in: Change send_pr to send-pr.
11210         * configure.in: Likewise.
11211         * send_pr: Renamed directory to send-pr.
11212
11213 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
11214
11215         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
11216
11217 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
11218
11219         * README:  Update for gdb-4.8 release.
11220         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
11221         gdb-xxx.tar.z (gzip'd) file also.
11222
11223 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11224
11225         * Makefile.in: make all-diff depend on all-libiberty
11226
11227 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
11228
11229         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
11230
11231 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11232
11233         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
11234
11235 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
11236
11237         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
11238         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
11239         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
11240
11241 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11242
11243         * Makefile.in:  makeinfo binary is in a new location
11244
11245 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
11246
11247         * config.sub: Accept -ecoff as an OS.
11248
11249         * Makefile.in: Various changes to eliminate a level of make
11250         recursion and reduce the required command line length.
11251         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
11252         sub-makes.
11253         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
11254         variables holding settings for specific sub-makes.
11255         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
11256         in terms of BASE_FLAGS_TO_PASS.
11257         (TARGET_LIBS): New variable listing directories which use
11258         TARGET_FLAGS_TO_PASS.
11259         (subdir_do): Eliminated.
11260         (do-*): New set of targets to replace subdir_do.
11261         (various): All targets which used subdir_do now depend on do-*.
11262         (local-clean): Renamed from do_clean.
11263         (local-distclean): New target, dependency of distclean and
11264         realclean.
11265         (install-info): Don't create directories.  Depend on dir.info
11266         rather than calling make recursively.
11267         (install-dir.info): Eliminated.
11268         (install-info-dirs): Create all info directories here.
11269         (dir.info): Depend upon do-install-info.
11270
11271         * test-build.mk (HOLES): Added false.
11272
11273 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
11274
11275         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
11276
11277 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11278
11279         * Makefile.in (info): remove dependency on all-texinfo.  The
11280         problem was really in texinfo/C, not at this level.
11281
11282 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
11283
11284         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
11285
11286 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
11287
11288         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
11289         GDB releases.
11290
11291 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11292
11293         * configure: Include srcdir in message about target of link not
11294         being found.  Don't convert `-' to `_' in `with' options being
11295         passed to subdirs.
11296
11297 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11298
11299         * configure.in: add uudecode to host_tools
11300
11301         * Makefile.in: added {all,install}-uudecode targets, added them to
11302         the appropriate lists
11303
11304 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
11305
11306         * Makefile.in (all-gcc): Added dependency on all-gas.
11307
11308         * configure.in (mips-*-*): Build ld and binutils.
11309
11310 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11311
11312         * configure: check return code from mkdir, print error message and
11313           exit on failure.
11314
11315 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
11316
11317         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
11318
11319 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
11320
11321         * test-build.mk (HOLES): Added tar, cpio and uudecode.
11322
11323 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11324
11325         * config.sub (h8500):  Recognize this as a cpu type.
11326
11327 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11328
11329         * configure: source directory missing is no longer a warning
11330
11331         * configure.in: recognize irix[34]* instead of irix[34]
11332
11333         * Makefile.in: define and pass down X11_LIB
11334
11335 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
11336
11337         * guess-systype: Renamed to ...
11338         * config.guess:  ... by popular request.
11339         * configure.in, Makefile.in:  Update accordingly.
11340
11341 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
11342
11343         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
11344         + Add Convex, Cray/Unicos, and Encore/Multimax support.
11345         + Execute ./dummy instead of assuming . is in PATH.
11346
11347 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
11348
11349         * guess-systype:  New shell script.  Attempts to guess the
11350         canonical host name of the executing host.
11351         Only a few hosts are supported so far.
11352         * configure:  Call guess-systype if no host is specified.
11353
11354 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
11355
11356         * Makefile.in (gcc-no-fixedincludes): Made to work with current
11357         gcc Makefile.
11358
11359
11360 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
11361
11362         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
11363         (all-gcc, install-gcc, subdir_do): Use it.
11364
11365 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11366
11367         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
11368
11369 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
11370
11371         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
11372           set exclusively by configure, using configure.in .
11373
11374 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11375
11376         * test-build.mk: set $PATH for all builds
11377
11378         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
11379
11380 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
11381
11382         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
11383         the one used in gcc/Makefile.in, so that a null expansion doesn't
11384         override the one needed to build gcc with a native cc.
11385
11386
11387 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11388
11389         * configure: Accept -with arguments.
11390
11391 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
11392
11393         * Makefile.in: added h8300sim
11394
11395 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
11396
11397         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
11398         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
11399         (all-cygnus, native, build-cygnus): Make
11400         $(canonhost)-stamp-3stage-done, not $(host)....
11401         * test-build.mk (stamp-3stage-compared): Use tail +10c for
11402         i386-sco3.2v4.  Added else true to if command.
11403
11404 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
11405
11406         * config.sub: (from FSF) Sequent uses a BSD-like OS.
11407
11408 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
11409
11410         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
11411
11412 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11413
11414         * configure.in: don't remove binutils from Solaris builds
11415
11416 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
11417
11418         * Makefile.in: get rid of earlier definitions for *clean,
11419         also handle the recursive info rule better
11420
11421 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
11422
11423         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
11424         do more-or-less the right thing.
11425
11426 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
11427
11428         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
11429         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
11430
11431 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11432
11433         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
11434         $(host_canonical).
11435
11436         * configure.in: split the configdirs list into 4 categories (native
11437         v. cross, library v. tool) and handle the cross-only and native-
11438         only in more reasonable (and correct!) way.
11439
11440 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
11441
11442         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
11443         configdirs anymore.
11444
11445 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11446
11447         * Makefile.in: extensive cleanup::  removed all of the explicit
11448         clean-* targets, collapsed many wrappers around subdir_do into
11449         one, added additional targets to satisfy standards.texi, deleted
11450         some old targets, some changes for consistency
11451
11452 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11453
11454         * configure.in: handle some programs as cross-only, and others as
11455         native only
11456
11457         * test-build.mk: handle partial holes in a more generic manner
11458
11459         * Makefile.in: m4 depends on libiberty
11460
11461 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11462
11463         * configure.in: add m4, textutils, fileutils, sed, shellutils,
11464         time, wdiff, and find to configdirs
11465
11466         * Makefile.in: all, clean, and install rules for the new programs
11467         added to configure.in
11468
11469 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11470
11471         * configure.in: use mh-sun for all *-sun-* hosts
11472
11473 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11474
11475         * Makefile.in: define flags for X11 include files and library file
11476         locations, pass them down to the programs that need this info
11477
11478         * build-all.mk: added a 'native' target, to 3stage the native toolchain
11479
11480 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11481
11482         * configure.in: start building libg++ for HP-UX targets
11483
11484 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
11485
11486         * README:  Update references to files moved into etc/.
11487
11488 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
11489
11490         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
11491         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
11492
11493 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
11494
11495         * configure: accept dash as well as underscore in long option
11496         names for FSF compatibility.
11497
11498 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
11499
11500         * config.sub: added -sco3.2v4 support from FSF.
11501
11502 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11503
11504         * configure.in: expand the section that adds or removes
11505         directories from the list of programs to build, to handle native
11506         vs. cross in addition to host v. native
11507
11508 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
11509
11510         * Makefile.in:  Replace C++ in macro names with CXX.
11511         This is less likely to break ...
11512
11513 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11514
11515         * test-build.mk: add -w to GNU_MAKE
11516
11517 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11518
11519         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
11520         add 'sparc' to list of recognized cpus.  This needed to make
11521         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
11522         Delete some redundant ose68 variants.  Recognize -wrs as an os,
11523         then changes that into $CPU-wrs-vxworks.
11524
11525         * configure.in: remove most references to gdbtest, regularize
11526         target based program removal
11527
11528         * test-build.mk: import from p3 tree (many fixes and changes)
11529
11530 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
11531
11532         * Makefile.in: added rules to handle tcl, tk, and expect
11533
11534         * configure.in: handle those directories if they exist
11535
11536 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11537
11538         * config.sub: removed bogus hppabsd and hppahpux names, since
11539         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
11540
11541 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11542
11543         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
11544         depends upon all-xiberty
11545
11546         * Makefile.in: changes from p3, including:
11547
11548         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
11549
11550         * Makefile.in (XTRAFLAGS): include newlib directories if
11551         newlib/Makefile exists, rather than if host != target.
11552
11553         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
11554
11555         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
11556         from the same source tree and not building a cross-compiler.  This
11557         matters for the libg++ configuration if reconfiguring a tree that
11558         has already been installed.
11559
11560         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
11561
11562         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
11563         pick up the machine and system specific header files.
11564
11565         * Makefile.in: added AS_FOR_TARGET, passed down in
11566         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
11567         the C compiler to use to create programs which are run in the
11568         build environment, set it to default to $(CC), and passed it down
11569         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
11570
11571         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
11572
11573         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
11574         We need them for unusual native builds, like systems without
11575         ranlib.
11576
11577         * configure: also define $(host_canonical) and
11578         $(target_canonical), which are the full, canonical names for the
11579         given host and target
11580
11581 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
11582
11583         * Makefile.in:  Added separate definitions for C++.
11584
11585 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
11586
11587         * configure.in (configdirs):  Add deja-gnu.
11588
11589 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
11590
11591         * README:  Update for configure.texi and gdb-4.7 release.
11592
11593 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
11594
11595         * Makefile.in:  Move "all" target to top of file.
11596         Previously, first target was ".PHONY" which caused BSD4.4 make
11597         to build .PHONY when make was run without arguments.
11598
11599 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
11600
11601         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
11602         Library-copylefted code in libiberty.
11603
11604 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
11605
11606         * config.sub:  Replace m68kmote with plain old m68k.
11607
11608 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
11609
11610         * Makefile.in:  Remove space from blank line, avoid Make complaints.
11611
11612 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
11613
11614         * config.sub: Complain if no argument is given.  Added support for
11615         386bsd as OS and target alias.
11616
11617 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
11618
11619         * Makefile.in (XTRAFLAGS): include newlib directories if
11620         newlib/Makefile exists, rather than if host != target.
11621
11622 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
11623
11624         * config.sub: recognize sparclite-wrs-vxworks.
11625
11626         * Makefile.in (install-xiberty): added *-xiberty make rules (from
11627         p3.) Added clean-xiberty to clean.
11628
11629 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11630
11631         * configure.in: use *-*-* instead of nested cases for host and target
11632
11633 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
11634
11635         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
11636         from the same source tree and not building a cross-compiler.  This
11637         matters for the libg++ configuration if reconfiguring a tree that
11638         has already been installed.
11639
11640 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
11641
11642         * config.sub (i486v/i486v4):  Merge in from FSF version.
11643
11644 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
11645
11646         * configure: only set PWD if it is already set.
11647
11648 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
11649
11650         * configure: just set PWD=`pwd` at the top, since Ultrix sh
11651         doesn't have unset and all success paths (and most error paths)
11652         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
11653         to just ${PWD} to avoid confusion.)
11654
11655 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
11656
11657         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
11658         even for a native compilation.
11659
11660 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
11661
11662         Changes to make the gdb.tar.Z rule work better.
11663
11664         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
11665         (DEVO_SUPPORT):  Add configure.texi.
11666         (bfd-ilrt.tar.Z):  Remove ancient rule.
11667
11668 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
11669
11670         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
11671         pick up the machine and system specific header files.
11672
11673         * configure.in, config.sub: added new target m68010-adobe-scout,
11674         with alias of adobe68k.  Changed configure.in to check for
11675         -scout before -sco* to avoid a false match.
11676
11677         * Makefile.in: added AS_FOR_TARGET, passed down in
11678         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
11679         the C compiler to use to create programs which are run in the
11680         build environment, set it to default to $(CC), and passed it down
11681         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
11682
11683 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
11684
11685         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
11686         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
11687         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
11688         FOR_TARGET variants, to newlib and libg++.
11689
11690 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11691
11692         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
11693         first.
11694
11695 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
11696
11697         * config.sub:  Accept `elf' as an environment.
11698
11699 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
11700
11701         * Makefile.in (all-opcodes):  cd into the right directory
11702
11703 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
11704
11705         * configure: added -program_transform_name option, used as
11706         argument to sed when installing programs.
11707         configure.texi: added documentation for -program_prefix,
11708         -program_suffix and -program_transform_name.
11709
11710 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
11711
11712         * config.sub:  Accept i486 where i386 ok.
11713
11714 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
11715
11716         * config.sub: accept we32k
11717
11718 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
11719
11720         * config.sub, configure.in: accept OSE68000 and OSE68k.
11721
11722         * Makefile.in: don't create all directories for ``make install'';
11723         let the subdirectories create the ones they need.
11724
11725 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11726
11727         * COPYING: new file, GPL v2
11728
11729 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11730
11731         * Makefile.in: use the new gen-info-dir, which needs a template
11732         argument (which also lives in texinfo)
11733
11734         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
11735
11736 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
11737
11738         * config.sub (ncr3000):  Change i386 to i486.
11739
11740 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11741
11742         * Makefile.in: add install-rcs, install-grep to
11743         install-no-fixedincludes, removed install-bison and install-libgcc
11744
11745 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
11746
11747         * configure.in: grab the HPUX makefile fragment if on HPUX
11748
11749 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
11750
11751         * Makefile.in: eradicate bison spoor (ditto libgcc).
11752          configure.in: recognise m68{k,000}-ericsson-OSE.
11753          es1800 is alias for m68k-ericsson-OSE
11754
11755 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11756
11757         * configure.in: rearrange the parts that remove programs from
11758         configdirs, based now on HOST==TARGET or by canonical triple.
11759
11760 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11761
11762         * test-build.mk: recurse explicitly with -f test-build.mk when
11763           appropriate.  predicate stage3 and comparison on the existence
11764           of gcc.  That is, if gcc isn't around, we aren't three-staging.
11765           On very clean, also remove ...stamp-co.  Build in-place before
11766           doing other builds.
11767
11768 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
11769
11770         * Makefile.in, configure.in: add tgas
11771
11772 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11773
11774         * Makefile.in: a number of changes merged in from progressive.
11775
11776         * configure.in: add libm.
11777
11778         * .cvsignore: ignore some stuff that comes from test-build.mk.
11779
11780 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
11781
11782         * config.sub:  Add es1800 (m68k-ericsson-es1800).
11783
11784 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
11785
11786         * configure: Add program_suffix (parallel to program_prefix)
11787         * Makefile.in: adjust directory-creating script for losing decstation
11788
11789 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
11790
11791         * configure:  Minor $subdir-related fixes.
11792
11793 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
11794
11795         * configure: fix various problems with propogating
11796         makefile_target_frag in subdirs.
11797         * configure.in: config libgcc if its there
11798
11799 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
11800
11801         * config.sub:  HPPA merge.
11802
11803 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
11804
11805         * Makefile.in:  Replace all-bison with all-byacc in all
11806         dependency lines for other tools (which now use byacc).
11807
11808 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
11809
11810         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
11811
11812 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
11813
11814         * Makefile.in: make gprof rules similar to byacc rules (instead of
11815         vestigal $(unsubdir) that didn't work...)
11816
11817 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
11818
11819         * config.sub:  Add support for Linux.
11820         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
11821         (at least for libg++).
11822
11823 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
11824
11825         * configure.texi: fix doc for the -nfp option to configure
11826
11827 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
11828
11829         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
11830
11831 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
11832
11833         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
11834         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
11835         * configure.in: added solaris* host_makefile_frag hook.
11836
11837 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11838
11839         * config.sub: changed recognition of m68000 so that various
11840         m68k types can be specified via m680[01234]0
11841
11842 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11843
11844         * config.sub (basic_machine): fix sed so that '-foo' isn't
11845         completely substituted out while .+'-foo' loses the '-foo'
11846
11847 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
11848
11849         * config.sub ($os): Add -aout.
11850
11851 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
11852
11853         * configure:  If host_makefile_frag is absolute, don't
11854         prefix ${invsubdir} (relevant to libg++ auto-configure).
11855
11856 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
11857
11858         * Makefile.in (tooldir): Define it.
11859         (all-ld): Depend on all-flex.
11860
11861 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
11862
11863         * Makefile.in (check):  Fix libg++ special case.
11864
11865 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
11866
11867         * configure: do not bury `pwd` into config.status, thus do fewer
11868           pwd's.
11869
11870         * configure: print the "Building in" message only when building in
11871           other than "." AND verbose.
11872
11873         * configure: remove -s, rework -v to better accomodate guested
11874           configures.
11875
11876         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
11877
11878 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
11879
11880         * Makefile.in: macroize flags passed on recursion.  remove
11881           fileutils.
11882
11883 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
11884
11885         * configure: get makesrcdir right for subdirs deeper than 1.
11886
11887         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
11888           install.
11889
11890 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
11891
11892         * Makefile.in: don't print subdir_do or recursion lines.
11893
11894 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
11895
11896         * standards.texi: added menu item.
11897
11898         * Makefile.in: build and install standards.info.
11899
11900         * standards.texi: new file.
11901
11902 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11903
11904         * configure: test for and move config.status pieces from
11905           ${subdir}/.
11906
11907 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
11908
11909         * configure:  Test for existance of files before trying to mv
11910         them, to avoid numerous non-existance messages.
11911
11912 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
11913
11914         * configure: correct final line of config.status.
11915
11916         * configure: patch from eggert.  Avoids a protection problem if
11917           the original Makefile.in is read only.
11918
11919         * configure: use move-if-change from gcc to create config.status.
11920           Some makefiles depend on config.status to tell if a directory
11921           has been reconfigured for a different host.  This change
11922           prevents those directories from remaking everything in the case
11923           where the reconfig was only intended to rebuild a Makefile.
11924
11925         * configure: test for config.sub with "config.sub sun4" rather
11926           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
11927           host alias from a missing config.sub.
11928
11929 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11930
11931         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
11932           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
11933
11934 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
11935
11936         * configure: mkdir ${subdir} as needed.
11937
11938 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
11939
11940         * Makefile.in,configure.in: added autoconf.
11941
11942 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11943
11944         * Makefile.in: no longer pass against on recursion.
11945
11946         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
11947           definitions are not inherited.
11948
11949         * configure: correct makesrcdir when subdir is .
11950
11951 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
11952
11953         * configure:  Add support for 'subdirs' variable, which is
11954         like 'configdirs', except that configure doesn't re-invoke
11955         itself for subdirs, it just creates a Makefile for each subdir.
11956         * configure.texi:  Document subdirs.
11957
11958 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11959
11960         * configure.in: added flex to configdirs
11961
11962 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
11963
11964         * Makefile.in: remove clean-stamps from clean.
11965
11966 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
11967
11968         * configure.in:  Add gdbtest to configdirs.
11969
11970 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
11971
11972         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
11973         to recursive makes.
11974         * configure.in:  Recognize new ncr3000 config.
11975
11976 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
11977
11978         * Makefile.in, configure.in: removed references to gdbm.
11979
11980 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
11981
11982         * config.sub:  Don't canonicalize os value
11983         newsos* to bsd (readline needs to check for newsos).
11984         (This fix was earlier made Jan 31, but got re-broken.)
11985
11986 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
11987
11988         * configure.in:  sco is an os, not a vendor!
11989
11990         * configure:  Quote $( better.  Keep various shells happy.
11991
11992 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
11993
11994         * Makefile.in: eliminate stamp-files.
11995
11996 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
11997
11998         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
11999           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
12000
12001 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
12002
12003         * config.sub:  fix iris/iris3.
12004
12005 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
12006
12007         * configure: re-add -rm.
12008
12009 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
12010
12011         * Maskefile.in: add .stmp-rcs to all.
12012
12013         * configure.in: remove gas from rs6000 build, use aix host fragment.
12014
12015 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
12016
12017         * configure: pass down site_option during recursion.
12018
12019 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
12020
12021         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
12022
12023 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
12024
12025         * configure: Change exec_prefix so that it really defaults to prefix.
12026
12027 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
12028
12029         * Makefile.in, configure.in:  Add support for mmalloc library.
12030
12031 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
12032
12033         * Makefile.in: add stmp dependencies for a few more things.
12034
12035 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
12036
12037         * configure: adjusted error message on objdir/srcdir configure
12038           collision, per john's suggestion.
12039
12040         * Makefile.in: add libiberty stmp to all and all.cross.
12041
12042 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
12043
12044         * Makefile.in: remove force dependencies, add grep to all.
12045
12046 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
12047
12048         * Makefile.in: drop flex.  make stamp files work.
12049
12050         * configure: added test for conflicting configuration in srcdir,
12051           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
12052           gets cranky.  use relative paths for configure and srcdir
12053           whenever possible.  Send some error messages to stderr that were
12054           going to stdout.
12055
12056 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
12057
12058         * Makefile.in:  Fix libg++ rule to check for gcc directory
12059         before using gcc/gcc.  Also pass XTRAFLAGS.
12060
12061 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
12062
12063         * Makefile.in: added stmp-files so that directories aren't polled
12064           when they are already built.
12065
12066         * configure.texi: fixed a node pointer problem.
12067
12068 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
12069
12070         * config.sub configure.in gdb/configure.in
12071         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
12072         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
12073         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
12074
12075 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12076
12077         * configure: -recurring becomes -silent.  corrected help message
12078           for -site= option.
12079
12080         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
12081
12082 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12083
12084         * configure: when building Makefile for crosses, replace
12085           tooldir and program_prefix.  default srcdir from location of
12086           config.sub.  remove "for host in hosts" and "for target in
12087           targets" loops.
12088
12089 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12090
12091         * Makefile.in: Do not pass bindir or mandir to cvs.
12092
12093 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
12094
12095         * Makefile.in, configure.in: removed traces of namesubdir,
12096           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
12097           copyrights to '92, changed some from Cygnus to FSF.
12098
12099         * configure.texi: remove most references to multiple hosts,
12100           multiple targets, subdirs, etc.
12101
12102         * configure.man: removed rcsid. reference config.sub not
12103           config.subr.
12104
12105         * Makefile.in: mkdir $(infodir) on install-info.
12106
12107 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
12108
12109         * configure.texi:  Explain better about .gdbinit and about
12110         the environment that configure.in sections run in.
12111
12112 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
12113
12114         * configure.in:  Ultrix is only a decstation if it's a MIPS.
12115
12116 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
12117
12118         * README:  DOC.configure => cfg-paper.texi.
12119
12120 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
12121
12122         * config.sub (near case $os):  Don't convert newsos* to bsd!
12123
12124 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
12125
12126         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
12127         the number of copies of COPYING that go into the GDB tar file.
12128
12129 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
12130
12131         * bfd/configure.in, gdb/config/mh-i386sco,
12132         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
12133         Fix SCO configuration stuff.
12134
12135 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
12136
12137         * Makefile.in:  For libg++, make sure the -I pointing
12138         to the gcc directory goes *after* all the libg++-local -I flags.
12139         Also, move just-gcc dependency from just-libg++ to all-libg++.
12140
12141 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
12142
12143         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
12144
12145 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
12146
12147         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
12148
12149 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
12150
12151         * config.sub:  Add stratus configuration frags.  Also
12152         submitted to FSF.
12153
12154 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
12155
12156         * Makefile.in (DEV_SUPPORT):  add configure.man.
12157
12158         * config.sub(Decode manufacturer-specific):  add -none*.
12159
12160 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
12161
12162         * Makefile.in:  remove form feeds to make Sun's make happy.
12163         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
12164
12165 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
12166
12167         * Makefile.in (AR_FLAGS):  Make quieter.
12168
12169 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
12170
12171         * configure.in:  Add libg++.
12172         * configure:  When verbose, don't output the command line at each
12173         level; it will be unremarkably the same as the previous version,
12174         which will be the same as what the user typed.
12175
12176 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
12177
12178         * configure.in, Makefile.in: fix clean-info, add flex.  add
12179           fileutils.
12180
12181         * configure: be less sensitive to spaces in Makefile.in.  Do not
12182           look for sources in "..".  Doing so breaks subdirectories that
12183           might have their own configure.  If a subdir has it's own
12184           configure script, use it.
12185
12186 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
12187
12188         * cfg-paper.texi: some changes suggested by rms.
12189
12190 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
12191
12192         * config.sub:  Merge in some small additions from the FSF version,
12193         taken from the gcc distribution, to bring the Cygnus and FSF
12194         versions into closer sync.
12195
12196 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
12197
12198         * configure.in:  Changed svr4 references to sysv4.
12199
12200 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
12201
12202         * configure: added -V for version number option.
12203
12204 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
12205
12206         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
12207           renamed from DOC.configure to cfg-paper.texi.
12208
12209 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12210
12211         * configure, config.subr, config.sub: config.subr is now
12212           config.sub again.
12213
12214 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
12215
12216         * configure.texi: new file, in progress.
12217
12218         * Makefile.in: build info file and install the man page for
12219           configure.
12220
12221         * configure.man: new file, first cut.
12222
12223         * configure: find config.subr again now that configuration "none"
12224           has gone.  removed all traces of the -ansi option.  removed all
12225           traces of the -languages option.
12226
12227         * config.subr: resync from rms.
12228
12229 1991-12-11  K. Richard Pixley  (rich at rtl.cygnus.com)
12230
12231         * configure, config.sub, config.subr: merge config.sub into
12232           config.subr, call the result config.subr, remove config.sub, use
12233           config.subr.
12234
12235         * Makefile.in: revised install for dir.info.
12236
12237 1991-12-10  K. Richard Pixley  (rich at rtl.cygnus.com)
12238
12239         * configure.in: add decstation host makefile frag.
12240
12241         * Makefile.in: BISON now bison -y again.  also install-gcc on
12242           install.  clean-gdbm on clean.  infodir belongs in datadir.
12243           Make directories for info install.  Build dir.info here then
12244           install it.
12245
12246 1991-12-09  K. Richard Pixley  (rich at rtl.cygnus.com)
12247
12248         * Makefile.in: fix for bad directory tests.
12249
12250 1991-12-07  K. Richard Pixley  (rich at rtl.cygnus.com)
12251
12252         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
12253           regexp.  -srcdir relative was being handled incorrectly.
12254
12255         * Makefile.in: unwrapped some for loops so that parallel makes
12256           work again and so one can focus one's attention on a particular
12257           package.
12258
12259 1991-12-06  K. Richard Pixley  (rich at rtl.cygnus.com)
12260
12261         * configure: added PWD as a stand in for `pwd` (for speed). use
12262           elif wherever possible.  make -srcdir work without -objdir.
12263           -objdir= commented out.
12264
12265 1991-12-05  K. Richard Pixley  (rich at rtl.cygnus.com)
12266
12267         * configure: +options become --options.  -subdirs commented out.
12268           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
12269           Makefile now at top of generated Makefile.  Removed cvs log
12270           entries.  added -srcdir.  create .gdbinit only if there is one
12271           in ${srcdir}.
12272
12273         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
12274           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
12275           and mandir now keyed off datadir by default.
12276
12277 1991-11-22  K. Richard Pixley  (rich at rtl.cygnus.com)
12278
12279         * Freshly created ChangeLog.
12280
12281 \f
12282 Local Variables:
12283 mode: change-log
12284 left-margin: 8
12285 fill-column: 76
12286 version-control: never
12287 End: