xref: /freebsd-12.1/contrib/binutils/ChangeLog (revision dfd2f2d4)
12006-05-17  Daniel Jacobowitz  <[email protected]>
2
3	* src-release (MAKEINFOFLAGS): Define.
4	(do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
5
62006-04-10  Ben Elliston  <[email protected]>
7
8	* contrib: Remove directory.
9
102006-04-06  Carlos O'Donell <[email protected]>
11
12	* Makefile.tpl: Add install-html target.
13	* Makefile.def: Add install-html target.
14	* Makefile.in: Regenerate.
15	* configure.in: Add --with-datarootdir, --with-docdir,
16	and --with-htmldir options.
17	* configure: Regenerate.
18
192006-03-31  Ben Elliston  <[email protected]>
20
21	PR binutils/1860
22	* configure.in: Require makeinfo 4.4 or higher.
23	* configure: Regenerate.
24
252006-03-14  Paolo Bonzini  <[email protected]>
26
27	* Makefile.in: Regenerate.
28
292006-03-14  Paolo Bonzini  <[email protected]>
30
31	Sync with gcc:
32	2006-03-10  Aldy Hernandez  <[email protected]>
33
34        * configure.in: Handle --disable-<component> generically.
35        * configure: Regenerate.
36
37	2006-02-21 Rafael Avila de Espindola <[email protected]>
38
39        * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
40        (TARGET_CONFIGDIRS): Remove.
41        * configure.in: Remove AC_SUBST(target_configdirs).
42        * Makefile.in, configure: Regenerated.
43
44
452006-03-01  H.J. Lu  <[email protected]>
46
47	PR libgcj/17311
48	* ltmain.sh: Don't use "$finalize_rpath" for compile.
49
502006-02-20  Paolo Bonzini  <[email protected]>
51
52	PR bootstrap/25670
53
54	* Makefile.tpl ([+compare-target+]): Print explanation messages.
55
56	* Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
57	* Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
58	(EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
59	BUILD_PREFIX, BUILD_PREFIX_1.
60	* configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
61
62	* Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
63	* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
64
65	* Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
66	all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
67	of `cat stage_current`.  Always provide the `r' and `s' variables.
68	(clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
69	a single shell execution.
70	(configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
71	bootstrapped modules, make the stage1 module if the build was not
72	started yet, else build the current stage.
73	(all-host, all-target): Omit bootstrapped modules (if bootstrapping).
74	(all-build, all-host, all-target, [+make_target+]-host,
75	[+make_target+]-target): Do not use \-continued lines.
76	(target modules): Depend on stage_last, not all-gcc, if bootstrapping.
77	(current_stage, restrap, stage_last): New.
78
79	* Makefile.in: Regenerate.
80	* configure: Regenerate.
81
822006-02-14  Paolo Bonzini  <[email protected]>
83
84	Sync from gcc:
85
86	2006-01-31  Richard Guenther  <[email protected]>
87		    Paolo Bonzini  <[email protected]>
88
89        * Makefile.def (target_modules): Add libgcc-math target module.
90        * configure.in (target_libraries): Add libgcc-math target library.
91        (--enable-libgcc-math): New configure switch.
92        * Makefile.in: Re-generate.
93        * configure: Re-generate.
94        * libgcc-math: New toplevel directory.
95
96	2006-01-18  Richard Henderson  <[email protected]>
97	            Jakub Jelinek  <[email protected]>
98	            Diego Novillo  <[email protected]>
99
100        * libgomp: New directory.
101        * Makefile.def: Add target_module libgomp.
102        * Makefile.in: Regenerate.
103        * configure.in (target_libraries): Add target-libgomp.
104        * configure: Regenerate.
105
1062006-02-14  Paolo Bonzini  <[email protected]>
107	    Andreas Schwab  <[email protected]>
108
109	* configure: Regenerate.
110
1112006-01-16  Paolo Bonzini  <[email protected]>
112
113	* configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
114	Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
115	the assembler, linker and binutils.
116	* configure: Regenerate.
117
1182006-01-16  Nick Clifton  <[email protected]>
119
120        * config.sub, config.guess: Sync from config repository.
121
1222006-01-05  Alexandre Oliva  <[email protected]>
123
124	* Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
125	@ from continuation.
126	* Makefile.in: Rebuilt.
127
1282006-01-04  Paolo Bonzini  <[email protected]>
129
130	Sync from gcc:
131
132	2006-01-04  Paolo Bonzini  <[email protected]>
133
134        PR bootstrap/24252
135
136        * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
137        * Makefile.tpl (OBJDUMP): New.
138        (EXTRA_HOST_FLAGS): Add it.
139        (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
140
141        * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
142        to use symbolic links between directories.  Avoid race conditions
143        or make them harmless.
144        * configure.in: Do not try to use symbolic links between directories.
145
146        * Makefile.def (LEAN): Pass.
147        * Makefile.tpl (LEAN): Define.
148        (stage[+id+]-start): Accept that the previous directory does not
149        exist, if the bootstrap is lean.
150        (stage[+id+]-bubble): Invoke lean bootstrap commands after
151        stage[+id+]-start.  Use a makefile variable and an `if' instead of a
152        configure substitution.
153        ([+compare-target+]): Likewise.
154        ([+bootstrap-target+]-lean): New.
155        * configure.in: Remove lean bootstrap support from here.
156
157        * Makefile.in: Regenerate.
158        * configure: Regenerate.
159
160	2006-01-02  Andreas Schwab  <[email protected]>
161
162        * configure.in: When reconfiguring remove Makefile in
163        all stage directories.
164        * configure: Regenerate.
165
1662005-12-27  Leif Ekblad  <[email protected]>
167
168	* configure.in: Add support for RDOS target.
169	* configure: Regenerate.
170
1712005-12-27  Nick Clifton  <[email protected]>
172
173	PR binutils/1990
174	* libtool.m4: Synchronize with version in GCC sources.
175
1762005-12-20  Paolo Bonzini  <[email protected]>
177
178        Revert Ada-related part of the previous change.
179
180        * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
181        Do not pass.
182        * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
183        * Makefile.in: Regenerate.
184        * configure.in: Do not include mt-ppc-aix target fragment.
185        * configure: Regenerate.
186
1872005-12-19  Paolo Bonzini  <[email protected]>
188
189	* configure.in: Select appropriate fragments for PowerPC/AIX.
190	* configure: Regenerate.
191
192	* Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
193	BOOT_CFLAGS, BOOT_LDFLAGS.
194	* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
195	BOOT_CFLAGS, BOOT_LDFLAGS.
196	(TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
197	(stage[+id+]-bubble): Pass flags recursively to the comparison target.
198	(stage): Fail if we cannot complete the work.
199	* Makefile.in: Regenerate.
200
2012005-12-16  Jeff Johnston  <[email protected]>
202
203	* COPYING.NEWLIB: Update copyright year for default
204	copyright.
205
2062005-12-15  Paolo Bonzini  <[email protected]>
207
208	* Makefile.tpl (all, do-[+make_target+], do-check, install,
209	install-host-nogcc): Don't invoke $(stage) at the end.
210	* Makefile.in: Regenerate.
211
2122005-12-14  Paolo Bonzini  <[email protected]>
213
214	* configure.in: Flip the top-level bootstrap switch.
215	* configure: Regenerate.
216
217	Merge from gcc:
218
219	2005-12-14  Daniel Jacobowitz  <[email protected]>
220
221        * Makefile.tpl: Throughout the file, use : $(MAKE) along with
222        $(stage) and $(unstage).
223        (EXTRA_TARGET_FLAGS): Correct double-quoting.
224        (all): Remove stray semicolon.
225        (local-distclean): Don't handle multilib.tmp and multilib.out.
226        (install.all): Set $s for consistency.
227        (configure-[+prefix+][+module+]): Instead of [+deps+], handle
228        check_multilibs setting.  Always make the install directory.
229        (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
230        Correct @if/@endif.
231        (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
232        ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
233        (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
234        (multilib.out): Remove.
235        * Makefile.in: Regenerated.
236
2372005-12-12  Nathan Sidwell  <[email protected]>
238
239	* config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
240	* configure.in: Replace ms1 arch with mt.
241	* configure: Rebuilt.
242
2432005-12-05  Paolo Bonzini  <[email protected]>
244
245	Sync with gcc:
246
2472005-12-12  Nathan Sidwell  <[email protected]>
248
249	* config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
250	* configure.in: Replace ms1 arch with mt.
251	* configure: Rebuilt.
252
2532005-12-05  Paolo Bonzini  <[email protected]>
254
255	Sync with gcc:
256
257	2005-12-05  Paolo Bonzini  <[email protected]>
258
259        * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
260        CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
261        "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
262        Find in-tree tools if available.
263        (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
264        (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
265        (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
266        (COMPILER_*_FOR_TARGET): New.
267        * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
268        (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
269        (CONFIGURED_*, USUAL_*): Remove.
270        (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
271        STRIP): Use autoconf substitutions.
272        (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
273        COMPILER_NM_FOR_TARGET): New.
274        (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
275
276        (all): Make all-host and all-target in parallel.
277        (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
278        that $$r and $$s are set before invoking a recursive make.
279        (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
280        ([+bootstrap-target+]): Inline most of the `all' target.
281
282	2005-11-29  Ben Elliston  <[email protected]>
283
284        * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
285        from the gcc build directory.
286        * Makefile.in: Regenerate.
287
288	2005-11-29  Ben Elliston  <[email protected]>
289
290        * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
291        depend on all-libdecnumber.
292        * configure.in (host_libs): Include libdecnumber.
293        * Makefile.in: Regenerate.
294        * configure: Likewise.
295
296	2005-11-21  Kean Johnston  <[email protected]>
297
298        * config.sub, config.guess: Sync from upstream sources.
299
3002005-11-11  Daniel Jacobowitz  <[email protected]>
301
302	* Makefile.def: Remove gdb dependencies for gdbtk.
303	* Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
304	(configure-gdb, install-gdb): New rules.
305	* configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
306	* Makefile.in, configure: Regenerated.
307
3082005-10-22  Paolo Bonzini  <[email protected]>
309
310	PR bootstrap/24297
311	* Makefile.tpl (do-[+make-target+], do-check, install,
312	stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
313	are set before recursing.
314	* Makefile.in: Regenerate.
315
3162005-10-20  Eric Botcazou  <[email protected]>
317
318	PR bootstrap/18939
319	* Makefile.def (gcc) <target>: Fix thinko.
320	* Makefile.in: Regenerate.
321
3222005-10-17  Bernd Schmidt  <[email protected]>
323
324	* configure.in (bfin-*-*): Use test, not brackets, in if statement.
325	* configure: Regenerate.
326
3272005-10-09  Kazu Hirata  <[email protected]>
328
329	* configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
330	target-libffi, target-qthreads, target-libjava, and
331	targetlibobjc.
332	* configure: Regenerate.
333
3342005-10-06  Daniel Jacobowitz  <[email protected]>
335
336	* Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
337	* Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
338	(OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
339	(USUAL_OBJDUMP_FOR_TARGET): New.
340	(EXTRA_TARGET_FLAGS): Add OBJDUMP.
341	* configure.in: Check for $OBJDUMP_FOR_TARGET.
342	* configure, Makefile.in: Regenerated.
343
3442005-10-05  Paolo Bonzini  <[email protected]>
345
346	* Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
347	before other host packages.
348
3492005-10-05  Paolo Bonzini  <[email protected]>
350
351	PR bootstrap/22340
352
353	* configure.in (default_target): Remove.
354	* Makefile.tpl (all): Do not use prerequisites as subroutines
355	(all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
356	(do-[+make_target+], check, install, [+bootstrap_target+]): Do not
357	use prerequisites as subroutines.
358	(check-host, check-target): New.
359	(bootstrap configure & all targets): Do not use stage*-start
360	if the directory layout is already ok.
361	(non-bootstrap configure & all targets): Prepend a $(unstage).
362	(stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
363	(NOTPARALLEL): Remove.
364	(unstage, stage variables): New variables.
365	(unstage, stage targets): Simply expand to those variables.
366
367	* configure: Regenerate.
368	* Makefile.in: Regenerate.
369
3702005-10-04  James E Wilson  <[email protected]>
371
372	* Makefile.def (lang_env_dependencies): Add libmudflap.
373	* Makefile.in: Regenerate.
374
3752005-10-03  Catherine Moore  <[email protected]>
376
377	* configure.in (bfin-*-*): Support bfin.
378	* configure: Regenerated.
379
3802005-09-30  H.J. Lu  <[email protected]>
381
382	* configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
383	* configure: Regenerated.
384
3852005-09-28  Geoffrey Keating  <[email protected]>
386
387	* Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
388	(LIPO_FOR_TARGET): New.
389	(CONFIGURED_LIPO_FOR_TARGET): New.
390	(USUAL_LIPO_FOR_TARGET): New.
391	(STRIP_FOR_TARGET): New.
392	(CONFIGURED_STRIP_FOR_TARGET): New.
393	(USUAL_STRIP_FOR_TARGET): New.
394	* Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
395	STRIP_FOR_TARGET.
396	* configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
397	CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
398	* Makefile.in: Regenerate.
399	* configure: Regenerate.
400
4012005-09-19  David Edelsohn  <[email protected]>
402
403	* configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
404	(rs6000-*-aix*): Same.
405	* configure: Regenerate.
406
4072005-09-14  Francois-Xavier Coudert  <[email protected]>
408
409	* configure.in: Recognize f95 in the --enable-languages option,
410	and substitute it for fortran, issuing a warning.
411	* configure: Regenerate.
412
4132005-09-07  Ben Elliston  <[email protected]>
414
415	Import from Autoconf sources:
416
417	2005-09-06  Paul Eggert  <[email protected]>
418	* move-if-change: Don't output "$2 is unchanged"; suggested by Ben
419	Elliston.  Handle weird characters correctly.
420
4212005-08-30  Phil Edwards  <[email protected]>
422
423	* configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
424	* configure:  Regenerated.
425
4262005-08-20  Richard Earnshaw  <[email protected]>
427
428        * Makefile.def (libssp): Add to lang_env_dependencies.
429        * Makefile.in: Regenerate.
430
4312005-08-17  Christian Groessler  <[email protected]>
432
433	* Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
434	* Makefile.in: Regenerate.
435
4362005-08-12  Paolo Bonzini  <[email protected]>
437
438	* configure.in: Replace NCN_STRICT_CHECK_TOOL with
439	NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
440	Look for alternate names of the target cc and c++
441	* configure: Regenerate.
442
4432005-08-08  Paolo Bonzini  <[email protected]>
444
445	* configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
446	GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
447	them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
448	tools; remove code to manually set them.
449	(Target tools): Look in the environment for them.
450	* Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
451	GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
452	(AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
453	build directory.
454	(CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
455	CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
456	CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
457	USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
458	USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
459	(CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
460	RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
461	* configure: Regenerate.
462	* Makefile.in: Regenerate.
463
4642005-07-27  Mark Mitchell  <[email protected]>
465
466	* Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
467	* Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
468	* Makefile.in: Regenerated.
469
4702005-07-26  Mark Mitchell  <[email protected]>
471
472	* Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
473	(CFLAGS_FOR_TARGET): Use it.
474	(CXXFLAGS_FOR_TARGET): Likewise.
475	* Makefile.in: Regenerated.
476	* configure.in (--with-build-sysroot): New option.
477	* configure: Regenerated.
478
4792005-07-24  Paolo Bonzini  <[email protected]>
480
481	* Makefile.tpl: Wrap install between unstage and stage
482	* Makefile.in: Regenerate.
483
4842005-07-16  Kelley Cook  <[email protected]>
485
486	* all files: Update FSF address.
487
4882005-07-14  Jim Blandy  <[email protected]>
489
490	* configure.in: Add cases for Renesas m32c.
491	* configure: Regenerated.
492
4932005-07-14  Kelley Cook  <[email protected]>
494
495	* COPYING, compile, config-ml.in, config.guess,
496	config.sub, install-sh, missing, mkinstalldirs,
497	symlink-tree, ylwrap: Sync from upstream sources.
498
4992005-07-13  Eric Christopher  <[email protected]>
500
501	* configure.in: Add toplevel noconfigdir support for tpf.
502	* configure: Regenerate.
503
5042005-07-11  Jakub Jelinek  <[email protected]>
505
506	* Makefile.def (target_modules): Add libssp.
507	* configure.in (target_libraries): Add target-libssp.
508	* configure: Rebuilt.
509	* Makefile.in: Rebuilt.
510
5112005-07-11  Paolo Bonzini  <[email protected]>
512
513	PR ada/22340
514
515	* Makefile.def: Sync with gcc.
516	* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
517	* Makefile.in: Regenerate.
518
5192005-07-07  Andreas Schwab  <[email protected]>
520
521	* Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
522	* Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
523	* Makefile.in: Regenerated.
524
5252005-07-07  Kazu Hirata  <[email protected]>
526
527	* configure.in: Add --enable-libssp and --disable-libssp.
528	* configure: Regenerate with autoconf-2.13.
529
5302005-07-06  Geoffrey Keating  <[email protected]>
531
532	* configure.in: Don't build sim or rda when targetting darwin.
533	* configure: Regenerate.
534
5352005-07-04  Ben Elliston  <[email protected]>
536
537	* src-release (do-proto-toplev): Remove dejagnu bits.
538	(DEJAGNU_SUPPORT_DIRS): Remove.
539	(dejagnu.tar.bz2, dejagnu.tar): Likewise.
540	(GDBD_SUPPORT_DIRS): Likewise.
541	(gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
542	(INSIGHTD_SUPPORT_DIRS): Likewise.
543	(insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
544
5452005-06-30  Ben Elliston  <[email protected]>
546
547	* setup.com (mpw): Remove unused directive.
548
5492005-06-22  Paolo Bonzini  <[email protected]>
550
551	* Makefile.def (stagefeedback): Come after profile.
552	Define profiledbootstrap target.
553	* Makefile.tpl (profiledbootstrap): Remove.
554	(stageprofile-end): Zap stagefeedback.
555	(stagefeedback-start): Copy all .gcda files, not only GCC's.
556	* Makefile.in: Regenerate.
557
5582005-06-13  Zack Weinberg  <[email protected]>
559
560	* depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
561	In 'cpp' stanza, support '#line' as well as '# '.
562
5632005-06-07  Hans-Peter Nilsson  <[email protected]>
564
565	* configure.in (unsupported_languages): New macro.
566	<mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
567	non-ported target libraries in noconfigdirs.
568	<cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
569	non-linux-gnu.  Remove libgcj_ex_libffi.
570 	<lang_frag loop>: Set add_this_lang=no if the language is in
571	unsupported_languages.
572	* configure: Regenerate.
573
5742005-06-04  Tobias Schl"uter  <[email protected]>
575
576	* configure.in: Fix typo in handling of --with-mpfr-dir.
577	* configure: Regenerate.
578
5792005-06-02  Jim Blandy  <[email protected]>
580
581	* config.sub: Add cases for the Renesas m32c.  (This patch has been
582	accepted into the master sources.)
583
5842005-06-02  Aldy Hernandez  <[email protected]>
585            Michael Snyder  <[email protected]>
586            Stan Cox  <[email protected]>
587
588        * configure.in: Set noconfigdirs for ms1.
589
590        * configure: Regenerate.
591
5922005-05-25  Paolo Bonzini  <[email protected]>
593
594	* Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
595	(Dependencies): Consider target modules for bootstrap dependencies.
596	Make target bootstrap modules depend on each stage's gcc.
597	* Makefile.in: Regenerate.
598
5992005-05-20  Paolo Bonzini  <[email protected]>
600
601	* Makefile.def (configure-gcc): Depend on binutils having been built.
602	(all-gcc): No need to do it here.
603	* Makefile.in: Regenerate.
604
6052005-05-19  Paul Brook  <[email protected]>
606
607	* configure.in: Rewrite misleading error message when requested
608	language cannot be built.
609	* configure: Regenerate.
610
6112005-05-15  Daniel Jacobowitz  <[email protected]>
612
613	* ylwrap: Import from Automake 1.9.5.
614
6152005-05-04  Mike Stump  <[email protected]>
616
617	* configure.in: Always pass --target to target configures as
618	otherwise rebuilds that do --recheck will fail.
619	* configure: Rebuilt.
620
6212005-05-04  Paolo Bonzini  <[email protected]>
622
623	* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
624	STAGE_HOST_EXPORTS.
625	(configure, all): Add bootstrap support.
626	(Host modules, target modules): Pass post-stage1 flags and exports.
627	(Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
628	* Makefile.in: Regenerate.
629
6302005-04-29  Paolo Bonzini  <[email protected]>
631
632	Sync from gcc:
633
634	2005-04-22  Bernd Schmidt  <[email protected]>
635
636        * config.sub: Update from master copy.
637
638	2005-04-19  Hans-Peter Nilsson  <[email protected]>
639
640        * configure.in <crisv32-*-*, cris-*-*>: New local variable
641        libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
642        matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
643        "*-*-elf" and "*-*-linux*".
644        * configure: Regenerate.
645
6462005-04-06  Paolo Bonzini  <[email protected]>
647
648        * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
649	(TARGET_CONFIGARGS): Include --with-target-subdir.
650	(configure, all): New macros.  Use them throughout.
651
6522005-04-05  Paolo Bonzini  <[email protected]>
653
654	* Makefile.tpl: Sync with gcc.
655	* Makefile.in: Regenerate.
656
6572005-03-30  J"orn Rennecke <[email protected]>
658
659	* config/mh-mingw32: Delete.
660	* configure.in: Don't use it.
661	* configure: Regenerate.
662
6632005-03-31  Paolo Bonzini  <[email protected]>
664
665	* Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
666	* Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
667	(HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
668	(HOST_LIB_PATH): Generate from Makefile.def.
669	(TARGET_LIB_PATH): Likewise.
670	(Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
671	* Makefile.in: Regenerate.
672	* configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
673	(RPATH_ENVVAR): Include Darwin case.
674	* configure: Regenerate.
675
6762005-03-25  Paolo Bonzini  <[email protected]>
677
678	* configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
679	* configure: Regenerate.
680
6812005-03-21  Zack Weinberg  <[email protected]>
682
683	* Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
684	gcc_version, and gcc_version_trigger from set of flags to pass.
685	* Makefile.tpl: Remove definitions of above variables.
686	(config.status): Remove dependency on $(gcc_version_trigger).
687	* Makefile.in: Regenerate.
688	* configure.in: Do not reference config/gcc-version.m4 nor
689	config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
690	TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
691	* configure: Regenerate.
692
6932005-03-16  Manfred Hollstein  <[email protected]>
694	    Andrew Pinski <[email protected]>
695
696	* Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
697	* Makefile.in: Regenerate.
698
6992005-03-01  Alexandre Oliva  <[email protected]>
700
701	PR libgcj/20160
702	* ltmain.sh: Avoid creating archives with components that have
703	duplicate basenames.
704
7052005-02-28  Andrew Pinski  <[email protected]>
706
707	PR bootstrap/20250
708	* Makefile.tpl (HOST target installs): Fix copy and pasto, use install
709	instead of check.
710	* Makefile.in: Regenerate.
711
7122005-02-28  Paolo Bonzini  <[email protected]>
713
714	Sync from gcc.
715
716	2005-02-28  Paolo Bonzini  <[email protected]>
717
718	PR bootstrap/17383
719	* Makefile.def (target_modules): Remove "stage", now unnecessary.
720	* Makefile.tpl (HOST_SUBDIR): New substitution.
721	(STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
722	USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
723	USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
724	USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
725	(Host modules, Bootstrapped modules): Use it.
726	(Build modules, Target modules): Do not create symlink trees,
727	always configure out-of-srcdir.
728	(distclean): Try removing $(host_subdir) with rm before using rm -rf.
729	* configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
730	GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
731	$(HOST_SUBDIR).  Create a symlink for host_subdir.
732
733	* Makefile.in: Regenerate.
734	* configure: Regenerate.
735
736	Merged from libada-gnattools-branch:
737	2004-11-28  Nathanael Nerode  <[email protected]>
738
739	* Makefile.def: Add gnattools as a module, depending on target-libada.
740	* Makefile.in: Regenerate.
741	* configure.in: Include gnattools in host_tools; disable it if ada
742	is disabled.
743	* configure: Regenerate.
744
7452005-02-23  Nick Clifton  <[email protected]>
746
747	* configure: Regenerate.
748
7492005-02-22  Paul Schlie  <[email protected]>
750
751	* configure.in: Allow darwin targeted ports to build tk, itcl and
752	libgui.
753
7542005-02-21  Eric Botcazou  <[email protected]>
755
756	PR libgcj/10353
757	* configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
758	* configure: Regenerate.
759
7602005-02-08  Andrew Cagney  <[email protected]>
761
762	* MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
763	gdb/ section.  Update GDB's URL.
764
7652005-01-31  Andrew Cagney  <[email protected]>
766
767	* gettext.m4: Only set ENABLE_NLS when gettext is present.
768
7692005-01-29  Hans-Peter Nilsson  <[email protected]>
770
771	* configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
772	<crisv32-*-*, cris-*-*>: Only disable target-newlib and
773	target-libgloss when not *-*-elf and *-*-aout.
774	* configure: Regenerate.
775
7762005-01-27  Andrew Cagney  <[email protected]>
777
778	* gettext.m4: Don't use NONE as a default for CATOBJEXT.
779
7802005-01-24  Andrew Cagney  <[email protected]>
781
782	* gettext.m4: Only fall back to ../intl/ when it's present.
783
7842005-01-17  Kelley Cook  <[email protected]>
785
786	* install-sh, config.sub: Import from upstream.
787
7882005-01-17  Kelley Cook  <[email protected]>
789
790	PR bootstrap/18222
791	* Makefile.def: Pass CPPFLAGS_FOR_TARGET.
792	* Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
793	* Makefile.in: Regenerate.
794
7952005-01-03  Paolo Bonzini  <[email protected]>
796
797	Revert 2004-12-28 Makefile changes, a better fix will be
798	applied to mainline and src after GCC 4.0 branches.
799
8002004-12-28  Paolo Bonzini  <[email protected]>
801
802	PR bootstrap/17383
803
804	* Makefile.def (target_modules): Remove stage parameter,
805	it is always true now.
806	* Makefile.tpl (configure-build-[+module+],
807	configure-target-[+module+]): Always build symlink tree
808	for the directory and for include.  BUILD_SUBDIR and
809	TARGET_SUBDIR cannot be . anymore.
810	* Makefile.in: Regenerate.
811
8122004-12-25  David Edelsohn  <[email protected]>
813
814	Revert 2004-12-08 Makefile changes.
815
8162004-12-16  Andrew Stubbs  <[email protected]>
817
818	* configure.in (sh64-*-*): Reenable gprof.
819	* configure: Regenerate.
820
8212004-12-09  Jim Blandy  <[email protected]>
822
823	* MAINTAINERS: List 'depcomp' as part of automake.
824
8252004-12-08  David Edelsohn  <[email protected]>
826
827	* Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
828	* Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
829	(EXTRA_TARGET_FLAGS): Add PICFLAG.
830	* Makefile.in: Regenerate.
831
8322004-12-07  Matt Kraai  <[email protected]>
833
834	* Makefile.tpl: Generate normal dependencies if the LHS module is
835	not bootstrapped.
836	* Makefile.in: Regenerate.
837
8382004-12-03  Richard Sandiford  <[email protected]>
839
840	* configure.in: Include config/gxx-include-dir.m4.  Use
841	TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
842	* configure: Regenerate.
843
8442004-12-03  Richard Sandiford  <[email protected]>
845
846	* config.if: Delete.
847	* configure.in: Set libstdcxx_incdir directly.
848	* configure: Regenerate.
849	* MAINTAINERS: Remove mention of config.if.
850	* src-release (DEVO_SUPPORT): Remove config.if.
851
8522004-12-02  Eric Christopher  <[email protected]>
853
854	* Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
855	of things to remove.
856	* Makefile.in: Regenerate.
857
8582004-12-02  Richard Sandiford  <[email protected]>
859
860	* configure.in: Clear gcc_version_trigger if the file doesn't exist.
861	* configure: Regenerate.
862
8632004-12-02  Richard Sandiford  <[email protected]>
864
865	* configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
866	to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
867	* configure: Regenerate.
868
8692004-11-26  John David Anglin  <[email protected]>
870
871	* configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
872	(hppa*64*-*-*): Delete incorrect comment.
873	* configure: Rebuilt.
874
8752004-11-15  Kelley Cook  <[email protected]>
876
877	* install-sh, compile: Import from automake.
878
8792004-11-15  Kelley Cook  <[email protected]>
880
881	* config.guess, config.sub:  Import from savannnah.
882
8832004-11-12  Mike Stump  <[email protected]>
884
885	* Makefile.def: Add html support.
886	* Makefile.tpl: Likewise.
887	* Makefile.in: Regenerate.
888
8892004-11-11  Geoffrey Keating  <[email protected]>
890
891	PR 18423
892	* configure.in: Remove all instances of build-fixincludes from
893	noconfigdirs.
894	(build_configargs): Supply --target to subdirectories.
895	* configure: Regenerate.
896
897	* Makefile.def: Make gcc install depend on fixincludes install.
898	* Makefile.in: Regenerate.
899
9002004-11-08  Hans-Peter Nilsson  <[email protected]>
901
902	* configure.in (noconfigdirs) [mmix-*-*]: Disable
903	target-libgfortran.
904	* configure: Regenerate.
905
9062004-11-07  David Edelsohn  <[email protected]>
907
908	* config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
909	like CC.
910
9112004-11-05  Paolo Bonzini  <[email protected]>
912
913	* Makefile.def (host fixincludes): Specify missing targets.
914	* Makefile.in: Regenerate.
915
9162004-11-04  H.J. Lu  <[email protected]>
917
918	PR other/17783
919	* configure.in: Set up LD_LIBRARY_PATH by default for gcc.
920	* configure: Regenerated.
921
9222004-11-04  Daniel Jacobowitz  <[email protected]>
923
924	* configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
925	* configure: Regenerated.
926
9272004-10-28  Eric B. Weddington  <[email protected]>
928
929	PR target/18151
930	* configure.in (case ${target}): Do not build fixincludes for avr.
931	* configure: Regenerated.
932
9332004-10-26  Paolo Bonzini  <[email protected]>
934
935	* configure.in (case ${target}): Do not build fixincludes
936	on platforms where it is not used.
937	* configure: Regenerated.
938
9392004-10-23  Daniel Jacobowitz  <[email protected]>
940
941	* configure.in: Use an absolute path to install-sh.
942	* configure: Regenerated.
943
9442004-10-19  Andrew Cagney  <[email protected]>
945
946	* src-release (do-djunpack, do-md5sum): Install the generated file
947	directly into the proto-toplev/ directory.
948
9492004-10-19  Andrew Cagney  <[email protected]>
950
951	* src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
952
9532004-10-12  Kelley Cook  <[email protected]>
954
955	* configure.in (*-*-cygwin*): Supress warning if newlib not present.
956	* configure: Regenerate.
957
9582004-10-06  Paolo Bonzini  <[email protected]>
959
960	Fix wrong conflict resolution in:
961
962	2004-08-16  Paolo Bonzini  <[email protected]>
963
964	* Makefile.in: Regenerate.
965	* Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
966	in the recursive `make', instead of hardwiring `all'.
967	(Autogenerated TARGET-* variables): New.
968
9692004-10-05  Ulrich Weigand  <[email protected]>
970
971	Merged from GCC / libtool upstream:
972	2004-10-02  P.J. Darcy  <[email protected]>
973	* ltcf-c.sh (tpf*): Add ld_shlibs=yes.
974	* ltcf-cxx.sh (tpf*): Likewise.
975	* ltconfig (tpf*): Add TPF OS configuration support.
976
9772004-09-30  Tomer Levi  <[email protected]>
978
979	* configure.in: Enable target-libgloss for crx-*-*.
980	* configure: Regenerate.
981
9822004-09-24  Michael Roth  <[email protected]>
983
984	* configure.in (--without-headers): Add missing double quotes.
985	* configure: Regenerate.
986
9872004-09-24  Kelley Cook <[email protected]>
988
989	* ylwrap: Revert to previous version.
990
9912004-09-23  H.J. Lu  <[email protected]>
992
993	PR bootstrap/17369
994	* Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
995	(HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
996	SET_GCC_LIB_PATH_CMD.
997	(BASE_TARGET_EXPORTS): Likewise.
998	* Makefile.in: Regenerated.
999
1000	* configure.in (SET_GCC_LIB_PATH): Set and substitute.
1001	* configure: Regenerated.
1002
10032004-09-23  Kelley Cook  <[email protected]>
1004
1005	* config.guess: New upstream version
1006	* compile, depcomp, install-sh, ylwrap: Likewise.
1007
10082004-09-19  Roger Sayle  <[email protected]>
1009
1010	* config/mh-x86omitfp: New host makefile fragment.  Add
1011	-fomit-frame-pointer to the default BOOT_CFLAGS.
1012	* configure.in: Use it to speed up bootstrap on some IA-32 hosts.
1013	* configure: Regenerate.
1014
10152004-09-15  Andrew Pinski  <[email protected]>
1016
1017	PR target/11572
1018	* configure.in (*-*-darwin*): Renable libobjc.
1019	* configure: Regenerate.
1020
10212004-09-09  Daniel Berlin  <[email protected]>
1022
1023	* Makefile.def: Remove libbanshee.
1024	* Makefile.tpl: Ditto.
1025	* configure.in: Ditto.
1026	* Makefile.in: Regen.
1027	* configure: Ditto.
1028
10292004-09-07  Paolo Bonzini  <[email protected]>
1030
1031	* missing: Import latest version from master repository.
1032
10332004-09-04  Nick Clifton  <[email protected]>
1034
1035	* config.sub: Import latest version from master repository.
1036	* config.guess: Likewise.
1037	This includes these changes:
1038
1039	2004-08-27  Hans-Peter Nilsson  <[email protected]>
1040
1041	* config.sub: Handle crisv32, alias etraxfs.
1042	* config.guess (crisv32:Linux:*:*): Handle.
1043
1044	2004-08-13  Brad Smith  <[email protected]>
1045
1046	* config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
1047	(sgi:OpenBSD:*:*): Emit mips64, not mipseb.
1048
1049	2004-08-11  Paul Eggert  <[email protected]>
1050
1051	* config.guess (*:Darwin:*:*): If uname -p reports "unknown",
1052	assume the processor is a powerpc.  This is because coreutils
1053	uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
1054	in this case, due to a MacOS X bug that causes
1055	sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
1056	to return a negative number.
1057	Problem reported by Petter Reinholdtsen in:
1058	http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
1059
1060	2004-07-19  Ben Elliston  <[email protected]>
1061
1062	* config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
1063
1064	2004-06-24  Ben Elliston  <[email protected]>
1065
1066	* config.guess: Update copyright years.
1067	* config.sub: Likewise.
1068
1069	2004-06-22  Robert Millan  <[email protected]>
1070
1071	* config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
1072	since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
1073
1074	2004-06-22  Stanley F. Quayle <[email protected]>
1075
1076	* config.guess (*:*VMS:*:*): New entry. Replaces
1077	Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
1078	manufacturer.
1079
1080	2004-06-22  Ben Elliston  <[email protected]>
1081
1082	* config.guess: Cray fixes from Wendy Palm <[email protected]>.
1083	* config.sub: Likewise.
1084
1085	2004-06-22  Ben Elliston  <[email protected]>
1086
1087	Reported by Hans-Peter Nilsson <[email protected]>:
1088	* config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
1089
1090	2004-06-11  Ben Elliston  <[email protected]>
1091
1092	* config.guess (pegasos:OpenBSD:*:*): Remove.
1093
1094	2004-06-11  Ben Elliston  <[email protected]>
1095
1096	From Wouter Verhelst <[email protected]>:
1097	* config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
1098
1099	2004-06-11  Ben Elliston  <[email protected]>
1100
1101	* config.guess (luna88k:OpenBSD:*:*): New.
1102
1103	2004-03-12  Kazuhiro Inaoka  <[email protected]>
1104
1105	* config.guess (m32r*:Linux:*:*): New case.
1106	* config.sub: Handle m32rle.
1107
1108	2004-03-12  Ben Elliston  <[email protected]>
1109
1110	From Jens Petersen  <[email protected]>:
1111	* config.sub: Handle sparcv8.
1112
1113	2004-03-03  Ben Elliston  <[email protected]>
1114
1115	From Tom Smith <[email protected]>:
1116	* config.guess: Version suffixes are equally significant on Tru64
1117	V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
1118	prefix of "P" (patched kernel).
1119
1120	2004-02-23  Tal Agmon  <[email protected]>
1121
1122	* config.sub: Add support for National Semiconductor CRX target.
1123
11242004-09-03  Jan Beulich  <[email protected]>
1125
1126	* configure.in: Remove target-libstdc++-v3 from noconfigdirs for
1127	*-*-netware, but add target-libmudflap.
1128	Consolidate *-*-netware targets (of which really only i?86 exists)
1129	into a single entry.
1130	* configure: Likewise.
1131
11322004-09-01  Paolo Bonzini  <[email protected]>
1133
1134	* Makefile.tpl (sorry): Remove.
1135	(clean-stage[+id+], clean-stage[+id+]-module): New targets.
1136	(cleanstrap targets): Depend on distclean, not distclean-stage1.
1137	(do-clean): Clean per-stage directories too.
1138	(do-distclean): Run distclean-stage1 too.
1139	(.NOTPARALLEL): Enable during toplevel bootstrap.
1140	(stage[+id+]-bubble): Enable parallel execution during
1141	the recursive invocation.
1142	* Makefile.in: Regenerate.
1143
1144	Sync from gcc (moving the Makefile.in change to Makefile.tpl):
1145
1146	2004-08-31  Robert Bowdidge <[email protected]>
1147
1148	* Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
1149	* configure.in: add test for powerpc-*-darwin* to specify makefile frag
1150	* configure: regenerate
1151	* config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
1152	-mdynamic-no-pic
1153
11542004-08-31  Paolo Bonzini  <[email protected]>
1155
1156	* Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
1157	include.
1158	* configure.in: Fix indentation.
1159	* configure: Regenerate.
1160
11612004-08-31  Paolo Bonzini  <[email protected]>
1162
1163	* Makefile.def (build_modules): Add fixincludes.
1164	(dependencies): Make gcc depend on fixincludes.
1165	* configure.in (build_tools): Add fixincludes.
1166	(build_configdirs): Always include build_libs.
1167	* Makefile.in: Regenerate.
1168	* configure: Regenerate.
1169
11702004-08-30  Paolo Bonzini  <[email protected]>
1171
1172	* Makefile.def (bootstrap stages): Add 'lean' parameter.
1173	* Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
1174	phony targets; do not generate timestamp files.
1175	(distclean-stageN): Remove references to their timestamp files.
1176	(restageN, touch-stageN): Remove.
1177	(stageN-bubble): Rewritten.
1178	(compare): Support lean bootstraps.
1179	* Makefile.in: Regenerate.
1180
1181	* configure.in: Only warn when bootstrapping but
1182	build != host or build != target.  Support lean bootstraps.
1183	* configure: Regenerate.
1184
1185	Sync from gcc:
1186	2004-08-26  Phil Edwards  <[email protected]>
1187
1188	* configure.in:  Give a better error message if GMP/MPFR are missing
1189	and a language needing them has been requested.
1190	* configure:  Regenerated.
1191
1192	2004-08-25  Phil Edwards  <[email protected]>
1193
1194	* configure.in:  Print a list of available language front-ends if
1195	a requested one is missing.  Tidy stray tab characters.
1196	* configure:  Regenerated.
1197
11982004-08-17  Paolo Bonzini  <[email protected]>
1199
1200	* Makefile.in: Regenerate.
1201	* configure: Regenerate.
1202
1203	* Makefile.def (bootstrap-stage): Rename extra_*_flags to
1204	stage_*_flags.
1205	* Makefile.tpl (configure-[+module+], all-[+module+]): Exit
1206	for bootstrapped modules if toplevel bootstrap is going.
1207	(GCC bootstrap): Generate per-stage targets for all bootstrapped
1208	modules.  Adjust for changes in Makefile.def.  Enable several
1209	rules even in non-bootstrap mode, just to avoid peppering the
1210	template with unnecessary "@if/@endif gcc-bootstrap" pairs.
1211	(stage-[+prev+]-bubble): Remove.
1212
1213	* Makefile.def (Dependencies): Depend on all-build-bison,
1214	all-build-flex, all-build-byacc, all-build-texinfo, rather
1215	than the host variations.
1216	* Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
1217	with BUILD_SUBDIR.
1218	(BISON): Update for recent Bisons.
1219	(YACC): Fix typo.
1220	(cross): Depend on all-build.
1221	(all): Do not depend on all-build.
1222	(prebootstrap): Remove.
1223	(dep-kind): Accept separate prefixes for MODULE and ON variables.
1224	(Prebootstrap dependencies): Add them to the per-stage targets
1225	and to all-prebootstrap.
1226	* configure.in (build_configdirs): Always enable build_tools.
1227	(BUILD_DIR_PREFIX): Remove.
1228
1229	* Makefile.def (gcc): Add target variable.
1230	(gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
1231	* Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1232	in the recursive `make', instead of hardwiring `all'.
1233	(Autogenerated TARGET-* variables): New.
1234
12352004-08-17  Robert Millan  <[email protected]>
1236
1237	* configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
1238	(instead of FreeBSD).
1239	* configure: Regenerate.
1240
12412004-08-12  Nathanael Nerode  <[email protected]>
1242
1243	* Makefile.def, configure.in, src-release: Remove useless, bogus
1244	references to tix.
1245	* Makefile.in, configure: Regenerate.
1246
1247	* src-release: Stop distributing mmalloc with gdb (which doesn't
1248	use it).
1249	* Makefile.def: GDB doesn't depend on mmalloc anymore.
1250	* Makefile.in: Regenerate.
1251
12522004-08-09  Mark Mitchell  <[email protected]>
1253
1254	* configure.in (arm*-*-eabi*): New target.
1255	* configure: Regenerate.
1256
12572004-08-01  Robert Millan  <[email protected]>
1258
1259	* configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
1260	libmudflap for all GNU-based systems (with Glibc).
1261	* configure: Regenerate.
1262
12632004-08-06  Paolo Bonzini  <[email protected]>
1264
1265	* Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
1266	(bison, byacc, flex, texinfo): Do not mark as bootstrap module.
1267	(Dependencies): New section.
1268	* Makefile.tpl (Dependencies): Generate from Makefile.def.
1269	(configure-target-[+module+]): Depend on maybe-all-gcc
1270	(all-prebootstrap): New name of all-bootstrap.  Changed throughout.
1271	(toplevel profiledbootstrap): Fix dependencies.
1272	* Makefile.in: Regenerate.
1273
12742004-08-03  Mark Mitchell  <[email protected]>
1275
1276	* configure.in (arm*-*-symbianelf*): Add ${libgcj} and
1277	target-libiberty to noconfigdirs.
1278
12792004-08-03  Paul Brook  <[email protected]>
1280
1281	* configure.in: Check for MPFR as well as GMP.
1282	* configure: Regenerate.
1283
12842004-08-03 Paolo Bonzini <[email protected]>
1285
1286	* Makefile.def (host-modules): Add gcc.
1287	* Makefile.in: Regenerate.
1288	* Makefile.tpl (sorry): New rule.
1289	(configure-host, all-host, [+make_target+]-host, do-check,
1290	install-host): Do not add gcc as a special case.
1291	(host modules): Add a small special-casing for gcc.  Export
1292	extra_make_flags through the environment.
1293	(maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
1294	maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
1295	other recursive targets for gcc): Remove.
1296
1297	(all, do-[+make_target+], do-check): Wrap between unstage and stage.
1298	(stage, unstage): New rules.
1299	(stage[+id+]-start, stage[+id+]-end, [+compare-target+],
1300	distclean-stage[+id+]): Use stage_current.
1301	([+bootstrap-target+], profiledbootstrap): Do not invoke manually
1302	the stage*-start rules.
1303
13042004-07-19  Robert Millan  <[email protected]>
1305
1306	Synced from gcc:
1307
1308	2004-04-26  Robert Millan  <[email protected]>
1309
1310	Add patches from libtool CVS.
1311	* libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
1312	* ltconfig: Likewise.
1313	* ltcf-c.sh: Likewise.
1314	* ltcf-cxx.sh: Likewise.
1315	* ltcf-gcj.sh: Likewise.
1316
13172004-07-12  Paolo Bonzini  <[email protected]>
1318
1319	* configure.in: Add noconfigdirs for crx-*-*.
1320	* configure: Regenerate.
1321
13222004-07-12  Paolo Bonzini  <[email protected]>
1323
1324	Synced from gcc:
1325
1326	2004-07-09  Loren J. Rittle <[email protected]>
1327
1328	* configure.in: Build libmudflap by default on FreeBSD.
1329	* configure: Regenerated.
1330
1331	2004-07-09  Mark Mitchell  <[email protected]>
1332
1333	* configure.in: Do not build libmudflap by default on non-GNU/Linux
1334	systems.
1335	* configure: Regenerated.
1336
1337	2004-07-08 John David Anglin  <[email protected]>
1338
1339	PR target/16344
1340	* Makefile.tpl (profiledbootstrap): Build runtime libraries with
1341	feedback based compiler.
1342	* Makefile.in: Rebuilt.
1343
1344	2004-07-05  Phil Edwards  <[email protected]>
1345
1346	* configure.in:  Do not prepend $srcdir to /dev/null in
1347	makefile fragments.
1348	* configure:  Regenerate.
1349
13502004-07-08  Alexandre Oliva  <[email protected]>
1351
1352	* Makefile.def (host_modules): Set bootstrap=true for flex.
1353	* Makefile.tpl (all-gcc): Depend on texinfo and flex.
1354	* Makefile.in: Rebuilt.
1355
13562004-07-01  Paolo Bonzini  <[email protected]>
1357
1358	* Makefile.def (build_modules): Add bison, byacc, flex,
1359	m4, texinfo.
1360	(flags_to_pass): Add FLEX.
1361	* Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
1362	(BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
1363	(DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
1364	DEFAULT_MAKEINFO): Remove.
1365	(CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
1366	CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
1367	(YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
1368	objdir or else use configured tool.
1369	(all-build): New.
1370	(all): Depend on it.
1371	(Build module dependencies): Add.
1372	* Makefile.in: Regenerate.
1373	* configure.in: Better support for multiple build modules,
1374	matching what is done for host/target modules.  Do not look
1375	for "plausible" locations of build tools if Canadian cross.
1376	Use autoconf's AC_PROG_CC to find a C compiler.  Define
1377	BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
1378	* configure: Regenerate.
1379
13802004-06-22  Paolo Bonzini  <[email protected]>
1381
1382	* Makefile.tpl (HOST_EXPORTS): Fix pasto.
1383	* Makefile.in: Regenerate.
1384
13852004-06-22  Paolo Bonzini  <[email protected]>
1386
1387	* Makefile.tpl (configure-build-[+module+],
1388	configure-[+module+], configure-target-[+module+]): Pass
1389	[+extra_configure_args+].
1390	(all-build-[+module+], all-[+module+], check-[+module+],
1391	install-[+module+], [+make_target+]-[+module+],
1392	all-target-[+module+], check-target-[+module+],
1393	install-target-[+module+], [+make_target+]-target-[+module+]):
1394	Pass [+extra_make_args+].
1395	(HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
1396	(GCC_HOST_EXPORTS): Remove.
1397	(configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
1398	cross, check-gcc, check-gcc-c++, install-gcc,
1399	gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
1400	Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
1401	* Makefile.in: Regenerate.
1402
14032004-06-21  Christopher Faylor  <[email protected]>
1404
1405	* configure.in: Check for srcdir/winsup rather than build directory
1406	winsup.
1407	* configure: Regenerate.
1408
14092004-06-17  Corinna Vinschen  <[email protected]>
1410
1411	* configure.in: Don't build Cygwin native newlib if winsup
1412	directory is missing.  Emit warning instead.
1413	* configure: Regenerate.
1414
14152004-06-09  Paolo Bonzini  <[email protected]>
1416
1417	* Makefile.tpl (touch-stage[+id+]): New.
1418	(restage[+prev+]): Depend on touch-stage[+id+].
1419
1420	* Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
1421	Use it throughout.
1422
1423	* Makefile.def: Add profile and feedback bootstrap stages.
1424	Remove next field from bootstrap stages.
1425	* Makefile.tpl (LN, LN_S): Substitute.
1426	(stageN-start, stageN-end): Use double-colon rules, to
1427	provide a hook for additional setup commands.
1428	(distclean-stageN-gcc, restageN): Create dependencies from
1429	[+prev+], not from [+next+].
1430	(stageN-bubble): Add commands for successive stages from
1431	[+prev+], using double-colon rules.
1432	(all-stageN-gcc): Fix typo.
1433	(stagefeedback-start, profiledbootstrap): New.
1434	* Makefile.in: Regenerate.
1435	* configure.in: Call ACX_PROG_LN.
1436	* configure: Regenerate.
1437
14382004-06-03  Paolo Bonzini  <[email protected]>
1439
1440	* configure.in: Fix --enable-bootstrap breakage introduced in trees
1441	without gcc.
1442	* configure: Regenerate.
1443
14442004-06-01  Paolo Bonzini  <[email protected]>
1445
1446	* Makefile.tpl: Fix typo.
1447	* Makefile.in: Regenerate.
1448
14492004-06-01  Paolo Bonzini <[email protected]>
1450
1451	* configure.in: Remove new- prefix from toplevel
1452	bootstrap targets.
1453	* configure: Regenerate.
1454
14552004-06-01  Paolo Bonzini <[email protected]>
1456
1457	Merge this patch from the gcc tree:
1458
1459	2004-05-30  Andreas Jaeger  <[email protected]>
1460		    Jim Wilson <[email protected]>
1461
1462	* config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
1463	like CC.
1464
14652004-06-01  Paolo Bonzini  <[email protected]>
1466
1467	* Makefile.tpl (all.normal): Rename to all.
1468	(all): Replace with a rule to pick the default
1469	target from configure.
1470	(all-gcc, configure-gcc): Use conditionals to
1471	do nothing when toplevel bootstrap is going on.
1472	(GCC directory bootstrap) [gcc-bootstrap]: Disable.
1473	(Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
1474	* configure.in: Support --enable-bootstrap.
1475
1476	* Makefile.def: Remove new- prefix from toplevel
1477	bootstrap targets.
1478	* Makefile.tpl: Likewise.
1479
1480	* Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
1481	target.
1482
1483	* Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
1484	$(RECURSE_FLAGS) to recursive invocation of make.
1485
1486	* Makefile.in: Regenerate.
1487	* configure: Regenerate.
1488
14892004-05-27  Daniel Jacobowitz  <[email protected]>
1490
1491	* configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
1492	* configure: Regenerate.
1493
14942004-05-25  Daniel Jacobowitz  <[email protected]>
1495
1496	* Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
1497	(STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
1498	(NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
1499	targets.
1500	* Makefile.in: Regenerate.
1501
15022005-05-24  Paolo Bonzini <[email protected]>
1503
1504	* configure.in: Test the ability to symlink directories.
1505	* configure: Regenerate.
1506
1507	* Makefile.def (bootstrap-stage): New definitions.
1508	* Makefile.tpl (configure-stage1-gcc,
1509	configure-stage2-gcc, configure-stage3-gcc,
1510	all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
1511	new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
1512	new-restage3, compare): Autogenerate, see Makefile.in
1513	entry for behavioral changes.
1514	(distclean-stage1, new-stage1-start, new-stage1-end,
1515	new-stage1-bubble, distclean-stage2, new-stage2-start,
1516	new-stage2-end, new-stage2-bubble, distclean-stage3,
1517	new-stage3-start, new-stage3-end): New autogenerated targets.
1518	(objext, prebootstrap, BOOT_CFLAGS,
1519	POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
1520	targets.
1521
1522	* Makefile.in: Regenerate.
1523	(distclean-stage1, new-stage1-start, new-stage1-end,
1524	new-stage1-bubble, distclean-stage2, new-stage2-start,
1525	new-stage2-end, new-stage2-bubble, distclean-stage3,
1526	new-stage3-start, new-stage3-end): New targets.
1527	(all-stage1-gcc): Move prebootstrap dependency from here...
1528	(configure-stage1-gcc): ...to here.
1529	(new-bootstrap): Use bubble targets.
1530	(new-cleanstrap, new-restage1, new-restage2, new-restage3):
1531	Use per-stage distclean targets.
1532	(configure-stage1-gcc, configure-stage2-gcc,
1533	configure-stage3-gcc, all-stage1-gcc,
1534	all-stage2-gcc, all-stage3-gcc, new-bootstrap):
1535	Use new-stageN-start to prepare the tree.
1536
15372004-05-23  Paolo Bonzini  <[email protected]>
1538
1539	* Makefile.def (host_modules): add libcpp.
1540	* Makefile.tpl: Add dependencies on and for libcpp.
1541	* Makefile.in: Regenerate.
1542	* configure.in: Add libcpp host module.
1543	* configure: Regenerate.
1544
15452004-05-17  Zack Weinberg  <[email protected]>
1546
1547	* Makefile.def, Makefile.tpl, configure.in: Remove all mention
1548	of libf2c.
1549	* configure, Makefile.in: Regenerate.
1550
15512004-05-13  Diego Novillo  <[email protected]>
1552
1553	Merge from tree-ssa-20020619-branch.
1554
1555	* Makefile.def: Add libbanshee, libmudflap and libgfortran.
1556	* Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
1557	(HOST_GMPLIBS): Define.
1558	(HOST_GMPINC): Define.
1559	(TARGET_LIB_PATH): Add libmudflap.
1560	(GFORTRAN_FOR_TARGET): Define.
1561	(configure-build*): Export GFORTRAN.
1562	(configure-gcc): Export GMPLIBS and GMPINC.
1563	(all-gcc): Add maybe-all-libbanshee.
1564	(configure-target-libgfortran): Define.
1565	* Makefile.in: Regenerate.
1566	* configure.in (host_libs): Add libbanshee.
1567	(target_libraries): Add target-libmudflap and target-libgfortran.
1568	Add --with-libbanshee.
1569	Handle --disable-libmudflap.
1570	(*-*-freebsd*): Use with_gmp.
1571	Add $(libgcj) to noconfigdirs.
1572	* configure: Regenerate.
1573	* depcomp: New file.
1574	* MAINTAINERS: Add tree-ssa maintainers.
1575
15762004-04-28  Paolo Bonzini  <[email protected]>
1577
1578	* config/acx.m4: Fix fastcompare support for new-bootstrap.
1579	* configure: Regenerate.
1580
15812004-04-27  Paolo Bonzini  <[email protected]>
1582
1583	Revert:
1584	2004-04-26  Paolo Bonzini  <[email protected]>
1585
1586	* Makefile.def (flags_to_pass): Remove *dir variables that
1587	are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1588	as well as prefix and exec_prefix.
1589	* Makefile.in: Regenerate.
1590
15912004-04-26  Paolo Bonzini  <[email protected]>
1592
1593	* Makefile.def (host_modules): Mark with the bootstrap
1594	flag packages on which gcc depends.
1595	* Makefile.tpl (all-bootstrap): Use it.
1596	* Makefile.in: Regenerate.
1597
15982004-04-26  Paolo Bonzini  <[email protected]>
1599
1600	* Makefile.def (flags_to_pass): Remove *dir variables that
1601	are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1602	as well as prefix and exec_prefix.
1603	* Makefile.in: Regenerate.
1604
16052004-04-26  Paolo Bonzini  <[email protected]>
1606
1607	* configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
1608	* configure: Regenerate.
1609	* config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
1610	* gcc/Makefile.tpl (compare): Use the result of the test.
1611	* gcc/Makefile.in: Regenerate.
1612
16132004-04-23  Paolo Bonzini  <[email protected]>
1614
1615	* Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
1616	Always relocate gcc and prev-gcc to the original names, even
1617	if the build fails.
1618	(new-cleanstrap, new-restage1, new-restage2, new-restage3):
1619	New targets.
1620
16212004-04-19  Rainer Orth  <[email protected]>
1622
1623	* configure.in (mips*-*-irix5*): Enable ld.
1624	* configure: Regenerate.
1625
16262004-04-15  James E Wilson  <[email protected]>
1627
1628	* Makefile.tpl (configure-[+module+], configure-gcc,
1629	configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
1630	Set and export LDFLAGS.
1631	* Makefile.in: Regenerate.
1632
16332004-04-09  Nathanael Nerode  <[email protected]>
1634
1635	PR bootstrap/14871
1636	* Makefile.tpl: If we don't have built-in-tree target tools,
1637	use the ones found by configure rather than hacking around with
1638	program_transform_name.
1639	* configure.in: Give Makefile.tpl the information necessary
1640	to do that.
1641	* Makefile.in: Regenerate.
1642	* configure: Regenerate.
1643
16442004-04-06  Nathanael Nerode  <[email protected]>
1645
1646	PR bootstrap/14760
1647	* configure.in: When computing baseargs, strip *all* copies of
1648	offending options.  Also, don't match/substitute the trailing space,
1649	so that this actually works when two similar options are separated by
1650	only one space.
1651	* configure: Regenerate.
1652
16532004-04-06  David Edelsohn  <[email protected]>
1654
1655	* configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
1656	(rs6000-*-aix*): Same.
1657	* configure: Regenerate.
1658
16592004-03-25  Stan Shebs  <[email protected]>
1660
1661	Remove MPW support, no longer used.
1662	* mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
1663	mpw-install: Remove files.
1664	* src-release (DEVO_SUPPORT): Remove names of removed files.
1665	* MAINTAINERS: Likewise.
1666
16672004-03-24  Nathanael Nerode  <[email protected]>
1668
1669	* Makefile.tpl (top level bootstrap support): Remove now-unneeded
1670	STRICT_WARN, WARN_CFLAGS flags passed down to make.
1671	* Makefile.in: Regenerate.
1672
1673	* configure.in (top level bootstrap support): Rework --enable-werror
1674	to set @stage2_werror_flag@.
1675	* configure: Regenerate.
1676	* Makefile.tpl (top level bootstrap support): Pass
1677	@stage2_werror_flag@ down to configure in stages 2 and 3.
1678	* Makefile.in: Regenerate.
1679
16802004-03-23  Nathanael Nerode  <[email protected]>
1681
1682	* Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
1683	for stages 2 and 3 as well as in make.  As a consequence, remove
1684	OUTPUT_OPTION (now detected by configure) from the flags passed down
1685	to make.
1686	* Makefile.in: Regenerate.
1687
1688	* Makefile.tpl (new-bootstrap): Fix typo.
1689	* Makefile.in: Regenerate.
1690
16912004-03-22  Nathanael Nerode  <[email protected]>
1692
1693	* Makefile.tpl: Rearrange by moving recursive_targets rules
1694	into their proper sections.
1695	* Makefile.tpl (top level bootstrap support): Move disabling
1696	of coverage flags from 'make' to 'configure'; improve comments.
1697	* Makefile.in: Regenerate.
1698
1699	* Makefile.tpl (experimental top level bootstrap) Move stage1
1700	language setting from all- target to configure- target; disable
1701	intermodule optimization in stage 1; prevent gratuitous rebuilds
1702	of stage 1.
1703	* Makefile.in: Regenerate.
1704	* configure.in: Comma-separate stage 1 language list for top
1705	level bootstrap.
1706	* configure: Regenerate.
1707
1708	* Makefile.tpl: Clean up experimental top level bootstrap support:
1709	note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
1710	prev-gcc in configure- targets as well as all- targets.
1711	* Makefile.in: Regenerate.
1712
17132004-03-17  Paolo Bonzini  <[email protected]>
1714
1715	* configure.in: Remove symbolic link section.
1716	* configure: Regenerate.
1717	* Makefile.tpl (links): Remove.
1718	* Makefile.in: Regenerate.
1719
17202004-03-15  Paolo Bonzini  <[email protected]>
1721	    Nathanael Nerode  <[email protected]>
1722
1723	* configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
1724	Set with AC_CHECK_PROGS.
1725	* configure.in: Fix comment typo from last patch.
1726	* configure: Regenerate.
1727
17282004-03-15  Nathanael Nerode  <[email protected]>
1729
1730	* Makefile.tpl: Introduce experimental top level bootstrap support.
1731	* Makefile.in: Regenerate.
1732	* configure.in: Introduce support for top level bootstrap.
1733	* configure: Regenerate.
1734
17352004-03-12  Eric Botcazou  <[email protected]>
1736	    Paolo Bonzini  <[email protected]>
1737
1738	PR bootstrap/14522
1739	* configure.in: Cope with shells that do not support unquoted ^
1740	* configure: Regenerate.
1741
17422004-03-11  Eric Botcazou  <[email protected]>
1743	    Paolo Bonzini  <[email protected]>
1744
1745	PR bootstrap/14522
1746	* configure.in: Cope with shell that do not support nesting
1747	quotes inside quoted backquote substitutions.
1748	* configure: Regenerate.
1749
17502004-03-10  Andrew Pinski  <[email protected]>
1751
1752	PR bootstrap/14522
1753	* configure.in: Fix escaping of $.
1754	* configure: Regenerate.
1755
17562004-03-11  Nathanael Nerode  <[email protected]>
1757
1758	* configure: Regenerate.
1759
17602004-03-08  Paolo Bonzini  <[email protected]>
1761
1762	PR ada/14131
1763	Move language detection to the top level.
1764	* configure.in: Find default values for the tools as
1765	soon as possible.  Disable ada if GNAT is not found.
1766	Emit error message about missing languages.  Expand
1767	--enable-languages=all for the gcc subdirectory.
1768
17692004-03-01  Richard Sandiford  <[email protected]>
1770
1771	* configure.in (mips64*-*-linux*): Override mips*-*-linux* case
1772	and disable libgcj.
1773	* configure: Regenerated.
1774
17752004-02-28  Nathanael Nerode  <[email protected]>
1776
1777	PR bootstrap/7087
1778	* Makefile.tpl: Guard XFOO sed statements better.
1779	* Makefile.tpl: Add dependency for configure-target-libada.
1780	* Makefile.in: Regenerate (incidentally fixes broken
1781	commit when libada-branch was merged).
1782
17832004-02-28  Andrew Cagney  <[email protected]>
1784
1785	* src-release (CVS_NAMES): Define.
1786	(do-tar, do-tar): Prune $(CVS_NAMES).
1787
17882004-02-23  Andrew Cagney  <[email protected]>
1789
1790	* texinfo/texinfo.tex: Update from version 2003-02-03.16 to
1791	2004-02-19.09.
1792
17932004-02-19  Nathanael Nerode  <[email protected]>
1794
1795	PR bootstrap/11932
1796	* mkinstalldirs, install-sh: Import from automake CVS HEAD.
1797
17982004-02-19  Andrew Cagney  <[email protected]>
1799
1800	* config.guess: Update from version 2003-06-12 to 2004-02-16.
1801	* config.sub: Update from version 2003-06-13 to 2004-02-16.
1802
18032004-02-11  David Edelsohn  <[email protected]>
1804
1805	* configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
1806	(rs6000-*-aix*): Same.
1807	* configure: Regenerate.
1808
18092004-02-11  Kelley Cook  <[email protected]>
1810
1811	* configure.in (host): Add in missing $noconfigdirs to defines.
1812	* configure: Regenerate.
1813
18142004-02-10  Arnaud Charlet  <[email protected]>,
1815	    Nathanael Nerode  <[email protected]>
1816
1817	PR ada/6637, PR ada/5911
1818	Merge with libada-branch:
1819	* configure.in, Makefile.tpl, Makefile.def: Add target-libada,
1820	with appropriate dependencies. Add --enable-libada configure switch.
1821	* configure, Makefile.in: Regenerate.
1822
18232004-02-05  Rainer Orth  <[email protected]>
1824
1825	* configure.in: Don't pass --with-stabs on IRIX 5 either.
1826	* configure: Regenerate.
1827
18282004-02-02  Jeff Johnston  <[email protected]>
1829
1830	* COPYING.NEWLIB: Update Red Hat license to 2004.
1831
18322004-01-23  DJ Delorie  <[email protected]>
1833
1834	* Makefile.def (target_modules) [libiberty]: Don't stage.
1835	* Makefile.in: Rebuilt.
1836
18372004-01-23  Jeff Johnston  <[email protected]>
1838
1839	* COPYING.NEWLIB: Update to include copyrights for new
1840	iconv code.
1841
18422004-01-15  Andrew Cagney  <[email protected]>
1843
1844	* src-release: Update copyright year.
1845	(do-proto-toplev): Configure using i686-pc-linux-gnu.
1846	(NEWLIB_SUPPORT_DIRS): Delete macro.
1847	(newlib.tar.bz2): Delete rule.
1848
18492004-01-14  Loren J. Rittle <[email protected]>
1850
1851	* Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
1852	* Makefile.tpl (configure-target-[+module+]): Support stage.
1853	* Makefile.in: Rebuilt.
1854
18552003-01-14  Maciej W. Rozycki  <[email protected]>
1856
1857	* gettext.m4: Quote names of macros to be defined by AC_DEFUN
1858	throughout.
1859
18602004-01-04  Nathanael Nerode  <[email protected]>
1861
1862	* configure.in: Use ./config.cache, not config.cache.
1863	* configure: Regenerate.
1864	* Makefile.tpl: Special-casing not needed for GCC any more.
1865	* Makefile.in: Regenerate.
1866
1867	* configure.in: Don't share a cache file for host dirs.
1868	* configure: Regenerate.
1869
1870	* config-ml.in: Don't mess with the cache file.
1871
18722004-01-03  Nathanael Nerode  <[email protected]>
1873
1874	* Makefile.tpl: Make GCC use a separate config.cache.
1875	* Makefile.in: Regenerate.
1876
1877	PR bootstrap/11932, PR bootstrap/11933
1878	(I don't know if it will fix either of them, but it relates
1879	to them.)
1880	* configure.in: Don't use shared config.cache for target
1881	directories.
1882	* configure: Regenerate.
1883
18842003-12-31  Roger Sayle  <[email protected]>
1885
1886	* configure.in (ia64*-*-hpux*): Disable building java libraries.
1887	* configure: Regenerated.
1888
18892003-12-21  Bernardo Innocenti  <[email protected]>
1890
1891 	* configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
1892 	* configure: Regenerated.
1893
18942003-12-19  Nathanael Nerode  <[email protected]>
1895
1896	Port change over from GCC:
1897	2003-11-20  Kelley Cook  <[email protected]>
1898	* Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
1899	(configure-build-[+module+], configure-[+module+]): Likewise.
1900	(configure-target-[+module+], configure-gcc, config.status): Likewise.
1901	* Makefile.in: Regenerate.
1902
19032003-12-08  Thomas Fitzsimmons  <[email protected]>
1904
1905	* configure.in (raw_libstdcxx_flags): Remove the leading space.
1906	* configure: Regenerate.
1907
19082003-11-27  Jeff Johnston  <[email protected]>
1909
1910	* COPYING.NEWLIB: Add license info for long long routines added to
1911	stdlib.
1912
19132003-11-14  Arnaud Charlet  <[email protected]>
1914
1915	* Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
1916	* Makefile.in: Regenerate.
1917
19182003-10-20  Phil Edwards  <[email protected]>
1919
1920	* configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
1921	* configure:  Regenerate.
1922
19232003-10-13  Nathanael Nerode  <[email protected]>
1924
1925	* Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
1926	HOST_FLAGS_TO_PASS.
1927	* Makefile.in: Regenerate.
1928
19292003-10-05  Mohan Embar  <[email protected]>
1930
1931	* configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
1932	* configure: Rebuilt
1933	* Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
1934	* Makefile.in: Rebuilt
1935
19362003-10-03  H.J. Lu  <[email protected]>
1937
1938	* ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
1939
19402003-10-01  Phil Edwards  <[email protected]>
1941
1942	* config-ml.in:  Use ac_configure_args directly instead of
1943	ml_arguments.  Only set ml_norecursion if --no[-]recursion is
1944	actually seen.
1945
19462003-10-01  Eric Botcazou  <[email protected]>
1947
1948	* config-ml.in: Propagate INSTALL variables.
1949
19502003-09-21  Daniel Jacobowitz  <[email protected]>
1951
1952	* configure.in: Pass a computed --program-transform-name
1953	to subconfigures.
1954	* configure: Regenerated.
1955
19562003-09-20  Nathanael Nerode  <[email protected]>
1957
1958	* Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
1959	* Makefile.in: Regenerate.
1960
1961	* Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
1962	* Makefile.in: Regenerate.
1963
19642003-09-17  Daniel Jacobowitz  <[email protected]>
1965
1966	* configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
1967	quoting.
1968	* configure: Regenerated.
1969
19702003-09-12  Michael Chastain  <[email protected]>
1971
1972	Fix PR gdb/857.
1973	* src-release (do-proto-topleve): Remove junk files
1974	intl/config.cache, intl/config.status,
1975	intl/config.h, intl/stamp-h.
1976
19772003-09-14  Andrew Cagney  <[email protected]>
1978
1979	* src-release (dejagnu.tar): New target.
1980	(dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
1981	(do-djunpack): Use $(PACKAGE) for the package name.
1982
19832003-09-04  DJ Delorie  <[email protected]>
1984
1985	* configure: Regenerate.
1986
19872003-09-04  Robert Millan  <[email protected]>
1988
1989	* configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
1990
19912003-09-02  Kaveh R. Ghazi  <[email protected]>
1992
1993	* configure.in: Ensure arguments to sed are properly spaced.
1994	* configure: Regenerate.
1995
19962003-08-28  Daniel Jacobowitz  <[email protected]>
1997
1998	Merge from gcc:
1999	2003-07-20  Phil Edwards  <[email protected]>
2000	* install-sh:  Update to newer upstream versions (associated with
2001	aclocal 1.7).
2002	* missing:  Likewise, plus $1Help2man -> $1 typo fix.
2003
20042003-08-27  Daniel Jacobowitz  <[email protected]>
2005
2006	* configure.in: Set RAW_CXX_FOR_TARGET if unset.
2007	* configure: Regenerated.
2008
20092003-08-23  Phil Edwards  <[email protected]>
2010
2011	* configure.in:  Use newline instead of semicolon when assuming
2012	shell arguments in a for loop.
2013	* configure:  Regenerated.
2014
20152003-08-20  Geoffrey Keating  <[email protected]>
2016
2017	PR 8180
2018	* configure.in: When testing with_libs and with_headers, treat
2019	'no' as unset.  Based on a patch by Dan Kegel <[email protected]>.
2020	* configure: Regenerate.
2021
2022	* configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
2023	make, shell, etc.
2024	(baseargs): Likewise.
2025	* configure: Regenerate.
2026
20272003-08-19  Geoffrey Keating  <[email protected]>
2028
2029	* configure.in: Disable libgcj for darwin not on powerpc.
2030	* configure: Rebuild.
2031
20322003-08-15  Michael Chastain  <[email protected]>
2033
2034	* src-release (do-proto-toplev): Remove junk files
2035	dejagnu/example/calc/config.status,
2036	dejagnu/example/calc/config.log.
2037
20382003-08-14  Alexandre Duret-Lutz  <[email protected]>
2039
2040	* config-ml.in, symlink-tree: Add license.
2041
20422003-08-01  Nathanael Nerode  <[email protected]>
2043
2044	Merge from gcc:
2045
2046	2003-08-01  Matt Kraai  <[email protected]>
2047	* Makefile.tpl (check, check-c++): Express dependencies using
2048	dependencies rather than commands.
2049	* Makefile.in: Regenerate.
2050
2051	2003-07-31  Geoffrey Keating  <[email protected]>
2052	* Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
2053	* Makefile.in: Update.
2054
20552003-08-01  Andrew Cagney  <[email protected]>
2056
2057	* configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
2058	* configure: Ditto.
2059
20602003-07-30  Andreas Tobler  <[email protected]>
2061
2062	* configure.in: Enable libgcj for darwin.
2063	* configure: Rebuild.
2064
20652003-07-29  Nathanael Nerode  <[email protected]>
2066
2067	* mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
2068
20692003-07-27  Nathanael Nerode  <[email protected]>
2070
2071	* Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
2072	creating target and build subdirs to build all parent dirs as needed.
2073	* Makefile.in: Rebuild.
2074	* configure.in: Don't build dirs explicitly here.
2075	* configure: Rebuild.
2076
20772003-07-22  Alexandre Oliva  <[email protected]>
2078
2079	* Makefile.tpl (all-make): Depend on intl.
2080	* Makefile.in: Rebuilt.
2081
20822003-07-16  Nathanael Nerode  <[email protected]>
2083
2084	* config.if: Remove unused libc_interface determination.
2085
20862003-07-14  Nathanael Nerode  <[email protected]>
2087
2088	* Makefile.in: Regenerate, correctly this time.
2089
20902003-07-13  Nathanael Nerode  <[email protected]>
2091
2092	* Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
2093	unused INSTALL_PROGRAM_ARGS.
2094	* configure.in: Use AC_PROG_INSTALL.
2095	* Makefile.in: Regenerate.
2096	* configure: Regenerate.
2097
20982003-07-10  Alexandre Oliva  <[email protected]>
2099
2100	* configure: Rebuilt.
2101	2001-09-26  Alexandre Oliva  <[email protected]>
2102	* configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
2103	newlib nor libgloss.
2104	Wed May  9 10:07:19 2001  Alexandre Oliva  <[email protected]>
2105	* configure.in (am33_2.0-*-linux*): Added.
2106
21072003-07-09  Bob Wilson  <[email protected]>
2108
2109	* configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
2110	* configure: Regenerate.
2111
21122003-07-06  H.J. Lu <[email protected]>
2113
2114	* config-ml.in: Replace PWD with PWD_COMMAND.
2115	* Makefile.tpl: Likewise.
2116	* Makefile.in: Regenerated.
2117
21182003-06-27  Nathanael Nerode  <[email protected]>
2119
2120	* configure.in: Clean up config-lang.in handling.  Delete
2121	useless assignment to "subdirs".
2122	* configure: Regenerate.
2123
21242003-06-26  Nathanael Nerode  <[email protected]>
2125
2126	* configure.in: Rename 'target_libs' to 'target_libraries'.
2127	Remove useless reference to 'target_libs'.
2128	* configure: Regenerate.
2129
21302003-06-23  Keith Seitz  <[email protected]>
2131
2132	* Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
2133	* Makefile.in: Regenerate.
2134
21352003-06-23  Nathanael Nerode  <[email protected]>
2136
2137	* Makefile.def: Introduce flags_to_pass.
2138	* Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
2139	* Makefile.in: Regenerate.
2140
21412003-06-23  Hans-Peter Nilsson  <[email protected]>
2142
2143	* configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
2144	and target-libgloss.
2145	<d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
2146	<h8300*-*-*>: Disable libf2c and ${libgcj}.
2147	* configure: Regenerate.
2148
21492003-06-17  Benjamin Kosnik  <[email protected]>
2150
2151	* configure.in: Update testsuite_flags to new location.
2152	* configure. Regenerate.
2153
21542003-06-18  Nathanael Nerode  <[email protected]>
2155
2156	* Makefile.tpl: Remove BUILD_CC stuff.
2157	* Makefile.in: Regenerate.
2158
21592003-06-14  H.J. Lu <[email protected]>
2160
2161	* config.guess: Update to 2003-06-12 version.
2162	* config.sub: Update to 2003-06-13 version.
2163
21642003-06-12  Thiemo Seufer <[email protected]>
2165
2166	* MAINTAINERS: Add myself as MIPS co-maintainer.
2167
21682003-06-12  H.J. Lu <[email protected]>
2169
2170	* config.guess: Update to 2003-06-06 version.
2171	* config.sub: Update to 2003-06-06 version.
2172
21732003-06-11  Rainer Orth  <[email protected]>
2174
2175	* configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
2176	* configure. Regenerate.
2177
21782003-06-10  Nathanael Nerode  <[email protected]>
2179
2180	* configure.in: Disable serial configure by default.
2181	* configure: Regenerate.
2182	* Makefile.tpl: Abolish .NOTPARALLEL.
2183	* Makefile.in: Regenerate.
2184
2185	* Makefile.tpl: Replace {build,host,target}_canonical by
2186	{build,host,target}.
2187	* Makefile.in: Regenerate.
2188
2189	* Makefile.tpl: Fix stupid pasto.
2190	* Makefile.in: Regenerate.
2191
21922003-06-09  Nathanael Nerode  <[email protected]>
2193
2194	* Makefile.tpl: Remove bogus conditional.
2195	* Makefile.in: Regenerate.
2196
21972003-06-03  Nathanael Nerode  <[email protected]>
2198
2199	* Makefile.tpl: Make 'recursive targets' using autogen rather
2200	than shell loop.  Remove duplicate 'clean' targets and false
2201	comments.
2202	* Makefile.def: Add systematic dependencies to 'recursive' targets.
2203	Add systematic method of specifying missing targets in subdirs.
2204	Add copyright boilerplate.
2205	* Makefile.in: Regenerate.
2206	* configure.in: Add 'recursive targets' to maybe list.
2207	* configure: Regenerate.
2208
2209	* Makefile.tpl: Rename [+target+] to [+make_target+].
2210	* Makefile.def: Rename 'target' to 'make_target'.
2211
22122003-05-30  Nick Clifton  <[email protected]>
2213
2214	* README-maintainer-mode: Update URL for locating blessed config
2215	tools.
2216
22172003-05-29  Robert Millan  <[email protected]>
2218
2219	* ltconfig: Import this patch and modify for use with current
2220	version of ltconfig:
2221
2222	2003-05-21  Bruno Haible  <[email protected]>
2223
2224	* libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
2225	GNU/FreeBSD.
2226
22272003-05-28  DJ Delorie  <[email protected]>
2228
2229	* Makefile.tpl: Make maybe-check-gcc .PHONY.
2230	* Makefile.in: Regenerate.
2231
22322003-05-28  Jeff Johnston  <[email protected]>
2233
2234	* COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2235
22362003-05-21  DJ Delorie  <[email protected]>
2237
2238	* Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
2239	newlib or libgloss.
2240	* Makefile.in: Regenerate.
2241
22422003-05-21  DJ Delorie  <[email protected]>
2243
2244	* Makefile.tpl: Add missing empty maybe-check-gcc target.
2245	* Makefile.in: Regenerate.
2246
22472003-05-20  Maciej W. Rozycki  <[email protected]>
2248
2249	* configure.in: Use curly braces in the definition of tooldir.
2250	* configure: Regenerate.
2251
22522003-05-19  Nathanael Nerode  <[email protected]>
2253
2254	* configure.in: Switch more things to use maybe dependencies.
2255	* Makefile.tpl: Switch more things to use maybe dependencies.
2256	Factor out common code from autogen IF statements.
2257	* configure: Regenerate.
2258	* Makefile.in: Regenerate.
2259
22602003-05-14  Kelley Cook  <[email protected]>
2261
2262	* configure.in: Accept i[3456789]86 for machine type.
2263	* configure: Regenerate.
2264
22652003-05-18  Nathanael Nerode  <[email protected]>
2266
2267	* configure.in: Switch more things to use maybe dependencies.
2268	Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
2269	* configure: Regenerate.
2270	* Makefile.tpl: Switch more things to use maybe dependencies.
2271	* Makefile.in: Regenerate.
2272
22732003-05-16  Andreas Schwab  <[email protected]>
2274
2275	* Makefile.tpl (install-opcodes): Define.
2276	* Makefile.in: Rebuild.
2277
22782003-05-13  Andreas Jaeger  <[email protected]>
2279
2280	* config.guess: Update to 2003-05-09 version.
2281	* config.sub: Update to 2003-05-09 version.
2282
22832003-05-13  Michael Eager <[email protected]>
2284
2285	* configure.in: Correct sed script so that options in quotes are not
2286	deleted.
2287	* configure: Rebuild.
2288
22892003-05-12  Corinna Vinschen  <[email protected]>
2290
2291	* configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
2292	and $$s/newlib/libc/sys/cygwin32 include paths.
2293	* configure: Ditto.
2294
22952003-05-05  H.J. Lu <[email protected]>
2296
2297	* config-ml.in: Restored from gcc repository.
2298
22992003-05-02  Chris Demetriou  <[email protected]>
2300
2301	* Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
2302	* Makefile.in: Regenerate.
2303
23042003-04-27  Daniel Jacobowitz  <[email protected]>
2305
2306	* src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
2307	and Makefile.def.
2308
23092003-04-27  Daniel Jacobowitz  <[email protected]>
2310
2311	* Makefile.tpl: Clean $(BUILD_SUBDIR).
2312	* Makefile.in: Regenerated.
2313
23142003-04-18  Gerald Pfeifer  <[email protected]>
2315
2316	* Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
2317	* Makefile.in: Regenerate.
2318
23192003-04-18  Jakub Jelinek  <[email protected]>
2320
2321	* configure.in (powerpc64*-*-linux*): Remove.
2322	* configure: Rebuilt.
2323
23242003-04-17  Phil Edwards  <[email protected]>
2325
2326	* Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
2327	previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
2328	and restrap.
2329	* Makefile.in:  Regenerate.
2330
23312003-04-16  Richard Earnshaw  <[email protected]>
2332
2333	* configure.in (arm-*-netbsdelf*): Enable building java libraries.
2334	* configure: Regenerated.
2335
23362003-04-11  Alexandre Oliva  <[email protected]>
2337
2338	* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
2339	* */configure: Rebuilt.
2340
23412003-03-14  Nathanael Nerode  <[email protected]>
2342
2343	* Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
2344	* Makefile.in: Regenerate.
2345
23462003-03-14  Michael Chastain  <[email protected]>
2347
2348	* Makefile.in: Regenerate with correct Makefile.def.
2349
23502003-03-12  Nathanael Nerode  <[email protected]>
2351
2352	* Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
2353	Make macro.
2354	* Makefile.in: Regenerate.
2355	* configure.in: Clean up gxx_include_dir logic.
2356	* configure: Regenerate.
2357
23582003-03-09  Franz Sirl  <[email protected]>
2359
2360	* configure.in (gxx_include_dir): Fix typo.
2361	* configure: Regenerated.
2362
23632003-03-06  Andrew Cagney  <[email protected]>
2364
2365	* texinfo/texinfo.tex: Import version 2003-02-03.16.
2366
23672003-03-04  Daniel Jacobowitz  <[email protected]>
2368
2369	* configure.in: Include $(build_tooldir)/sys-include in
2370	FLAGS_FOR_TARGET.
2371	* configure: Regenerated.
2372
23732003-03-04  Nathanael Nerode  <[email protected]>
2374
2375	* Makefile.tpl: Reindent.
2376	* Makefile.in: Regenerate.
2377	* configure.in: Reindent.  Don't set unused variables.
2378	* configure: Regenerate.
2379
2380	* Makefile.tpl: Always pass down RANLIB.
2381	* Makefile.in: Regenerate.
2382
2383	* Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
2384	* Makefile.in: Regenerate.
2385	* configure.in: Remove unused logic relating to --enable-shared
2386	and --enable-threads.  Remove bogus comments.  Remove redundant
2387	noconfigdirs.
2388	* configure: Regenerate.
2389
2390	* configure.in: Replace ${libstdcxx_version} by its value.
2391	Remove reference to mh-dgux.
2392	* configure: Regenerate.
2393
23942003-02-28  Nathanael Nerode  <[email protected]>
2395
2396	* Makefile.tpl: Rearrange.
2397	* Makefile.in: Regenerate.
2398
23992003-02-25  Nick Clifton  <[email protected]>
2400
2401	* configure: Remove site-file supprot - it is obsolete.
2402
24032003-02-24  Uwe Stieber <[email protected]>
2404
2405	* configure.in: Add support for kaOS as cross build target system.
2406	* configure: Regenerated.
2407
24082003-02-20  Sean McNeil  <[email protected]>
2409
2410	* Makefile.tpl: Add definition of CPPFLAGS to pass into
2411	configure-target-* as some target builds may require additional
2412	flags for preprocessor tests.
2413	* Makefile.in: Regenerated.
2414
24152003-02-19  Alexandre Oliva  <[email protected]>
2416
2417	* libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
2418	* ltconfig: Handle it.
2419	* ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
2420	auto-detecting it.
2421
24222003-02-19  Alexandre Oliva  <[email protected]>
2423
2424	* ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
2425	it is used as argument to $CC.
2426	* ltcf-gcj.sh: Likewise.
2427
24282003-02-19  Alexandre Oliva  <[email protected]>
2429
2430	* configure.in: Introduce --enable-maintainer-mode.
2431	* configure: Rebuilt.
2432	* Makefile.tpl (Makefile.in, configure): Enable dependencies only
2433	for maintainer mode.
2434	* Makefile.in: Rebuilt.
2435
24362003-02-19  Andrew Cagney <[email protected]>
2437
2438	* configure: Regenerate using autoconf 2.13.
2439
24402003-02-19  Alan Modra  <[email protected]>
2441
2442	* config.guess: Import latest version.
2443	* config.sub: Import latest version.
2444
24452003-02-18  Jason Merrill  <[email protected]>
2446
2447	* Makefile.tpl (check-c++): Allow parallelism.
2448
24492003-02-17  Andrew Cagney  <[email protected]>
2450
2451	* configure: Regenerate using autoconf 000227.
2452
24532003-02-15  Geoffrey Keating  <[email protected]>
2454
2455	* configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
2456	don't configure target-libobjc.
2457	* configure: Regenerate.
2458
24592003-02-14  Rainer Orth  <[email protected]>
2460
2461	* Makefile.tpl (RANLIB): Define.
2462	* Makefile.in: Regenerate.
2463
24642003-02-06  Keith R Seitz  <[email protected]>
2465
2466	* Makefile.def: Remove "snavigator", "grep", and "db" modules.
2467	* Makefile.tpl: Remove "all-snavigator" and "all-grep".
2468	* Makefile.in: Regenerated.
2469	* configure.in: Remove all traces of snavigator, db, and grep.
2470	* configure: Regenerated.
2471
24722003-01-31  Frank Ch. Eigler  <[email protected]>
2473
2474	* Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
2475	* Makefile.in: Regenerated.
2476
24772003-01-30  Alexandre Oliva  <[email protected]>
2478
2479	* config.if: Copy from GCC.
2480
24812003-01-27  Phil Edwards  <[email protected]>
2482
2483	* configure.in:  Revert 24Jan change.
2484	* configure:  Regenerate.
2485
24862003-01-23  Nathanael Nerode  <[email protected]>
2487
2488	* configure.in: Revert previous change.
2489	* configure: Regenerate.
2490
24912003-01-23  Nathanael Nerode  <[email protected]>
2492
2493	* configure.in: Make rda native-only.
2494	* configure: Regenerate.
2495
24962003-01-19  Nathanael Nerode  <[email protected]>
2497
2498	* configure.in: Add missing \.
2499	* configure: Rebuilt.
2500
25012003-01-17  Jakub Jelinek  <[email protected]>
2502
2503	* configure.in (baseargs): Avoid using \| in sed regular
2504	expressions.
2505	* configure: Rebuilt.
2506
25072003-01-16  Jakub Jelinek  <[email protected]>
2508
2509	* configure.in (baseargs): Remove all supported forms of
2510	--cache-file, --srcdir, --host, --build and --target options
2511	from argument lists.
2512	* configure: Rebuilt.
2513
25142003-01-15  Alexandre Oliva  <[email protected]>
2515
2516	* configure.in (noconfigdirs): Don't skip gas on IRIX 6.
2517	* configure: Rebuilt.
2518
25192003-01-09  Nathanael Nerode  <[email protected]>
2520
2521	* configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
2522	* Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
2523	* Makefile.in: Regenerate.
2524	* configure: Regenerate.
2525
25262003-01-09  Christian Cornelssen  <[email protected]>
2527
2528	* Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
2529	(install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
2530	* Makefile.in: Regenerate.
2531
25322003-01-09  Alexandre Oliva  <[email protected]>
2533
2534	* configure.in: Remove Makefile in build, host and target modules
2535	unless configure was run with --no-recursion.
2536	* configure: Rebuilt.
2537
25382003-01-08  Chris Demetriou  <[email protected]>
2539
2540	* config.guess: Update to 2003-01-03 version.
2541	* config.sub: Update to 2003-01-03 version.
2542
25432003-01-07  Christopher Faylor  <[email protected]>
2544
2545	* configure: Regenerate with proper autoconf 2.13.
2546
25472003-01-07  Christopher Faylor  <[email protected]>
2548
2549	* configure.in: Add AC_PREREQ for consistency.
2550	* configure: Regenerate.
2551
25522003-01-06  Andrew Cagney  <[email protected]>
2553
2554	* configure.in (GDB_TK): Add tcl directories conditional on
2555	gdb/gdbtk directory being present.
2556	* configure: Regenerate.
2557
25582003-01-04 John David Anglin  <[email protected]>
2559
2560	* configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
2561	by gcc if LD is not defined and we are not doing a Canadian Cross.
2562	* configure: Rebuilt.
2563
25642003-01-01  Daniel Jacobowitz  <[email protected]>
2565
2566	* src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
2567
25682002-12-31  Tom Tromey  <[email protected]>
2569
2570	* Makefile.in: Rebuilt.
2571	* Makefile.def (target_modules) [libffi]: Allow installation.
2572
25732002-12-31  Andreas Schwab  <[email protected]>
2574
2575	* configure.in: Fix use of $program_transform_name.
2576	* configure: Regenerated.
2577
25782002-12-30  Daniel Jacobowitz  <[email protected]>
2579
2580	* configure.in (baseargs): Don't remove first configure argument.
2581	* configure: Regenerated.
2582
25832002-12-29  Alexandre Oliva  <[email protected]>
2584
2585	* Makefile.tpl (local-distclean): Don't remove...
2586	(multilib.ts): ... this.  Moved into...
2587	(multilib.out): ... this.  Don't use sub-make.
2588	($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
2589	$(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
2590	(configure-build-[+module+], configure-[+module+],
2591	configure-target-[+module+], configure-gcc): ... these.  Test
2592	for Makefile existence.  Drop config.status from dependencies.
2593	* Makefile.in: Rebuilt.
2594	* configure.in: Move gcc-version-trigger to the end of
2595	ac_configure_args.  Add comments to maybedep.tmp and
2596	serdep.tmp.  Introduce --disable-serial-configure.  Remove
2597	nonopt from baseargs, matching and removing corresponding
2598	whitespace while at it.
2599	* configure: Rebuilt.
2600
26012002-12-28  Alexandre Oliva  <[email protected]>
2602
2603	* configure.in (host_configargs): Replace reference to
2604	no-longer-defined buildopts with --build=${build_alias}.
2605	* configure: Rebuilt.
2606
26072002-12-28  Alexandre Oliva  <[email protected]>
2608
2609	* Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
2610	program_transform_name to standard idiom.
2611	(AUTOGEN, AUTOCONF): Define.
2612	(Makefile.in): Use $(AUTOGEN).
2613	(Makefile): Depend on config.status, and use autoconf-style rule to
2614	build it.  Move original commands to...
2615	(config.status): ... this new target.
2616	(configure): Add $(srcdir).  Depend on config/acx.m4.  Use
2617	$(AUTOCONF).
2618	* Makefile.in: Rebuilt.
2619
26202002-12-28  Nathanael Nerode  <[email protected]>
2621
2622	* Makefile.tpl: Fix dramatic bustage due to change in
2623	program_transform_name.
2624	* Makefile.in: Regenerate.
2625
2626	* configure.in: Remove unnecessary PATH setting.
2627	* configure: Regnerate.
2628
2629	* configure.in: Don't default to unprefixed tools unless
2630	the native tools will work.
2631	* configure: Regenerate.
2632
2633	* configure.in: Convert to autoconf script.  Blow away lots
2634	of now-redundant Makefile fragments.
2635	* configure: Generate using Autoconf.
2636	* Makefile.tpl: Rewrite to reflect autoconfiscation.
2637	* Makefile.in: Regenerate.
2638
26392002-12-27  Nathanael Nerode  <[email protected]>
2640
2641	* configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
2642	CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
2643
2644	* ChangeLog: Move a couple of entries from here to winsup/cygwin,
2645	where they belong.
2646
26472002-12-24  Andreas Schwab  <[email protected]>
2648
2649	* Makefile.tpl (multilib.out): Fix missing space.
2650	* Makefile.in: Regenerate.
2651
26522002-12-23  Nathanael Nerode  <[email protected]>
2653
2654	* Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
2655	Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
2656	* Makefile.in: Regenerate.
2657	* configure.in: Remove unnecessary leftovers.
2658
26592002-12-21  Geoffrey Keating  <[email protected]>
2660
2661	* configure.in (extra_ranlibflags_for_target): New variable.
2662	(*-*-darwin): Add -c to ranlib commands.
2663	* configure (tooldir): Handle extra_ranlibflags_for_target.
2664
26652002-12-20  Jeff Johnston  <[email protected]>
2666
2667	* COPYING.NEWLIB: Updated.
2668	* COPYING.LIBGLOSS: Ditto.
2669
26702002-12-19  Nathanael Nerode  <[email protected]>
2671
2672	* Makefile.tpl: Revert HJL's change.
2673	* Makefile.in: Regenerated.
2674	* configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
2675	always.
2676
26772002-12-19  Andreas Schwab  <[email protected]>
2678
2679	* Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
2680	* Makefile.in: Regenerate.
2681
26822002-12-18  H.J. Lu <[email protected]>
2683
2684	* Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
2685	* Makefile.in: Regenerated.
2686
2687	* configure.in (build_prefix): New. Substitute.
2688
26892002-12-18  Nathanael Nerode  <[email protected]>
2690
2691	* Makefile.tpl: Don't let real targets depend on phony targets.
2692	* Makefile.in: Regenerate.
2693
2694	* Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
2695	* Makefile.in: Regenerate.
2696
26972002-12-16  Jason Merrill  <[email protected]>
2698
2699	* Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
2700	previous 'make bootstrap'.
2701	* Makefile.in: Regenerate.
2702
27032002-12-17  Hans-Peter Nilsson  <[email protected]>
2704
2705	* configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
2706
27072002-12-13  Jason Merrill  <[email protected]>
2708
2709	* Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
2710	library tests.
2711	(check-c++): Just depend on it and check-target-libstdc++-v3.
2712	* Makefile.in: Regenerate.
2713
27142002-12-13  Nathanael Nerode  <[email protected]>
2715
2716	* configure.in, Makefile.tpl, Makefile.def: Remove tclX.
2717	* Makefile.in: Regenerate.
2718
27192002-12-12  Jeff Johnston  <[email protected]>
2720
2721	* COPYING.NEWLIB: Update list of alternate Regent of California
2722	licenses and discuss official revoking of advertising clause.
2723	* COPYING.LIBGLOSS: Ditto.
2724
27252002-12-12  Alexandre Oliva  <[email protected]>
2726
2727	* Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
2728	* Makefile.in: Rebuilt.
2729
27302002-12-10  Nathanael Nerode  <[email protected]>
2731
2732	* configure: Fix bug put in by gremlins.
2733
2734	* Makefile.tpl: Substitute more autoconfily.
2735	* configure: Substitute more autoconfily.
2736	* Makefile.in: Regenerate.
2737
27382002-12-08  Andrew Cagney  <[email protected]>
2739
2740	* Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
2741	* Makefile.in (all-sim): Ditto.
2742
27432002-12-06  DJ Delorie  <[email protected]>
2744
2745	* Makefile.tpl: Change configure dependencies to not have real
2746	targets depend on phony targets.
2747
27482002-12-05  Nathanael Nerode  <[email protected]>
2749
2750	* configure.in: Revert unintentional change.
2751
2752	* src-release: Configure host subdirs.
2753
2754	* Makefile.tpl: Change dependency for */multilib.out so that
2755	it works when gcc isn't in the tree.
2756
2757	* configure.in: Substitute more.
2758	* configure: Run subconfigures from the Makefile.
2759	* Makefile.tpl: Run subconfigures from the Makefile; add a few
2760	convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
2761
27622002-12-03  Nathanael Nerode  <[email protected]>
2763
2764	* Makefile.tpl: Add targets for configuring host subdirs in Makefile,
2765	and corresponding dependencies.
2766	* Makefile.in: Regenerate.
2767
2768	* configure.in (host_tools): Order binutils, gas and ld for
2769	convenience in running the testsuites.
2770
2771	* Makefile.tpl: Introduce rules to serialize subconfigure runs.
2772	* Makefile.in: Regenerate.
2773	* configure.in: Introduce rules to serialize subconfigure runs.
2774
2775	* configure.in: Introduce BASE_CC_FOR_TARGET.
2776	* Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
2777	Realize configure-build-* targets.  Realize configure-target-* targets.
2778	* Makefile.in: Regenerate.
2779
27802002-12-02  Nathanael Nerode  <[email protected]>
2781
2782	* configure: Move gcc_version_trigger stuff from here...
2783	* configure.in: ...to here.
2784
2785	* configure.in: Separate subconfigure options added by this file from
2786	options given by the user.  Add machinery to put args for host
2787	subconfigures into the Makefile.
2788
2789	* Makefile.tpl: Remove 'vault' targets.
2790	* Makefile.tpl: Reorder and comment dependencies.
2791	* Makefile.in: Regenerate.
2792
27932002-11-28  Geoffrey Keating  <[email protected]>
2794
2795	* configure.in: Move host-specific darwin noconfigdirs into
2796	the host-specific section.
2797
27982002-12-02  Nathanael Nerode  <[email protected]>
2799
2800	* Makefile.tpl: Restore bkorb's style patch, accidentally lost
2801	during replay.
2802	* Makefile.in: Regenerate.
2803
2804	(finishing slow-motion replay)
2805	* configure: Remove skip-this-dir support.
2806	* Makefile.tpl: Remove skip-this-dir support.
2807
2808	* Makefile.tpl: Remove leftover support for non-autoconfiscated
2809	subdirectories.
2810	* Makefile.in: Regenerate.
2811
2812	* Makefile.tpl: Strip out useless setting of 'dir'.
2813	* Makefile.in: Regenerate.
2814
28152002-12-02  Nathanael Nerode  <[email protected]>
2816
2817	(finishing slow-motion replay)
2818	* configure.in: Fix deeply stupid bug.
2819
2820	* configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
2821	shell code in CXX_FOR_TARGET
2822	* Makefile.def: Introduce raw_cxx.
2823	* Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
2824	RAW_CXX_FOR_TARGET.
2825	* Makefile.in: Regenerate.
2826
28272002-12-02  Nathanael Nerode  <[email protected]>
2828
2829	(finishing slow-motion replay)
2830	* Makefile.tpl: Remove unnecessary ifs.
2831	* Makefile.in: Regenerate.
2832
2833	* Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
2834	dependencies.  Maybe-ize build-libiberty.  Create dummy install
2835	targets for 'no_install' modules.
2836	* configure: Move GDB_TK substitution to configure.in.  Move
2837	build_modules stuff to configure.in.
2838	* configure.in: Implement soft dependency machinery.  Maybe-ize
2839	GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
2840	* Makefile.in: Regenerate.
2841
28422002-12-01  Nathanael Nerode  <[email protected]>
2843
2844	(continuing slow-motion replay)
2845	* Makefile.tpl: Make all-target, install-target behave similarly
2846	to all, install (only hitting configured targets).  Eliminate
2847	unused macro defintions.
2848
2849	* Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
2850	build != host.
2851
2852	* Makefile.tpl: Add all-gcc: all-libiberty dependency.
2853
2854	* ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
2855
2856	* configure.in: Produce lists of subdir targets we're actually
2857	configuring.  Remove references to "dosrel".
2858	* Makefile.tpl: Let configure set which subdir targets are hit.
2859	Remove install-cross; clean up install; remove ALL.  Remove
2860	references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
2861	Autogenerate host module targets.  Remove empty dependency lines
2862	and redundant dependency; rearrange slightly.
2863	* Makefile.def: Add host-side libtermcap, utils.
2864
2865	* Makefile.in: Regenerate.
2866
28672002-12-01  Nathanael Nerode  <[email protected]>
2868
2869	(Continuing slow-motion replay)
2870	* Makefile.def: Add list of recursive targets to autogenerate.
2871	Add build_modules.
2872	* Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
2873	targets.  Autogenerate *-build-* targets.
2874	* Makefile.in: Regenerate.
2875
28762002-11-30  Nathanael Nerode  <[email protected]>
2877
2878	(Continuing slow-motion replay)
2879	* configure: More autoconf-style substitutions.
2880	* Makefile.tpl: More autoconf-style substitutions.
2881	* Makefile.in: Regenerate.
2882
28832002-11-30  Nathanael Nerode  <[email protected]>
2884
2885	(Continuing slow-motion replay)
2886	* configure: Substitute more variables in a more autoconf-friendly
2887	way.  Simplify slightly.
2888	* Makefile.tpl: Make more variables substitutable in an
2889	autoconf-friendly way.
2890	* Makefile.in: Regenerate.
2891
28922002-11-29  Nathanael Nerode  <[email protected]>
2893
2894	(Continuing slow-motion replay)
2895	* configure.in (v810*): Remove special setting of tools.
2896
2897	* configure: Add support for extra required flags for ar or nm.
2898	* configure.in (aix4.3+): Use above support for target-specific
2899	issues, rather than using config/mt-aix43.
2900
29012002-11-29  Nathanael Nerode  <[email protected]>
2902
2903	(Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
2904	* configure: Remove 'removing', which doesn't work.  Replace $subdir
2905	with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
2906	with $srcdir.  Reformat indentation.  Substitute some variables
2907	formerly hard-coded in the Makefile for build=host.
2908	* Makefile.tpl: Autogenerate more; make more autoconf-friendly.
2909	* Makefile.def: Autogenerate more.
2910	* Makefile.in: Regenerate.
2911
29122002-11-13  Bruce Korb  <[email protected]>
2913
2914	* Makefile.tpl: syntactic cleanup
2915
29162002-11-04  Kevin Buettner  <[email protected]>
2917
2918	* Makefile.def (host_modules): Add rda.
2919	* Makefile.in: Regenerate.
2920	* configure.in (target_tool): Add target-rda to list.
2921
29222002-10-25  Phil Edwards  <[email protected]>
2923
2924	* Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
2925	and restrap targets to this rule.
2926	* Makefile.in:  Regenerate.
2927
29282002-10-24  Hans-Peter Nilsson  <[email protected]>
2929
2930	* configure.in (i[3456]86-*-linux*): Add check to disable
2931	${libgcj} for glibc1.
2932
29332002-10-07  Svein E. Seldal  <[email protected]>
2934
2935	* configure.in: Add tic4x target.
2936
29372002-10-03  Nathanael Nerode  <[email protected]>
2938
2939	* Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
2940	* Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
2941	* configure.in: Make SET_LIB_PATH substitution more autoconfy.
2942	* configure.in: Make RPATH_ENVVAR substitution more autoconfy.
2943	* Makefile.in: Regenerate.
2944
29452002-10-02  Nathanael Nerode  <[email protected]>
2946
2947	* Makefile.tpl: Eliminate reference to all-gui, all-libproc.
2948	* Makefile.in: Regenerate.
2949
2950	* Makefile.def: Remove order dependency comments.
2951	* Makefile.tpl: Add explicit install-install dependencies.
2952	* Makefile.in: Regenerate.
2953
2954	* Makefile.tpl: Remove material now in src-release.  (Finally!)
2955	* Makefile.in: Regenerate.
2956
2957	* configure: Restore my original patch by syncing with gcc version.
2958
2959	* Bring following over from gcc:
2960
29612002-09-30  Ulrich Weigand  <[email protected]>
2962
2963	* configure.in (s390*-*-linux*): Enable libgcj.
2964
29652002-10-02  Nathanael Nerode  <[email protected]>
2966
2967	* Makefile.in: Regenerate.  This really ought to fix things. :sigh:
2968
29692002-10-02  Alan Modra  <[email protected]>
2970
2971	* configure: Move stray lines back to where they belong.
2972
29732002-10-01  Nathanael Nerode  <[email protected]>
2974
2975	* Makefile.tpl: Insert configure-target target, for src-release.
2976
2977	* configure: Finish reverting change which Andrew Cagney started
2978	reverting.  Should fix bustage.
2979
2980	* src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
2981	* src-release: New file.  Contains material for making net
2982	releases for gdb, binutils, et al., formerly in Makefile.in.
2983
29842002-09-30  Nick Clifton  <[email protected]>
2985
2986	* cpu: New top level directory.  Intended to hold input files for
2987	CGEN which have FSF copyright assignment.
2988	* Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
2989
29902002-09-29  Andrew Cagney  <[email protected]>
2991
2992	Revert below (note that src does not contain Makefile.tpl):
2993	* Makefile.tpl: Make subsituted variables more autoconfy.
2994	* Makefile.in: Regenerate.
2995
29962002-09-29  Nathanael Nerode  <[email protected]>
2997
2998	* configure: Revert accidentally applied changes.
2999
3000	* Makefile.tpl: Make more autoconf-friendly.
3001	* Makefile.in: Regenerate.
3002	* configure: Make substitution more autoconf-like.
3003
30042002-09-28  Richard Earnshaw  <[email protected]>
3005
3006	* configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
3007	single entry to handle all these.
3008	(arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
3009	libjava on arm-*-elf.
3010
30112002-09-27  Geoffrey Keating  <[email protected]>
3012
3013	* configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
3014	things that depend on them.
3015
30162002-09-25  Nathanael Nerode  <[email protected]>
3017
3018	* Makefile.tpl: Make subsituted variables more autoconfy.
3019	* Makefile.in: Regenerate.
3020	* configure: Make seds more autoconfy.
3021
30222002-09-25  Nathanael Nerode  <[email protected]>
3023
3024	* Makefile.tpl: Rewrite substituted lines to look autoconfy.
3025	* Makefile.in: Regenerate.
3026	* configure.in: Rewrite sed statements to look autoconfy.
3027
3028	* Makefile.tpl: Autogenerate *-target-* lists, dependencies of
3029	all-target-foo on configure-target-foo.
3030	* Makefile.def: Ditto.
3031	* Makefile.in: Rebuild.
3032
30332002-09-22  Nathanael Nerode  <[email protected]>
3034
3035	* Makefile.def: New file.
3036	* Makefile.tpl: New file.
3037	* Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
3038
3039	* configure.in: Minor rearrangement.  Simplify tests.
3040
30412002-09-23  Jason Thorpe  <[email protected]>
3042
3043	* configure.in (with_headers): Skip copy if value is "yes".
3044	(with_libs): Likewise.
3045
30462002-09-20  Nathanael Nerode  <[email protected]>
3047
3048	* configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
3049	* configure.in (sh*-*-pe*): Ditto.
3050	* configure.in (mips*-*-pe*): Ditto.
3051	* configure.in (*arm-wince-pe): Ditto.
3052
3053	* configure.in: Rearrange.
3054
30552002-09-12  Nick Clifton  <[email protected]>
3056
3057	* Import these changes from the config master repository:
3058
3059	2002-09-05  Svein E. Seldal  <[email protected]>
3060
3061		* config.sub: Add tic4x target.
3062
3063	2002-09-03  Ben Elliston  <[email protected]>
3064
3065		* config.guess: Detect NSR-D machines for nsr-tandem-nsk.
3066		Reported by <[email protected]>.
3067
30682002-09-10  Jeff Johnston  <[email protected]>
3069
3070	* COPYING.NEWLIB: More updates.
3071
30722002-09-09  Jeff Johnston  <[email protected]>
3073
3074	* COPYING.NEWLIB: Update.
3075
30762002-08-23  Andrew Cagney  <[email protected]>
3077
3078	* texinfo/texinfo.tex: Import version 2002-06-04.06.
3079
3080	* config.guess: Import version 2002-08-23.
3081	* config.sub: Import version 2002-08-22.
3082
30832002-08-20  Alexandre Oliva  <[email protected]>
3084
3085	* Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
3086	* configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
3087	CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
3088
30892002-08-06  Federico G. Schwindt <[email protected]>
3090
3091	* configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
3092
30932002-08-04  H.J. Lu  ([email protected])
3094
3095	* configure.in (mips*-*-linux*): Don't skip target-libffi.
3096
30972002-07-31  Alan Modra  <[email protected]>
3098
3099	* configure.in: Move generic linux case to end.	 Copy generic
3100	linux noconfigdirs to mips*-*-linux* entry and new
3101	powerpc64*-*-linux* entry.  Add target-libffi for the latter.
3102
31032002-07-19  Chris Demetriou  <[email protected]>
3104
3105	* MAINTAINERS: Clarify on config.guess and config.sub, and add
3106	one instance of them which was missed to the list to update.
3107
31082002-07-16  Chris Demetriou  <[email protected]>
3109
3110	* config.guess: Update to 2002-07-09 version.
3111	* config.sub: Update to 2002-07-03 version.
3112
31132002-07-11  Nathanael Nerode  <[email protected]>
3114
3115	* configure.in: Remove two redundant tests.
3116
31172002-07-11  Rainer Orth  <[email protected]>
3118
3119	* configure.in (mips*-*-irix6*o32): Enable stabs.
3120
31212002-07-08  Nathanael Nerode  <[email protected]>
3122
3123	* configure.in: Don't build grez.
3124	* Makefile.in: Ditto.
3125
3126	* Makefile.in: Remove references to bsp, cygmon, libstub.
3127	* configure.in: Ditto.
3128
3129	* configure.in: Remove leftover reference to gdbtest.
3130
31312002-07-08  Phil Edwards  <[email protected]>
3132
3133	* configure.in (gxx_include_dir):  Change to match versioned
3134	C++ headers if --enable-version-specific-runtime-libs is used.
3135
31362002-07-04  Steve Ellcey  <[email protected]>
3137
3138	* ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
3139
31402002-07-03  Nathanael Nerode  <[email protected]>
3141
3142	* configure.in: Make --without-x work.
3143
31442002-07-03  Nick Clifton  <[email protected]>
3145
3146	* contrib: New directory.  Created to contain a copy of the
3147	texi2pod.pl script so that it is in the same place as the version in
3148	the FSF GCC sources.
3149
31502002-07-02  Nathanael Nerode  <[email protected]>
3151
3152	* configure.in: Rearrange target Makefile fragment collection.
3153
3154	* Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
3155	cvs[src].
3156	* configure.in: Ditto.
3157
31582002-07-01  Nathanael Nerode <[email protected]>
3159
3160	* Makefile.in: Eliminate 'apache' targets.
3161	* configure.in: Eliminate 'apache' targets.
3162
3163	* configure.in: Eliminate redundant tests.  Reorganize.
3164
3165	* Makefile.in: Eliminate last reference to LIBGCC1_TEST.
3166
3167	* config-ml.in: Eliminate references to Cygnus configure.
3168
3169	* Makefile.in: Eliminate references to building emacs.
3170
31712002-07-01  Denis Chertykov  <[email protected]>
3172
3173	* configure.in: Add support for ip2k.
3174
31752002-06-24  Ben Elliston  <[email protected]>
3176
3177	* configure.in (host_tools): Remove cgen.
3178
3179	* Makefile.in (all-cgen): Remove; runs from its source directory.
3180	(check-cgen, install-cgen, clean-cgen): Likewise.
3181	(all-opcodes): No not depend on all-cgen.
3182	(all-sim): Likewise.
3183
31842002-06-22  Nathanael Nerode  <[email protected]>
3185
3186	* configure.in: Fix AIX configury bug.
3187
31882002-06-19  Nathanael Nerode  <[email protected]>
3189
3190	* configure.in: Replace ${topsrcdir} with ${srcdir}.
3191
3192	* configure.in: Move definition of libstdcxx_flags right above
3193	usage, rather than way earlier.
3194
3195	* configure.in: Pull definition of is_cross_compiler earlier.
3196
3197	* configure.in: Rearrange a little.
3198
3199	* configure.in: Remove references to librx.
3200	* Makefile.in: Remove references to librx.
3201
32022002-06-19  Nathanael Nerode  <[email protected]>
3203
3204	* configure.in: Eliminate ${gasdir} variable.
3205
32062002-06-18  Dave Brolley  <[email protected]>
3207
3208	* configure.in: Add support for frv.
3209	* config.sub: Add support for frv.
3210
32112002-06-12  Kaveh R. Ghazi  <[email protected]>
3212
3213	* Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
3214
32152002-06-08  Jason Thorpe  <[email protected]>
3216
3217	* configure.in (vax-*-netbsd*): Re-enable gas.
3218
32192002-05-31  Nathanael Nerode  <[email protected]>
3220
3221	* Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
3222	BUILD_PREFIX_1, to correct nomenclature.
3223	* configure: Likewise.
3224
3225	* Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
3226	* configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
3227
32282002-05-31  Olaf Hering  <[email protected]>
3229
3230	* config-ml.in: Propogate DESTDIR also.
3231
32322002-05-29  Jason Thorpe  <[email protected]>
3233
3234	* configure.in (vax-*-netbsd*): Don't build gas for this
3235	platform.
3236
32372002-05-28  Marek Michalkiewicz  <[email protected]>
3238
3239	* configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
3240	and libgcj for AVR.
3241
32422002-05-28  Nick Clifton  <[email protected]>
3243
3244	* config.sub: Add DLX target.
3245
32462002-05-22  Jason Thorpe  <[email protected]>
3247
3248	* config.guess: Update to 2002-05-22 version.
3249	* config.sub: Likewise.
3250
32512002-05-16  Rainer Orth  <[email protected]>
3252
3253	* Makefile.in: Allow for PWDCMD to override hardcoded pwd.
3254	* config-ml.in: Likewise.
3255	* configure: Likewise.
3256	* configure.in: Likewise.
3257
32582002-05-13  Nathanael Nerode  <[email protected]>
3259
3260	* configure.in: Simplify makefile fragment collection.
3261
3262	* configure.in: Remove code to build emacs.
3263
3264	* configure.in : Remove --srcdir argument from targargs and buildargs
3265	(it's always overridden in the Makefile anyway).  Rearrange a bit.
3266
3267	* configure: Move some logic to configure.in.
3268	* configure.in: Move some logic from configure.
3269
32702002-05-07  Jeff Johnston  <[email protected]>
3271
3272	* COPYING.LIBGLOSS: New file.
3273
32742002-05-07  Federico G. Schwindt <[email protected]>
3275
3276	* Makefile.in: Honour DESTDIR.
3277
32782002-05-05  Alexandre Oliva  <[email protected]>
3279
3280	* configure.in (noconfigdirs): Don't disable libgcj on
3281	sparc64-*-solaris* and sparcv9-*-solaris*.
3282
32832002-05-03  Alexandre Oliva  <[email protected]>
3284
3285	* configure.in: Revert 2002-04-18's patch; fixed in libjava.
3286
32872002-05-03  Thomas Fitzsimmons  <[email protected]>
3288
3289	* configure.in (FLAGS_FOR_TARGET): Do not add
3290	-B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
3291	on i[3456]86-*-linux*.
3292
32932002-05-01  Thomas Fitzsimmons  <[email protected]>
3294
3295	* configure.in (noconfigdirs): Replace [ ] with test.
3296
3297	* configure.in (noconfigdirs): Do not add target-newlib if
3298	target == i[3456]86-*-linux*, and host == target.
3299
33002002-04-29  Mark Mitchell  <[email protected]>
3301
3302	* config.guess: Updated to 2002-04-26's version.
3303	* config.sub: Updated to 2002-04-26's version.
3304
33052002-04-29  Nathanael Nerode  <[email protected]>
3306
3307	* configure.in: delete reference to absent file
3308
3309	* configure.in: replace '[' with 'test'
3310
3311	* configure.in: Eliminate references to gash.
3312	* Makefile.in: Eliminate references to gash.
3313
3314	* configure.in: remove useless references to 'pic' makefile fragments.
3315
3316	* configure.in: (*-*-windows*) Finish removing.
3317
3318	* configure.in: Eliminate redundant test for libgui.
3319
33202002-04-26  Joel Sherrill  <[email protected]>
3321
3322	* configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
3323	(sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
3324
33252002-04-19  Nathanael Nerode  <[email protected]>
3326
3327	* configure.in: remove references to dead files
3328
33292002-04-18  Tom Tromey  <[email protected]>
3330
3331	* configure.in: Disallow configuring libgcj when it is already
3332	installed and we're using Solaris 2.8 linker.  Do enable libgcj on
3333	Solaris 2.8 by default.  For PR libgcj/6158.
3334
33352002-04-17  Nathanael Nerode  <[email protected]>
3336
3337	* configure.in:  Move default CC setting out of config/mh-* fragments
3338	directly into here.
3339
33402002-04-17  Nathanael Nerode  <[email protected]>
3341
3342	* configure.in: don't even try to configure or make a subdirectory
3343	if there's no configure script for it.
3344
33452002-04-15  Mark Mitchell  <[email protected]>
3346
3347	* MAINTAINERS: Remove chill maintainers.
3348	* Makefile.in (CHILLFLAGS): Remove.
3349	(CHILL_LIB): Remove.
3350	(TARGET_CONFIGDIRS): Remove libchill.
3351	(CHILL_FOR_TARGET): Remove.
3352	(BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
3353	CHILL_LIB.
3354	(CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
3355	(CHECK_TARGET_MODULES): Likewise.
3356	(INSTALL_TARGET_MODULES): Likewise.
3357	(CLEAN_TARGET_MODULES): Likewise.
3358	(configure-target-libchill): Remove.
3359	(all-target-libchill): Remove.
3360	* configure.in (target_libs): Remove target-libchill.
3361	Do not compute CHILL_FOR_TARGET.
3362	* libchill: Remove directory.
3363
33642002-04-15  DJ Delorie  <[email protected]>
3365
3366	* Makefile.in, configure.in, configure: Sync with gcc, entries
3367	follow...
3368
33692002-04-08  Tom Tromey  <[email protected]>
3370
3371	* configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
3372	Fixes PR libgcj/6068.
3373
33742002-03-30  Krister Walfridsson  <[email protected]>
3375
3376	* configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
3377
33782002-03-27  Rainer Orth  <[email protected]>
3379
3380	* configure.in (alpha*-dec-osf*): Enable libgcj.
3381
33822002-03-24  Nick Clifton  <[email protected]>
3383
3384	Fix for: PR bootstrap/3591, target/5676
3385	* configure.in (mcore-pe): Disable the configuration of
3386	libstdc++-v3 since exceptions are not supported.
3387
33882002-03-20  Anthony Green  <[email protected]>
3389
3390	* configure.in: Enable libgcj for xscale-elf target.
3391
33922002-02-28  Alexandre Oliva  <[email protected]>
3393
3394	* configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
3395	libjava.
3396	(CXX_FOR_TARGET): Explain why -shared-libgcc here.
3397
33982002-02-22  Alexandre Oliva  <[email protected]>
3399
3400	* configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
3401	libstdc++-v3 and libjava.
3402
34032002-02-11  Adam Megacz <[email protected]>
3404
3405	* gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
3406	boehm-gc
3407
34082002-02-09  Alexandre Oliva  <[email protected]>
3409
3410	* config.guess: Updated to 2002-01-30's version.
3411	* config.sub: Updated to 2002-02-01's version.
3412	Contribute sh64-elf.
3413	2000-12-01  Alexandre Oliva  <[email protected]>
3414	* configure.in: Added sh64-*-*.
3415
34162002-01-17  H.J. Lu <[email protected]>
3417
3418	* Makefile.in (all-fastjar): Also depend on all-libiberty.
3419	(all-target-fastjar): Also depend on all-target-libiberty.
3420
3421Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <[email protected]>
3422
3423	* configure, configure.in: Use temp file for long sed commands.
3424
34252001-11-14  Hans-Peter Nilsson  <[email protected]>
3426
3427	* configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
3428	libf2c.
3429
34302001-11-03  Hans-Peter Nilsson  <[email protected]>
3431
3432	* configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
3433
34342001-10-11  Hans-Peter Nilsson  <[email protected]>
3435
3436	* configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
3437
34382001-10-02  Joseph S. Myers  <[email protected]>
3439
3440	* configure: Handle temporary files securely using mkdir.
3441
34422001-09-26  Will Cohen <[email protected]>
3443
3444	* configure.in (*-*-linux*): Disable configuration of target-newlib
3445	and target-libgloss.
3446
34472001-09-26  Alexandre Oliva  <[email protected]>
3448
3449	* Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
3450	RANLIB.
3451
34522001-08-11  Graham Stott  <[email protected]>
3453
3454	* Makefile.in (check-c++): Add missing semicolon.
3455
34562001-07-25  Andrew Haley  <[email protected]>
3457
3458	* configure.in (sh-*-linux*): New.
3459
34602001-07-12  Stephane Carrez  <[email protected]>
3461
3462	* configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
3463	and libgcj on m68hc11/m68hc12.
3464
34652001-06-27  H.J. Lu  ([email protected])
3466
3467	* Makefile (CFLAGS_FOR_BUILD): New.
3468	(EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
3469
34702001-06-01  Hans-Peter Nilsson  <[email protected]>
3471
3472	* configure.in (libstdcxx_flags): Do not try to execute
3473	libstdc++-v3/testsuite_flags until it exists.
3474
34752001-05-18  Benjamin Kosnik  <[email protected]>
3476
3477	* configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
3478
34792001-05-09  Jeffrey Oldham  <[email protected]>
3480
3481	* ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
3482
3483Mon Apr 23 09:15:03 2001  Anthony Green  <[email protected]>
3484
3485	* configure.in: Move *-chorusos target case to the proper switch.
3486	Disable libgcj.
3487
34882001-04-13  Franz Sirl  <[email protected]>
3489
3490	* Makefile.in (STAGE1_CFLAGS): Pass down.
3491
34922001-04-13  Alan Modra  <[email protected]>
3493
3494	* config.guess: Add hppa64-linux support.  Note for next import that
3495	this is already in the master file.
3496	* configure.in: Likewise.  Accept `parisc' alias for `hppa'.
3497
34982001-03-22  Colin Howell  <[email protected]>
3499
3500	* Makefile.in (DO_X): Do not backslash single-quotes in
3501	backquotes (two places).
3502
35032001-03-18  Laurynas Biveinis  <[email protected]>
3504
3505	* Makefile.in (DO_X): Quote nested quotes.
3506
35072001-03-15  Laurynas Biveinis  <[email protected]>
3508
3509	* Makefile.in (DO_X): Use double quotes for quoting
3510	"RANLIB=$${RANLIB}".
3511
35122001-03-09  Nicola Pero <[email protected]>
3513
3514	* configure.in: Only use `lang_requires' for languages athat are
3515	actually enabled.
3516
35172001-03-07  Tom Tromey  <[email protected]>
3518
3519	* configure.in: Allow config-lang.in to set `lang_requires' to list
3520	of other required languages.
3521
35222001-03-06  Laurynas Biveinis  <[email protected]>
3523
3524	* Makefile.in: Remove RANLIB definition. Use RANLIB
3525	in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
3526	EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
3527
35282001-02-28  Benjamin Kosnik  <[email protected]>
3529	    Alexandre Oliva  <[email protected]>
3530
3531	* Makefile.in (check-c++): Use tabs, not spaces.
3532
35332001-02-19  Benjamin Kosnik  <[email protected]>
3534
3535	* Makefile.in (check-c++): New rule.
3536
3537	* configure.in (target_libs): Remove libg++.
3538	(noconfigdirs): Remove libg++.
3539	(noconfigdirs): Same.
3540	(noconfigdirs): Same.
3541	(noconfigdirs): Same.
3542
3543	* config-ml.in: Remove libg++ references.
3544
3545	* Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
3546	(ALL_TARGET_MODULES): Same.
3547	(configure-target-libg++): Remove.
3548	(all-target-libg++): Remove.
3549	(configure-target-libio): Remove.
3550	(all-target-libio): Remove.
3551	(check-target-libio): Remove.
3552	(.PHONY): Remove.
3553	(libg++.tar.bz2): Remove.
3554	(all-target-cygmon): Remove libio.
3555	(all-target-libstdc++): Remove.
3556	(configure-target-libstdc++): Remove.
3557	(TARGET_LIB_PATH): Remove libstdc++.
3558	(ALL_GCC_CXX): Remove libstdc++.
3559	(all-target-gperf): Correct.
3560
35612001-02-15  Anthony Green  <[email protected]>
3562
3563	* configure: Introduce GCJ_FOR_TARGET.
3564	* configure.in: Ditto.
3565	* Makefile.in: Ditto.
3566
35672001-02-08  Chandrakala Chavva <[email protected]>
3568
3569	* configure.in: for *-chorusos, don't config target-newlib and
3570	target-libgloss.
3571
35722001-02-04  Mark Mitchell  <[email protected]>
3573
3574	Remove V2 C++ library.
3575	* configure.in: Remove --enable-libstdcxx_v3 support.
3576
35772001-01-27  Richard Henderson  <[email protected]>
3578
3579	* configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
3580
35812001-01-26  Tom Tromey  <[email protected]>
3582
3583	* configure.in: Allow libgcj to be built on Sparc Solaris.
3584
35852001-01-23  Bryce McKinlay  <[email protected]>
3586
3587	* configure.in: Enable libgcj on several additional platforms.
3588
35892001-01-22  Bryce McKinlay  <[email protected]>
3590
3591	* configure.in: Enable libgcj for linux targets.
3592
35932001-01-09  Mike Stump  <[email protected]>
3594
3595	* Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
3596	failures of subdirectories.
3597
35982001-01-02  Laurynas Biveinis  <[email protected]>
3599
3600	* configure: handle DOS-style absolute paths.
3601
36022001-01-02  Laurynas Biveinis  <[email protected]>
3603
3604	* configure.in: remove supported directories from $noconfigdirs for DJGPP.
3605
36062000-12-18  Benjamin Kosnik  <[email protected]>
3607
3608	* Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
3609	(libstdcxx_incdir): Pass down.
3610	* config.if: Remove expired bits for cxx_interface, add stub.
3611	(libstdcxx_incdir): Add variable for g++ include directory.
3612	* configure.in (gxx_include_dir): Use it.
3613
36142000-12-15  Andreas Jaeger  <[email protected]>
3615
3616	* configure.in: Handle lang_dirs.
3617
36182000-12-13  Anthony Green  <[email protected]>
3619
3620	* configure.in: Disable libgcj for any target not specifically
3621	listed.  Disable libgcj for x86 and Alpha Linux until compatible
3622	with g++ abi.
3623
36242000-12-13  Mike Stump  <[email protected]>
3625
3626	* Makefile.in (local-distclean): Also remove fastjar.
3627
36282000-12-10  Anthony Green  <[email protected]>
3629
3630	* configure.in: Define libgcj.  Disable libgcj target libraries for
3631	most targets.
3632
36332000-12-09  Alexandre Petit-Bianco  <[email protected]>
3634
3635	* configure.in (target_libs): Revert 2000-12-08 patch.
3636	(noconfigdirs): Added target-libjava.
3637
36382000-12-09  Laurynas Biveinis  <[email protected]>
3639
3640	* Makefile.in: handle DOS-style absolute paths.
3641
36422000-12-08  Alexandre Petit-Bianco  <[email protected]>
3643
3644	* Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
3645	libjava.
3646	* configure.in (target_libs): Removed `target-libjava'.
3647
36482000-12-08  Alexandre Petit-Bianco  <[email protected]>
3649
3650	* Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
3651	(ALL_MODULES): Added fastjar.
3652	(NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
3653	(all-target-libjava): all-fastjar replaces all-zip.
3654	(all-fastjar): Added.
3655	(configure-target-fastjar, all-target-fastjar): Likewise.
3656	* configure.in (host_tools): Added fastjar.
3657
36582000-12-07  Mike Stump  <[email protected]>
3659
3660	* Makefile.in (local-distclean): Remove leftover built files.
3661
36622000-11-16  Fred Fish  <[email protected]>
3663
3664	* configure.in (enable_libstdcxx_v3): Fix typo,
3665	libstd++ -> libstdc++.
3666
36672000-11-13  Joseph S. Myers  <[email protected]>
3668
3669	* configure: Provide the original toplevel configure arguments
3670	(including $0) to subprocesses in the environment rather than
3671	through gcc/configargs.h.
3672
36732000-11-12  Mark Mitchell  <[email protected]>
3674
3675	* configure: Turn on libstdc++ V3 by default.
3676
36772000-10-16  Michael Meissner  <[email protected]>
3678
3679	* configure (gcc/configargs.h): Only create if there is a build GCC
3680	directory created.
3681
36822000-10-05  Phil Edwards  <[email protected]>
3683
3684	* configure: Save configure arguments to gcc/configargs.h.
3685
36862000-10-04  Andris Pavenis  <[email protected]>
3687
3688	* Makefile.in (bootstrap): avoid recursion if subdir missing
3689	(cross): ditto
3690	(do-proto-toplev): ditto
3691
3692Wed Sep 13 11:11:29 2000  Jeffrey A Law  ([email protected])
3693
3694	* configure.in: Do not build byacc for hppa64.  Provide paths to the
3695	X11 libraries for hppa64.
3696
36972000-09-02  Anthony Green  <[email protected]>
3698
3699	* Makefile.in (all-gcc): Depend on all-zlib.
3700	(CLEAN_MODULES): Add clean-zlib.
3701	(ALL_MODULES): Add all-zlib.
3702	* configure.in (host_libs): Add zlib.
3703
37042000-08-25  Alexandre Oliva  <[email protected]>
3705
3706	* configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
3707	$targargs to tell whether newlib is going to be built.
3708
3709	* configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
3710	$$r/TARGET_SUBDIR/libio for _G_config.h.
3711
37122000-08-14  Zack Weinberg  <[email protected]>
3713
3714	* configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
3715
3716	* configure: Make enable_threads and enable_shared defaults
3717	explicit.  Substitute enable_threads into generated Makefiles.
3718	* configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
3719	* libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
3720
37212000-08-02  Manfred Hollstein  <[email protected]>
3722
3723	* configure.in: Re-enable all references to libg++ and librx.
3724
37252002-04-09  Loren James Rittle  <[email protected]>
3726
3727	* configure.in: Add *-*-freebsd* configurations.
3728
37292002-04-07  Andrew Cagney  <[email protected]>
3730
3731	* Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
3732	(do-tar, do-bz2): New rules.
3733	(taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
3734	(gdb-tar): New rule.
3735	(gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
3736	(insight_dejagnu.tar): New rule.
3737	(insight.tar): New rule.
3738	(gdb+dejagnu.tar): New rule.
3739	(gdb.tar): New rule.
3740
37412002-04-07  Andrew Cagney  <[email protected]>
3742
3743	* MAINTAINERS: Update dejagnu/
3744
37452002-03-16  Alexandre Oliva  <[email protected]>
3746
3747	* ltmain.sh (relink_command): Fix typo in previous change.
3748
37492002-03-15  Alexandre Oliva  <[email protected]>
3750
3751	* ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
3752	(relink_command): Added --tag flags.
3753	(mode=install): If relinking fails; error out.
3754
37552002-03-12  Richard Henderson  <[email protected]>
3756
3757	* Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
3758	.NOTPARALLEL tag.
3759	(do-check): Rename from check.
3760	(check): Allow parallel check.
3761
37622002-03-11  Richard Henderson  <[email protected]>
3763
3764	* Makefile.in (.NOTPARALLEL): Add fake tag.
3765
37662002-03-07  H.J. Lu  ([email protected])
3767
3768	* configure.in: Enable gprof for mips*-*-linux*.
3769
37702002-02-28  Alexandre Oliva  <[email protected]>
3771
3772	* configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
3773	libjava.
3774	(CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
3775
37762002-02-24  Andrew Cagney  <[email protected]>
3777
3778	* texinfo/texinfo.tex: Update to version 2002-02-14.08.
3779
37802002-02-23  Daniel Jacobowitz  <[email protected]>
3781
3782	* config.guess: Import from master sources, rev 1.232.
3783	* config.sub: Import from master sources, rev 1.246.
3784
37852002-02-23  Alexandre Oliva  <[email protected]>
3786
3787	* Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
3788	because its Makefile is there; test for the executable instead.
3789
37902002-02-09  Alexandre Oliva  <[email protected]>
3791
3792	Contribute sh64-elf.
3793	2000-12-01  Alexandre Oliva  <[email protected]>
3794	* configure.in: Added sh64-*-*.
3795
37962002-02-04  Jeff Johnston  <[email protected]>
3797
3798	* COPYING.NEWLIB: Remove advertising clause from
3799	Berkeley and Red Hat licenses.
3800
38012002-02-01  Mo DeJong  <[email protected]>
3802
3803	* Makefile.in: Add all-tix to deps for all-snavigator
3804	so that tix is built when building snavigator.
3805
38062002-02-01  Ben Elliston  <[email protected]>
3807
3808	* config.guess: Import from master sources, rev 1.229.
3809	* config.sub: Import from master sources, rev 1.240.
3810
38112002-01-27  Daniel Jacobowitz  <[email protected]>
3812
3813	From Steve Ellcey <[email protected]>:
3814	* libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
3815	(lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
3816	lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
3817	IA64.
3818	* ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
3819	* ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
3820	soname_spec, sys_lib_search_path_spec): Ditto.
3821
38222002-01-26  Jason Thorpe  <[email protected]>
3823
3824	* configure.in (*-*-netbsd*): New.  Skip target-newlib,
3825	target-libiberty, and target-libgloss.  Skip Java-related
3826	libraries if not supported for NetBSD on target CPU.
3827
38282002-01-23  Nick Clifton  <[email protected]>
3829
3830	* configure.in: Import StrongARM and XScale target_configdirs from
3831	FSF GCC version.
3832
38332002-01-16  H.J. Lu  ([email protected])
3834
3835	* config.guess: Import from master sources, rev 1.225.
3836	* config.sub: Import from master sources, rev 1.238.
3837
3838	* MAINTAINERS: Updated notes on config.guess and config.sub.
3839
38402002-01-11  Steve Ellcey  <[email protected]>
3841
3842	* configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
3843	ld and gdb are not supported.
3844
38452002-01-07  Jeff Johnston  <[email protected]>
3846
3847	* Change reference to Cygnus Solutions to be Red Hat.
3848
38492002-01-07  Jeff Johnston  <[email protected]>
3850
3851	* COPYING.NEWLIB: Update generic copyright date.
3852
38532002-01-07  Mark Salter  <[email protected]>
3854
3855	* configure.in: Remove target-bsp and target-cygmon from arm builds.
3856	  Allow target-libgloss to be built for arm, strongarm, and xscale.
3857
38582002-01-03  Ben Elliston  <[email protected]>
3859
3860	* MAINTAINERS: Update URL for config.* scripts.
3861
38622001-12-18  Alan Modra  <[email protected]>
3863
3864	* config.sub: Import latest version.
3865	* config.guess: Likewise.
3866
38672001-12-13  Thomas Fitzsimmons  <[email protected]>
3868
3869	* configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
3870	options for i[3456]86-pc-linux* native builds.
3871
38722001-12-05  Laurent Guerby  <[email protected]>
3873
3874	* MAINTAINERS: gcc adopts symlink-tree, refer more to
3875	libiberty.
3876
3877	Import this patch from gcc:
3878
3879	2000-12-09  Laurynas Biveinis  <[email protected]>
3880
3881	    * symlink-tree: handle DOS-style absolute paths.
3882
38832001-11-28  DJ Delorie <[email protected]>
3884	    Zack Weinberg  <[email protected]>
3885
3886	When build != host, create libiberty for the build machine.
3887
3888	* Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
3889	CONFIG_ARGUMENTS.
3890	(ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
3891	New variables.
3892	(ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
3893	and rules.
3894	(all.normal): Depend on ALL_BUILD_MODULES.
3895	(CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
3896	(all-build-libiberty): Depend on configure-build-libiberty.
3897
3898	* configure: Calculate and substitute proper value for
3899	ALL_BUILD_MODULES.
3900	* configure.in: Create the build subdirectory.
3901	Calculate and substitute TARGET_CONFIGARGS (formerly
3902	CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
3903
39042001-11-26  Geoffrey Keating  <[email protected]>
3905
3906	* config.sub: Update to version 1.232 on subversion.
3907
39082001-11-20  Nick Clifton  <[email protected]>
3909
3910	* Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
3911	files from .po files for a distribution.
3912
39132001-11-19  Hans-Peter Nilsson  <[email protected]>
3914
3915	* COPYING.NEWLIB: Mention preserved notice in specific parts.
3916
39172001-11-13  Jeff Holcomb  <[email protected]>
3918
3919	Merged from net gcc:
3920	2001-07-30  Jeff Sturm  <[email protected]>
3921	* ltcf-c.sh: Use $objext, not $ac_objext.
3922	2001-07-27  Mark Kettenis  <[email protected]>
3923	* ltcf-cxx.sh: Add support for GNU.
3924	2001-07-22  Timothy Wall  <[email protected]>
3925	* ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
3926	default settings if using GNU tools with that configuration.
3927	* ltcf-cxx.sh: Ditto.
3928	* ltcf-gcj.sh: Ditto.
3929	2001-07-21  Michael Chastain  <[email protected]>
3930	* ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
3931	HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
3932	* ltmain.sh: Mark as gcc-local.
3933
39342001-11-13  Jeff Holcomb  <[email protected]>
3935
3936	* Makefile.in (all-bison): Revert 2001-10-24.
3937	Don't depend on texinfo.
3938
39392001-11-12  Hans-Peter Nilsson  <[email protected]>
3940
3941	* COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
3942
39432001-11-08  Phil Edwards  <[email protected]>
3944
3945	* configure.in (--enable-languages): Be more permissive about
3946	syntax.  Check for empty lists better.  Warn about $LANGUAGES.
3947
39482001-11-06  Hans-Peter Nilsson  <[email protected]>
3949
3950	* Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
3951
39522001-10-24  Jeff Holcomb  <[email protected]>
3953
3954	Makefile.in (all-bison): Don't depend on texinfo.
3955
39562001-10-03  Alan Modra  <[email protected]>
3957
3958	* gettext.m4: Test po/POTFILES.in exists before trying to read.
3959
39602001-09-29  Alexandre Oliva  <[email protected]>
3961
3962	* Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
3963
39642001-09-28  Hans-Peter Nilsson  <[email protected]>
3965
3966	* config.sub, config.guess: Import latest from subversions.
3967
39682001-09-21  Alexandre Oliva  <[email protected]>
3969
3970	* Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
3971	DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
3972	RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
3973	avoid quotes nesting problems.
3974	(NATIVE_CHECK_MODULES): Ditto, just for consistency.
3975	(DO_X): Export only variables that are set.
3976
39772001-09-19  Ben Elliston  <[email protected]>
3978
3979	* configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
3980	Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
3981	semantics.  Use the shell built-in "type" command instead.
3982
39832001-09-15  Thiemo Seufer <[email protected]>
3984
3985	* config.sub: Reverted the earlier change, this version is not the
3986	master file.
3987
39882001-09-14  Thiemo Seufer <[email protected]>
3989
3990	* config.sub: Change machine triplets from mipsel*-* to mips*el-*.
3991	Add support for mips64.
3992
39932001-09-03  Jeff Holcomb  <[email protected]>
3994
3995	* configure.in: Enable libstdc++-v3 for h8300 targets.
3996
39972001-08-30  Eric Christopher  <[email protected]>
3998	    Jason Eckhardt  <[email protected]>
3999
4000	* config.sub: Add support for mipsisa32.
4001
40022001-08-30  Eric Christopher  <[email protected]>
4003
4004	* config.sub, config.guess: Import latest from subversions.
4005
40062001-08-20  Alan Modra  <[email protected]>
4007
4008	* config.sub, config.guess: Import latest from subversions.
4009
40102001-07-26  DJ Delorie  <[email protected]>
4011
4012	* MAINTAINERS: Clarify libiberty merge rules and procedures.
4013
40142001-06-19  Alan Modra  <[email protected]>
4015
4016	* Makefile.in: Revert 2001-06-17.
4017	(VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
4018
40192001-06-17  H.J. Lu <[email protected]>
4020
4021	* Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
4022	(gas+binutils.tar.bz2): Likewise.
4023	(binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
4024
4025Fri Jun  8 11:14:02 2001  Andrew Cagney  <[email protected]>
4026
4027	* Makefile.in (VER): When present, extract the version number from
4028	the file version.in.
4029
40302001-06-08  Alexandre Oliva  <[email protected]>, Jeff Sturm  <[email protected]>
4031
4032	* Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
4033	gcc/xgcc is built, use -print-prog-name to find out the program
4034	name to use.
4035
40362001-06-04  Mark Mitchell  <[email protected]>
4037
4038	* ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
4039	with_gcc]: Use `gcc -shared' to build a shared library.
4040
40412001-06-04  John David Anglin  <[email protected]>
4042
4043	* ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
4044	archives.
4045
40462001-05-28  Simon Patarin <[email protected]>
4047
4048	* ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
4049	libraries when using g++ with native linker.
4050
40512001-05-28  Alexandre Oliva  <[email protected]>
4052
4053	* ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
4054
40552001-05-24  Tom Rix <[email protected]>
4056
4057	* configure.in : enable ld for aix
4058
40592001-05-22  Alexandre Oliva  <[email protected]>
4060
4061	* ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
4062	[aix4*|aix5*]: Prepend blank.
4063
40642001-05-20  Alexandre Oliva  <[email protected]>
4065
4066	* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4067	ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
4068	of subdir/configure scripts to use the new libtool.m4.
4069
40702001-05-14  H.J. Lu <[email protected]>
4071
4072	* config.if (libc_interface): Set to -libc6.2- for cross
4073	compiling to Linux/glibc 2.2.
4074
40752001-05-03  Alexandre Oliva  <[email protected]>
4076
4077	* configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
4078	libgcj.
4079
40802001-04-26  Alexandre Oliva  <[email protected]>
4081
4082	* configure.in (noconfigdirs): Don't reset it from scratch in the
4083	target case; only append to it.
4084
40852001-04-26  Alexandre Oliva  <[email protected]>
4086
4087	* configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
4088	sparc-*-solaris2.8]: Disable ${libgcj}.
4089
40902001-04-25  Alexandre Oliva  <[email protected]>
4091
4092	* configure.in (libgcj_saved): Copy from $libgcj.
4093	(libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
4094	--disable-libgcj.
4095
40962001-04-20  Alexandre Oliva  <[email protected]>
4097
4098	* ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
4099	1.641.2.228.
4100
41012001-04-12  Alexandre Oliva  <[email protected]>
4102
4103	* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4104	ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
4105
41062001-04-01  Alexandre Oliva  <[email protected]>
4107
4108	* Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
4109	New macros.
4110	(bootstrap, cross): Use RECURSE_FLAGS.
4111	* configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
4112
41132001-03-27  Alexandre Oliva  <[email protected]>
4114
4115	* configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
4116
41172001-03-23  Nick Clifton  <[email protected]>
4118
4119	* README-maintainer-mode: Add note about inability to use "make
4120	distclean" in maintainer mode.
4121
41222001-03-22  Alexandre Oliva  <[email protected]>
4123
4124	Re-installed:
4125	2001-01-02  Laurynas Biveinis  <[email protected]>
4126	* ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
4127	'-DPIC' to ac_cv_prog_cc_pic for DJGPP.
4128	* ltcf-cxx.sh: Likewise.
4129	* ltcf-gcj.sh: Likewise.
4130
41312001-03-22  Philip Blundell  <[email protected]>
4132
4133	* config.sub, config.guess: Import latest from subversions.
4134
41352001-03-22  Alexandre Oliva  <[email protected]>
4136
4137	* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4138	ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
4139
41402001-03-20  Michael Chastain  <[email protected]>
4141
4142	* Makefile.in: all-m4 depends on all-texinfo.
4143
41442001-03-08  Alexandre Oliva  <[email protected]>
4145
4146	* Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
4147
41482001-02-22  Jeff Johnston <[email protected]>
4149
4150	* COPYING.NEWLIB: Remove DJ Delorie's address because it is no
4151	longer valid.
4152
41532001-02-16  Nick Clifton  <[email protected]>
4154
4155	* configure.in (noconfigdirs): Allow configuration of texinfo
4156	for Cygwin hosts.
4157
41582001-02-09  Martin Schwidefsky  <[email protected]>
4159
4160	* config.guess: Add linux target for S/390.
4161	* config.sub: Likewise.
4162	* configure.in: Likewise.
4163
41642001-02-06  Ben Elliston  <[email protected]>
4165
4166	* configure: Output host type to stdout, not stderr.
4167
41682001-02-04  Michael Sokolov  <[email protected]>
4169
4170	* config.guess: Import from subversions.gnu.org (revision 1.181).
4171	* config.sub: Import from subversions.gnu.org (revision 1.199).
4172
41732001-01-30  Alan Modra  <[email protected]>
4174
4175	* config.guess: Handle hppa64-linux systems.
4176
41772001-01-27  Michael Sokolov  <[email protected]>
4178
4179	* ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
4180	Don't unset, it's non-portable and no longer necessary, set to empty
4181	instead.
4182
41832001-01-27  Michael Sokolov  <[email protected]>,  Alexandre Oliva  <[email protected]>
4184
4185	* ltconfig: Shell portability fix for the tagname validity check.
4186
41872001-01-27  Michael Sokolov  <[email protected]>
4188
4189	* ltcf-cxx.sh: Use parentheses around eval $ac_compile.
4190
41912001-01-27  Alexandre Oliva  <[email protected]>
4192
4193	* ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
4194	* ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
4195
41962001-01-24  Alexandre Oliva  <[email protected]>
4197
4198	* ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
4199	keep at least one of build_libtool_libs or build_old_libs set to
4200	yes.
4201
42022001-01-24  Alexandre Oliva  <[email protected]>
4203
4204	* ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
4205	* libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
4206
42072000-11-07  Philip Blundell  <[email protected]>
4208
4209	* Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
4210
42112000-11-03  Philip Blundell  <[email protected]>
4212
4213	* Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
4214	files.
4215
42162001-01-15  Jeff Johnston  <[email protected]>
4217
4218	* COPYING.NEWLIB: Put into source repository.
4219
42202001-01-15  Ben Elliston  <[email protected]>
4221
4222	* configure.in (host_tools): Add sid.
4223	Always configure cgen.
4224	* Makefile.in (all-sid): New target.
4225	(check-sid, clean-sid, install-sid): Likewise.
4226
42272001-01-07  Andreas Jaeger  <[email protected]>
4228
4229	* config.sub, config.guess: Update from subversions.
4230
42312000-12-12  Alexandre Oliva  <[email protected]>
4232
4233	* configure.in: Disable language-specific target libraries for
4234	languages that aren't enabled.
4235
42362000-11-24  Nick Clifton  <[email protected]>
4237
4238	* configure.in (xscale-elf): Add target.
4239	(xscale-coff): Add target.
4240	(c4x, c5x, tic54x): Move after ARM targets.
4241
42422000-11-23  Alexandre Oliva  <[email protected]>
4243
4244	* ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
4245
42462000-11-20  Ian Lance Taylor  <[email protected]>
4247
4248	* ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
4249
42502000-11-18  Alexandre Oliva  <[email protected]>
4251
4252	* Makefile.in: Merge with GCC and libgcj.
4253	(ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
4254	configure-target-<library> when their configure scripts need the C
4255	or C++ library to have already been built to work properly.
4256	(do_proto_toplev): Set them to an empty string.
4257
42582000-11-18  Alexandre Oliva  <[email protected]>
4259
4260	* Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
4261	(REALLY_SET_LIB_PATH): Use them.
4262
42632000-11-06  Christopher Faylor <[email protected]>
4264
4265	* config.sub: Add support for Sun Chorus
4266
42672000-11-02  Per Lundberg  <[email protected]>
4268
4269	* config.sub: Add support for the *-storm-chaos OS.
4270
42712000-10-30  Stephane Carrez  <[email protected]>
4272
4273	* configure.in (noconfigdirs): Don't compile some
4274	of the libraries for 68HC11 & 68hc12 targets.
4275
42762000-09-30  Alexandre Oliva  <[email protected]>
4277
4278	* ltconfig, ltmain.sh, libtool.m4: Updated from libtool
4279	multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
4280	all affected `configure' scripts.
4281
42822000-09-25  Alexandre Oliva  <[email protected]>
4283
4284	* Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
4285	ltcf-c.sh.
4286
42872000-09-12  Philip Blundell  <[email protected]>
4288
4289	* config.sub, config.guess: Update from subversions.
4290
42912000-09-06  Alexandre Oliva  <[email protected]>
4292
4293	* Makefile.in (all-zlib): Added dummy target.
4294
4295	* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
4296	multi-language branch.
4297
42982000-09-05  Alexandre Oliva  <[email protected]>
4299
4300	* Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
4301	(bootstrap*): Depend on all-bootstrap.
4302
43032000-09-02  Alexandre Oliva  <[email protected]>, DJ Delorie  <[email protected]>
4304
4305	* configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
4306	crosses, but add gcc/include to the header search path for them.
4307
43082000-08-31  Alexandre Oliva  <[email protected]>
4309
4310	* ltconfig, ltmain.sh: Updated from libtool multi-language branch.
4311	* libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
4312	* gettext.m4: New file, extracted from aclocal.m4.
4313
43142000-08-22  Alexandre Oliva  <[email protected]>
4315
4316	* config-ml.in (CC, CXX): Avoid trailing whitespace.
4317	(LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
4318	sub-configures.
4319
43202000-08-20  Doug Evans  <[email protected]>
4321
4322	* Makefile.in (ALL_MODULES): Add all-cgen.
4323	(CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
4324	(all-cgen): New target.
4325	(all-opcodes,all-sim): Depend on all-cgen.
4326	* configure.in (host_tools): Add cgen.
4327	Only configure cgen if --enable-cgen-maint.
4328
43292000-08-17  Alexandre Oliva  <[email protected]>
4330
4331	* config-ml.in (CC, CXX): Don't introduce a leading space.
4332
43332000-08-16  Alexandre Oliva  <[email protected]>
4334
4335	* configure.in (libstdcxx_flags): Use
4336	libstdc++-v3/src/libstdc++.INC.
4337
43382000-08-15  Alexandre Oliva  <[email protected]>
4339
4340	* configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
4341
43422000-08-11  Jason Merrill  <[email protected]>
4343
4344	* configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
4345	CXX_FOR_TARGET): Add -B$$r/gcc/ here.
4346	(FLAGS_FOR_TARGET): Not here.
4347	(CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
4348
43492000-08-07  DJ Delorie  <[email protected]>
4350
4351	* configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
4352	"if we're also building gcc, and it's a gcc that will run on the
4353	build machine, we want to use its includes instead of the system's
4354	default includes".
4355
43562000-08-03  Alexandre Oliva  <[email protected]>
4357
4358	* configure.in (libstdcxx_flags): Don't use `"'.
4359
4360	* config-ml.in: Adjust multilib search paths to the
4361	appropriate multilib tree.
4362
43632000-08-02  Alexandre Oliva  <[email protected]>
4364
4365	* configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
4366	commas in $LANGUAGES.
4367
43682000-08-01  Alexandre Oliva  <[email protected]>
4369
4370	* configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
4371
43722000-07-31  Alexandre Oliva  <[email protected]>
4373
4374	* configure.in (qCXX_FOR_TARGET): Quote `&' characters in
4375	CXX_FOR_TARGET for sed.
4376
43772000-07-30  Alexandre Oliva  <[email protected]>
4378
4379	* configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
4380	Do not override if already set in the environment or in configure.
4381	Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
4382	(FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
4383
43842000-07-27  Alexandre Oliva  <[email protected]>
4385
4386	* Makefile.in (FLAGS_FOR_TARGET): New macro.
4387	(GCC_FOR_TARGET): Use it.
4388	(CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
4389	* configure.in: ... here.
4390	(FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
4391	(libstdcxx_flags): Define and append to CXX_FOR_TARGET.
4392
43932000-07-24  Alexandre Oliva  <[email protected]>
4394
4395	* Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
4396	(configure-target-libchill, configure-target-libobjc): Likewise.
4397
4398	* configure.in: Use the same cache file for all target libs.
4399	* config-ml.in: But different cache files per multilib variant.
4400
44012000-07-23  Michael Sokolov  <[email protected]>
4402
4403	* configure (topsrcdir): Don't use dirname.
4404
44052000-07-20  Jason Merrill  <[email protected]>
4406
4407	* configure.in: Remove all references to libg++ and librx.
4408
4409	* configure, configure.in, Makefile.in: Unify gcc and binutils.
4410
44112000-07-20  Hans-Peter Nilsson  <[email protected]>
4412
4413	* config.sub: Update to subversions version 2000-07-06.
4414
44152000-07-12  Andrew Haley  <[email protected]>
4416
4417	* configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
4418	(target_makefile_frag): Use mt-ia64pic on IA-64 targets.
4419
44202000-07-07  Phil Edwards  <[email protected]>
4421
4422	* symlink-tree:  Check number of arguments.
4423
44242000-06-06  Andrew Cagney  <[email protected]>
4425
4426	* texinfo/texinfo.tex: Update to version 2000-05-28.15.
4427
44282000-07-05  Jim Wilson  <[email protected]>
4429
4430	* Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
4431	search path for a g++ extracted from the build tree.  This
4432	will allow link tests run by configure scripts in
4433	subdirectories to succeed.
4434
44352000-07-01  Koundinya K  <[email protected]>
4436
4437	* ltconfig: Add support for mips-dde-sysv4.2MP
4438
44392000-06-28  Corinna Vinschen  <[email protected]>
4440
4441	* ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
4442	`os2'. Force ac_cv_exeext to be ".exe" in that case.
4443
44442000-06-19  Timothy Wall  <[email protected]>
4445
4446	* configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
4447	* config.sub: Add tic54x target.
4448
44492000-06-07  Phillip Thomas  <[email protected]>
4450
4451	* README-maintainer-mode: New file: Contains notes on using
4452	--enable-maintainer-mode with binutils.
4453
44542000-05-29  Andrew Cagney  <[email protected]>
4455
4456	* texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
4457
44582000-05-30  Andrew Cagney  <[email protected]>
4459
4460	* config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
4461	* config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
4462
446320000-05-21  H.J. Lu  ([email protected])
4464
4465	* Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
4466	directory are used if they exist. Make sure
4467	$(build_tooldir)/include is searched for header files,
4468	$(build_tooldir)/lib/ for library files.
4469	(GCC_FOR_TARGET): Likewise.
4470	(CXX_FOR_TARGET): Likewise.
4471
44722000-05-18  Jeffrey A Law  ([email protected])
4473
4474	* configure.in (hppa*64*-*-*): Do build ld for this configuration.
4475
44762000-05-17  Alexandre Oliva  <[email protected]>
4477
4478	* Makefile.in (configure-target-libiberty): Depend on
4479	configure-target-newlib.
4480
44812000-05-16  Alexandre Oliva  <[email protected]>
4482
4483	* configure.in, Makefile.in: Merge all libffi-related
4484	configury stuff from the libgcj tree.
4485
44862000-05-16  Andrew Cagney  <[email protected]>
4487
4488	Thu Apr 27 11:01:48 2000 Andrew Cagney <[email protected]>:
4489	* Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
4490
44912000-05-16  Andrew Cagney  <[email protected]>
4492
4493	Wed Apr 26 17:03:53 2000 Andrew Cagney <[email protected]>:
4494	* Makefile.in (do-djunpack): New target. Update djunpack.bat with
4495	current version information.  Add to proto-toplev directory.
4496	(gdb-taz): Build do-djunpack.
4497
44982000-05-15  David Edelsohn  <[email protected]>
4499
4500	* configure.in: Special case powerpc*-*-aix* target_makefile_frag.
4501
45022000-05-13 Alexandre Oliva  <[email protected]>
4503
4504	* ltmain.sh: Preserve in relink_command any environment
4505	variables that may affect the linker behavior.
4506
45072000-05-12  Jeffrey A Law  ([email protected])
4508
4509	* config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
4510
45112000-05-10  Jim Wilson  <[email protected]>
4512
4513	* configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
4514
45152000-05-08  Eli Zaretskii  <[email protected]>
4516
4517	* djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
4518	with the version name.
4519
45202000-05-01  Benjamin Kosnik  <[email protected]>
4521
4522	* config.if: Tweak.
4523
45242000-04-23  Eli Zaretskii  <[email protected]>
4525
4526	* djunpack.bat: New file.
4527
45282000-04-19  Andrew Cagney  <[email protected]>
4529
4530	* Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
4531	gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
4532	dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
4533	insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
4534
45352000-04-16  Dave Pitts  <[email protected]>
4536
4537	* config.sub (case $basic_machine): Change default for "ibm-*"
4538	to "openedition".
4539
45402000-04-12  Andrew Cagney  <[email protected]>
4541
4542	* Makefile.in (gdb-taz): New target.  GDB specific archive.
4543	(do-md5sum): New target.
4544	(MD5PROG): Define.
4545	(PACKAGE): Default to TOOL.
4546	(VER): Default to a shell script.
4547	(taz): Rewrite target.  Move real work to do-proto-toplev.  Include
4548	md5 checksum generation.
4549	(do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
4550	(do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
4551	(gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
4552	insight.tar.bz2): Use gdb-taz to create archive.
4553
45542000-04-07  Andrew Cagney  <[email protected]>
4555
4556	* configure (warn_cflags): Delete.
4557
45582000-04-05  Benjamin Kosnik  <[email protected]>
4559	    Martin v. Loewis  <[email protected]>
4560
4561	* configure.in (enable_libstdcxx_v3): Add.
4562	(target_libs): Add bits here to switch between libstdc++-v2 and
4563	libstdc++-v3.
4564	* config.if: And this file too.
4565	* Makefile.in: Add libstdc++-v3 targets.
4566
45672000-04-05  Michael Meissner  <[email protected]>
4568
4569	* config.sub (d30v): Add d30v as a basic machine type.
4570
45712000-03-29  Jason Merrill  <[email protected]>
4572
4573	* configure.in: -linux-gnu*, not -linux-gnu.
4574
45752000-03-03  Andrew Cagney  <[email protected]>
4576
4577	* Makefile.in (taz): Set PACKAGE to TOOL when not defined.
4578	(do-tar-bz2): Replace TOOL with PACKAGE.
4579	(gdb.tar.bz2): Remove GDBTK from GDB package.
4580	(gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
4581	dejagnu.tar.bz2): New packages.
4582
45832000-02-27  Andreas Jaeger  <[email protected]>
4584
4585	* configure.in: Add entry for mips*-*-linux*, move catch all
4586	*-*-*linux* entry below this one.
4587
45882000-02-27  Ian Lance Taylor  <[email protected]>
4589
4590	* ltconfig, ltmain.sh: Update to libtool 1.3.4.
4591
45922000-02-24  Nick Clifton  <[email protected]>
4593
4594	* config.sub: Support an OS of "wince".
4595
45962000-02-24  Andrew Cagney  <[email protected]>
4597
4598	* config.guess, config.sub: Updated to match config's 2000-02-15
4599	version.
4600
46012000-02-23  Linas Vepstas <[email protected]>
4602
4603	* config.sub: Add support for Linux/IBM 370.
4604	* configure.in: Likewise.
4605
46062000-02-22  Nick Clifton  <[email protected]>
4607
4608	* configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
4609
46102000-02-20  Christopher Faylor <[email protected]>
4611
4612	* config.guess: Guess "cygwin" rather than "cygwin32".
4613
46142000-02-16  Kaveh R. Ghazi  <[email protected]>
4615
4616	* configure (gcc_version): When setting, narrow search to
4617	lines containing `version_string'.
4618
46192000-02-15  Denis Chertykov  <[email protected]>
4620
4621	* config.sub: Add support for avr target.
4622
46232000-02-01  Hans-Peter Nilsson  <[email protected]>
4624
4625	* config.sub: Add mmix-knuth-mmixware.
4626
46272000-01-27  Christopher Faylor <[email protected]>
4628
4629	* Makefile.in (CC_FOR_TARGET): Add new winsup directory
4630	structure stuff to -L library search.
4631	(CXX_FOR_TARGET): Ditto.
4632	(CROSS_CHECK_MODULES): Fix spelling mistake.
4633
46342000-01-24  Mark Mitchell  <[email protected]>
4635
4636	* Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
4637	the C++ compiler.
4638
46392000-01-12  Richard Henderson  <[email protected]>
4640
4641	* configure.in: Don't build some bits for beos.
4642
46432000-01-12  Joel Sherrill ([email protected])
4644
4645	* Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
4646	as include files.
4647
46482000-01-06  Geoff Keating  <[email protected]>
4649
4650	* configure.in: Use mt-aix43 to handle *_TARGET defs,
4651	not mh-aix43.
4652
46531999-12-14  Richard Henderson  <[email protected]>
4654
4655	* config.guess (alpha-osf, alpha-linux): Detect ev67.
4656	* config.sub: Accept alphaev[78], alphaev8.
4657
46581999-12-03  Alexandre Oliva  <[email protected]>
4659
4660	* config.guess, config.sub: Update from autoconf.
4661
4662Tue Nov 23 00:57:41 1999  Rainer Orth  <[email protected]>
4663
4664	* config-ml.in (sparc*-*-*): Disable sparcv9 support if the
4665	necessary libraries are missing.
4666
46671999-10-25  Andreas Schwab  <[email protected]>
4668
4669	* configure: Fix quoting inside arguments of eval.
4670
46711999-10-21  Nick Clifton  <[email protected]>
4672
4673	* config-ml.in: Allow suppression of some ARM multilibs.
4674
4675Tue Sep  7 23:33:57 1999  Linas Vepstas  <[email protected]>
4676
4677	* config.guess: Add OS/390 match pattern.
4678	* config.sub: Add mvs, openedition targets.
4679	* configure.in (i370-ibm-opened*): New.
4680
46811999-09-04  Steve Chamberlain  <[email protected]>
4682
4683	* config.sub: Add support for configuring for pj.
4684
46851999-08-31  Nick Clifton  <[email protected]>
4686
4687	* config.sub (maybe_os): Add support for configuring for fr30.
4688
46891999-08-25  Nick Clifton  <[email protected]>
4690
4691	* configure.in: Do not configure or build ld for AIX
4692	platforms.  ld is known to be broken on these platforms.
4693
4694Wed Aug 25 01:12:25 1999  Rainer Orth  <[email protected]>
4695
4696	* config-ml.in: Pass compiler flag corresponding to multidirs to
4697	subdir configures.
4698
46991999-08-09  Ian Lance Taylor  <[email protected]>
4700
4701	* Makefile.in (LDFLAGS): Define.
4702
47031999-08-08  Mumit Khan  <[email protected]>
4704
4705	* configure.in (i[3456]-*-mingw32*): Don't put gprof in
4706	noconfigdirs.
4707	(*-*-cygwin*): Likewise.
4708
47091999-08-08  Ian Lance Taylor  <[email protected]>
4710
4711	* mkdep: New file.
4712	* Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
4713	(BINUTILS_SUPPORT_DIRS): Add mkdep.
4714
4715	From Eli Zaretskii <[email protected]>:
4716	* configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
4717	long file name when using DJGPP on MS-DOS.
4718
4719Wed Aug  4 02:07:14 1999  Jeffrey A Law  ([email protected])
4720
4721	* config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
4722
47231999-07-30  Alan Modra  <[email protected]>
4724
4725	* Makefile.in (check-target-libio): Remove all-target-libstdc++
4726	dependency as this causes "make check" to globally "make all"
4727
4728Tue Jun 22 23:45:18 1999  Tom Tromey  <[email protected]>
4729
4730	* configure.in (target_libs): Added target-zlib.
4731	* Makefile.in (ALL_TARGET_MODULES): Added zlib.
4732	(CONFIGURE_TARGET_MODULES): Likewise.
4733	(CHECK_TARGET_MODULES): Likewise.
4734	(INSTALL_TARGET_MODULES): Likewise.
4735	(CLEAN_TARGET_MODULES): Likewise.
4736	(configure-target-zlib): New target.
4737	(all-target-zlib): Likewise.
4738	(all-target-libjava): Depend on all-target-zlib.
4739	(configure-target-libjava): Depend on configure-target-zlib.
4740
4741	* Makefile.in (configure-target-libjava): Depend on
4742	configure-target-newlib.
4743	(configure-target-boehm-gc): New target.
4744	(configure-target-qthreads): New target.
4745
4746	* configure.in (target_libs): Added target-qthreads.
4747	* Makefile.in (ALL_TARGET_MODULES): Added qthreads.
4748	(CONFIGURE_TARGET_MODULES): Likewise.
4749	(CHECK_TARGET_MODULES): Likewise.
4750	(INSTALL_TARGET_MODULES): Likewise.
4751	(CLEAN_TARGET_MODULES): Likewise.
4752	(all-target-qthreads): New target.
4753	(configure-target-libjava): Depend on configure-target-qthreads.
4754	(all-target-libjava): Depend on all-target-qthreads.
4755
4756	* Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
4757	(CONFIGURE_TARGET_MODULES): Likewise.
4758	(CHECK_TARGET_MODULES): Likewise.
4759	(INSTALL_TARGET_MODULES): Likewise.
4760	(CLEAN_TARGET_MODULES): Likewise.
4761	(all-target-libjava): New target.
4762	(all-target-boehm-gc): Likewise.
4763	* configure.in (target_libs): Added libjava, boehm-gc.
4764
47651999-07-22  Ian Lance Taylor  <[email protected]>
4766
4767	* Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
4768	configure.bat in SUPPORT_FILES.
4769	(gas+binutils.tar.bz2): Likewise.
4770
4771	* makeall.bat: Remove; obsolete.
4772
47731999-07-21  Ian Lance Taylor  <[email protected]>
4774
4775	From Mark Elbrecht:
4776	* configure.bat: Remove; obsolete.
4777
47781999-07-11  Ian Lance Taylor  <[email protected]>
4779
4780	* configure: Add -W -Wall to the default CFLAGS when compiling with
4781	gcc.
4782
4783Thu Jul  8 12:32:23 1999  John David Anglin <[email protected]>
4784
4785	* configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
4786
47871999-06-30  Mark Mitchell  <[email protected]>
4788
4789	* configure.in: Build ld on IRIX6.
4790
47911999-06-12  Ian Lance Taylor  <[email protected]>
4792
4793	* Makefile.in: Change distribution targets to use bzip2 instead of
4794	gzip.
4795	(TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
4796	(taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
4797
47981999-06-04  Nick Clifton  <[email protected]>
4799
4800	* config.sub: Add mcore target.
4801
48021999-05-30  Cort Dougan  <[email protected]>
4803
4804	* config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
4805
48061999-05-25  H.J. Lu  ([email protected])
4807
4808	* config.guess (dummy): Changed to $dummy.
4809
48101999-05-24  Nick Clifton  <[email protected]>
4811
4812	* config.sub: Tidied up case statements.
4813
48141999-05-22  Ben Elliston  <[email protected]>
4815
4816	* config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
4817	<[email protected]>.
4818
4819	* config.guess: Merge with FSF version. Future changes will be
4820	more accurately recorded in this ChangeLog.
4821	* config.sub: Likewise.
4822
48231999-05-20   Stephen L Moshier  <[email protected]>
4824
4825	 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
4826
48271999-04-30  Tom Tromey  <[email protected]>
4828
4829	* ltmain.sh: [mode link] Always use CC given by ltconfig.
4830
48311999-04-23  Tom Tromey  <[email protected]>
4832
4833	* ltconfig, ltmain.sh: Update to libtool 1.2f.
4834
48351999-04-20  Drew Moseley  <[email protected]>
4836
4837	* configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
4838	(noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
4839	Bad merge removed these two changes.
4840
4841Tue Apr 13 22:50:54 1999  Donn Terry ([email protected])
4842			  Martin Heller ([email protected])
4843
4844	* config.guess (interix Alpha): Add.
4845
48461999-04-11  Richard Henderson  <[email protected]>
4847
4848	* configure.in (i?86-*-beos*): Do config gperf; don't config
4849	gdb, newlib, or libgloss.
4850
48511999-04-11  Alexandre Oliva  <[email protected]>
4852
4853	* config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
4854	link a trivial program with -mabi=64.  If it fails, remove mabi=64
4855	from multidirs.
4856
48571999-04-10  Philipp Thomas  ([email protected])
4858
4859	* config.sub: Set basic_machine to i586 when target_alias = k6-*.
4860
48611999-04-08  Nick Clifton  <[email protected]>
4862
4863	* config.sub: Add support for mcore targets.
4864
48651999-04-07  Michael Meissner  <[email protected]>
4866
4867	* configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
4868	not mt-ospace, in order to shut up assembler warning about using
4869	symbols that are named the same as registers.
4870
48711999-04-07  Drew Moseley  <[email protected]>
4872
4873	* Makefile.in (all-target-cygmon): Added all-target-bsp to the
4874	dependency list for all-target-cygmon.
4875
48761999-04-05  Doug Evans  <[email protected]>
4877
4878	* config-ml.in: Check $host, not $target, for selective multilibs.
4879	(arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
4880	thumb interworking, and underscore prefix multilibs.
4881
48821999-04-04  Ian Lance Taylor  <[email protected]>
4883
4884	* missing: Update to version from current automake.
4885
4886Fri Apr  2 15:11:32 1999  H.J. Lu  ([email protected])
4887
4888	* configure (gxx_include_dir): Removed.
4889
4890	* configure.in (gxx_include_dir): Handle it.
4891	* Makefile.in: Likewise.
4892
48931999-03-29  Gavin Romig-Koch  <[email protected]>
4894
4895	* config.sub (mips64vr4111,mips64vr4111el) Add.
4896
48971999-03-21  Ben Elliston  <[email protected]>
4898
4899	* config.guess: Correct typo for detecting ELF on FreeBSD.
4900
4901Thu Mar 18 00:17:50 1999  Mark Elbrecht <[email protected]>
4902
4903	* configure.in (pc-msdosdjgpp): Set host_makefile_frag to
4904	config/mh-djgpp.
4905
4906Thu Mar 11 18:37:23 1999  Drew Moseley  <[email protected]>
4907
4908	* Makefile.in (all-target-bsp): Added all-gcc all-binutils and
4909	all-target-newlib to dependency list for all-target-bsp.
4910
4911Thu Mar 11 01:19:31 1999  Mumit Khan  <[email protected]>
4912
4913	* config.sub: Add i386-uwin support.
4914	* config.guess: Likewise.
4915
4916Thu Mar 11 01:07:55 1999  Franz Sirl <[email protected]>
4917
4918	* configure.in: cleanup, add mh-*pic handling for arm, special
4919	case powerpc*-*-aix*
4920
4921Wed Mar 10 18:35:07 1999  Jeff Johnston  <[email protected]>
4922
4923	* configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
4924	can be built.
4925
4926Wed Mar 10 17:39:09 1999  Drew Moseley  <[email protected]>
4927
4928	* configure.in: Added bsp support to arm-*-coff and arm-*-elf
4929	targets.
4930
49311999-03-02  Nick Clifton  <[email protected]>
4932
4933	* config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
4934
49351999-02-28  Geoffrey Noer  <[email protected]>
4936
4937	* config.sub: Check for "cygwin*" rather than "cygwin32*"
4938
49391999-02-24  Nick Clifton  <[email protected]>
4940
4941	* config.sub: Fix typo in arm recognition.
4942
49431999-02-24  Drew Moseley  <[email protected]>
4944
4945	* configure.in (noconfigdirs): Changed target_configdirs to
4946	include target-bsp only for m68k-*-elf* and m68k-*-coff*
4947	rather than m68k-*-* since it is not known to work on
4948	m68k-aout. Ditto for arm-*-*oabi.
4949
49501999-02-24  Stan Shebs  <[email protected]>
4951
4952	* configure.in (*-*-windows*): Remove, no longer used.
4953
49541999-02-19  Ben Elliston <[email protected]>
4955
4956	* config.guess: Automatically recognise ELF on FreeBSD. From Niall
4957	Smart and improved by Andrew Cagney.
4958
49591999-02-18  Marc Espie <[email protected]>
4960
4961	* config.guess: Recognize openbsd-*-hppa.
4962
49631999-02-17  H.J. Lu  ([email protected])
4964
4965	* Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
4966	only if it is not empty.
4967
49681999-02-17  Nick Clifton  <[email protected]>
4969
4970	Patch from: Scott Bambrough <[email protected]>
4971
4972	* config.guess: Modified to recognize uname's armv* syntax.
4973
4974	* config.sub: Modified to recognize uname's armv* syntax.
4975
49761999-02-17  Mark Salter  <[email protected]>
4977
4978	* configure.in: Added target-bsp for sparclite.
4979
49801999-02-08  Richard Henderson  <[email protected]>
4981
4982	* config.sub: Recognize alphapca5[67] and up to alphaev8.
4983
49841999-02-08  Nick Clifton  <[email protected]>
4985
4986	* configure.in: Add support for strongarm port.
4987	* config.sub: Add support for strongarm target.
4988
49891999-02-07  Mumit Khan  <[email protected]>
4990
4991	* configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
4992	the old name config/mh-cygwin32.
4993	Enable texinfo.
4994
49951999-02-04  Ian Lance Taylor  <[email protected]>
4996
4997	* configure.in: Do build ld for ix86 Solaris.
4998
49991999-02-02  Jim Wilson  <[email protected]>
5000
5001	* Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
5002	$AR_FOR_TARGET.  Likewise for RANLIB.
5003
50041999-02-02  Catherine Moore  <[email protected]>
5005
5006	* config.sub (oabi):  Recognize.
5007	* configure.in (arm-*-oabi):  Handle.
5008
50091999-01-30  Robert Lipe  ([email protected])
5010
5011	* config.guess: Improve detection of i686 on UnixWare 7.
5012
50131999-01-30  Mumit Khan  <[email protected]>
5014
5015	* config.guess: Add support for i386-pc-interix.
5016	* config.sub: Likewise.
5017	* configure.in: Likewise.
5018
50191999-01-18  Christopher Faylor <[email protected]>
5020
5021	* Makefile.in: Remove unneeded all-target-libio from
5022	from all-target-winsup target since it is now unneeded.
5023	Add all-target-libtermcap in its place since it is now
5024	needed.
5025
50261998-12-30  Christopher Faylor <[email protected]>
5027
5028	* configure.in: makefile stub for cygwin target is probably
5029	unnecessary.  Remove it for now.
5030
50311998-12-30  Christopher Faylor <[email protected]>
5032
5033	* configure.in: libtermcap.a should be built when cygwin is the
5034	target as well as the host.
5035	* config.guess: Allow mixed case in cygwin uname output.
5036	* Makefile.in: Add libtermcap target.
5037
50381998-12-23  Jeffrey A Law  ([email protected])
5039
5040	* config.sub: Clean up handling of hppa2.0.
5041
50421998-12-22  Rodney Brown  ([email protected])
5043
5044	* config.guess: Use C code to identify more HP machines.
5045
5046Thu Dec 17 01:22:30 1998  Jeffrey A Law  ([email protected])
5047
5048	* config.sub: Handle hppa2.0.
5049
5050Tue Dec 15 17:02:58 1998  Bob Manson  <[email protected]>
5051
5052	* configure.in: Add cygmon for x86-coff and x86-elf. Configure
5053	cygmon for all sparclite targets, regardless of object format.
5054
50551998-12-15  Mark Salter  <[email protected]>
5056
5057	* configure.in: Added target-bsp for several target architectures.
5058
5059	* Makefile.in: Added rules for bsp.
5060
5061Fri Dec  4 01:34:02 1998  Jeffrey A Law  ([email protected])
5062
5063	* config.guess: Improve detection of hppa2.0 processors.
5064
5065Fri Dec  4 01:33:05 1998  Niall Smart <[email protected]>
5066
5067	* config.guess: Recognize FreeBSD using ELF automatically.
5068
50691998-11-26  Manfred Hollstein  <[email protected]>
5070
5071	* configure (skip-this-dir): Add handling for new shell script, which
5072	might be created by a sub-directory's configure to indicate, this particular
5073	directory is "unwanted".
5074	* Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
5075
5076Wed Nov 18 18:28:45 1998  Geoffrey Noer  <[email protected]>
5077
5078	* ltconfig: import from libtool, after changing libtool to
5079	account for the cygwin name change.
5080
5081Wed Nov 18 18:09:14 1998  Geoffrey Noer  <[email protected]>
5082
5083	* Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
5084	include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
5085
5086Wed Nov 18 20:13:29 1998  Christopher Faylor <[email protected]>
5087
5088	* configure.in: Add libtermcap to list of cygwin dependencies.
5089
50901998-11-17  Geoffrey Noer  <[email protected]>
5091
5092	* Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
5093	they include winsup/include when it's a cygwin target.
5094
50951998-11-12  Tom Tromey  <[email protected]>
5096
5097	* configure.in (host_tools): Added zip.
5098	* Makefile.in (all-target-libjava): Depend on all-zip.
5099	(all-zip): New target.
5100	(ALL_MODULES): Added all-zip.
5101	(NATIVE_CHECK_MODULES): Added check-zip.
5102	(INSTALL_MODULES): Added install-zip.
5103	(CLEAN_MODULES): Added clean-zip.
5104
51051998-11-12  Geoffrey Noer  <[email protected]>
5106
5107	* Makefile.in: lose "32" from comment about cygwin.
5108
51091998-11-05  Nick Clifton  <[email protected]>
5110
5111	* configure.in: Use -Os to build target libraries for the fr30.
5112
51131998-11-04  Dave Brolley  <[email protected]>
5114
5115	* config.sub: Add fr30.
5116
51171998-11-02  Geoffrey Noer  <[email protected]>
5118
5119	* configure.in: drop "32" from config/mh-cygwin32.  Check
5120	cygwin* instead of cygwin32*.
5121	* config.sub: Check cygwin* instead of cygwin32*.
5122
51231998-10-22  Robert Lipe  <[email protected]>
5124
5125	* config.guess: Match any version of Unixware7.
5126
51271998-10-20  Syd Polk  <[email protected]>
5128
5129	* Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
5130	if desired.
5131
51321998-10-18  Jeffrey A Law  ([email protected])
5133
5134	* config.if (cxx_interface, libstdcxx_interface): Do not try to set
5135	these if the appropriate directories and files to not exist.
5136
51371998-10-14  Jeffrey A Law  ([email protected])
5138
5139	* Makefile.in (DEVO_SUPPORT): Add config.if.
5140
51411998-10-13  Manfred Hollstein  <[email protected]>
5142
5143	* configure: Add pattern to replace "build_tooldir"'s
5144	definition in the generated Makefile with "tooldir"'s
5145	actual value.
5146
5147Tue Oct 13 09:17:06 1998  Jeffrey A Law  ([email protected])
5148
5149	* config.sub: Bring back lost sparcv9.
5150
5151	* Makefile.in (all-snvavigator): Remove all-flexlm dependency.
5152
5153Mon Oct 12 12:09:44 1998  Jeffrey A Law  ([email protected])
5154
5155	* Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
5156	CC_FOR_TARGET and friends.
5157
5158Mon Oct 12 12:09:30 1998  Alexandre Oliva  <[email protected]>
5159
5160	* Makefile.in (build_tooldir): New variable, same as tooldir.
5161	(CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
5162	-B$(build_tooldir)/bin/.
5163	(BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5164
5165Wed Sep 30 22:20:50 1998  Robert Lipe  <[email protected]>
5166
5167	* config.sub: Add support for i[34567]86-pc-udk.
5168	* configure.in: Likewise.
5169
5170Wed Sep 30 19:23:48 1998  Geoffrey Noer  <[email protected]>
5171
5172	* Makefile.in: add bzip2 package building bits for user
5173	tools module
5174	* configure.in: ditto
5175
5176Wed Sep 30 03:00:05 1998  Jeffrey A Law  ([email protected])
5177
5178	* Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
5179	(ALL_TARGET_MODULES): Add all-target-libobjc.
5180	(CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
5181	(INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
5182	(all-target-libchill): Add dependencies.
5183	* configure.in (target_libs): Add libchill.
5184
51851998-09-30  Manfred Hollstein  <[email protected]>
5186
5187	* configure.in (target_subdir): Remove duplicate line.
5188
5189Tue Sep 29 22:45:41 1998  Felix Lee  <[email protected]>
5190
5191	* Makefile.in (all-automake): fix dependencies.
5192
5193Mon Sep 28 04:04:27 1998  Jeffrey A Law  ([email protected])
5194
5195	* configure.in: Minor cleanups for building in the $(target_alias)
5196	subdir.
5197
51981998-09-22  Jim Wilson  <[email protected]>
5199
5200	* Makefile.in (bootstrap): Set r and s before make all.  Use
5201	BASE_FLAGS_TO_PASS in make all.
5202	(cross): Likewise.
5203
52041998-09-20  Mark Mitchell  <[email protected]>
5205
5206	* Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
5207
5208Sun Sep 20 00:13:02 1998  Richard Henderson  <[email protected]>
5209
5210	* config.sub: Fix typo in last change.
5211
52121998-09-19  Michael Hayes  <[email protected]>
5213
5214	* config.sub: Add support for C4x target.
5215	* configure.in: Likewise.
5216
52171998-09-13  David S. Miller  <[email protected]>
5218
5219	* config.sub: Recognize sparcv9 just like sparc64.
5220
5221Wed Sep  9 15:44:52 1998  Robert Lipe  <[email protected]>
5222
5223	* config.guess: Match "Pent II" or "PentII" for OpenServer.
5224
5225Tue Sep  8 01:18:39 1998  Jeffrey A Law  ([email protected])
5226
5227	* config.guess: Correctly identify Pentium II sco boxes.
5228
5229	* config.guess: Fix "tr" code.  From Weiwen Liu.
5230
5231Sat Sep  5 13:56:52 1998  John Hughes  <[email protected]>
5232
5233	* configure.in: Do not assume x86-svr4 or x86-unixware can handle
5234	stabs.
5235
5236Sat Sep  5 02:12:02 1998  Jeffrey A Law  ([email protected])
5237
5238	* Makefile.in (TARGET_CONFIGDIRS): Add libchill.
5239	(ALL_TARGET_MODULES): Add all-target-libchill.
5240	(CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
5241	(INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
5242	(all-target-libchill): Add dependencies.
5243	* configure.in (target_libs): Add libchill.
5244
5245Sun Aug 30 22:27:02 1998  Lutz Wohlrab <[email protected]>
5246
5247	* config.guess: Avoid assumptions about "tr" behaves when
5248	LANG is set to something other than English.
5249
5250Sun Aug 30 22:14:44 1998  H.J. Lu  ([email protected])
5251
5252	* configure (gxx_include_dir): Changed to
5253	'${prefix}/include/g++'-${libstdcxx_interface}.
5254
5255	* config.if: New to determine the interfaces.
5256
5257Sun Aug 30 21:15:19 1998  Mark Klein ([email protected])
5258
5259	* config.guess: Detect and handle MPE/IX.
5260	* config.sub: Deal with MPE/IX.
5261
5262Sat Aug 29 14:32:55 1998  David Edelsohn  <[email protected]>
5263
5264	* configure.in: Use mh-aix43.
5265
52661998-07-29  Manfred Hollstein  <[email protected]>
5267
5268	* configure: Fix --without/--disable cases for gxx-include-dir.
5269
5270Fri Aug 28 12:28:26 1998  Per Bothner  <[email protected]>
5271
5272	* mdata-sh:  Imported.  Needed for automake support.
5273
5274Thu Aug 13 12:49:29 1998  H.J. Lu  <[email protected]>
5275
5276	* Makefile.in (taz): Try "chmod -R og=u ." before
5277	"chmod og=u `find . -print`".
5278
5279Fri Jul 31 09:38:33 1998  Catherine Moore  <[email protected]>
5280
5281	* configure.in: Add arm-elf and thumb-elf support.
5282
5283Mon Jul 27 16:23:58 1998  Doug Evans  <[email protected]>
5284
5285	* Makefile.in: Undo previous patch.
5286
5287Fri Jul 24 19:55:24 1998  Doug Evans  <[email protected]>
5288
5289	* Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
5290	to here ...
5291	(install-no-fixedincludes): and here
5292	(INSTALL_MODULES): ... from here.
5293
5294Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <[email protected]>
5295
5296	* config.sub: Merge with FSF.
5297
5298	* config.guess: Merge with FSF.
5299
5300Fri Jul 24 08:43:36 1998  Doug Evans  <[email protected]>
5301
5302	* configure (extraconfigdirs): New variable.
5303	(SUBDIRS): Add extraconfigdirs and recurse on them too.
5304	* Makefile.in (all): Move higher in file.
5305	(EXTRA_TARGET_HOST_ALL_MODULES): New variable.
5306	(EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
5307	(ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
5308	(CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
5309	(INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
5310
53111998-07-23  Brendan Kehoe  <[email protected]>
5312
5313	* Makefile.in (all-target-libjava): Depend on all-gcc and
5314	all-target-newlib.
5315	(configure-target-libjava): Depend on $(ALL_GCC).
5316
5317Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <[email protected]>
5318
5319	* config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
5320	(*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
5321
5322Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <[email protected]>
5323
5324	* ylwrap: Change absolute path checks to check for DOS style path
5325	names.
5326
5327	* ylwrap: Don't use a full path name if the source file is in the
5328	same directory.  From [email protected] (H.J. Lu).
5329
5330	* config-ml.in: Default to being verbose, to match Feb 18 change to
5331	configure.
5332
5333Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <[email protected]>
5334
5335	Brought over from egcs:
5336
5337	Sat Jun 27 22:46:32 1998  Jeffrey A Law  ([email protected])
5338
5339	* configure.in (target_subdir): Set to ${target_alias} instead
5340	of "libraries".
5341
5342	Mon Sep  1 16:45:44 1997  Jim Wilson  <[email protected]>
5343
5344	* configure.in (target_subdir): Set to libraries if enable_multilib.
5345
5346Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <[email protected]>
5347
5348	* Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
5349	multilibs, force reconfiguration the first time we create
5350	multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
5351
5352Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <[email protected]>
5353
5354	* configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
5355	avoid confusion with --no-recursion.
5356
5357Tue Jul 14 15:37:41 1998  Geoffrey Noer  <[email protected]>
5358
5359	* configure.in: Win32 hosts shouldn't use install -x
5360	* install-sh: remove -x option, and special .exe-handling
5361	hack.
5362
5363Tue Jul 14 15:28:41 1998  Richard Henderson  <[email protected]>
5364
5365	* config.guess: Recognize i586-pc-beos.
5366	* configure.in: Don't build some bits for beos.
5367
5368Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <[email protected]>
5369
5370	* configure: If CC is set but CFLAGS is not, and CC is gcc, make
5371	CFLAGS default to -O2.
5372
5373	* ltmain.sh: Add some hacks to make SunOS --enable-shared work
5374	when using GNU ld.
5375
5376Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <[email protected]>
5377
5378	* ltmain.sh: Correct install when using a different shell.
5379
5380Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <[email protected]>
5381
5382	* ltconfig, ltmain.sh: Update to libtool 1.2b.
5383
5384Thu Jul  2 13:57:36 1998  Klaus Kaempf  <[email protected]>
5385
5386	* makefile.vms: Update to build binutils/makefile.vms.  Add install
5387	target.
5388
5389Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <[email protected]>
5390
5391	* ltconfig: Update to correct AIX handling.
5392
5393Sat Jun 27 22:46:32 1998  Jeffrey A Law  ([email protected])
5394
5395	* Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
5396
5397	* configure.in (target_subdir): Set to ${target_alias} instead
5398	of "libraries".
5399
54001998-06-26  Manfred Hollstein  <[email protected]>
5401
5402	* Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
5403	(Makefile): Depend on $(gcc_version_trigger).
5404
5405	* configure (gcc_version): Change default initializer to empty
5406	string.
5407	(gcc_version_trigger): New variable; pass this variable down
5408	to subdir configures to enable them checking gcc's version
5409	themselves. Emit make macros for both gcc_version vars.
5410	(topsrcdir): Initialize reliably.
5411	(recursion line): Remove --with-gcc-version=${gcc_version}.
5412
54131998-06-24  Manfred Hollstein  <[email protected]>
5414
5415	* configure (enable_version_specific_runtime_libs): Implement new flag
5416	--enable-version-specific-runtime-libs which installs C++ runtime stuff
5417	in $(libsubdir); emit definition in each generated Makefile.
5418	(gxx_include_dir): Initialize depending on
5419	$enable_version_specific_runtime_libs.
5420
54211998-06-24  Manfred Hollstein  <[email protected]>
5422
5423	* configure (gcc_version): Initialize properly depending on
5424	how and where configure is started.
5425	(recursion line): Pass a --with-gcc-version=${gcc_version}
5426	to configures in subdirs.
5427
5428Wed Jun 24 16:01:59 1998  John Metzler  <[email protected]>
5429
5430	* configure.in (noconfigdirs): Add configure pattern for mips tx39
5431	cygmon
5432
5433Tue Jun 23 22:42:32 1998  Mark Alexander  <[email protected]>
5434
5435	* configure.in: Add cygmon and libstub support for mn10200.
5436
54371998-06-19  Manfred Hollstein  <[email protected]>
5438
5439	* configure (gcc_version): Add new variable describing the
5440	particular gcc version we're building.
5441	* Makefile.in (libsubdir): Add new macro for the directory
5442	in which the compiler finds executables, libraries, etc.
5443	(BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
5444	and libsubdir.
5445
5446Fri Jun 19 02:36:59 1998  Alexandre Oliva <[email protected]>
5447
5448	* Makefile.in (local-clean): Remove *.log.
5449	(warning.log): Built with warn_summary from build.log.
5450	(mail-report.log): Run test_summary.
5451	(mail-report-with-warnings.log): Run test_summary including
5452	warning.log in the report.
5453
5454Thu Jun 18 11:26:03 1998  Robert Lipe  <[email protected]>
5455
5456	* config.guess: Detection of Pentium II for *-sco-3.2v5*.
5457
5458Mon Jun 15 14:53:54 1998  Andrew Cagney  <[email protected]>
5459
5460	* Makefile.in (grep): Grep no longer depends on libiberty.
5461
5462Fri Jun 12 14:03:34 1998  Syd Polk  <[email protected]>
5463
5464	* Makefile.in: all-snavigator needs all-libgui.
5465
5466Thu Jun 11 19:43:47 1998  Mark Alexander  <[email protected]>
5467
5468	* configure.in: Add cygmon and libstub support for mn10300.
5469
5470Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <[email protected]>
5471
5472	* missing: Update to version from automake 1.3.
5473
5474	* ltmain.sh: On installation, don't get confused if the same name
5475	appears more than once in the list of library names.
5476
5477Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <[email protected]>
5478
5479	* config.sub: Accept m68060 and m5200 as CPU names.
5480
5481Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <[email protected]>
5482
5483	* configure: Use && rather than using -a in test, because odd
5484	strings can confuse test.
5485	* configure.in: Likewise.
5486
5487Thu May 28 19:31:13 1998  Ian Lance Taylor  <[email protected]>
5488
5489	* ltconfig, ltmain.sh: Bring in Visual C++ support.
5490
5491Sat May 23 23:44:13 1998  Alexandre Oliva <[email protected]>
5492
5493	* Makefile.in (boostrap2-lean, bootstrap3-lean,
5494	bootstrap4-lean): New targets.
5495
5496Mon May 11 23:55:56 1998  Jeffrey A Law  ([email protected])
5497
5498	* mpw-* Delete.  Not used.
5499
5500Mon May 11 23:11:34 1998  Jeffrey A Law  ([email protected])
5501
5502	* COPYING.LIB: Update FSF address.
5503
5504Fri May  8 01:30:20 1998  Ian Lance Taylor  <[email protected]>
5505
5506	* ltconfig, ltmain.sh: Update to libtool 1.2a.
5507
5508	* Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
5509	GAS_SUPPORT_DIRS.
5510
5511Thu May  7 17:27:35 1998  Ian Lance Taylor  <[email protected]>
5512
5513	* ltconfig, ltmain.sh: Avoid producing a version number if
5514	-version-info was not used.
5515
5516Tue May  5 18:02:24 1998  Ian Lance Taylor  <[email protected]>
5517
5518	* configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
5519	building with newlib.
5520
55211998-04-30  Paul Eggert  <[email protected]>
5522
5523	* Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
5524	Solaris `make' causes it to continue to next definition.
5525
5526Tue Apr 28 16:24:24 1998  Jason Molenda  ([email protected])
5527
5528	* Makefile.in (install-gdbtk): Call this 'install-gdb' so that
5529	the right GUI libraries and files are installed along with GDB.
5530
5531Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <[email protected]>
5532
5533	* configure.in: Change alpha to alpha* in several places.
5534
5535Tue Apr 28 07:42:00 1998  Mark Alexander  <[email protected]>
5536
5537	* config.sub: Recognize sparc86x.
5538
5539Tue Apr 28 07:35:02 1998  Michael Meissner  <[email protected]>
5540
5541	* configure.in (--enable-target-optspace): Remove debug echo.
5542
5543Thu Apr 23 21:31:16 1998  Jim Wilson  <[email protected]>
5544
5545	* configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
5546
5547Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <[email protected]>
5548
5549	* ltconfig: Update cygwin32 support.
5550
5551	* Makefile.in (GAS_SUPPORT_DIRS): Add intl.
5552	(BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
5553	(GDB_SUPPORT_DIRS): Likewise.
5554
5555Wed Apr 22 12:30:10 1998  Michael Meissner  <[email protected]>
5556
5557	* configure.in (target_makefile_frag): If --enable-target-optspace,
5558	use -Os to compile target libraries rather than -O2.  Default to
5559	using -Os for d10v and m32r if --{enable,disable}-target-optspace is
5560	not used.
5561	* configure.in (target_cflags): Ditto for d30v.
5562
5563Tue Apr 21 23:06:54 1998  Tom Tromey  <[email protected]>
5564
5565	* Makefile.in (all-bfd): Depend on all-intl.
5566	(all-binutils): Likewise.
5567	(all-gas): Likewise.
5568	(all-gprof): Likewise.
5569	(all-ld): Likewise.
5570
55711998-04-19  Brendan Kehoe  <[email protected]>
5572
5573	* configure.in (host_tools): Fix typo, lbtool -> libtool.
5574
5575Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <[email protected]>
5576
5577	* Makefile.in (all-bfd): Depend upon all-libiberty.
5578
5579	* ltconfig, ltmain.sh: Bring in newer cygwin32 support.
5580
5581Fri Apr 17 12:22:22 1998  Bob Manson  <[email protected]>
5582
5583	* Makefile.in: Add libstub.
5584
5585	* configure.in: Ditto. Build libstub for targets that have cygmon
5586	support.
5587
5588Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <[email protected]>
5589
5590	* configure.in: Don't set PICFLAG on ix86-cygwin32.
5591
5592Tue Apr 14 12:24:45 1998  J. Kean Johnston  <[email protected]>
5593
5594	* configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
5595	use mh-sysv5 if specified.  Support gprof on SCO Open Server.
5596
5597Tue Apr 14 11:33:51 1998  Krister Walfridsson <[email protected]>
5598
5599	* configure: Define DEFAULT_M4 by searching PATH.
5600	* Makfile.in: Use DEFAULT_M4.
5601
5602Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <[email protected]>
5603
5604	* ltconfig: Add cygwin32 support.
5605
5606	* Makefile.in, configure.in: Add libtool as a native only directory
5607	to configure and build.
5608
5609Sun Apr 12 20:58:46 1998  Jeffrey A Law  ([email protected])
5610
5611	* Makefile.in (INSTALL_MODULES): Remove texinfo.
5612
5613Wed Apr  8 13:18:56 1998  Philippe De Muyter  <[email protected]>
5614
5615	* Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
5616
5617Thu Apr  2 14:48:44 1998  Geoffrey Noer  <[email protected]>
5618
5619	* Makefile.in: add ash make rules
5620	* configure.in: add ash to native_only and host_tools lists
5621
5622Thu Mar 26 12:53:20 1998  Tom Tromey  <[email protected]>
5623
5624	* Makefile.in (all-gettext, all-intl): New targets.
5625	(ALL_MODULES): Added all-gettext, all-intl.
5626	(CROSS_CHECK_MODULES): Added check-gettext, check-intl.
5627	(INSTALL_MODULES): Added install-gettext, install-intl.
5628	(CLEAN_MODULES): Added clean-gettext, clean-intl.
5629
5630	* configure.in (host_tools): Added gettext.
5631	(native_only): Likewise.
5632	(noconfigdirs) [various cases]: Likewise.
5633	(host_libs): Added intl.
5634
5635Thu Mar 26 15:00:11 1998  Keith Seitz  <[email protected]>
5636
5637	* configure: Do not disable building gdbtk for cygwin32 hosts.
5638
5639Wed Mar 25 10:04:18 1998  Nick Clifton  <[email protected]>
5640
5641	* configure.in: Add thumb-coff target.
5642	* config.sub: Add thumb-coff target.
5643
5644Wed Mar 25 11:49:12 1998  Jason Molenda  ([email protected])
5645
5646	* Makefile.in: Revert yesterday's change.
5647	(all-target-winsup):  all-target-librx stays out of here.
5648
5649Tue Mar 24 16:58:29 1998  Jason Molenda  ([email protected])
5650
5651	* Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
5652	CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
5653	INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
5654	Remove references to librx and libg++.
5655
5656Tue Mar 24 18:28:12 1998  Eric Mumpower  <[email protected]>
5657
5658	* Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
5659	recursive makes
5660
5661Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <[email protected]>
5662
5663	* Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
5664	for newlib directory.
5665	(CXX_FOR_TARGET): Likewise.
5666
5667Mon Mar 23 11:30:21 1998  Jeffrey A Law  ([email protected])
5668
5669	* ltconfig: Update after libtool/ltconfig.in change for
5670	hpux11.
5671
5672Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <[email protected]>
5673
5674	* ltconfig, ltmain.sh: Update to libtool 1.2.
5675
5676Fri Mar 20 09:32:14 1998  Manfred Hollstein  <[email protected]>
5677
5678	* Makefile.in (install-gcc): Don't specify LANGUAGES here.
5679	(install-gcc-cross): Instead, override LANGUAGES here.
5680
56811998-03-18  Dave Love  <[email protected]>
5682
5683	* Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
5684	non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
5685
5686Wed Mar 18 09:24:59 1998  Nick Clifton  <[email protected]>
5687
5688	* configure.in: Add Thumb-pe target.
5689
5690Tue Mar 17 16:59:00 1998  Syd Polk <[email protected]>
5691
5692	* Makefile.in - changed sn targets to snavigator
5693	* configure.in - changed sn targets to snavigator
5694
5695Tue Mar 17 10:33:28 1998  Manfred Hollstein  <[email protected]>
5696
5697	* config-ml.in: After building symlink tree call make distclean
5698	if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
5699	to be the case for libiberty.
5700
5701Tue Mar 17 10:22:37 1998  H.J. Lu  ([email protected])
5702
5703	* configure: When making link, also check the current
5704	directory. The configure scripts may create one.
5705
5706Fri Mar  6 01:02:03 1998  Richard Henderson  <[email protected]>
5707
5708	* config.sub: Accept alphapca56 and alphaev6 properly.
5709
5710Fri Mar  6 00:14:55 1998  Franz Sirl <[email protected]>
5711
5712	* configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
5713
5714Mon Feb 23 15:09:18 1998  Bruno Haible <[email protected]
5715
5716	* config.sub (sco5): Fix typo.
5717
5718Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <[email protected]>
5719
5720	* Makefile.in (INSTALL_MODULES): Move install-tcl before
5721	install-itcl.
5722	(install-itcl): Remove dependency on install-tcl.
5723
5724Mon Feb 23 09:53:28 1998  Mark Alexander  <[email protected]>
5725
5726	* configure.in: Remove libgloss from noconfigdirs for MN10300.
5727
5728Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <[email protected]>
5729
5730	* configure.in: Don't build libgui for a cygwin32 target when not on
5731	a cygwin32 host.
5732
5733Wed Feb 18 12:29:00 1998  Jason Molenda  ([email protected])
5734
5735	* configure (redirect): Set to null, so default behavior of
5736	configure is now --verbose.
5737
57381998-02-16  Dave Love  <[email protected]>
5739
5740	* Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
5741	CONFIG_SITE=/dev/null to forestall lossage with site configuration.
5742
5743Mon Feb 16 12:23:53 1998  Manfred Hollstein  <[email protected]>
5744
5745	* Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
5746	this change to sync Makefile.in with its ChangeLog entries.
5747
5748Thu Feb 12 15:03:08 1998  H.J. Lu  <[email protected]>
5749
5750	* ltmain.sh (mkdir): Check that the directory doesn't exist
5751	before we exit with error, so that we don't get races during
5752	parallel builds.
5753
5754Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <[email protected]>
5755
5756	* ltconfig, ltmain.sh: Update from libtool 1.0i.
5757
5758Fri Feb  6 01:33:52 1998  Manfred Hollstein  <[email protected]>
5759
5760	* Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
5761	PICFLAG_FOR_TARGET.
5762	(EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
5763
5764	* configure: Emit a definition for the new macro enable_shared
5765	into each Makefile.
5766
5767Thu Feb  5 17:01:12 1998  Jason Molenda  ([email protected])
5768
5769	* configure.in (host_tools, native_only): Add libtool.
5770
5771Wed Feb  4 16:53:58 1998  Geoffrey Noer  <[email protected]>
5772
5773	* configure.in: add target-gperf to noconfigdirs for Cygwin32.
5774	Fix typo in ming config comment.
5775
5776Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <[email protected]>
5777
5778	* ltconfig, ltmain.sh: Update from libtool 1.0h.
5779
5780Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <[email protected]>
5781
5782	* config.sub: Add tic30 cases, and map c30 to tic30.
5783
5784Sun Feb  1 02:40:41 1998  Richard Henderson  <[email protected]>
5785
5786	* Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
5787	(ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
5788	(CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
5789	(CLEAN_TARGET_MODULES): Similarly
5790	(all-target-libf2c): Add dependences.
5791	* configure.in (target_libs): Add libf2c.
5792
5793Fri Jan 30 17:18:32 1998  Geoffrey Noer  <[email protected]>
5794
5795	* configure.in: Remove expect from noconfigdirs when target
5796	is cygwin32.  OK to build expect and dejagnu with Canadian
5797	Cross.
5798
5799Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <[email protected]>
5800
5801	* configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
5802	host.
5803
5804	* config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
5805	and mingw32.
5806
5807Wed Jan 28 10:26:37 1998  Manfred Hollstein  <[email protected]>
5808
5809	* Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
5810	here as it is not defined in the toplevel Makefile.
5811
5812Tue Jan 27 23:25:06 1998  Manfred Hollstein  <[email protected]>
5813
5814	* configure (package_makefile_rules_frag): New variable, which names
5815	a file with generic rules, ...
5816	Change comment to mention we now have FIVE parts.
5817	* configure: Undo last change.
5818
5819Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <[email protected]>
5820
5821	* config.guess: More accurate determination of HP processor types.
5822	* config.sub: More accurate determination of HP processor types.
5823
5824Sat Jan 24 01:59:45 1998  Manfred Hollstein  <[email protected]>
5825
5826	* configure (package_makefile_frag): Move inserting the
5827	${package_makefile_frag} to where it should be according
5828	to the comment.
5829
5830Fri Jan 23 00:29:28 1998  Philip Blundell  <[email protected]>
5831
5832	* config.guess: Add support for Linux/ARM.
5833
5834Thu Jan 22 15:14:01 1998  Fred Fish  <[email protected]>
5835
5836	* .cvsignore: Remove *-info and *-install since they match
5837	release-info and mpw-install, which we don't want to just ignore.
5838
5839Thu Jan 22 01:38:33 1998  Richard Henderson  <[email protected]>
5840
5841	* configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
5842
5843Sat Jan 17 21:28:08 1998  Pieter Nagel <[email protected]>
5844
5845	* Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
5846	local_prefix to sub-make invocations.
5847
5848Sat Jan 17 21:04:59 1998 H.J. Lu  ([email protected])
5849
5850	* configure.in: Check makefile fragments in the source
5851	directory.
5852
5853Fri Jan 16 00:41:37 1998  Alexandre Oliva <[email protected]>
5854
5855	* configure.in: Check whether host and target makefile
5856	fragments exist before adding them to *_makefile_frag.
5857
5858Wed Jan 14 23:39:10 1998  Bob Manson  <[email protected]>
5859
5860	* configure.in (target_configdirs): Add cygmon for sparc64-elf.
5861
5862Wed Jan 14 12:48:07 1998  Keith Seitz  <[email protected]>
5863
5864	* configure.in: Make sure we only replace RPATH_ENVVAR on
5865	lines which begin with RPATH_ENVVAR, i.e. add "^" to the
5866	regexp to sed.
5867
5868	* Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
5869	to sub-makes.
5870
58711998-01-13  Lee Iverson   ([email protected])
5872
5873	* config-ml.in (multi-do): LDFLAGS must include multilib
5874	designator.
5875
5876Tue Jan 13 01:13:24 1998   Robert Lipe ([email protected])
5877
5878	* config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
5879
5880Sun Jan  4 01:06:55 1998  Mumit Khan  <[email protected]>
5881
5882	* config.sub: Add mingw32 support.
5883	* configure.in: Likewise.
5884
5885Sat Jan  3 12:11:05 1998 Franz Sirl <[email protected]>
5886
5887	* configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
5888
5889Sun Dec 28 11:28:58 1997  Jeffrey A Law  ([email protected])
5890
5891	* Makefile.in (INSTALL_TARGET): Do install-gcc first.
5892	* configure (gxx_include_dir): Provide a definition for subdirs
5893	which do not use autoconf.
5894
5895Wed Dec 24 22:46:55 1997  Jeffrey A Law  ([email protected])
5896
5897	* config.guess: Sync with egcs.  Picks up new alpha support,
5898	BeOS & some additional linux support.
5899
5900Tue Dec 23 12:44:24 1997  Jeffrey A Law  ([email protected])
5901
5902	* config.guess: HP 9000/803 is a PA1.1 machine.
5903
5904Mon Dec 22 02:39:24 1997  Richard Henderson  <[email protected]>
5905
5906	* configure.in: It's alpha*-...
5907
5908Sun Dec 21 16:53:12 1997  H.J. Lu  ([email protected])
5909
5910	* configure.in (host_makefile_frag, target_makefile_frag):
5911	Handle multiple config files.
5912	(alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
5913	alpha-*-*.
5914
5915Thu Dec 18 13:13:03 1997  Doug Evans  <[email protected]>
5916
5917	* mkdep: New file.
5918
5919Wed Dec 17 09:53:02 1997  Michael Meissner  <[email protected]>
5920
5921	* configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
5922
5923Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <[email protected]>
5924
5925	* Makefile.in: Add libgui directory.
5926	(GDB_TK): Add all-libgui.
5927	* configure.in: Add libgui directory.
5928	* configure: Add all-libgui to GDB_TK.
5929
5930Mon Dec 15 16:12:28 1997  Nick Clifton  <[email protected]>
5931
5932	* config-ml.in (multidirs): Add m32r to multilib list.
5933
5934Fri Dec 12 10:43:31 1997  Brendan Kehoe  <[email protected]>
5935
5936	* Makefile.in (all-target-gperf): Change dependency to
5937	all-target-libstdc++.
5938
5939Thu Dec 11 23:30:51 1997  Fred Fish  <[email protected]>
5940
5941	* config.guess: Add BeOS support.
5942
5943Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <[email protected]>
5944
5945	Source directory cvs renamed to cvssrc:
5946	* configure.in (host_tools): Change cvs to cvssrc.
5947	(native_only): Likewise.
5948	(noconfigdirs) [various cases]: Likewise.
5949	* Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
5950	(CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
5951	(INSTALL_MODULES): Change install-cvs to install-cvssrc.
5952	(CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
5953	(all-cvssrc): Rename target from all-cvs.
5954
5955Wed Dec  3 07:55:59 1997  Jeffrey A Law  ([email protected])
5956
5957	* configure (gxx_include_dir): Fix thinko.
5958
5959Tue Dec  2 10:55:34 1997  Jeffrey A Law  ([email protected])
5960
5961	* Makefile.in (INSTALL_TARGET_CROSS): Define.
5962	(install-cross, install-gcc-cross): New targets.
5963
5964Tue Dec  2 10:08:31 1997  Nick Clifton  <[email protected]>
5965
5966	* configure.in (noconfigdirs): Add support for Thumb target.
5967
5968	* config.sub (maybe_os): Add support for Thumb target.
5969
5970Sun Nov 30 16:12:27 1997  Bob Manson  <[email protected]>
5971
5972	* Makefile.in: Add rules for cygmon.
5973
5974	* configure.in: Build cygmon for sparc-elf and sparclite-aout.
5975
5976Thu Nov 27 01:31:30 1997  Jeffrey A Law  ([email protected])
5977
5978	* Makefile.in (INSTALL_TARGET): Do install-gcc first.
5979	* configure (gxx_include_dir): Provide a definition for subdirs
5980	which do not use autoconf.
5981
5982Wed Nov 26 11:53:33 1997  Keith Seitz  <[email protected]>
5983
5984	* Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
5985	11/18/97 build
5986
5987Wed Nov 26 16:08:50 1997  Jeffrey A Law  ([email protected])
5988
5989	* From Franz Sirl.
5990	* config.guess (powerpc*-*-linux): Handle glibc2 beta release
5991	found on RedHat Linux systems.
5992
5993Fri Nov 21 09:51:01 1997  Jeffrey A Law  ([email protected])
5994
5995	* config.guess (alpha stuff): Merge with FSF to avoid incorrect
5996	guesses.
5997
5998Thu Nov 13 11:38:37 1997  Jeffrey A Law  ([email protected])
5999
6000	* configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
6001
6002Mon Nov 10 15:23:21 1997  H.J. Lu  <[email protected]>
6003
6004	* ltmain.sh: If mkdir fails, check whether the directory was created
6005	anyhow by some other process.
6006
6007Mon Nov 10 14:38:03 1997  Michael Meissner  <[email protected]>
6008
6009	* configure.in (d30v-*-*): Configure all directories.
6010
6011Sun Nov  9 17:36:20 1997  Michael Meissner  <[email protected]>
6012
6013	* configure.in (d30v-*-*): Configure newlib, libiberty directories
6014	for the D30V.
6015
6016Sat Nov  8 14:42:59 1997  Michael Meissner  <[email protected]>
6017
6018	* configure.in (d30v-*-*): Configure target-libgloss on the D30V.
6019
6020Fri Nov  7 10:34:09 1997  Rob Savoye  <[email protected]>
6021
6022	* include/libiberty.h: Add extern "C" { so it can be used with C++
6023	progrms.
6024	* include/remote-sim.h:  Add extern "C" { so it can be used with C++
6025	programs.
6026
6027Thu Oct 30 11:09:29 1997  Michael Meissner  <[email protected]>
6028
6029	* configure.in (d30v-*-*): Configure GCC now.
6030
6031Mon Oct 27 13:17:24 1997  Stan Shebs  <[email protected]>
6032
6033	* configure.in: Remove a "second pass" of tweaking noconfigdirs,
6034	is no longer needed.
6035
6036Mon Oct 27 12:03:53 1997  Jason Merrill  <[email protected]>
6037
6038	* Makefile.in: check-target-libio depends on all-target-libstdc++.
6039
6040Sun Oct 26 11:48:27 1997  Manfred Hollstein  ([email protected])
6041
6042	* Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
6043	targets using "$@" to provide support for similar but not identical
6044	targets without having to duplicate code.
6045
6046Mon Oct 20 15:28:49 1997  Klaus K"ampf  <[email protected]>
6047
6048	* makefile.vms: Fix to work with DEC C.
6049
6050Tue Oct  7 23:58:57 1997  Gavin Koch  <[email protected]>
6051
6052	* config.sub: Add mips-tx39-elf to marketing names.
6053
6054Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <[email protected]>
6055
6056	* ltmain.sh: Handle symlinks in generated script.
6057
6058Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <[email protected]>
6059
6060	* configure: Handle autoconf style directory options: --bindir,
6061	--datadir, --includedir, --infodir, --libdir, --libexecdir,
6062	--mandir, --oldincludedir, --sbindir, --sharedstatedir,
6063	--sysconfdir.
6064	* Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
6065	(sharedstatedir, localstatedir, oldincludedir): New variables.
6066	(BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
6067	infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
6068	sbindir, sharedstatedir, and sysconfdir.
6069
6070Mon Sep 29 00:38:08 1997 Aaron Jackson <[email protected]>
6071
6072	* Makefile.in (bootstrap-lean): New target.
6073
6074Wed Sep 24 18:06:27 1997  Stu Grossman  <[email protected]>
6075
6076	* configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
6077	sn, and gnuserv from noconfigdirs.
6078
6079Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <[email protected]>
6080
6081	* ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
6082
6083Thu Sep 18 23:58:27 1997  Jeffrey A Law  ([email protected])
6084
6085	* Makefile.in (cross): New target.
6086
6087Thu Sep 18 21:43:23 1997  Alexandre Oliva  <[email protected]>
6088			  Jeff Law	   <[email protected]>
6089
6090	* Makefile.in (bootstrap2, bootstrap3): New targets.
6091	(all-bootstrap): Remove outdated and confusing target.
6092	(bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
6093
6094Thu Sep 18 15:37:42 1997  Andrew Cagney  <[email protected]>
6095
6096	* configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
6097	windows.  Consistent with gdb/configure.
6098
60991997-09-15 02:37  Ulrich Drepper  <[email protected]>
6100
6101	* configure.in: Name Linux target fragment.
6102
6103	* configure: Rewrite so that project Makefile fragment is inserted
6104	first and appears last in the resulting Makefile.
6105
6106Tue Sep 16 09:55:07 1997  Andrew Cagney  <[email protected]>
6107
6108	* Makefile.in (install-itcl): Install tcl first.
6109
6110Fri Sep 12 16:19:20 1997  Geoffrey Noer  <[email protected]>
6111
6112	* configure.in: remove bison from noconfigdirs for Cygwin32 host
6113
6114Thu Sep 11 16:40:46 1997  H.J. Lu  ([email protected])
6115
6116	* Makefile.in (local-distclean): Also remove mh-frag mt-frag.
6117
6118	* configure.in (skipdirs): Add target-librx for Linux.
6119	(alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
6120
6121Wed Sep 10 21:29:54 1997  Jeffrey A Law  ([email protected])
6122
6123	* Makefile.in (bootstrap): New target.
6124
6125Wed Sep 10 15:19:22 1997  Jeffrey A Law  ([email protected])
6126
6127	* config.sub: Accept 'amigados' for backward compatability.
6128
6129Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <[email protected]>
6130
6131	* config.guess: Merge with FSF.
6132
6133Sun Sep  7 23:18:32 1997  Fred Fish  <[email protected]>
6134
6135	* config.sub: Change 'amigados' to 'amigaos' to match current usage.
6136
6137Sun Sep  7 15:55:28 1997  Gavin Koch  <[email protected]>
6138
6139	* config.sub: Add "marketing-names" patch.
6140
6141Fri Sep  5 16:11:28 1997  Joel Sherrill  ([email protected])
6142
6143	* configure.in (*-*-rtems*): Do not build libgloss for rtems.
6144
6145Fri Sep  5 12:27:17 1997  Jeffrey A Law  ([email protected])
6146
6147	* config.sub: Handle v850-elf.
6148
6149Wed Sep  3 22:01:58 1997  Fred Fish  <[email protected]>
6150
6151	* .cvsignore (*-install): Remove.
6152
6153Wed Sep  3 12:15:24 1997  Chris Provenzano  <[email protected]>
6154
6155	* ltconfig: Set CONFIG_SHELL in libtool.
6156	* ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
6157
6158Mon Sep  1 16:45:44 1997  Jim Wilson  <[email protected]>
6159
6160	* configure.in (target_subdir): Set to libraries if enable_multilib.
6161
6162Wed Aug 27 16:15:11 1997  Jim Wilson  <[email protected]>
6163
6164	* config.guess: Update from gcc directory.
6165
6166Tue Aug 26 16:46:46 1997  Andrew Cagney  <[email protected]>
6167
6168	* Makefile.in (all-sim): Depends on all-readline.
6169
6170Wed Aug 20 19:57:37 1997  Jason Merrill  <[email protected]>
6171
6172	* Makefile.in (BISON, YACC): Use $$s.
6173	(all-bison): Depend on all-texinfo.
6174
6175Tue Aug 19 01:41:32 1997  Jason Merrill  <[email protected]>
6176
6177	* Makefile.in (BISON): Add -L flag.
6178	(YACC): Likewise.
6179
6180Mon Aug 18 11:30:50 1997  Nick Clifton  <[email protected]>
6181
6182	* configure.in (noconfigdirs): Add support for v850e target.
6183
6184	* config.sub (maybe_os): Add support for v850e target.
6185
6186Mon Aug 18 11:30:50 1997  Nick Clifton  <[email protected]>
6187
6188	* configure.in (noconfigdirs): Add support for v850ea target.
6189
6190	* config.sub (maybe_os): Add support for v850ea target.
6191
6192Mon Aug 18 09:24:06 1997  Gavin Koch  <[email protected]>
6193
6194	* config.sub: Add mipstx39.  Delete r3900.
6195
6196Mon Aug 18 17:20:10 1997  Jason Molenda  ([email protected])
6197
6198	* Makefile.in (all-autoconf): Depends on all-texinfo.
6199
6200Fri Aug 15 23:09:26 1997  Michael Meissner  <[email protected]>
6201
6202	* config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
6203	eabi targets.
6204
6205Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <[email protected]>
6206
6207	* configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
6208
6209	* configure: When handling a Canadian Cross, handle YACC as well as
6210	BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
6211	* Makefile.in (all-bison): Depend upon all-texinfo.
6212
6213Tue Aug 12 20:09:48 1997  Jason Merrill  <[email protected]>
6214
6215	* Makefile.in (BISON): bison, not byacc or bison -y.
6216	(YACC): bison -y or byacc or yacc.
6217	(various): Add *-bison as appropriate.
6218	(taz): No need to mess with BISON anymore.
6219
6220Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <[email protected]>
6221
6222	* configure: If OSTYPE matches *win32*, try to find a good value for
6223	CONFIG_SHELL.
6224
6225Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <[email protected]>
6226
6227	* Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
6228	configure.in if it is present.
6229
6230Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <[email protected]>
6231
6232	* Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
6233
6234Fri Aug  8 16:30:13 1997  Doug Evans  <[email protected]>
6235
6236	* config.sub: Recognize `arc' cpu.
6237	* configure.in: Likewise.
6238	* config-ml.in: Likewise.
6239
6240Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <[email protected]>
6241
6242	* Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
6243
6244Wed Aug  6 16:27:29 1997  Chris Provenzano  <[email protected]>
6245
6246	* configure: Changed sed delimiter from ':' to '|' when
6247	attempting to substitute ${config_shell} for SHELL. On
6248	NT ${config_shell} may contain a ':' in it.
6249
6250Wed Aug  6 12:29:05 1997  Jason Merrill  <[email protected]>
6251
6252	* Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
6253
6254Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <[email protected]>
6255
6256	* Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
6257
6258Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <[email protected]>
6259
6260	* Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
6261
6262	* ylwrap: If the program is a relative path, force it to be
6263	absolute.
6264
6265Tue Aug  5 12:12:44 1997  Andrew Cagney  <[email protected]>
6266
6267	* configure (tooldir): Set BISON to `bison -y' and not just bison.
6268
6269Mon Aug  4 22:59:02 1997  Andrew Cagney  <[email protected]>
6270
6271	* Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
6272	correctly specify the target build directory $(TARGET_SUBDIR)/winsup
6273	for libraries.
6274
6275Mon Aug  4 12:40:24 1997  Jason Merrill  <[email protected]>
6276
6277	* Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
6278	separated by spaces.
6279
6280Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <[email protected]>
6281
6282	* ylwrap: New file.
6283	* Makefile.in (DEVO_SUPPORT): Add ylwrap.
6284
6285	* ltmain.sh: Handle /bin/sh at start of install program.
6286
6287	* Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
6288
6289	* ltconfig, ltmain.sh: New files, from libtool 1.0.
6290	* missing: New file, from automake 1.2.
6291
6292Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <[email protected]>
6293
6294	* Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
6295	check-tk to CHECK_X11_MODULES.
6296
6297Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <[email protected]>
6298
6299	* config.sub: Merge with FSF.
6300
6301Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <[email protected]>
6302
6303	* config.guess: Merge with FSF.
6304
6305Tue Jul 22 14:50:42 1997  Robert Hoehne <[email protected]>
6306
6307	* configure: Treat msdosdjgpp like go32.
6308	* configure.in: Likewise.  Don't remove gprof for go32.
6309
6310	* configure: Change Makefile.tem2 to Makefile.tm2.
6311
6312Mon Jul 21 10:31:26 1997  Stephen Peters  <[email protected]>
6313
6314	* configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
6315
6316Tue Jul 15 14:33:03 1997  Brendan Kehoe  <[email protected]>
6317
6318	* install-sh (chmodcmd): Set to null if the DST directory already
6319	exists.  Same as Nov 11th change.
6320
6321Mon Jul 14 11:01:15 1997  Martin M. Hunt  <[email protected]>
6322
6323	* configure (GDB_TK): Needs itcl and tix.
6324
6325Mon Jul 14 00:32:10 1997  Jason Merrill  <[email protected]>
6326
6327	* config.guess: Update from FSF.
6328
6329Fri Jul 11 11:57:11 1997  Martin M. Hunt  <[email protected]>
6330
6331	* Makefile.in (GDB_TK): Depend on itcl and tix.
6332
6333Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <[email protected]>
6334
6335	* Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
6336	(INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
6337	(INSTALL_SCRIPT): New variable.
6338	(BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
6339	* configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
6340	to -x.
6341	* install-sh: Add support for -x option.
6342
6343Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <[email protected]>
6344
6345	* configure.in, Makefile.in: Treat tix like itcl.
6346
6347Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <[email protected]>
6348
6349	* Makefile.in (WINDRES): New variable.
6350	(WINDRES_FOR_TARGET): New variable.
6351	(BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
6352	(EXTRA_HOST_FLAGS): Add WINDRES.
6353	(EXTRA_TARGET_FLAGS): Add WINDRES.
6354	(EXTRA_GCC_FLAGS): Add WINDRES.
6355	($(DO_X)): Pass down WINDRES.
6356	($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
6357	* configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
6358	DLLTOOL_FOR_TARGET.
6359
6360Wed Jun 25 15:01:26 1997  Felix Lee  <[email protected]>
6361
6362	* configure.in: configure sim before gdb for win32-x-ppc
6363
6364Wed Jun 25 12:18:54 1997  Brendan Kehoe  <[email protected]>
6365
6366	Move gperf into the toplevel, from libg++.
6367	* configure.in (target_tools): Add target-gperf.
6368	(native_only): Add target-gperf.
6369	* Makefile.in (all-target-gperf): New target, depend on
6370	all-target-libg++.
6371	(configure-target-gperf): Empty rule.
6372	(ALL_TARGET_MODULES): Add all-target-gperf.
6373	(CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
6374	(CHECK_TARGET_MODULES): Add check-target-gperf.
6375	(INSTALL_TARGET_MODULES): Add install-target-gperf.
6376	(CLEAN_TARGET_MODULES): Add clean-target-gperf.
6377
6378Mon Jun 23 10:51:53 1997  Jeffrey A Law  ([email protected])
6379
6380	* config.sub (mn10200): Recognize new basic machine.
6381
6382Thu Jun 19 14:16:42 1997  Brendan Kehoe  <[email protected]>
6383
6384	* configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
6385	--enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
6386
6387Tue Jun 17 15:31:20 1997  Brendan Kehoe  <[email protected]>
6388
6389	* configure.in: If we're building mips-sgi-irix6* native, turn on
6390	ENABLE_MULTILIB and set TARGET_SUBDIR.
6391
6392Tue Jun 17 12:20:59 1997  Tom Tromey  <[email protected]>
6393
6394	* Makefile.in (all-sn): Depend on all-grep.
6395
6396Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <[email protected]>
6397
6398	* configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
6399
6400	* configure: Set CFLAGS and CXXFLAGS, and substitute them into
6401	Makefile.  From Jeff Makey <[email protected]>.
6402	* Makefile.in: Add comment for CFLAGS and CXXFLAGS.
6403
6404	* Makefile.in (DISTBISONFILES): Remove.
6405	(taz): Don't futz with DISTBISONFILES.  Change BISON to use
6406	$(DEFAULT_YACC).
6407
6408	* configure.in: Build itl, db, sn, etc., when building for native
6409	cygwin32.
6410
6411	* Makefile.in (LD): New variable.
6412	(EXTRA_HOST_FLAGS): Pass down LD.
6413	($(DO_X)): Likewise.
6414
6415Mon Jun 16 11:10:35 1997  Philip Blundell  <[email protected]>
6416
6417	* Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
6418
6419Fri Jun 13 10:22:56 1997  Bob Manson  <[email protected]>
6420
6421	* configure.in (targargs): Strip out any supplied --build argument
6422	before adding our own. Always add --build.
6423
6424Thu Jun 12 21:12:28 1997  Bob Manson  <[email protected]>
6425
6426	* configure.in (targargs): Pass --build if we're doing
6427	a cross-compile.
6428
6429Fri Jun  6 21:38:40 1997  Rob Savoye  <[email protected]>
6430
6431	* configure: Use '|' instead of ":" as the separator in
6432	sed. Otherwise sed chokes on NT path names with drive
6433	designators. Also look for "?:*" as the leading characters in an
6434	absolute pathname.
6435
6436Mon Jun  2 13:05:20 1997  Gavin Koch  <[email protected]>
6437
6438	* config.sub: Support for r3900.
6439
6440Wed May 21 17:33:31 1997  Ian Lance Taylor  <[email protected]>
6441
6442	* configure.in: Use install-sh, not install.sh.
6443
6444Wed May 14 16:06:51 1997  Ian Lance Taylor  <[email protected]>
6445
6446	* Makefile.in (taz): Improve check for BISON so it doesn't try to
6447	apply it twice.
6448
6449Fri May  9 17:22:05 1997  Ian Lance Taylor  <[email protected]>
6450
6451	* Makefile.in (INSTALL_MODULES): Put install-opcodes before
6452	install-binutils.
6453
6454Thu May  8 17:29:50 1997  Ian Lance Taylor  <[email protected]>
6455
6456	* Makefile.in: Add automake targets.
6457	* configure.in (host_tools): Add automake.
6458
6459Tue May  6 15:49:52 1997  Ian Lance Taylor  <[email protected]>
6460
6461	* configure: Default CXX to c++, not gcc.
6462	* Makefile.in (CXX): Set to c++, not gcc.
6463	(CXX_FOR_TARGET): When cross, transform c++, not gcc.
6464
6465Thu May  1 10:11:43 1997  Geoffrey Noer  <[email protected]>
6466
6467	* install-sh: try appending a .exe if source file doesn't
6468	exist
6469
6470Wed Apr 30 12:05:36 1997  Jason Merrill  <[email protected]>
6471
6472	* configure.in: Turn on multilib by default.
6473	(cross_only): Remove target-libiberty.
6474
6475	* Makefile.in (all-gcc): Don't depend on libiberty.
6476
6477Mon Apr 28 18:39:45 1997  Michael Snyder  <[email protected]>
6478
6479	* config.guess: improve algorithm for recognizing Gnu Hurd x86.
6480
6481Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <[email protected]>
6482
6483	* Makefile.in (DEVO_SUPPORT): Add mpw-install.
6484	(DISTBISONFILES): Add ld/Makefile.in
6485
6486Tue Apr 22 17:17:28 1997  Geoffrey Noer  <[email protected]>
6487
6488	* configure.in: if target is cygwin32 but host isn't cygwin32,
6489	don't configure gdb tcl tk expect, not just gdb.
6490
6491Mon Apr 21 13:33:39 1997  Tom Tromey  <[email protected]>
6492
6493	* configure.in: Added gnuserv everywhere sn appears.
6494
6495	* Makefile.in (ALL_MODULES): Added all-gnuserv.
6496	(CROSS_CHECK_MODULES): Added check-gnuserv.
6497	(INSTALL_MODULES): Added install-gnuserv.
6498	(CLEAN_MODULES): Added clean-gnuserv.
6499	(all-gnuserv): New target.
6500
6501Thu Apr 17 13:57:06 1997  Per Fogelstrom  <[email protected]>
6502
6503	* config.guess: Fixes for MIPS OpenBSD systems.
6504
6505Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <[email protected]>
6506
6507	* Makefile.in (INSTALL_XFORM): Remove.
6508	(BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
6509
6510	* mkinstalldirs: New file, copied from automake.
6511	* Makefile.in (installdirs): Rename from install-dirs.  Use
6512	mkinstalldirs.  Change all users.
6513	(DEVO_SUPPORT): Add mkinstalldirs.
6514
6515Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <[email protected]>
6516
6517	* install-sh: Rename from install.sh.
6518	* Makefile.in (INSTALL): Change install.sh to install-sh.
6519	(DEVO_SUPPORT): Likewise.
6520
6521	* configure: Use ${config_shell} with ${moveifchange}.  From Thomas
6522	Graichen <[email protected]>.
6523
6524Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <[email protected]>
6525
6526	* config.guess: Recognize OpenBSD systems correctly.
6527
6528Fri Apr 11 17:07:04 1997  Jason Molenda  ([email protected])
6529
6530	* README, Makefile.in (ETC_SUPPORT): Remove references to
6531	cfg-paper*, configure.{texi,man,info*}._
6532
6533Sun Apr  6 18:47:57 1997  Andrew Cagney  <[email protected]>
6534
6535	* Makefile.in (all.normal): Ensure that gcc is built after all
6536	the x11 - ie gdb - targets.
6537
6538Tue Apr  1 16:28:50 1997  Klaus Kaempf  <[email protected]>
6539
6540	* makefile.vms: Don't run conf-a-gas.
6541
6542Mon Mar 31 16:26:55 1997  Joel Sherrill  <[email protected]>
6543
6544	* configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
6545
6546Sun Mar 30 12:38:27 1997  Fred Fish  <[email protected]>
6547
6548	* configure.in: Remove noconfigdirs case since gdb also
6549	configures and builds for tic80-coff.
6550
6551Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <[email protected]>
6552
6553	* configure: Set cache_file to config.cache.
6554	* Makefile.in (local-distclean): Remove config.cache.
6555
6556Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <[email protected]>
6557
6558	* COPYING: Update FSF address.
6559
6560Wed Mar 26 10:38:25 1997  Michael Meissner  <[email protected]>
6561
6562	* configure.in (tic80-*-*): Remove G++ libraries and libgloss from
6563	noconfigdirs.
6564
6565Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <[email protected]>
6566
6567	* Makefile.in (install-dirs): Don't crash if prefix, and hence
6568	MAKEDIRS, is empty.
6569
6570Mon Mar 24 12:40:55 1997  Doug Evans  <[email protected]>
6571
6572	* config.sub: Tweak mn10300 entry.
6573
6574Fri Mar 21 15:35:27 1997  Michael Meissner  <[email protected]>
6575
6576	* configure.in (host_tools): Put sim before gdb, so gdb's
6577	configure.tgt can determine if the simulator was configured.
6578
6579Sun Mar 16 16:07:08 1997  Fred Fish  <[email protected]>
6580
6581	* config.sub: Move BeOS $os case to be with other Cygnus
6582	local cases.
6583
6584Sun Mar 16 01:34:55 1997  Martin Hunt <[email protected]>
6585
6586	* config.sub: Remove misplaced comment that broke Linux.
6587
6588Sat Mar 15 22:50:15 1997  Fred Fish  <[email protected]>
6589
6590	* config.sub: Add BeOS support.
6591
6592Mon Mar 10 13:30:11 1997  Tom Tromey  <[email protected]>
6593
6594	* Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
6595
6596Wed Mar  5 12:09:29 1997  Martin  <[email protected]>
6597
6598	* configure.in (noconfigdirs): Remove tcl and tk from
6599	noconfigdirs for cygwin32 builds.
6600
6601Fri Feb 28 18:20:15 1997  Fred Fish  <[email protected]>
6602
6603	* configure.in (tic80-*-*): Remove ld from noconfigdirs.
6604
6605Thu Feb 27 14:57:26 1997  Ken Raeburn  <[email protected]>
6606
6607	* Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
6608	make-all.com, use makefile.vms instead.
6609
6610Tue Feb 25 18:46:14 1997  Stan Shebs  <[email protected]>
6611
6612	* config.sub: Accept -lnews*.
6613
6614Tue Feb 25 13:19:14 1997  Andrew Cagney  <[email protected]>
6615
6616	* configure.in (noconfigdirs): Disable target-newlib,
6617	target-examples and target-libiberty for d30v.
6618
6619Fri Feb 21 17:56:25 1997  Martin M. Hunt  <[email protected]>
6620
6621	* configure.in (noconfigdirs): Enable ld for d30v.
6622
6623Fri Feb 21 20:58:51 1997  Michael Meissner  <[email protected]>
6624
6625	* configure.in (tic80-*-*): Build compiler.
6626
6627Sun Feb 16 15:41:09 1997  Andrew Cagney  <[email protected]>
6628
6629	* configure.in (d30v-*): Remove sim directory from list of
6630	unsupported d30v directories
6631
6632Tue Feb 18 17:32:42 1997  Martin M. Hunt  <[email protected]>
6633
6634	* config.sub, configure.in: Add d30v target cpu.
6635
6636Thu Feb 13 22:04:44 1997  Klaus Kaempf  <[email protected]>
6637
6638	* makefile.vms: New file.
6639	* make-all.com: Remove.
6640
6641Wed Feb 12 12:54:18 1997  Jim Wilson  <[email protected]>
6642
6643	* Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
6644
6645Sat Feb  8 20:36:49 1997  Michael Meissner  <[email protected]>
6646
6647	* Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
6648
6649Tue Feb  4 11:39:29 1997  Tom Tromey  <[email protected]>
6650
6651	* Makefile.in (ALL_MODULES): Added all-db.
6652	(CROSS_CHECK_MODULES): Addec check-db.
6653	(INSTALL_MODULES): Added install-db.
6654	(CLEAN_MODULES): Added clean-db.
6655
6656Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <[email protected]>
6657
6658	* config.guess: Merge with latest FSF sources.
6659
6660Tue Jan 28 09:20:37 1997  Tom Tromey  <[email protected]>
6661
6662	* Makefile.in (ALL_MODULES): Added all-itcl.
6663	(CROSS_CHECK_MODULES): Added check-itcl.
6664	(INSTALL_MODULES): Added install-itcl.
6665	(CLEAN_MODULES): Added clean-itcl.
6666
6667Thu Jan 23 01:44:27 1997  Geoffrey Noer  <[email protected]>
6668
6669	* configure.in: build gdb for mn10200
6670
6671Fri Jan 17 15:32:15 1997  Doug Evans  <[email protected]>
6672
6673	* Makefile.in (all-target-winsup): Depend on all-target-libio.
6674
6675Mon Jan 13 22:46:54 1997  Michael Meissner  <[email protected]>
6676
6677	* configure.in (tic80-*-*): Turn off most targets right now.
6678
6679Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <[email protected]>
6680
6681	* Makefile.in (MAKEINFO): Check for the existence of the Makefile,
6682	rather than the makeinfo program.
6683	(do-info): Depend upon all-texinfo.
6684
6685Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <[email protected]>
6686
6687	* configure.in: Remove uses of config/mh-linux.
6688
6689	* config.sub, config.guess: Merge with latest FSF sources.
6690
6691Fri Dec 27 23:04:33 1996  Fred Fish  <[email protected]>
6692
6693	* config.sub (case $basic_machine): Add tic80 entries.
6694
6695Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <[email protected]>
6696
6697	* config.sub, config.guess: Merge with latest FSF sources.
6698
6699Wed Dec 18 22:46:39 1996  Stan Shebs  <[email protected]>
6700
6701	* mpw-build.in: Build ld before gcc, use NewFolderRecursive.
6702	* mpw-config.in: Test for NewFolderRecursive.
6703	* mpw-install: Use symbolic name for startup filename.
6704	* mpw-README: Add various additional details.
6705
6706Wed Dec 18 13:11:46 1996  Jim Wilson  <[email protected]>
6707
6708	* configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
6709
6710Wed Dec 18 10:29:31 1996  Jeffrey A Law  ([email protected])
6711
6712	* configure.in: Do build gcc and the target libraries for
6713	the mn10200.
6714
6715Wed Dec  4 16:53:05 1996  Geoffrey Noer  <[email protected]>
6716
6717	* configure.in: don't avoid building gdb for mn10300 any more
6718	* Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
6719	instead of single-quoting it.
6720
6721Tue Dec  3 23:26:50 1996  Jason Merrill  <[email protected]>
6722
6723	* configure.in: Don't use --with-stabs on IRIX 6.
6724
6725Tue Dec  3 09:05:25 1996  Doug Evans  <[email protected]>
6726
6727	* configure.in (m32r): Build gdb, libg++ now.
6728
6729Sun Dec  1 00:18:59 1996  Peter Schauer  ([email protected])
6730
6731	* configure.in (mips*-sgi-irix6*):  Remove gdb and related
6732	directories from noconfigdirs.
6733
6734Tue Nov 26 11:45:33 1996  Kim Knuttila  <[email protected]>
6735
6736	* config.sub (basic_machine): added mips16 configuration
6737
6738Sat Nov 23 19:26:22 1996  Michael Meissner  <[email protected]>
6739
6740	* config.sub: Handle d10v-unknown.
6741
6742Sat Nov 23 10:23:01 1996  Gavin Koch  <[email protected]>
6743
6744	* config.sub: Handle v850-unknown.
6745
6746Thu Nov 21 16:19:44 1996  Geoffrey Noer  <[email protected]>
6747
6748	* Makefile.in: add findutils
6749	* configure.in: add findutils to list of host_tools
6750
6751Wed Nov 20 10:09:01 1996  Jeffrey A Law  ([email protected])
6752
6753	* config.sub: Handle mn10200 and mn10300.
6754
6755Tue Nov 19 16:35:14 1996  Michael Meissner  <[email protected]>
6756
6757	* configure.in (d10v-*): Do not build librx.
6758
6759Mon Nov 18 13:28:41 1996  Jeffrey A Law  ([email protected])
6760
6761	* configure.in (mn10300): Build everything except gdb & libgloss.
6762
6763Wed Nov 13 14:59:46 1996  Per Bothner  <[email protected]>
6764
6765	* config.guess:  Patch for Dansk Data Elektronik servers,
6766	from Niels Skou Olsen <[email protected]>.
6767
6768	For ncr, use /bin/uname rather than uname, since GNU uname does not
6769	support -p.  Suggested by Mark Mitchell <[email protected]>.
6770
6771	Patch for MIPS R4000 running System V,
6772	from Eric S. Raymond <[email protected]>.
6773
6774	Fix thinko for nextstep.
6775
6776	Patch for OSF1 in i?86, from Dan Murphy <[email protected]> via Harlan Stenn.
6777
6778	Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
6779	* config.guess: Guess mips-dec-mach_bsd4.3.
6780
6781	Thu Oct 10 04:07:04 1996  Harlan Stenn <[email protected]>
6782	* config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
6783	release numbers.
6784	* config.guess (mips-mips-riscos*):  Emit just enough of the
6785	release number.
6786
6787	Tue Oct  8 10:37:22 1996  Frank Vance <[email protected]>
6788	* config.guess (sparc-auspex-sunos*):  Added.
6789	(f300-fujitsu-*): Added.
6790
6791	Wed Sep 25 22:00:35 1996  Jeff Woolsey <[email protected]>
6792	* config.guess:  Recognize a Tadpole as a sparc.
6793
6794Wed Nov 13 00:53:09 1996  David J. MacKenzie  <[email protected]>
6795
6796	* config.guess: Don't assume that NextStep version is either 2 or
6797	3.  NextStep 4 (aka OpenStep 4) has come out now.
6798
6799Mon Nov 11 23:52:03 1996  David J. MacKenzie  <[email protected]>
6800
6801	* config.guess: Support Cray T90 that reports itself as "CRAY TS".
6802	From Rik Faith <[email protected]>.
6803
6804Fri Nov  8 11:34:58 1996  David J. MacKenzie  <[email protected]>
6805
6806	* config.sub: Contributions from bug-gnu-utils to:
6807	Support plain "hppa" (no version given) architecture, reported by
6808	OpenStep.
6809	OpenBSD like NetBSD.
6810	LynxOs is not a hardware supplier.
6811
6812	* config.guess: Contributions from bug-gnu-utils to add support for:
6813	OpenBSD like NetBSD.
6814	Stratus systems.
6815	More Pyramid systems.
6816	i[n>4]86 Intel chips.
6817	M680[n>4]0 Motorola chips.
6818	Use unknown instead of lynx for hardware manufacturer.
6819
6820Mon Nov 11 10:09:08 1996  Brendan Kehoe  <[email protected]>
6821
6822	* install.sh (chmodcmd): Set to null if the DST directory already
6823	exists.
6824
6825Mon Nov 11 10:43:41 1996  Michael Meissner  <[email protected]>
6826
6827	* configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
6828	not use mt-ppc target Makefile fragment any more.
6829
6830Sun Nov  3 19:17:07 1996  Stu Grossman  ([email protected])
6831
6832	* configure.in (*-*-windows):  Exclude everything but those dirs
6833	needed to build windows.
6834
6835Tue Oct 29 16:41:31 1996  Doug Evans  <[email protected]>
6836
6837	* Makefile.in (all-target-winsup): Depend on all-target-librx.
6838
6839Mon Oct 28 17:32:46 1996  Stu Grossman  ([email protected])
6840
6841	* configure.in:  Exclude mmalloc from i386-windows.
6842
6843Thu Oct 24 09:22:46 1996  Stu Grossman  ([email protected])
6844
6845	* Undo my previous change.
6846
6847Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <[email protected]>
6848
6849	* Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
6850	unconditionally.
6851	(MAKEOVERRIDES): Define (revert this part of October 18 change).
6852
6853Thu Oct 24 09:02:07 1996  Stu Grossman  ([email protected])
6854
6855	* Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
6856	host to add it's own flags.
6857
6858Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <[email protected]>
6859
6860	* configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
6861
6862Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <[email protected]>
6863
6864	* Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
6865	(CXX_FOR_TARGET): Likewise.
6866	(GCC_FOR_TARGET): Define.
6867	(BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
6868	(EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
6869	CC_FOR_TARGET was specified on the command line.
6870	(MAKEOVERRIDES): Don't define.
6871
6872Thu Oct 17 10:27:56 1996  Doug Evans  <[email protected]>
6873
6874	* configure.in (m32r): Fix spelling of libg++ libs.
6875
6876Thu Oct 10 10:37:17 1996  Stan Shebs  <[email protected]>
6877
6878	* config.sub (-apple*): Remove, now redundant.
6879
6880Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <[email protected]>
6881
6882	* configure: Don't get confused by CPU-VENDOR-linux-gnu.
6883
6884	* configure: Rework yesterday's sed script patch.
6885
6886	* config.sub: Merge with FSF.
6887
6888Wed Oct  9 17:24:59 1996  Per Bothner  <[email protected]>
6889
6890	* config.guess:  Merge from FSF.
6891
6892	1996-09-12  Richard Stallman  <[email protected]>
6893	* config.guess: Use pc instead of unknown, for pc clone systems.
6894	Change linux to linux-gnu.
6895
6896	Mon Jul 15 23:51:11 1996  Karl Heuer  <[email protected]>
6897	* config.guess: Avoid non-portable tr syntax.
6898
6899Wed Oct  9 06:06:46 1996  Jeffrey A Law  ([email protected])
6900
6901	* test-build.mk (HOLES): Add "xargs" for gdb.
6902
6903	* configure: Avoid hpux10.20 sed bug.
6904
6905Tue Oct  8 08:32:48 1996  Stu Grossman  ([email protected])
6906
6907	* configure.in:  Add support for windows host
6908	(that is a build done under the Microsoft build environment).
6909
6910Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <[email protected]>
6911
6912	* Makefile.in: Replace all uses of srcroot with s, to shrink
6913	command line lengths.
6914
6915	Patches from Geoffrey Noer <[email protected]>:
6916	* configure.in: If configuring for newlib, pass --with-newlib to
6917	subdirectories.
6918	* Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
6919	-Bnewlib/ and -Lwinsup to gcc.
6920	(CXX_FOR_TARGET): Likewise.
6921
6922Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <[email protected]>
6923
6924	* Makefile.in (ETC_SUPPORT): Add configure.
6925
6926Fri Oct  4 12:22:58 1996  Angela Marie Thomas ([email protected])
6927
6928	* configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
6929	host configuration file.
6930
6931Thu Oct  3 09:28:25 1996  Jeffrey A Law  ([email protected])
6932
6933	* configure.in: Break mn10x00 support into separate
6934	mn10200 and mn10300 configurations.
6935	* config.sub: Likewise.
6936
6937Wed Oct  2 22:27:52 1996  Jeffrey A Law  ([email protected])
6938
6939	* configure.in: Add lots of stuff to noconfigdirs for
6940	the mn10x00 targets.
6941
6942	* config.sub, configure.in: Add mn10x00 support.
6943
6944Wed Oct  2 15:52:36 1996  Klaus Kaempf  <[email protected]>
6945
6946	* make-all.com: Call conf-a-gas, not config-a-gas.
6947
6948Tue Oct  1 01:28:41 1996  James G. Smith  <[email protected]>
6949
6950	* configure.in (noconfigdirs): Don't build libgloss for arm-coff
6951	targets.
6952
6953Mon Sep 30 14:24:01 1996  Stan Shebs  <[email protected]>
6954
6955	* mpw-README: Add much more detail for native PowerMac.
6956	* mpw-install: New file.
6957	* mpw-configure: Add --norecursion and --help options.
6958	* mpw-config.in: Translate readme and install files when
6959	copying to objdir.
6960	* mpw-build.in: Don't always depend on byacc and flex.
6961	(install-only-top): New action.
6962
6963Fri Sep 27 17:39:44 1996  Stu Grossman  ([email protected])
6964
6965	* configure.in:  You can now configure GDB for the v850.
6966
6967Tue Sep 24 19:05:12 1996  Stan Shebs  <[email protected]>
6968
6969	* configure.in (noconfigdirs): Don't configure any C++ dirs
6970	if targeting D10V.
6971
6972Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <[email protected]>
6973
6974	* config.sub: Recognize mips64vr5000.
6975
6976Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <[email protected]>
6977
6978	* configure.in: Use a single line for host_tools and native_only.
6979
6980Mon Sep  9 12:21:30 1996  Doug Evans  <[email protected]>
6981
6982	* config.sub, configure.in: Add entries for m32r.
6983
6984Thu Sep  5 13:52:47 1996  Tom Tromey  <[email protected]>
6985
6986	* Makefile.in (inet-install): Don't run install-gzip.
6987
6988Wed Sep  4 17:26:13 1996  Stu Grossman  ([email protected])
6989
6990	* configure.in:  Don't config lots of things for *-*-windows*.
6991
6992Sat Aug 31 11:45:57 1996  Stan Shebs  <[email protected]>
6993
6994	* mpw-config.in: Test for mpw-true, true, and null-command scripts.
6995	(host_libs, host_tools): Copy from configure.in.
6996	* mpw-configure: Don't complain about directories not found.
6997
6998Thu Aug 29 16:44:58 1996  Michael Meissner  <[email protected]>
6999
7000	* configure.in (i[345]86): Recognize i686 for pentium pro.
7001	(i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
7002	file.
7003
7004	* config.guess (i[345]86): Ditto.
7005
7006Mon Aug 26 18:34:42 1996  Martin M. Hunt  <[email protected]>
7007
7008	* configure.in (noconfigdirs): Removed gdb for D10V.
7009
7010Thu Aug 22 17:13:52 1996  Jeffrey A Law  ([email protected])
7011
7012	* configure.in: Remove ld, target-libio, target-libg++, and
7013	target-libstdc++ from noconfigdirs.
7014
7015Wed Aug 21 18:56:38 1996  Fred Fish  <[email protected]>
7016
7017	* configure: Fix three locations where shell scripts were
7018	being run directly rather than with config_shell.
7019
7020Tue Aug 20 13:08:47 1996  J.T. Conklin  <[email protected]>
7021
7022	* configure.in (v850-*-*): Set up initial $noconfigdirs.
7023	* config.sub (basic_machine): Recognize v850.
7024
7025Thu Aug 15 12:19:33 1996  Stan Shebs  <[email protected]>
7026
7027	* mpw-configure: Handle multiple enable/disable options and
7028	pass them down recursively, handle -c and -s flags appropriately
7029	depending on choice of compiler, add escape mechanism for
7030	quoted arguments to gC.
7031
7032Mon Aug 12 13:15:13 1996  Michael Meissner  <[email protected]>
7033
7034	* configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
7035	solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
7036	so that -mrelocatable-lib and -mno-eabi are used.
7037
7038	* Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
7039	not support --print-multi-lib, don't abort.
7040
7041Thu Aug  8 12:18:59 1996  Klaus Kaempf  <[email protected]>
7042
7043	* make-all.com: Run config-a-gas.
7044	* setup.com: Don't copy subdirectory files around.
7045
7046Tue Jul 30 17:49:31 1996  Brendan Kehoe  <[email protected]>
7047
7048	* configure.in (*-*-ose): Remove exclusion of libgloss for this
7049	target, it now compiles correctly.
7050
7051Sat Jul 27 15:10:43 1996  Stan Shebs  <[email protected]>
7052
7053	* mpw-config.in: Generate Mac include for elf/dwarf2.h.
7054
7055Tue Jul 23 10:47:04 1996  Martin M. Hunt  <[email protected]>
7056
7057	* configure.in (d10v-*-*): Remove ld from $noconfigdirs.
7058
7059Mon Jul 22 13:28:51 1996  Brendan Kehoe  <[email protected]>
7060
7061	* configure.in (native_only): Add prms.
7062
7063Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <[email protected]>
7064
7065	* Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
7066	(BINUTILS_SUPPORT_DIRS): Likewise.
7067
7068Thu Jul 18 12:55:40 1996  Michael Meissner  <[email protected]>
7069
7070	* configure.in (d10v-*-*): Don't configure ld or gdb until the
7071	d10v support is added.
7072
7073Wed Jul 17 14:33:09 1996  Martin M. Hunt  <[email protected]>
7074
7075	* configure.in (d10v-*-*): New target.
7076
7077Mon Jul 15 11:53:00 1996  Jeffrey A Law  ([email protected])
7078
7079	* config.guess (HP 9000/811): Recognize this as a PA1.1
7080	machine.
7081
7082Fri Jul 12 23:21:17 1996  Ken Raeburn  <[email protected]>
7083
7084	* Makefile.in (do-tar-gz): New target, split out from tail end of
7085	taz target.  Run each command separately, don't use pipes.
7086	(taz): Use it.
7087
7088Fri Jul 12 12:08:04 1996  Stan Shebs  <[email protected]>
7089
7090	* mpw-configure: Look for g-mpw-make.sed in config/mpw.
7091	* mpw-build.in: No builds should depend on building byacc or flex,
7092	they are assumed to be installed already.
7093
7094Fri Jul 12 09:52:52 1996  Michael Meissner  <[email protected]>
7095
7096	* Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
7097	variable that CC_FOR_TARGET needs.
7098
7099Thu Jul 11 10:09:45 1996  Michael Meissner  <[email protected]>
7100
7101	* Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
7102	options have changed since the last time the subdirectory was
7103	configured, and if it has, reconfigure.
7104	(CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
7105	CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
7106
7107Wed Jul 10 18:56:59 1996  Doug Evans  <[email protected]>
7108
7109	* Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
7110	CLEAN_MODULES): Add bash.
7111	(all-bash): New target.
7112
7113Mon Jul  8 17:33:14 1996  Jim Wilson  <[email protected]>
7114
7115	* configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
7116
7117Mon Jul  1 13:31:35 1996  Michael Meissner  <[email protected]>
7118
7119	* config.sub (basic_machine): Recognize d10v as a valid processor.
7120
7121Fri Jun 28 12:14:35 1996  Stan Shebs  <[email protected]>
7122
7123	* mpw-configure: Add support for --bindir.
7124	* mpw-build.in: Use a GCC-specific build script for GCC actions.
7125
7126Wed Jun 26 17:20:12 1996  Geoffrey Noer  <[email protected]>
7127
7128	* configure.in: add bash, time, gawk to list of hosttools and things
7129	to only build for native toolchains
7130
7131Tue Jun 25 23:09:03 1996  Jason Molenda  ([email protected])
7132
7133	* Makefile.in (docdir): Remove.
7134
7135Tue Jun 25 19:00:08 1996  Jason Molenda  ([email protected])
7136
7137	* Makefile.in (datadir): Set to $(prefix)/share.
7138
7139Mon Jun 24 23:26:07 1996  Geoffrey Noer  <[email protected]>
7140
7141	* configure.in: build diff and patch for cygwin32-hosted
7142	toolchains.
7143
7144Mon Jun 24 15:01:12 1996  Joel Sherrill  <[email protected]>
7145
7146	* config.sub: Accept -rtems*.
7147
7148Sun Jun 23 22:41:54 1996  Geoffrey Noer  <[email protected]>
7149
7150	* configure.in: enable dosrel for cygwin32-hosted builds,
7151		remove diff from the list of things not buildable
7152		via Canadian Cross
7153
7154Sat Jun 22 11:39:01 1996  Jason Merrill  <[email protected]>
7155
7156	* Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
7157	don't get ". ".
7158
7159Fri Jun 21 17:24:48 1996  Jim Wilson  <[email protected]>
7160
7161	* configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
7162
7163Thu Jun 20 16:57:40 1996  Ken Raeburn  <[email protected]>
7164
7165	* Makefile.in (taz): Handle case where tex3patch didn't even get
7166	checked out.  Also, if it was found, put the symlink in a new util
7167	subdirectory.
7168
7169Thu Jun 20 12:20:33 1996  Michael Meissner  <[email protected]>
7170
7171	* config.guess (*:Linux:*:*): Add support for PowerPC Linux.
7172
7173Tue Jun 18 14:24:12 1996  Klaus Kaempf  ([email protected])
7174
7175	* config.sub: Recognize -openvms.
7176	* configure.in (alpha*-*-*vms*): Set noconfigdirs.
7177	* make-all.com, setup.com: New files.
7178
7179Mon Jun 17 16:34:46 1996  Jason Merrill  <[email protected]>
7180
7181	* Makefile.in (taz): tex3patch moved to texinfo/util.
7182
7183Sat Jun 15 17:13:25 1996  Geoffrey Noer <[email protected]>
7184
7185	* configure: enable_gdbtk=no for cygwin32-hosted toolchains
7186	* configure.in: remove make from disable-if-Can-Cross list
7187		enable gdb if ${host} and ${target} are cygwin32
7188
7189Fri Jun  7 18:16:52 1996  Harlan Stenn <[email protected]>
7190
7191	* config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
7192	Recognize the NCR 4850 machine and NCR Pentium-based platforms.
7193
7194Wed Jun  5 00:09:17 1996  Per Bothner  <[email protected]>
7195
7196	* config.guess:  Combine mips-mips-riscos cases, and use cpp to
7197	distinguish sysv/svr4/bsd variants.
7198	Based on a patch from Harlan Stenn <[email protected]>.
7199
7200Fri Jun  7 14:24:49 1996  Tom Tromey  <[email protected]>
7201
7202	* configure.in: Added copyright notice.
7203	* move-if-change: Added copyright notice.
7204
7205Thu Jun  6 16:27:05 1996  Michael Meissner  <[email protected]>
7206
7207	* configure.in (powerpcle-*-solaris*): Until we get shared
7208	libraries working, don't build gdb, sim, make, tcl, tk, or
7209	expect.
7210
7211Tue Jun  4 20:41:45 1996  Per Bothner  <[email protected]>
7212
7213	* config.guess:  Merge with FSF:
7214
7215	Mon Jun  3 08:49:14 1996  Karl Heuer  <[email protected]>
7216	* config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
7217
7218	Fri May 24 18:34:53 1996  Roland McGrath  <[email protected]>
7219	* config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
7220
7221	Fri Apr 12 20:03:59 1996  Per Bothner  <[email protected]>
7222	* config.guess:  Combine two OSF1 rules.
7223	Also recognize field test versions.  From [email protected].
7224	* config.guess (dgux):  Use /usr/bin/uname rather than uname,
7225	because GNU uname does not support -p.  From [email protected].
7226
7227Tue Jun  4 11:07:25 1996  Tom Tromey  <[email protected]>
7228
7229	* Makefile.in (MAKEDIRS): Removed $(tooldir).
7230
7231Tue May 28 12:30:50 1996  Stan Shebs  <[email protected]>
7232
7233	* mpw-README: Document GCCIncludes.
7234
7235Sun May 26 15:16:27 1996  Fred Fish  <[email protected]>
7236
7237	* configure.in (alpha-*-linux*): Set enable_shared to yes.
7238
7239Tue May 21 15:41:39 1996  Stan Shebs  <[email protected]>
7240
7241	* mpw-configure: Handle --enable-FOO and --disable-FOO.
7242
7243Mon May 20 10:12:29 1996  Geoffrey Noer  <[email protected]>
7244
7245	* configure.in (*-*-cygwin32): Configure make.
7246
7247Tue May  7 14:19:42 1996  Tom Tromey  <[email protected]>
7248
7249	* Makefile.in (inet-install): Quote value of INSTALL_MODULES.
7250
7251Fri May  3 08:57:17 1996  Tom Tromey  <[email protected]>
7252
7253	* Makefile.in (all-inet): Depend on all-perl.
7254
7255	* Makefile.in (inet-install): New target.
7256
7257	* Makefile.in (all-inet): Depend on all-tcl.
7258	(all-inet): Depend on all-send-pr.
7259
7260Tue Apr 30 13:55:51 1996  Michael Meissner  <[email protected]>
7261
7262	* configure.in (powerpcle-*-solaris*): Turn off tk and tcl
7263	temporarily.
7264
7265Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <[email protected]>
7266
7267	* configure.in: Don't configure --with-gnu-ld on AIX.
7268
7269Thu Apr 25 06:33:36 1996  Michael Meissner  <[email protected]>
7270
7271	* configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
7272
7273Tue Apr 23 09:07:39 1996  Tom Tromey  <[email protected]>
7274
7275	* Makefile.in (ALL_MODULES): Added all-inet.
7276	(CROSS_CHECK_MODULES): Added check-inet.
7277	(INSTALL_MODULES): Added install-inet.
7278	(CLEAN_MODULES): Added clean-inet.
7279	(all-indent): New target.
7280
7281	* configure.in (host_tools): Added inet.
7282	(native_only): Added inet.
7283	(noconfigdirs): Added inet.
7284
7285Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <[email protected]>
7286
7287	* configure.in: Don't configure libgloss if we are not configuring
7288	newlib.
7289
7290Wed Apr 17 19:30:01 1996  Rob Savoye  <[email protected]>
7291
7292	* configure.in: Don't configure libgloss for unsupported
7293	architectures.
7294
7295Tue Apr 16 11:17:05 1996  Michael Meissner  <[email protected]>
7296
7297	* Makefile.in (CLEAN_MODULES): Add clean-apache.
7298
7299Mon Apr 15 15:09:05 1996  Tom Tromey  <[email protected]>
7300
7301	* Makefile.in (ALL_MODULES): Include all-apache.
7302	(CROSS_CHECK_MODULES): Include check-apache.
7303	(INSTALL_MODULES): Include install-apache.
7304	(all-apache): New target.
7305
7306	* configure.in: Added apache everywhere perl is seen.
7307
7308Mon Apr 15 14:59:13 1996  Michael Meissner  <[email protected]>
7309
7310	* Makefile.in: Add support for clean-{module} and
7311	clean-target-{module} rules.
7312
7313Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <[email protected]>
7314
7315	* configure.in (*-*-ose) do not build libgloss.
7316
7317Mon Apr  8 16:16:20 1996  Michael Meissner  <[email protected]>
7318
7319	* config.guess (prep*:SunOS:5.*:*): Turn into
7320	powerpele-unknown-solaris2.
7321
7322Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <[email protected]>
7323
7324	* configure.in: Permit --enable-shared to specify a list of
7325	directories.
7326
7327Fri Apr  5 08:17:57 1996  Jason Molenda  ([email protected])
7328
7329	* configure.in (host==solaris): Pass only the first word of $CC
7330	to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
7331
7332Fri Apr  5 03:16:13 1996  Jason Molenda  ([email protected])
7333
7334	* Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
7335
7336Thu Mar 28 14:11:11 1996  Tom Tromey  <[email protected]>
7337
7338	* Makefile.in (ALL_MODULES): Include all-perl.
7339	(CROSS_CHECK_MODULES): Include check-perl.
7340	(INSTALL_MODULES): Include install-perl.
7341	(ALL_X11_MODULES): Include all-guile.
7342	(CHECK_X11_MODULES): Include check-guile.
7343	(INSTALL_X11_MODULES): Include install-guile.
7344	(all-perl): New target.
7345	(all-guile): New target.
7346
7347	* configure.in (host_tools): Include perl and guile.
7348	(native_only): Include perl and guile.
7349	(noconfigdirs): Don't build guile and perl; no ports have been
7350	done.
7351
7352Tue Mar 26 21:18:50 1996  Andrew Cagney  <[email protected]>
7353
7354	* configure (--enable-*): Handle quoted option lists such as
7355	--enable-sim-cflags='-g0 -O' better.
7356
7357Thu Mar 21 11:53:08 1996  Michael Meissner  <[email protected]>
7358
7359	* Makefile.in ({,inst}all-target): New rule so we can make and
7360	install all of the target directories easily.
7361
7362Wed Mar 20 18:10:57 1996  Andreas Schwab  <[email protected]>
7363
7364	* configure.in: Add missing global flag in sed substitution when
7365	deleting `target-' from ${configdirs}.
7366
7367Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <[email protected]>
7368
7369	* Makefile.in (DO_X): Don't get confused if CC contains `=' in an
7370	option.
7371
7372	* configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
7373	config/mh-necv4.
7374
7375	* install.sh: Correct misspelling of transformbasename.
7376
7377	* config.guess: Recognize mips-*-sysv*.
7378
7379Mon Mar 11 15:36:42 1996  Dawn Perchik  <[email protected]>
7380
7381	* config.sub: Recognize mon960.
7382
7383Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <[email protected]>
7384
7385	* configure: Restore Canadian Cross handling of BISON and LEX,
7386	removed in Feb 20 change.
7387
7388Fri Mar  8 20:07:09 1996  Per Bothner  <[email protected]>
7389
7390	* README:  Suggestions from Torbjorn Granlund <[email protected]>:
7391	Mention make install.  Remove the old copyright date as well the
7392	clumsy and rather pointless copyright on the README file.
7393
7394Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <[email protected]>
7395
7396	* Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
7397	Makefile after running symlink-tree, then run `make distclean' to
7398	avoid clobbering any generated files in srcdir.
7399
7400Tue Mar  5 08:21:44 1996  J.T. Conklin  <[email protected]>
7401
7402	* configure.in (m68k-*-netbsd*): Build everything now.
7403
7404Wed Feb 28 12:25:46 1996  Jason Merrill  <[email protected]>
7405
7406	* Makefile.in (taz): Fix quoting.
7407
7408Tue Feb 27 11:33:57 1996  Doug Evans  <[email protected]>
7409
7410	* configure.in (sparclet-*-*): Build everything now.
7411
7412Tue Feb 27 14:31:51 1996  Andreas Schwab  <[email protected]>
7413
7414	* configure.in (m68k-*-linux*): New host.
7415
7416Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <[email protected]>
7417
7418	* configure: Check for bison before byacc.
7419
7420Tue Feb 20 23:12:35 1996  Stu Grossman  ([email protected])
7421
7422	* Makefile.in configure:  Change the way LEX and BISON/YACC are
7423	set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
7424	searching PATH.  These are used as fallbacks by Makefile.in if
7425	flex/bison/byacc aren't in objdir.
7426
7427Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <[email protected]>
7428
7429	* Makefile.in: Make everything which depends upon all-bfd also
7430	depend upon all-opcodes, in case --with-commonbfdlib is used.
7431
7432Thu Feb 15 19:50:50 1996  Michael Meissner  <[email protected]>
7433
7434	* configure.in (host *-*-cygwin32): Don't build gdb if we are
7435	building NT native compilers on Unix.
7436
7437Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <[email protected]>
7438
7439	* configure.in: Don't get CC from the host Makefile fragment if we
7440	can find gcc in PATH, or if this is a Canadian Cross.  Move the
7441	Solaris test for /usr/ucb/cc to the post target script, just after
7442	the compiler sanity test.
7443
7444Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <[email protected]>
7445
7446	* config.sub: Merge with FSF.
7447
7448Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <[email protected]>
7449
7450	* Makefile.in (RPATH_ENVVAR): New variable.
7451	(REALLY_SET_LIB_PATH): Use it.
7452	* configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
7453
7454Mon Feb 12 15:28:49 1996  Doug Evans  <[email protected]>
7455
7456	* config.sub, configure.in: Recognize sparclet cpu.
7457
7458Mon Feb 12 15:33:59 1996  Christian Bauernfeind <[email protected]>
7459
7460	* config.guess:  Support m68k-cbm-sysv4.
7461
7462Sat Feb 10 12:06:42 1996  Andreas Schwab  <[email protected]>
7463
7464	* config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
7465	m68k-unknown-linuxaout from linker help string.  Put quotes around
7466	$ld_help_string.
7467
7468Thu Dec  7 09:03:24 1995  Tom Horsley  <[email protected]>
7469
7470	* config.guess (powerpc-harris-powerunix): Add guess for port
7471	to new target.
7472
7473Thu Feb  8 15:37:52 1996  Brendan Kehoe  <[email protected]>
7474
7475	* config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
7476
7477Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <[email protected]>
7478
7479	* configure.in: If --enable-shared was used, set SET_LIB_PATH to
7480	$(REALLY_SET_LIB_PATH) in Makefile.
7481	* Makefile.in (SET_LIB_PATH): New variable.
7482	(REALLY_SET_LIB_PATH): New variable.
7483	($(DO_X)): Use $(SET_LIB_PATH).
7484	(install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
7485	($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
7486	($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
7487	($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
7488	($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
7489	($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
7490	(all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
7491	(install-dosrel): Likewise.
7492	(all-opcodes): Depend upon all-libiberty.
7493
7494Sun Feb  4 16:51:11 1996  Steve Chamberlain  <[email protected]>
7495
7496	* config.guess (*:CYGWIN*): New
7497
7498Sat Feb  3 10:42:35 1996  Michael Meissner  <[email protected]>
7499
7500	* Makefile.in (all-target-winsup): All all-target-libiberty.
7501
7502Fri Feb  2 17:58:56 1996  Michael Meissner  <[email protected]>
7503
7504	* configure.in (noconfigdirs): Add missing # in front of comment.
7505
7506Thu Feb  1 14:38:13 1996  Geoffrey Noer  <[email protected]>
7507
7508	* configure.in: add second pass to things added to noconfigdirs
7509	so *-gm-magic can exclude libgloss properly.
7510
7511Thu Feb  1 11:10:16 1996  Stan Shebs  <[email protected]>
7512
7513	* mpw-configure (extralibs_name, rez_name): Set correctly
7514	for MWC68K compiler.
7515
7516	* mpw-README: Add more info on the necessary build tools.
7517
7518Thu Feb  1 10:22:38 1996  Steve Chamberlain  <[email protected]>
7519
7520	* configure.in, config.sub: Recognize cygwin32.
7521
7522Wed Jan 31 14:17:10 1996  Richard Henderson  <[email protected]>
7523
7524	* config.guess, config.sub: Recognize A/UX.
7525
7526Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <[email protected]>
7527
7528	* config.sub: Merge with gcc/config.sub.
7529
7530Thu Jan 25 11:01:10 1996  Raymond Jou  <[email protected]>
7531
7532	* mpw-build.in (do-binutils): Add build of stamps.
7533
7534Thu Jan 25 17:05:26 1996  James G. Smith  <[email protected]>
7535
7536	* config.sub: Add recognition for mips64vr4100*-* targets.
7537
7538Wed Jan 24 12:47:55 1996  Brendan Kehoe  <[email protected]>
7539
7540	* test-build.mk: Add checking of `hpux9' rather than just `hpux'.
7541	Add creation of gconfigargs with `--enable-shared' turned on.
7542	($(host)-stamp-stage2-configured): Pass $(gconfigargs).
7543	($(host)-stamp-stage3-configured): Likewise.
7544	(HOLES): Add chatr and ldd.
7545	(i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
7546
7547Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <[email protected]>
7548
7549	* configure: Pass --nfp to recursive configures.
7550
7551Mon Jan 22 10:41:56 1996  Steve Chamberlain  <[email protected]>
7552
7553	* Makefile.in (DLLTOOL): New.
7554	(DLLTOOL_FOR_TARGET): New.
7555	(EXTRA_HOST_FLAGS): Pass down DLLTOOL.
7556	(EXTRA_TARGET_FLAGS): Ditto.
7557	(EXTRA_GCC_FLAGS): Ditto.
7558	(CONFIGURE_TARGET_MODULES): Ditto.
7559	(DO_X): Ditto.
7560	* configure: Add DLLTOOL.
7561
7562Fri Jan 19 13:30:15 1996  Stan Shebs  <[email protected]>
7563
7564	SCO OpenServer 5 changes from Robert Lipe <[email protected]>:
7565	* configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
7566	mh-sco, since old workarounds no longer needed, and don't
7567	build ld, since libraries have weak symbols in COFF.
7568
7569Sun Jan 14 23:01:31 1996  Fred Fish  <[email protected]>
7570
7571	* Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
7572
7573Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <[email protected]>
7574
7575	* configure.in: Make sure that ${CC} can be used to compile an
7576	executable.
7577
7578Sat Jan  6 07:23:33 1996  Michael Meissner  <[email protected]>
7579
7580	* Makefile.in (all-gdb): Depend on $(GDB_TK).
7581	* configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
7582	nothing depending on whether gdbtk is being built.
7583
7584Wed Jan  3 17:54:41 1996  Doug Evans  <[email protected]>
7585
7586	* Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
7587
7588Mon Jan  1 19:09:14 1996  Brendan Kehoe  <[email protected]>
7589
7590	* configure.in (noconfigdirs): Put ld or gas in this early, if the
7591	user specifically used --with-gnu-ld=no or --with-gnu-as=no.
7592
7593Sat Dec 30 16:08:57 1995  Doug Evans  <[email protected]>
7594
7595	* config-ml.in: Add support for
7596	--disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
7597	Simplify setting of multidirs from --disable-foo.
7598
7599Fri Dec 29 07:56:11 1995  Michael Meissner  <[email protected]>
7600
7601	* Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
7602	LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
7603	LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
7604	non-empty, pass them on to the	GCC make.
7605	(all-bootstrap): New rule that is like all-gcc, except it executes
7606	the GCC bootstrap rule instead of the GCC all rule.
7607
7608Wed Dec 27 15:51:48 1995  Doug Evans  <[email protected]>
7609
7610	* config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
7611
7612Tue Dec 26 11:45:31 1995  Michael Meissner  <[email protected]>
7613
7614	* config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
7615	DG/UX support.
7616
7617Fri Dec 15 10:01:27 1995  Stan Cox  <[email protected]>
7618
7619	* config.sub (i*86*) Change [345] to [3456]
7620
7621Wed Dec 20 17:41:40 1995  Brendan Kehoe  <[email protected]>
7622
7623	* configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
7624	--with-gnu-ld=no.
7625
7626Wed Dec 20 15:15:35 1995  Michael Meissner  <[email protected]>
7627
7628	* config-ml.in (rs6000*, powerpc*): Add switches to control which
7629	AIX multilibs get built.
7630
7631Mon Dec 18 17:55:46 1995  Jason Molenda  ([email protected])
7632
7633	* configure.in (i386-win32): Don't build expect if we're not
7634	building the tcl subdir.
7635
7636Mon Dec 18 11:47:19 1995  Stan Shebs  <[email protected]>
7637
7638	* Makefile.in: (configure-target-examples, all-target-examples):
7639	New targets, configure and build example programs.
7640
7641Fri Dec 15 16:13:03 1995  Stan Shebs  <[email protected]>
7642
7643	* mpw-configure: If an mpw-config.in generated a file mk.sed,
7644	use it as input to sedit the generated MPW makefile.
7645	* mpw-README: Add a suggestion about Gestalt.h.
7646
7647Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <[email protected]>
7648
7649	* config.sub: Accept *-*-ieee*.
7650
7651Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <[email protected]>
7652
7653	* Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
7654	Ronald F. Guilmette <[email protected]>.
7655
7656Mon Dec 11 15:31:58 1995  Jason Molenda  ([email protected])
7657
7658	* configure.in (host==powerpc-pe): Add many directories to noconfigdirs
7659	for powerpc-pe native.
7660	(target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
7661	(target==powerpc-pe): duplicate i386-win32 entry.
7662
7663Sat Dec  9 14:58:28 1995  Jim Wilson  <[email protected]>
7664
7665	* configure.in (noconfigdirs): Exclude target-newlib for all versions
7666	of vxworks, not just vxworks5.1.
7667
7668Mon Dec  4 12:05:40 1995  Stan Shebs  <[email protected]>
7669
7670	* mpw-configure: Add support for exec-prefix.
7671
7672Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <[email protected]>
7673
7674	* config.guess: Recognize HP model 816 machines as having
7675	a PA1.1 processor.
7676
7677Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <[email protected]>
7678
7679	* configure: Ignore new autoconf configure options.
7680
7681Thu Nov 30 16:57:33 1995  Per Bothner  <[email protected]>
7682
7683	* config.guess:  Recognize Pentium under SCO.
7684	From Robert Lipe <[email protected]>.
7685
7686Wed Nov 29 13:49:08 1995  J.T. Conklin  <[email protected]>
7687
7688	* configure.in (noconfigdirs): Disable target-libio on v810-*-*.
7689
7690Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <[email protected]>
7691
7692	* configure.in: Don't configure gas for alpha-dec-osf*.
7693
7694Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <[email protected]>
7695
7696	* configure.in: Default to --with-stabs for some targets for which
7697	it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
7698	i[345]86*-*-unixware*.
7699
7700Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <[email protected]>
7701
7702	* config-ml.in: Get list of multidirs using gcc --print-multi-lib
7703	rather than basing it on the target.  Simplify handling of options
7704	controlling which directories to configure.  Remove extraneous
7705	slash in multi-clean target.
7706
7707Fri Nov 24 17:29:29 1995  Doug Evans  <[email protected]>
7708
7709	* config-ml.in: Prefix more variables with ml_ so they don't collide
7710	with configure's.
7711
7712Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <[email protected]>
7713
7714	* configure: Don't turn -v into --v.
7715
7716Tue Nov 21 16:48:02 1995  Doug Evans  <[email protected]>
7717
7718	* configure.in (targargs): Fix typo.
7719
7720	* Makefile.in (DEVO_SUPPORT): Add symlink-tree.
7721
7722Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <[email protected]>
7723
7724	* configure.in: Strip --host and --target options from
7725	CONFIG_ARGUMENTS, and always configure for --host only.  Add
7726	--with-cross-host option when building with a cross-compiler.
7727	* configure: Canonicalize the arguments put into config.status by
7728	always using `=' for an option with an argument.  Pass a presumed
7729	--host or --target explicitly.
7730
7731Fri Nov 17 17:50:30 1995  Stan Shebs  <[email protected]>
7732
7733	* config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
7734	into general OS recognition case.
7735
7736Fri Nov 17 17:42:25 1995  Jason Molenda  ([email protected])
7737
7738	* configure.in (target_configdirs): add target-winsup only
7739	for win32 target systems.
7740
7741Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <[email protected]>
7742
7743	* Makefile.in (all-target-libgloss): Depend upon
7744	configure-target-newlib, since when libgloss is built it looks to
7745	see if the newlib directory exists.
7746
7747Wed Nov 15 14:47:52 1995  Ken Raeburn  <[email protected]>
7748
7749	* Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
7750	cfg-ml-*.in.
7751
7752Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <[email protected]>
7753
7754	* configure: Handle LD and LD_FOR_TARGET when configuring a
7755	Canadian Cross.
7756
7757Tue Nov 14 14:56:11 1995  Jason Molenda  ([email protected])
7758
7759	* configure.in (target_libs): add target-winsup.
7760	(target==i386-win32): add patch diff flex make to $noconfigdirs.
7761	(target==ppcle-pe): remove ld from $noconfigdirs.
7762
7763Tue Nov 14 01:25:50 1995  Doug Evans  <[email protected]>
7764
7765	* Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
7766	Preserve relative path names in $srcdir.  Build symlink tree if
7767	configuring cross target dir and srcdir=. (= no VPATH support).
7768	(configure-target-libg++): Depend on configure-target-librx.
7769	* cfg-ml-com.in, cfg-ml-pos.in: Deleted.
7770	* config-ml.in: New file.
7771	* symlink-tree: New file.
7772	* configure: Ensure srcdir="." if that's what it is.
7773
7774Mon Nov 13 12:34:20 1995  Stan Shebs  <[email protected]>
7775
7776	* mpw-README: Clarify some phrasing, add notes about CodeWarrior
7777	includes and FLEX_SKELETON setting.
7778	* mpw-configure (--with-gnu-ld): New option, controls whether
7779	to use PPCLink or ld with PowerMac GCC.
7780	* mpw-build.in (all-grez, do-grez, install-grez): New targets.
7781	* mpw-config.in: Configure grez if targeting Mac.
7782
7783	* config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
7784	accept mpw and mac-mpw as names for m68k Macs, change macos7 to
7785	just macos.
7786	* configure.in: Configure grez resource compiler if targeting Mac.
7787	* Makefile.in (all-grez, install-grez): New targets.
7788
7789Wed Nov  8 17:33:51 1995  Jason Merrill  <[email protected]>
7790
7791	* configure: CXX defaults to gcc, not g++.  If we find
7792	gcc in the path, set CC to gcc -O2.
7793
7794Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <[email protected]>
7795
7796	* configure: Default ${build} correctly.  Avoid picking up extra
7797	spaces when reading CC and CXX from Makefile.  When doing a
7798	Canadian Cross, use plausible default values for numerous
7799	variables.
7800	* configure.in: When doing a Canadian Cross, don't try to
7801	configure tools whose configure script can't handle it.
7802
7803Mon Nov  6 19:32:17 1995  Jim Wilson  <[email protected]>
7804
7805	* cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
7806
7807Sun Nov  5 00:15:41 1995  Per Bothner  <[email protected]>
7808
7809	* configure:  Remove dubious bug reporting address.
7810
7811Fri Nov  3 08:17:54 1995  Per Bothner  <[email protected]>
7812
7813	* Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
7814	configure script, run that instead of this directory's configure.
7815	In either case, print a message that we're configuring the sub-dir.
7816
7817Thu Nov  2 23:23:36 1995  Per Bothner  <[email protected]>
7818
7819	* configure.in: Before checking for the existence of various files,
7820	use sed to filter out "target-".
7821
7822Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <[email protected]>
7823
7824	* Makefile.in (DO_X): Split rule to decrease command line length
7825	for systems with small ARG_MAX values.  From [email protected]
7826	(Philippe De Muyter).
7827
7828Wed Nov  1 15:18:35 1995  Jason Molenda  ([email protected])
7829
7830	* Makefile.in (all-patch): depend on all-libiberty.
7831
7832Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <[email protected]>
7833
7834	* configure.in: If the only directory in target_configdirs which
7835	actually exists is libiberty, then set target_configdirs to empty,
7836	to avoid trying to build a target libiberty in a gas or gdb
7837	distribution.
7838
7839Tue Oct 31 17:52:39 1995  J.T. Conklin  <[email protected]>
7840
7841	* configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
7842	of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
7843	systems.
7844
7845Tue Oct 31 16:57:32 1995  Jim Wilson  <[email protected]>
7846
7847	* configure.in (copy_dirs): Use sys-include instead of include
7848	for --with-headers option.
7849
7850Tue Oct 31 10:29:36 1995  steve chamberlain  <[email protected]>
7851
7852	* Makefile.in, configure.in: Make winsup builds work with
7853	new scheme.
7854
7855Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <[email protected]>
7856
7857	* configure.in: Build the linker on AIX.
7858
7859Mon Oct 30 12:27:16 1995  Per Bothner  <[email protected]>
7860
7861	* Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
7862	where needed.
7863
7864Mon Oct 30 12:45:25 1995  Doug Evans  <[email protected]>
7865
7866	* Makefile.in (all-gcc): Fix typo.
7867
7868Sat Oct 28 10:27:59 1995  Per Bothner  <[email protected]>
7869
7870	* Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
7871
7872Fri Oct 27 23:14:12 1995  Per Bothner  <[email protected]>
7873
7874	* configure.in:  Rename libFOO to target-libFOO, and xiberty
7875	to target-xiberty, to provide more flexibility.
7876	(target_subdir):  Define.  Create if cross.
7877	Set TARGET_SUBDIR in Makefile to ${target_subdir}.
7878	* Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
7879	-> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
7880	check-libFOO -> check-target-libFOO, etc.
7881	($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
7882	($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
7883	$(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
7884	(configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
7885	allow ALL_GCC="" to only configure.
7886	(DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
7887	(ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
7888	(LIBGXX_SUPPORT_DIRS):  Remove xiberty.
7889
7890Sat Oct 28 01:53:49 1995  Ken Raeburn  <[email protected]>
7891
7892	* Makefile.in (taz): Build "info" in etc explicitly.
7893
7894Fri Oct 27 09:32:30 1995  Stu Grossman  ([email protected])
7895
7896	* configure.in:  Make sure that CC is undefined (as opposed to
7897	null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
7898	problem with autoconf trying to configure on a host without GCC.
7899
7900Thu Oct 26 22:35:01 1995  Stan Shebs  <[email protected]>
7901
7902	* mpw-configure: Set host alias from choice of host compiler,
7903	only use generic MPW Makefile sed if present, edit a file
7904	named "hacked_Makefile.in" instead of "Makefile.in" if present.
7905	* mpw-README: Add problem notes about CW6 and CW7.
7906
7907Thu Oct 26 05:45:10 1995  Ken Raeburn  <[email protected]>
7908
7909	* Makefile.in (taz): Use ";" instead of ";;".
7910
7911Wed Oct 25 15:18:24 1995  Per Bothner  <[email protected]>
7912
7913	* Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
7914	sub-directory Makefiles, instead of using DISTSTUFFDIRS and
7915	DISTDOCDIRS.
7916	(DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
7917	(newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
7918
7919Wed Oct 25 14:43:55 1995  Per Bothner  <[email protected]>
7920
7921	* Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
7922	and gnats, because they are now subsumed by DISTSTUFFDIRS.
7923	Move bfd to DISTSTUFFDIRS.
7924
7925Tue Oct 24 18:19:09 1995  Jason Molenda  ([email protected])
7926
7927	* Makefile.in (X11_LIB): Removed.
7928	(X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
7929
7930	* configure.in (host_makefile_frag): mh-aix & mh-sun removed.
7931
7932Sun Oct 22 13:04:42 1995  Michael Meissner  <[email protected]>
7933
7934	* cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
7935	names.
7936
7937Fri Oct 20 18:02:10 1995  Michael Meissner  <[email protected]>
7938
7939	* cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
7940
7941Thu Oct 19 10:40:57 1995  steve chamberlain  <[email protected]>
7942
7943	* configure.in (i[345]86-*-win32): Always build newlib.
7944	Don't configure cvs, autoconf or texinfo.
7945	* Makefile.in (LD_FOR_TARGET): New.
7946	(BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
7947	Pass down LD_FOR_TARGET.
7948
7949Wed Oct 18 15:53:56 1995  steve chamberlain  <[email protected]>
7950
7951	* winsup: New directory.
7952	* Makefile.in: Build winsup.
7953	* configure.in: Winsup is configured when target is win32.
7954	Can only build win32 target GDB when native.
7955
7956Mon Oct 16 09:42:31 1995  Jeffrey A Law  ([email protected])
7957
7958	* config.guess: Recognize HP model 819 machines as having
7959	a PA 1.1 processor.
7960
7961Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <[email protected]>
7962
7963	* configure: Fix sed loop which substitutes for CC and CXX to
7964	avoid bug found in various sed implementations.
7965
7966Wed Oct 11 16:16:20 1995  Michael Meissner  <[email protected]>
7967
7968	* cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
7969	simulator.  Use standard powerpc-*-eabi*.
7970
7971Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <[email protected]>
7972
7973	* configure.in: Stop putting gas and binutils in noconfigdirs for
7974	powerpc-*-aix* and rs6000-*-*.
7975
7976Mon Oct  9 12:38:40 1995  Michael Meissner  <[email protected]>
7977
7978	* cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
7979	-mcall-aixdesc libraries.
7980
7981Fri Oct  6 16:17:57 1995  Ken Raeburn  <[email protected]>
7982
7983	Mon Sep 25 22:49:32 1995  Andreas Schwab  <[email protected]>
7984
7985	* config.sub (arm | armel | armeb): Fix shell syntax.
7986
7987Fri Oct  6 14:40:28 1995  Michael Meissner  <[email protected]>
7988
7989	* cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
7990	-msoft-float and -mcpu=common support.
7991	(powerpc*-*-eabisim*): Add support for building -mcall-aix
7992	libraries.
7993
7994Thu Oct  5 13:26:37 1995  Brendan Kehoe  <[email protected]>
7995
7996	* configure.in: Allow configuration and build of emacs19 for the alpha.
7997
7998Wed Oct  4 22:05:36 1995  Jason Molenda  ([email protected])
7999
8000	* configure.in (CC): Get ^CC, not just any old CC, from
8001	${host_makefile_frag}.
8002
8003Wed Oct  4 21:55:00 1995  Jason Molenda  ([email protected])
8004
8005	* configure.in (CC): Try to get CC from
8006	${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
8007
8008Wed Oct  4 21:44:12 1995  Jason Molenda  ([email protected])
8009
8010	* Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
8011	only if it exists in $(srcdir).
8012
8013Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <[email protected]>
8014
8015	* configure: If CC and CXX are not set in the environment, set
8016	them, based on either an existing Makefile or on searching for gcc
8017	in PATH.  Substitute for CC and CXX in Makefile.
8018	* configure.in: Remove libm from target_libs.  Separate
8019	target_configdirs from configdirs.  If CC is not set in
8020	environment, try to get it from a host Makefile fragment.  Rewrite
8021	changes of configdirs to use skipdirs instead.  A few minor
8022	tweaks.  Take directories out of target_configdirs as they are
8023	taken out of configdirs.  Remove existing Makefile files from
8024	subdirectories.  Substitute for TARGET_CONFIGDIRS and
8025	CONFIG_ARGUMENTS in Makefile.
8026	* Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
8027	by configure.in.
8028	(CONFIG_ARGUMENTS): Likewise.
8029	(CONFIGURE_TARGET_MODULES): New variable.
8030	($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
8031	($(CONFIGURE_TARGET_MODULES)): New target.
8032	(configure-libg++, configure-libio): New targets.
8033	(all-libg++): Depend upon configure-libg++.
8034	(all-libio): Depend upon configure-libio.
8035	(configure-libgloss, all-libgloss): New targets.
8036	(configure-libstdc++): New target.
8037	(all-libstdc++): Depend upon configure-libstdc++.
8038	(configure-librx, all-librx): New targets.
8039	(configure-newlib): New target.
8040	(all-newlib): Depend upon configure-newlib
8041	(configure-xiberty): New target.
8042	(all-xiberty): Depend upon configure-xiberty.
8043
8044Sat Sep 30 04:32:59 1995  Jason Molenda ([email protected])
8045
8046	* configure.in (host i[345]86-*-win32):  Expand the
8047	noconfigdirs again.
8048
8049Thu Sep 28 21:18:49 1995  Stan Shebs  <[email protected]>
8050
8051	* mpw-configure: Fix sed command file name.
8052
8053Thu Sep 28 17:39:56 1995  steve chamberlain  <[email protected]>
8054
8055	* configure.in (host i[345]86-*-win32): Reduce the
8056	noconfigdirs again.
8057
8058Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <[email protected]>
8059
8060	* configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
8061	or powerpc*-*-pe*, since they are not yet supported.
8062
8063Tue Sep 26 14:30:01 1995  Stan Shebs  <[email protected]>
8064
8065	Add PowerMac support and many other enhancements.
8066	* mpw-configure: New option --cc to select compiler to use,
8067	paste options set according to --cc into the generated
8068	Makefile, generate the Makefile by sed'ing the Unix Makefile.in
8069	if mpw-make.sed is present.
8070	* mpw-config.in: Don't test for gC1, test for mpw-touch,
8071	add forward includes for PowerPC include files.
8072	* mpw-build.in: Build using Makefile.PPC if present.
8073	(do-byacc, etc): Remove separate version resource builds.
8074	(do-gas): Build "stamps" before "all".
8075	(do-gcc): Build "stamps-h" and "stamps-c" before "all".
8076	* mpw-README: Update to reflect --cc option, PowerMac support,
8077	and recently-reported compatibility problems.
8078
8079Fri Sep 22 12:15:42 1995  Doug Evans  <[email protected]>
8080
8081	* cfg-ml-com.in (m68*-*-*): Only build multilibs for
8082	embedded m68k systems (-aout, -coff, -elf, -vxworks).
8083	(--with-multilib-top): Pass to recursive invocations.
8084
8085Tue Sep 19 13:51:05 1995  J.T. Conklin  <[email protected]>
8086
8087	* configure.in (noconfigdirs): Disable libg++ and libstdc++ on
8088	v810-*-*.
8089
8090Mon Sep 18 23:08:26 1995  J.T. Conklin  <[email protected]>
8091
8092	* configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
8093	gdb, ld and opcodes on v810-*-*.
8094
8095Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <[email protected]>
8096
8097	* Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
8098	(local-maintainer-clean): New target.
8099	(maintainer-clean): New target.
8100	(realclean): Just depend upon maintainer-clean.
8101
8102Fri Sep  8 17:11:14 1995  J.T. Conklin  <[email protected]>
8103
8104	* configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
8105
8106Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <[email protected]>
8107
8108	* configure.in: Build ld in mips*-*-bsd* case.
8109
8110Thu Sep  7 20:03:41 1995  Ken Raeburn  <[email protected]>
8111
8112	* config.sub: Accept -lites* OS.  From Ian Dall.
8113
8114Fri Sep  1 08:06:58 1995  James G. Smith  <[email protected]>
8115
8116	* config.sub: recognise mips64vr4300 and mips64vr4300el as valid
8117	targets.
8118
8119Wed Aug 30 21:06:50 1995  Jason Molenda  ([email protected])
8120
8121	* configure.in: treat i386-win32 canadian cross the same as
8122	i386-go32 canadian cross.
8123
8124Thu Aug 24 14:53:20 1995  Michael Meissner  <[email protected]>
8125
8126	* cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
8127	running under the simulator to build a reduced set of libraries.
8128	(powerpc-*-eabiaix): Add fine grained multilib support added to
8129	other powerpc targets yesterday.
8130
8131Wed Aug 23 09:41:56 1995  Michael Meissner  <[email protected]>
8132
8133	* cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
8134	-disable-softfloat, -disable-relocatable, -disable-aix, and
8135	-disable-sysv to control which multilib libraries get built.
8136
8137Thu Aug 17 16:03:41 1995  Ken Raeburn  <[email protected]>
8138
8139	* configure: Add Makefile.tem to list of files to remove in trap
8140	handler.
8141
8142Mon Aug 14 19:27:56 1995  Per Bothner  <[email protected]>
8143
8144	* config.guess (*Linux*):  Add missing "exit"s.
8145	Also, need specific check for alpha-unknown-linux (uses COFF).
8146
8147Fri Aug 11 15:38:20 1995  Per Bothner  <[email protected]>
8148
8149	* config.guess:  Merge with FSF:
8150
8151	Wed Jun 28 17:57:27 1995  David Edelsohn  <[email protected]>
8152	* config.guess (AIX4): More robust release numbering discovery.
8153
8154	Thu Jun 22 19:01:24 1995  Kenneth Stailey  ([email protected])
8155	* config.guess (i386-sequent-ptx): Properly get version number.
8156
8157	Thu Jun 22 18:36:42 1995  Uwe Seimet  ([email protected])
8158	* config.guess (mips:*:4*:UMIPS): New case.
8159
8160Mon Aug  7 09:21:35 1995  Doug Evans  <[email protected]>
8161
8162	* configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
8163	(i386-win32 host): Likewise.  Don't build readline.
8164
8165Sat Aug  5 09:51:49 1995  Fred Fish  <[email protected]>
8166
8167	* Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
8168	SUPPORT_FILES to submakes.
8169
8170Fri Aug  4 13:04:36 1995  Fred Fish  <[email protected]>
8171
8172	* Makefile.in (GDB_SUPPORT_DIRS): Add utils.
8173	(DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
8174	mpw-configure.
8175
8176Wed Aug  2 16:32:40 1995  Ken Raeburn  <[email protected]>
8177
8178	* configure.in (appdirs): Use =, not ==, in test expression when
8179	trying to build the text to print in the warning message for
8180	Solaris users.
8181
8182Mon Jul 31 09:56:18 1995  steve chamberlain  <[email protected]>
8183
8184	* cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
8185
8186Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <[email protected]>
8187
8188	* config.guess: Recognize lynx-2.3.
8189
8190Thu Jul 27 15:47:59 1995  steve chamberlain  <[email protected]>
8191
8192	* config.sub (z8ksim): Deleted
8193	(z8k-*-coff): New, this is the one true name of the target.
8194
8195Thu Jul 27 14:33:33 1995  Doug Evans  <[email protected]>
8196
8197	* cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
8198
8199Thu Jul 27 13:31:05 1995  Fred Fish  ([email protected])
8200
8201	* config.guess (*:Linux:*:*): First try asking the linker what the
8202	default object file format is (elf, aout, or coff).  Then if this
8203	fails, try previous methods.
8204
8205Thu Jul 27 11:28:17 1995  J.T. Conklin  <[email protected]>
8206
8207	* configure.in: Don't build newlib for *-*-vxworks5.1.
8208
8209Thu Jul 27 11:18:47 1995  Brendan Kehoe  <[email protected]>
8210
8211	* configure.in: Don't build newlib for a29k-*-vxworks5.1.
8212	* test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
8213
8214Tue Jul 25 21:25:39 1995  Doug Evans  <[email protected]>
8215
8216	* cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
8217
8218Fri Jul 21 10:41:12 1995  Doug Evans  <[email protected]>
8219
8220	* cfg-ml-com.in: New file.
8221	* cfg-ml-pos.in: New file.
8222
8223Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <[email protected]>
8224
8225	* COPYING.NEWLIB: Add HP free copyright to list.
8226
8227Tue Jul 18 10:58:51 1995  Michael Meissner  <[email protected]>
8228
8229	* config.sub: Recognize -eabi* for the system, not just -eabi.
8230
8231Mon Jul  3 13:44:51 1995  Steve Chamberlain  <[email protected]>
8232
8233	* Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
8234	* config.sub, configure.in (win32): New target and host.
8235
8236Wed Jun 28 23:57:08 1995  Steve Chamberlain  <[email protected]>
8237
8238	* configure.in: Add i386-pe configuration.
8239
8240Fri Jun 23 14:28:44 1995  Stan Shebs  <[email protected]>
8241
8242	* mpw-build.in (install): Install GDB after LD.
8243
8244Thu Jun 22 17:10:53 1995  Stan Shebs  <[email protected]>
8245
8246	* mpw-config.in (elf/mips.h): Always forward-include, needed
8247	for GDB to build.
8248
8249Wed Jun 21 15:17:30 1995  Rob Savoye  <[email protected]>
8250
8251	* testsuite: New directory for customer acceptance and whole tool
8252	chain tests.
8253
8254Wed Jun 21 16:50:29 1995  Ken Raeburn  <[email protected]>
8255
8256	* configure: If per-host line isn't found, but AC_OUTPUT is found
8257	and a configure script exists, run it instead.
8258
8259Thu Jun 15 21:09:24 1995  Per Bothner  <[email protected]>
8260
8261	* config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
8262
8263Tue Jun 13 21:43:27 1995  Rob Savoye  <[email protected]>
8264
8265	* configure: Set build_{cpu,vendor,os,alias} to host values when
8266	--build isn't specified.
8267
8268Mon Jun  5 18:26:36 1995  Jason Merrill  <[email protected]>
8269
8270	* Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
8271	(FLAGS_TO_PASS): Pass them.
8272	(EXTRA_TARGET_FLAGS): Ditto.
8273
8274Wed May 31 22:27:42 1995  Jim Wilson  <[email protected]>
8275
8276	* Makefile.in (all-libg++): Depend on all-libstdc++.
8277
8278Thu May 25 22:40:59 1995  J.T. Conklin  <[email protected]>
8279
8280	* configure.in (noconfigdirs): Enable all packages for
8281	  i386-unknown-netbsd.
8282
8283Sat May 20 13:22:31 1995  Angela Marie Thomas  <[email protected]>
8284
8285	* configure.in (noconfigdirs): Don't configure tk for i386-go32
8286	hosted builds (DOS builds)
8287
8288Thu May 18 18:08:49 1995  Ken Raeburn  <[email protected]>
8289
8290	Changes for ARM based on patches from Richard Earnshaw:
8291	* config.sub: Handle armeb and armel.
8292	* configure.in: Omit arm linker only for riscix.
8293
8294Thu May 11 17:23:26 1995  Per Bothner  <[email protected]>
8295
8296	* config.guess:  Update from FSF.
8297
8298Tue May  9 15:52:05 1995  Michael Meissner  <[email protected]>
8299
8300	* config.sub: Recognize powerpcle as the little endian varient of
8301	the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
8302	powerpcle variant.  Convert pentium into i586, not i486.  Add p5
8303	alias for i586.  Map new x86 variants p6, k5, nexgen into i586
8304	temporarily.
8305
8306Tue May  2 16:29:41 1995  Jeff Law  ([email protected])
8307
8308	* configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
8309
8310Sun Apr 30 21:38:09 1995  Jeff Law  ([email protected])
8311
8312	* config.sub: Accept -lites* as a basic system type.
8313
8314Thu Apr 27 11:33:29 1995  Michael Meissner  ([email protected])
8315
8316	* config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
8317	installed, and if so return linuxoldld as the system name.
8318
8319Wed Apr 26 10:59:02 1995  Jeff Law  ([email protected])
8320
8321	* config.guess: Add hppa1.1-hp-lites support.
8322
8323Tue Apr 25 11:08:11 1995  Rob Savoye  <[email protected]>
8324
8325	* configure.in: Don't build newlib for m68k-vxworks5.1.
8326
8327Wed Apr 19 17:02:43 1995  Jim Wilson  <[email protected]>
8328
8329	* configure.in (mips-sgi-irix6): Use mh-irix5.
8330
8331Fri Apr 14 15:21:17 1995  Doug Evans  <[email protected]>
8332
8333	* Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
8334
8335Wed Apr 12 16:06:01 1995  Jason Merrill  <[email protected]>
8336
8337	* test-build.mk: Enable building of shared libraries on IRIX 5 and
8338	OSF/1.  Fix compiler flags.
8339	* build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
8340
8341Tue Apr 11 18:55:40 1995  Doug Evans  <[email protected]>
8342
8343	* configure.in: Recognize --with-newlib.
8344	(sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
8345
8346Mon Apr 10 14:38:20 1995  Jason Molenda ([email protected])
8347
8348	* Makefile.in: move {all,check,install}-gdb from *_MODULES
8349	to *_X11_MODULES due to gdbtk needing X include files et al.
8350
8351Mon Apr 10 11:42:22 1995  Stan Shebs  <[email protected]>
8352
8353	Merge in support for Mac MPW as a host.
8354	(Old change descriptions retained for informational value.)
8355
8356	* mpw-config.in: Add generic include forwards for cpu-specific
8357	include files in aout and elf directories.
8358
8359	* mpw-configure: Added copyright.
8360	* mpw-config.in: Check for presence of required build tools.
8361	(target_libs): Add newlib.
8362	(target_tools): Add examples.
8363	(Read Me): Generate as "Read Me for MPW" instead.
8364	* mpw-build.in: Base sub-builds on all-foo instead of do-foo.
8365	(all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
8366	(do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
8367
8368	* mpw-configure: Remove subdir-specific makefile hackery,
8369	delete mk.tmp after using it.
8370
8371	* mpw-build.in (all): Display start and end times.
8372
8373	* mpw-configure (host_canonical): Set.
8374	(target_cpu): Always add to makefiles.
8375	(ARCHDEFS, EMUL): Add to makefile only if nonempty.
8376	(TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
8377	(mpw-mh-mpw): Look for in srcdir and srcroot.
8378	Use sed instead of mpw-edit-prefix to edit prefix definitions.
8379
8380	* mpw-build.in: (install-only): New target.
8381
8382	* mpw-configure (host_alias, target_alias): Rename from hostalias
8383	and targetalias, add into generated Makefile.
8384	(mk.tmp): If present, add into generated Makefile.
8385	* mpw-build.in (all-gas): Build config.h first before gas proper.
8386
8387	* mpw-configure (config.status): Write only if changed.
8388	* mpw-config.in (readline): Configure it (not built, just used for
8389	definitions).
8390
8391	* mpw-config.in (elf/mips.h): Add a forward include.
8392
8393	* mpw-config.in: Forward-include most .h files in include into
8394	extra-include.
8395	(readline): Don't build.
8396	mpw-build.in (install): Install GDB.
8397
8398	* mpw-configure (prefix, mpw_prefix): Handle it.
8399	* mpw-config.in (mmalloc, readline): Don't configure.
8400	* mpw-build.in (thisscript): Rename to ThisScript.
8401	Use mpw-build instead of BuildProgram everywhere.
8402	(mmalloc, readline): Don't build.
8403	* mpw-README: New file, basic documentation about the MPW port.
8404
8405	* mpw-config.in: Use forward-include to create include files.
8406
8407	* mpw-configure: Add more things to the top of each configured
8408	Makefile, including contents of config/mpw-mh-mpw.
8409	* mpw-config.in (extra-include): Create this directory and fill it
8410	with Posix-like include files when configuring.
8411
8412	* config.sub (apple, mac, mpw): Add various aliases.
8413
8414	* mpw-build.in: New file, top-level build script fragment for MPW.
8415	* mpw-configure: New file, configure script for MPW.
8416	* mpw-config.in: New file, config fragment for MPW.
8417
8418Fri Apr  7 19:33:16 1995  Jim Kingdon  ([email protected])
8419
8420	* configure.in (host_libs): Remove glob, since it is gone from the
8421	sources.
8422
8423Fri Mar 31 11:36:17 1995  Jason Molenda  ([email protected])
8424
8425	* Makefile.in: define empty GDB_NLM_DEPS var.
8426
8427	* configure.in(target_makefile_frag): use config/mt-netware
8428	for netware targets.
8429
8430Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <[email protected]>
8431
8432	* config.sub: Merge in recent FSF changes.  Remove linux special
8433	cases.
8434
8435Tue Mar 28 14:47:34 1995  Jason Molenda ([email protected])
8436
8437	Revert this change:
8438
8439	Tue Mar 30 10:03:09 1993  Ian Lance Taylor  ([email protected])
8440
8441		* build-all.mk: Use CC=cc -Xs on Solaris.
8442
8443Tue Mar 21 10:43:32 1995  Jim Kingdon  ([email protected])
8444
8445	* glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
8446	stop using it.
8447	* Makefile.in: Nuke all references to glob subdirectory.
8448
8449Thu Mar 16 13:35:30 1995  Jason Merrill  <[email protected]>
8450
8451	* configure.in: Fix --enable-shared logic in per-host.
8452
8453Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <[email protected]>
8454
8455	* configure.in (*-hp-hpux[78]*): Use mh-hpux8.
8456
8457Mon Mar  6 10:21:58 1995  Jim Kingdon  ([email protected])
8458
8459	* configure.in (noconfigdirs): Don't build gas on AIX, for
8460	powerpc*-*-aix* as well as for rs6000*-*-aix*.
8461
8462Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <[email protected]>
8463
8464	* configure: Fix --cache-file to work if the file argument is a
8465	relative path.
8466
8467Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <[email protected]>
8468
8469	* configure: If the --cache-file is used, pass it down to
8470	configure in subdirectories.
8471
8472Mon Feb 27 12:52:46 1995  Kung Hsu  <[email protected]>
8473
8474	* config.sub: add vxworks29k configuration.
8475
8476Fri Feb 10 16:12:26 1995  Ken Raeburn  <[email protected]>
8477
8478	* Makefile.in (taz): Do "diststuff" part quietly.
8479
8480Sun Feb  5 14:16:35 1995  Doug Evans  <[email protected]>
8481
8482	* config.sub: Mini-merge with gcc/config.sub.
8483
8484Sat Feb  4 12:11:35 1995  Jim Wilson  <[email protected]>
8485
8486	* config.guess (IRIX): Sed - to _.
8487
8488Fri Feb  3 11:54:42 1995  J.T. Conklin  <[email protected]>
8489
8490	* Makefile.in (source-vault, binary-vault): New targets.
8491
8492Thu Jan 26 13:00:11 1995  Michael Meissner  <[email protected]>
8493
8494	* config.sub: Recognize -eabi as a basic system type.
8495
8496Thu Jan 12 13:13:23 1995  Jason Merrill  <[email protected]>
8497
8498	* configure.in (enable_shared stuff): Fix typo.
8499
8500Thu Jan 12 01:36:51 1995  [email protected] (Dean Messing)
8501
8502	* Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
8503
8504Wed Jan 11 16:29:53 1995  Jason Merrill  <[email protected]>
8505
8506	* Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
8507
8508Mon Jan  9 12:48:01 1995  Jim Kingdon  <[email protected]>
8509
8510	* configure.in (rs6000-*-*): Don't build gas.
8511
8512Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <[email protected]>
8513
8514	* Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
8515	reduce command line length.
8516	(AS_FOR_TARGET): Check for as.new, not Makefile.
8517	(NM_FOR_TARGET): Check for nm.new, not Makefile.
8518
8519Wed Jan  4 13:02:39 1995  Per Bothner  <[email protected]>
8520
8521	* config.guess:  Merge from FSF.
8522
8523Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <[email protected]>
8524
8525	* configure: Don't use $ when handling program_suffix.
8526
8527Mon Dec 12 12:09:37 1994  Stu Grossman  ([email protected])
8528
8529	* configure.in:  Configure tk for hppa/hpux.
8530
8531Fri Dec  2 15:55:38 1994  Per Bothner  <[email protected]>
8532
8533	* Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
8534
8535Tue Nov 29 19:37:56 1994  Per Bothner  <[email protected]>
8536
8537	* Makefile.in:  Move -fno-implicit-template from CXXFLAGS
8538	to LIBCXXFLAGS.  Tests are better run without it.
8539
8540Wed Nov 23 10:29:25 1994  Brendan Kehoe  ([email protected])
8541
8542	* Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
8543
8544Mon Nov 21 11:14:01 1994  J.T. Conklin  <[email protected]>
8545
8546	* configure.in (*-*-netware*): Don't configure xiberty.
8547
8548Mon Nov 14 08:49:15 1994  Stu Grossman  ([email protected])
8549
8550	* configure.in:  Remove tk from native_only list.
8551
8552Fri Nov 11 15:31:26 1994  Bill Cox  ([email protected])
8553
8554	* build-all.mk: Add mips-ncd-elf target to sun4 targets
8555	  for special NCD build.
8556
8557Mon Nov  7 20:58:17 1994  Ken Raeburn  <[email protected]>
8558
8559	* Makefile.in (DEVO_SUPPORT): Remove configure.bat and
8560	makeall.bat, they're only useful for binutils snapshots.
8561	(binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
8562	makeall.bat to specified SUPPORT_FILES.
8563
8564Mon Nov  7 17:25:18 1994  Bill Cox  ([email protected])
8565
8566	* build-all.mk: Add Ericsson targets to sun4 and solaris
8567	  hosts.  Add  BNR's sun4 target to solaris host, so their
8568	  build-from-source will be tested in-house first.
8569
8570Sat Nov  5 18:43:30 1994  Jason Merrill  ([email protected])
8571
8572	* Makefile.in (LIBCFLAGS): New variable.
8573	(CFLAGS_FOR_TARGET): Ditto.
8574	(LIBCFLAGS_FOR_TARGET): Ditto.
8575	(LIBCXXFLAGS): Ditto.
8576	(CXXFLAGS_FOR_TARGET): Ditto.
8577	(LIBCXXFLAGS_FOR_TARGET): Ditto.
8578	(BASE_FLAGS_TO_PASS): Pass them.
8579	(EXTRA_TARGET_FLAGS): Ditto.
8580
8581	* configure.in: Support --enable-shared.
8582
8583Sat Nov  5 15:44:00 1994  Per Bothner  <[email protected]>
8584
8585	* configure.in (target_libs):  Include libstdc++ again.
8586	* config.guess:  Update from FSF (for FreeBSD).
8587
8588Thu Nov  3 16:32:30 1994  Ken Raeburn  <[email protected]>
8589
8590	* Makefile.in (DEVO_SUPPORT): Include configure.bat and
8591	makeall.bat.
8592	(DISTDOCDIRS): Add `etc'.
8593	(ETC_SUPPORT_PFX): New variable.
8594	(taz): Include anything from etc starting with a word in
8595	ETC_SUPPORT_PFX.
8596
8597Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <[email protected]>
8598
8599	* config.sub: Update for recent FSF changes.  Remove obsolete
8600	h8300hds entry.  Add -windows* and -osx as basic os.  Minor
8601	spacing changes.
8602
8603Thu Oct 20 18:41:56 1994  Per Bothner  <[email protected]>
8604
8605	* configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
8606
8607	* config.guess:  Merge with FSF.
8608	* configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
8609
8610Thu Oct 20 19:26:56 1994  Ken Raeburn  <[email protected]>
8611
8612	* configure: Since the "trap 0" handler will override the exit
8613	status on many systems, only use it for "exit 1", and make it set
8614	a non-zero exit status; reset it before "exit 0".  Also, check
8615	exit status of config.sub, and error out if it failed.
8616
8617Wed Oct 19 18:49:55 1994  Rob Savoye  ([email protected])
8618
8619	* Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
8620	and install libgloss.
8621
8622Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <[email protected]>
8623
8624	* Makefile.in (all-binutils): Depend upon all-byacc.
8625
8626	* configure.in: Don't build emacs on Irix 5.
8627
8628Mon Oct 17 16:22:12 1994  J.T. Conklin  ([email protected])
8629
8630	* configure.in (*-*-netware*): Add libio.
8631
8632Thu Oct 13 15:51:20 1994  Jason Merrill  ([email protected])
8633
8634	* Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
8635	(CHECK_TARGET_MODULES): Ditto.
8636	(INSTALL_TARGET_MODULES): Ditto.
8637	(TARGET_LIBS): Ditto.
8638	(all-libstdc++): Note dependencies.
8639
8640Thu Oct 13 01:43:08 1994  Ken Raeburn  <[email protected]>
8641
8642	* Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
8643
8644Tue Oct 11 12:12:29 1994  Jason Merrill  ([email protected])
8645
8646	* Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
8647	-fexternal-templates.
8648
8649	* configure.in (target_libs): Add libstdc++.
8650	(noconfigdirs): Add libstdc++ as appropriate.
8651
8652Thu Oct  6 18:00:54 1994  Per Bothner  ([email protected])
8653
8654	* config.guess:  Update from FSF.
8655
8656Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <[email protected]>
8657
8658	* configure: Use ${config_shell} when running ${configsub}.
8659
8660Mon Oct  3 14:28:34 1994  Doug Evans  <[email protected]>
8661
8662	* config.sub: No longer recognize h8300h.
8663
8664Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <[email protected]>
8665
8666	* config.sub: Remove extraneous differences between config.sub and
8667	gcc/config.sub.
8668
8669Sat Oct  1 00:23:12 1994  Ken Raeburn  <[email protected]>
8670
8671	* Makefile.in (DISTSTUFFDIRS): Add gas.
8672
8673Thu Sep 22 19:04:55 1994  Doug Evans  ([email protected])
8674
8675	* COPYING.NEWLIB: New file.
8676
8677Mon Sep 19 18:25:40 1994  Per Bothner  ([email protected])
8678
8679	* config.guess (HP-UX):  Patch from Harlan Stenn
8680	<[email protected]> to also emit release level.
8681
8682Wed Sep  7 13:15:25 1994  Jim Wilson  ([email protected])
8683
8684	* config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
8685
8686Tue Sep  6 23:23:18 1994  Per Bothner  ([email protected])
8687
8688	* config.sub:  Merge nextstep cleanup from FSF.
8689
8690Mon Sep  5 05:01:30 1994  Ken Raeburn  ([email protected])
8691
8692	* configure.in (arm-*-*): Don't configure ld for this target.
8693
8694Thu Sep  1 09:35:00 1994  J.T. Conklin  ([email protected])
8695
8696	* configure.in (*-*-netware): don't configure libg++, libio,
8697	  librx, or newlib.
8698
8699Wed Aug 31 13:52:08 1994  Ian Lance Taylor  ([email protected])
8700
8701	* configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
8702	configure ld--it works, but it doesn't support shared libraries.
8703
8704Sun Aug 28 18:13:45 1994  Per Bothner  ([email protected])
8705
8706	* config.guess (*-unknown-freebsd*):  Get rid of possible
8707	trailing "(Release)" in version string.
8708	Patch from Paul Richards <[email protected]>.
8709
8710Sat Aug 27 15:00:49 1994  Per Bothner  ([email protected])
8711
8712	* config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
8713	Fix type: *-next-neststep -> *-next-nextstep.
8714
8715	* config.guess:  Merge from FSF:
8716
8717	Fri Aug 26 18:45:25 1994  Philippe De Muyter ([email protected])
8718
8719	* config.guess: Recognize powerpc-ibm-aix3.2.5.
8720
8721	Wed Apr 20 06:36:32 1994  Philippe De Muyter  ([email protected])
8722
8723	* config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
8724	instead of UNIX_SV for UnixWare 1.0).
8725
8726Sat Aug 27 01:56:30 1994  Stu Grossman  ([email protected])
8727
8728	* Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
8729	to make gdb/nlm/* build after the compiler and linker.
8730
8731Fri Aug 26 14:30:05 1994  Per Bothner  ([email protected])
8732
8733	* config.guess (netbsd, freebsd, linux):  Accept any machine,
8734	not just i[34]86.
8735	(m68k-atari-sysv4):  Relocate to match FSF version.
8736
8737	* config.guess:  More merges from the FSF:
8738
8739	Add a space before function call or macro invocation.
8740
8741	Tue May 10 16:53:55 1994  Roland McGrath ([email protected])
8742
8743	* config.guess: Add trap cmd to remove dummy.c and dummy when
8744	interrupted.
8745
8746	Wed Apr 20 18:07:13 1994  Roland McGrath ([email protected])
8747
8748	* config.guess (dummy.c): Redirect stderr for `hostinfo' command.
8749	(dummy): Redirect stderr from compilation of dummy.c.
8750
8751	Sat Apr  9 14:59:28 1994  Christian Kranz  ([email protected])
8752
8753	* config.guess: Distinguish between NeXTStep 2.1 and 3.x.
8754
8755Fri Aug 26 13:42:20 1994  Ken Raeburn  ([email protected])
8756
8757	* configure: Accept and ignore --cache*, for compatibility with
8758	new autoconf.
8759
8760Fri Aug 26 13:05:27 1994  Per Bothner  ([email protected])
8761
8762	* config.guess:  Merge from FSF:
8763
8764	Thu Aug 25 20:28:51 1994  Richard Stallman  <[email protected]>
8765
8766	* config.guess (Pyramid*:OSx*:*:*): New case.
8767	(PATH): Add /.attbin at end for finding uname.
8768	(dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
8769
8770	Wed Aug 17 18:21:02 1994  Tor Egge  ([email protected])
8771
8772	* config.guess (M88*:DolphinOS:*:*): New case.
8773
8774	Thu Aug 11 17:00:13 1994  Stan Cox  ([email protected])
8775
8776	* config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
8777	to select whether to use ELF or COFF.
8778
8779	Sun Jul 24 16:20:53 1994  Richard Stallman  <[email protected]>
8780
8781	* config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
8782
8783	Sun May  1 10:23:10 1994  Richard Stallman  ([email protected])
8784
8785	* config.guess: Guess the OS version for HPUX.
8786
8787	Tue Mar  1 21:53:03 1994  Karl Heuer  ([email protected])
8788
8789	* config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
8790
8791Fri Aug 26 11:19:08 1994  Ian Lance Taylor  ([email protected])
8792
8793	* configure.in: Recognize --with-headers, --with-libs, and
8794	--without-newlib.
8795	* Makefile.in (all-xiberty): Depend upon all-ld.
8796
8797Wed Aug 24 12:36:50 1994  Ian Lance Taylor  ([email protected])
8798
8799	* configure.in: Change i[34]86 to i[345]86.
8800
8801Mon Aug 22 10:58:33 1994  Ian Lance Taylor  ([email protected])
8802
8803	* configure (version): A few more tweaks to help message.
8804
8805Fri Aug 19 12:40:25 1994  Per Bothner  ([email protected])
8806
8807	* Makefile.in:  Remove (for now) librx as a host library,
8808	now that we're building it for target.
8809
8810Fri Aug 19 10:49:17 1994  Ian Lance Taylor  ([email protected])
8811
8812	* configure: Fix up help message; from [email protected]
8813	(Karl Berry).
8814
8815Tue Aug 16 16:11:08 1994  Per Bothner  ([email protected])
8816
8817	* configure.in:  Also configure librx.
8818
8819Mon Aug 15 16:51:45 1994  Per Bothner  ([email protected])
8820
8821	* Makefile.in:  Update various rules to reflect that librx
8822	is now needed for libg++.
8823
8824Fri Aug 12 18:07:21 1994  Ian Lance Taylor  ([email protected])
8825
8826	* config.sub: Accept mips64orion and mips64orionel as a CPU name.
8827
8828Mon Aug  8 11:36:17 1994  Stan Shebs  ([email protected])
8829
8830	* configure.in: Configure the examples directory.
8831
8832Thu Aug  4 16:12:36 1994  Ian Lance Taylor  ([email protected])
8833
8834	* configure: Simplify Jun 2 1994 change.
8835
8836Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  ([email protected])
8837
8838	* change CC to /usr/latest/bin/gcc for lynx host builds, since
8839	/bin/gcc isn't good enough to build gcc.
8840
8841Wed Jul 27 09:07:14 1994  Fred Fish  ([email protected])
8842
8843	* Makefile.in (GDB_SUPPORT_FILES): Remove
8844	(setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
8845	(gdb.tar.gz): Add new rule to use standard distribution building
8846	mechanism.
8847
8848Mon Jul 25 11:10:06 1994  Ian Lance Taylor  ([email protected])
8849
8850	* configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
8851	Bill Cox <[email protected]>.
8852
8853Sat Jul 23 12:19:46 1994  Per Bothner  ([email protected])
8854
8855	* config.guess:  Recognize ISC.  Patch from [email protected].
8856
8857Fri Jul 22 17:53:59 1994  Stu Grossman  ([email protected])
8858
8859	* configure:  Search current dir first in .gdbinit.
8860
8861Fri Jul 22 11:28:30 1994  Per Bothner  ([email protected])
8862
8863	* config.sub:  Recognize freebsd (merged from gcc config.sub).
8864
8865Thu Jul 21 14:10:52 1994  Per Bothner  ([email protected])
8866
8867	* config.sub:  Refer to NeXT's operating system as nextstep.
8868
8869	* config.sub (case $basic_machine):  Re-order the cases, to match
8870	the order in the FSF version (which is mostly alphabethical).
8871	Merge in some additions and changes from the FSF.
8872
8873Sat Jul 16 12:03:08 1994  Stan Shebs  ([email protected])
8874
8875	* config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
8876	* config.sub: Recognize cxux7.
8877	* configure.in: Use mh-cxux for m88k-harris-cxux*.
8878
8879Mon Jul 11 14:37:39 1994  Per Bothner  ([email protected])
8880
8881	* config.sub:  Fix typo powerpc -> powerpc-*.
8882
8883Sat Jul  9 13:03:43 1994  Michael Tiemann  ([email protected])
8884
8885	* Makefile.in: `all-emacs19' depends on `all-byacc'.
8886
8887	* Makefile.in: Add all-emacs19 and install-emacs19 rules (in
8888	parallel with all-emacs and install-emacs).  Top-level command
8889	`make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
8890
8891Thu Jun 30 16:53:42 1994  Ian Lance Taylor  ([email protected])
8892
8893	* test-build.mk ($(host)-stamp-stage2-installed): Remove
8894	$(relbindir)/make before doing ``make install'', and use
8895	$(GNU_MAKE) while doing it.  Avoids problem on SunOS with
8896	installing over running make binary.
8897	($(host)-stamp-stage3-installed): Likewise.
8898
8899Tue Jun 28 13:43:25 1994  Jim Kingdon  ([email protected])
8900
8901	* config.guess: Recognize Mach.
8902
8903Mon Jun 27 16:41:14 1994  Ian Lance Taylor  ([email protected])
8904
8905	* configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
8906	see whether --exec-prefix was used.
8907
8908Sun Jun 26 21:15:54 1994  Per Bothner  ([email protected])
8909
8910	* README:  Explicitly mention libg++/README.  (Zoo's idea.)
8911
8912Tue Jun 21 12:45:55 1994  Jim Kingdon  ([email protected])
8913
8914	* Makefile.in: Add all-librx target similar to all-libproc.
8915
8916Wed Jun  8 23:11:55 1994  Stu Grossman  ([email protected])
8917
8918	* config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
8919	with post 1.2 uname bogosity.
8920
8921Thu Jun  9 00:27:59 1994  Ian Lance Taylor  ([email protected])
8922
8923	* configure: Remove temporary files on receipt of a signal.
8924
8925Tue Jun  7 12:06:24 1994  Ian Lance Taylor  ([email protected])
8926
8927	* configure: If there is a package_makefile_frag, remove
8928	${subdir}/Makefile.tem after copying it in.
8929
8930Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  ([email protected])
8931
8932	* build_all.mk: support rs6000 lynx identifies itself as
8933	rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
8934	since /bin/gcc is too feeble to compile a modern gcc.
8935
8936Mon Jun  6 16:06:34 1994  Karen Christiansen ([email protected])
8937
8938	* brought devo/test-build.mk update-to-date with progressive/
8939	  test-build.mk. Add lynx targets and hppa flag info.
8940
8941Sat Jun  4 17:23:54 1994  Per Bothner  ([email protected])
8942
8943	* configure.in:  Use mh-ncrsvr43.  Patch from
8944	Tom McConnell <[email protected]>.
8945
8946Fri Jun  3 17:47:24 1994  Per Bothner  ([email protected])
8947
8948	* config.guess (i386-unknown-bsdi):  No longer need to
8949	check #if defined(__bsdi__) && defined(__i386__).
8950
8951Thu Jun  2 18:56:46 1994  Ian Lance Taylor  ([email protected])
8952
8953	* configure: Set program_transform_nameoption correctly.
8954
8955Thu Jun  2 10:57:06 1994  Karen Christiansen ([email protected])
8956
8957	* brought build-all.mk update-to-date with progressive build-all.mk,
8958	  added new targets and hppa info.
8959
8960Thu Jun  2 00:12:44 1994  Ian Lance Taylor  ([email protected])
8961
8962	* configure: If config.guess result is a prefix of the user
8963	specified target, assume a native build and use the user specified
8964	target as the host alias.  Remove SunOS patch suffix removal hack.
8965	* configure.in: Remove SunOS patch suffix removal hack.
8966
8967	* Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
8968	in NATIVE_CHECK_MODULES.
8969
8970Wed Jun  1 10:49:41 1994  Bill Cox  ([email protected])
8971
8972	* Makefile.in: Rename HOST_ONLY to NATIVE.
8973	* configure: Delete SunOs patch suffix from host_canonical
8974	  and build_canonical variables that are prepended to Makefiles.
8975	* configure.in: Add comments for easier maintenance.
8976
8977Tue May 31 19:39:47 1994  Jim Kingdon  ([email protected])
8978
8979	* Makefile.in: Add all-libproc target similar to all-gui.
8980
8981Tue May 31 17:16:33 1994  Tom Lord  ([email protected])
8982
8983	* Makefile.in (CHECK_MODULES): split into
8984	HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
8985
8986Tue May 31 16:36:36 1994  Paul Eggert  ([email protected])
8987
8988	* config.guess (i386-unknown-bsdi): New system to guess.
8989
8990Wed May 25 16:47:10 1994  Jim Kingdon  ([email protected])
8991
8992	* Makefile.in: Add all-gui target (but not yet build by "all").
8993
8994Thu May 26 08:53:19 1994  Bill Cox  ([email protected])
8995
8996	* config.sub: Move deletion of patch suffix from here...
8997	* configure.in: To here, at Ian's suggestion.  The top-
8998	  level scripts might need to know of a patch level.
8999
9000Wed May 25 09:15:54 1994  Bill Cox  ([email protected])
9001
9002	* config.sub: Strip off patch suffix so rtl is recognized
9003	  as a sunos4.1.3 machine, even though it's been patched.
9004
9005Fri May 20 08:25:49 1994  Steve Chamberlain  ([email protected])
9006
9007	* Makefile.in (INSTALL_LAST): Delete.
9008	(INSTALL_DOSREL): New.
9009
9010Thu May 19 17:12:12 1994  Ian Lance Taylor  ([email protected])
9011
9012	* configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
9013	Don't set use_gnu_ld to no for *-*-sysv4; that only controls
9014	whether we pass down --with-gnu-ld anyhow.
9015
9016Thu May 19 09:29:12 1994  Steve Chamberlain  ([email protected])
9017
9018	* Makefile.in (INSTALL_LAST): Change operation so it works
9019	on more flavors of make.
9020	* configure.in (go32): Don't build libg++ or libio.
9021
9022Fri May 13 13:28:34 1994  Steve Chamberlain  ([email protected])
9023
9024	* Makefile.in (Move HOST_PREFIX_1 and friends up so
9025	they can be overriden by templates.
9026
9027Sat May  7 16:46:44 1994  Steve Chamberlain  ([email protected])
9028
9029	* configure.in (target==go32): Don't build gdb.
9030	* dosrel: New directory.
9031
9032Fri May  6 14:19:25 1994  Steve Chamberlain  ([email protected])
9033
9034	* configure.in (host==go32): Configure dosrel too.
9035	* Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
9036	(HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
9037	be set by incoming names or templates.
9038	(INSTALL_LAST): New rule.
9039
9040Thu May  5 17:35:05 1994  Stan Shebs  ([email protected])
9041
9042	* config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
9043
9044Thu May  5 20:06:45 1994  Ken Raeburn  ([email protected])
9045
9046	* configure.in (appdirs): New variable.  Currently empty, but will
9047	be used in gas distribution.  If nonempty, lists a set of
9048	directories at least one of which must get configured, or top
9049	level configuration is considered to have failed.
9050	(rs6000-*-lynxos*): Use new file name.
9051
9052Thu May  5 13:38:36 1994  Ian Lance Taylor  ([email protected])
9053
9054	Eliminate XTRAFLAGS.
9055	* Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
9056	newlib include files using -idirafter, and also use -nostdinc.
9057	(CXX_FOR_TARGET): Likewise.
9058	(XTRAFLAGS): Removed.
9059	(BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
9060	(EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
9061	(EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
9062	($(DO_X)): Don't pass down XTRAFLAGS.
9063
9064Thu May  5 00:16:36 1994  Ken Raeburn  ([email protected])
9065
9066	* configure.in (mips*-dec-bsd*): New target; do build linker.
9067	(mips*-*-bsd*): New target; don't build linker.
9068
9069Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  ([email protected])
9070
9071	* configure.in: support rs6000-*-lynxos* configuration.
9072	support sunos4 as a cross target.
9073
9074	* config.sub: look for lynx*, not lynx since the OS version may
9075	legitimately be part of the name.
9076
9077Tue May  3 21:48:11 1994  Ken Raeburn  ([email protected])
9078
9079	* configure.in (i[34]86-*-sco*): Move to be with other i386
9080	targets.
9081	(romp-*-*): New target.  Skip various binary utilities.
9082	(vax-*-*): New target.  Don't build newlib.
9083	(vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
9084
9085Thu Apr 28 15:03:05 1994  David J. Mackenzie  ([email protected])
9086
9087	* configure.in: Only set host_makefile_frag if config
9088	directory exists.
9089
9090Wed Apr 27 12:14:30 1994  David J. Mackenzie  ([email protected])
9091
9092	* install.sh: If $dstdir exists, don't check whether each
9093	component does.
9094
9095Tue Apr 26 18:11:33 1994  Ian Lance Taylor  ([email protected])
9096
9097	* test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
9098
9099Mon Apr 25 15:06:34 1994  Stan Shebs  ([email protected])
9100
9101	* configure.in (*-*-lynxos*): Don't configure newlib for either
9102	native or cross Lynx.
9103
9104Sat Apr 16 11:58:16 1994  Doug Evans  ([email protected])
9105
9106	* config.sub (sparc64-elf): Fix os.
9107	(z8k): Remove duplicate.
9108
9109Thu Apr 14 23:33:17 1994  Ian Lance Taylor  ([email protected])
9110
9111	* Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
9112	gcc/stmp-fixproto, to try to prevent fixproto from being run.
9113
9114Wed Apr 13 15:14:52 1994  Bill Cox  ([email protected])
9115
9116	* configure: Make file links cleanly even if Lynx fails on
9117	  an NFS symlink (at least fail cleanly).
9118
9119Mon Apr 11 10:58:56 1994  Jim Wilson  ([email protected])
9120
9121	* test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
9122	-XNh2000.
9123
9124Sat Apr  9 15:10:45 1994  David J. Mackenzie  ([email protected])
9125
9126	* configure: Unknown options are fatal again.
9127
9128Fri Apr  8 12:01:41 1994  David J. Mackenzie  ([email protected])
9129
9130	* configure: Ignore --x-includes and --x-libraries, for Autoconf
9131	compatibility.
9132
9133Thu Apr  7 17:31:43 1994  Doug Evans  ([email protected])
9134
9135	* build-all.mk: Add `clean' target.
9136
9137Wed Apr  6 20:44:56 1994  Peter Schauer  ([email protected])
9138
9139	* config.guess:  Add SINIX support.
9140	* configure.in:  Add mips-*-sysv4* support.
9141
9142Mon Apr  4 17:41:44 1994  Doug Evans  ([email protected])
9143
9144	* build-all.mk: Document all useful targets.
9145	If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
9146	If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
9147
9148Thu Mar 31 04:55:57 1994  David J. Mackenzie  ([email protected])
9149
9150	* configure: Support --silent, --quiet.
9151
9152Wed Mar 30 21:37:38 1994  David J. Mackenzie  ([email protected])
9153
9154	* configure: Support --disable-FEATURE.
9155
9156Tue Mar 29 19:15:05 1994  Jim Kingdon  ([email protected])
9157
9158	* config.guess: Recognize NCR running SVR4.3.
9159
9160Mon Mar 28 14:55:15 1994  Per Bothner  ([email protected])
9161
9162	* config.guess:  Make BSDI generate i386-unknown-bsd386.
9163	Patch from Paul Eggert <[email protected]>.
9164
9165Mon Mar 28 12:54:52 1994  Ian Lance Taylor  ([email protected])
9166
9167	* configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
9168
9169Sat Mar 26 11:25:48 1994  David J. Mackenzie  ([email protected])
9170
9171	* configure: Make unrecognized options give nonfatal warnings
9172	instead of fatal errors, and pass them to any subdirectory
9173	configures in case they recognize them.
9174	Make --x equivalent to --with-x.
9175
9176Fri Mar 25 21:52:10 1994  David J. Mackenzie  ([email protected])
9177
9178	* configure: Add --enable-* options.  Clean up usage message and
9179	some comments.
9180
9181Thu Mar 24 09:12:53 1994  Doug Evans  ([email protected])
9182
9183	* Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
9184
9185Sun Mar 20 11:28:22 1994  Jeffrey A. Law  ([email protected])
9186
9187	* configure.in (hppa*-*-*): Enable binutils.
9188
9189Sat Mar 19 11:50:16 1994  Jim Kingdon  ([email protected])
9190
9191	* config.sub: Recognize cisco.
9192
9193Fri Mar 18 16:42:32 1994  Jason Merrill  ([email protected])
9194
9195	* Makefile.in (CXXFLAGS): Add -fexternal-templates.
9196
9197Tue Mar 15 11:25:55 1994  Jim Kingdon  ([email protected])
9198
9199	* config.guess: about target *-hitachi-hiuxwe2, don't print more
9200	than one configuration name.  Add comment.
9201
9202Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  ([email protected])
9203
9204	* config.guess: about target *-hitachi-hiuxwe2, fixed
9205	machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
9206	macro is incorrect.]
9207
9208Sun Mar 13 09:10:08 1994  Jim Kingdon  ([email protected])
9209
9210	* Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
9211	than the "make ls" stuff which used to be here.
9212
9213Fri Mar 11 12:52:39 1994  Per Bothner  ([email protected])
9214
9215	* config.guess:  Recognize i[34]86-unknown-freebsd.
9216	From Shawn M Carey <[email protected]>.
9217
9218Thu Mar  3 14:24:21 1994  Per Bothner  ([email protected])
9219
9220	* configure.in (noconfigdirs for alpha): Remove libg++ and libio.
9221
9222Wed Mar  2 13:28:48 1994  Jim Kingdon  ([email protected])
9223
9224	* config.guess: Check for ptx.
9225
9226Mon Feb 28 16:46:50 1994  Kung Hsu  ([email protected])
9227
9228	* config.sub: Add os9k checking.
9229
9230Thu Feb 24 07:09:04 1994  Jeffrey A. Law  ([email protected])
9231
9232	* config.guess: Handle OSF1 running on HPPA processors
9233
9234Fri Feb 18 14:14:00 1994  Ken Raeburn  ([email protected])
9235
9236	* configure: If subdir configure fails, print out a message with
9237	subdirectory name, in case subdir's configure code didn't identify
9238	itself.
9239
9240Fri Feb 18 12:50:15 1994  Doug Evans  ([email protected])
9241
9242	* configure.in: Remove embedded newlines from configdirs.
9243	Avoid mismatches of substrings.  Fix matching strings at end
9244	of configdirs.
9245
9246Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
9247
9248	* config.guess:  Add Lynx/rs6000 config support.
9249
9250Tue Feb  8 13:41:09 1994  Ken Raeburn  ([email protected])
9251
9252	* configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
9253
9254Mon Feb  7 15:42:36 1994  Jeffrey A. Law  ([email protected])
9255
9256	* configure.in (hppa*-*-osf*): Treat this just like most other
9257	PA configurations (eg no binutils or ld).
9258	(hppa*-*-*elf*): These configurations have binutils and ld.
9259
9260Sun Feb  6 16:35:07 1994  Jeffrey A. Law  ([email protected])
9261
9262	* config.sub (hiux): Fix typo.  From [email protected].
9263
9264Sat Feb  5 01:00:33 1994  Ian Lance Taylor  ([email protected])
9265
9266	* configure.in (rs6000-*-*): Build gas.
9267
9268Wed Feb  2 13:57:57 1994  Jeffrey A. Law  ([email protected])
9269
9270	* Makefile.in:  Avoid bug in losing hpux sed.
9271
9272Wed Feb  2 14:53:05 1994  Jim Kingdon  ([email protected])
9273
9274	* Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
9275	for GDB and GDB has been fixed to not need it.
9276
9277Sun Jan 30 17:58:06 1994  Ken Raeburn  ([email protected])
9278
9279	* config.guess: Recognize vax hosts.
9280
9281Fri Jan 28 15:29:38 1994  Ken Raeburn  ([email protected])
9282
9283	* configure (while loop): Don't use "break 2" inside case
9284	statement -- the case statement isn't an enclosing loop.
9285
9286Mon Jan 24 18:40:06 1994  Per Bothner  ([email protected])
9287
9288	* config.guess:  Clean up NeXT support, to allow nextstep
9289	on Intel machines.  Make OS be nextstep.
9290
9291Sun Jan 23 18:47:22 1994  Richard Kenner  ([email protected])
9292
9293	* config.guess: Add alternate forms for Convex.
9294
9295Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
9296
9297	* configure:  Completely rewrite option processing.  Take
9298	advantage of pattern-matching to avoid invoking test frequently.
9299	Also clean up host and target defaulting logic.
9300
9301Mon Jan 17 15:06:56 1994  Ken Raeburn  ([email protected])
9302
9303	* Makefile.in: Replace all occurrances of "rootme" with "r" and
9304	"$${rootme}" with "$$r", to increase the likelihood that the do-*
9305	commands (plus user environment) will fit SCO limits.
9306
9307Thu Jan  6 11:20:57 1994  Ian Lance Taylor  ([email protected])
9308
9309	* configure.in: Don't issue warnings about directories which are
9310	not being configured if -norecursion is set.  Correct test for
9311	--with-gnu-as and --with-gnu-ld to not get confused by substring
9312	matches.
9313
9314	* configure.in: Don't build gas for alpha-dec-osf1*.
9315
9316Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
9317
9318	* configure:  Back out Per's change of 12/19/1993.  It changes the
9319	behavior of configure in unexpected and confusing ways.
9320
9321	Also, use different delim char when calculating
9322	program_transform_name so that the name can contain slashes.
9323
9324Sat Jan  1 13:45:31 1994  Rob Savoye  ([email protected])
9325
9326	* configure.in, config.sub: Add support for VSTa micro-kernel.
9327
9328Sat Dec 25 20:00:47 1993  Jeffrey A. Law  ([email protected])
9329
9330	* configure.in: Nuke hacks which were used to get a special
9331	version of GAS for HPPA configurations.
9332
9333Sun Dec 19 20:40:44 1993  Per Bothner  ([email protected])
9334
9335	* configure:  If only ${target_alias} is given, use that
9336	as the default for ${host_alias}.
9337	* configure:  Add missing back-slashes before nested quotes.
9338
9339Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  ([email protected])
9340
9341	* Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
9342
9343Tue Dec 14 21:25:33 1993  Per Bothner  ([email protected])
9344
9345	* config.guess:  Recognize some Tektronix configurations.
9346	From Kaveh R. Ghazi <[email protected]>.
9347
9348Sat Dec 11 11:18:00 1993  Steve Chamberlain  ([email protected])
9349
9350	* config.sub: Match any flavor of SH.
9351
9352Thu Dec  2 17:16:58 1993  Ken Raeburn  ([email protected])
9353
9354	* configure.in: Don't try to configure newlib for Alpha.
9355
9356Thu Dec  2 14:35:54 1993  Ian Lance Taylor  ([email protected])
9357
9358	* configure.in: Don't build ld for Irix 5.  Don't build gas,
9359	libg++ or libio for any Alpha target.
9360
9361	* configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
9362
9363Wed Dec  1 17:00:33 1993  Jason Merrill  ([email protected])
9364
9365	* Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
9366	default arguments -- so it tried to compress itself.
9367
9368Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  ([email protected])
9369
9370	* configure.in (notsupp): ensure that a space is always at the end
9371	  of the configdirs list, since the grep checks for an explicit space
9372
9373Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  ([email protected])
9374
9375	* configure.in (target i386-sysv4.2): don't build ld, since static
9376	  versions of many libraries are not available.
9377
9378Tue Nov 16 14:28:12 1993  Jim Kingdon  ([email protected])
9379
9380	* config.guess: Recognize Apollos (using environment variables).
9381	* configure.in: Don't configure ld, binutils, or gprof for Apollo.
9382
9383Thu Nov 11 12:03:50 1993  Jim Kingdon  ([email protected])
9384
9385	* config.guess: Recognize Sony news mips running newsos.
9386
9387Wed Nov 10 16:57:00 1993  Mark Eichin  ([email protected])
9388
9389	* Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
9390	"fi ; else" for bash.
9391
9392Tue Nov  9 15:54:01 1993  Mark Eichin  ([email protected])
9393
9394	* Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
9395
9396Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  ([email protected])
9397
9398	* config.sub: accept unixware as an alias for svr4.2.
9399	Fix some inconsistancies with the gcc version.
9400
9401Fri Nov  5 15:14:12 1993  Jim Kingdon  ([email protected])
9402
9403	* Makefile.in (DISTDOCDIRS):  Add gdb.
9404
9405Fri Nov  5 11:59:42 1993  Per Bothner  ([email protected])
9406
9407	* Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
9408
9409Fri Nov  5 10:35:05 1993  Ken Raeburn  ([email protected])
9410
9411	* Makefile.in (taz): Only build "info" in DISTDOCDIRS.
9412	(DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
9413	this now.
9414
9415Thu Nov  4 18:58:23 1993  Jim Kingdon  ([email protected])
9416
9417	* config.sub: Accept hiux* as an OS name.
9418
9419	* Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
9420	etc/make-stds.texi.  The underscore came from gcc, and dje now
9421	agrees that RUNTESTFLAGS is the correct name.
9422
9423Thu Nov  4 10:49:01 1993  Per Bothner  ([email protected])
9424
9425	* install.sh:  Remove 'set -e'.  It makes any conditionals
9426	in the script useless.
9427
9428	* config.guess: Automatically recognize arm-acorn-riscix
9429	Patch from Richard Earnshaw ([email protected]).
9430
9431Thu Nov 04 08:08:04 1993  Jeffrey Wheat  ([email protected])
9432
9433	* Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
9434
9435Wed Nov  3 22:09:46 1993  Ken Raeburn  ([email protected])
9436
9437	* Makefile.in (DISTDOCDIRS): New variable.
9438	(taz): Edit local Makefile.in sooner, instead of proto-toplev
9439	Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
9440
9441Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  ([email protected])
9442
9443	* configure.in (hppa target): check the source directory for the
9444	  pagas sub-directory
9445
9446Wed Nov  3 11:12:22 1993  Doug Evans  ([email protected])
9447
9448	* config.sub: Allow -aout* and -elf*.
9449
9450Wed Nov  3 11:08:33 1993  Ken Raeburn  ([email protected])
9451
9452	* configure.in: Don't build ld on i386-solaris2, same as for
9453	sparc-solaris2.
9454
9455Tue Nov  2 14:21:25 1993  Per Bothner  ([email protected])
9456
9457	* Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
9458
9459Tue Nov  2 13:38:30 1993  Peter Schauer  ([email protected])
9460
9461	* configure.in:  Configure gdb for alpha.
9462
9463Mon Nov  1 10:42:54 1993  Jim Kingdon  ([email protected])
9464
9465	* Makefile.in (CXXFLAGS): Add -O.
9466
9467Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  ([email protected])
9468
9469	* config.guess: added support for DG Aviion
9470
9471Tue Oct 26 14:37:37 1993  Ken Raeburn  ([email protected])
9472
9473	* configure.in: Produce warning message for subdirectories not
9474	configurable for this host/target combination.  Don't try to
9475	configure gdb for vms.
9476
9477Mon Oct 25 11:22:15 1993  Ken Raeburn  ([email protected])
9478
9479	* Makefile.in (taz): Replace "byacc" with "bison -y" in the
9480	appropriate files before making "diststuff".
9481	(DISTBISONFILES): New var: list of files to be edited.
9482	(DISTSTUFFDIRS): Add binutils.
9483
9484Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  ([email protected])
9485
9486	* config.sub: also handle mipsel and mips64el (for little endian mips)
9487
9488Fri Oct 22 07:59:20 1993  Jim Kingdon  ([email protected])
9489
9490	* configure.in: Add * to end of all OS names.
9491
9492Thu Oct 21 11:38:28 1993  Stan Shebs  ([email protected])
9493
9494	* configure.in: Build newlib for LynxOS native.
9495
9496Wed Oct 20 09:56:12 1993  Jim Kingdon  ([email protected])
9497
9498	* config.guess: Add support for delta 88k running SVR3.
9499
9500	* configure.in: Add comment about HP compiler vs. emacs.
9501
9502Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  ([email protected])
9503
9504	* configure.in: don't build ld on solaris2 (not a viable option
9505	  due to bugs in getpwnam & getpwuid)
9506
9507Tue Oct 19 15:13:56 1993  Ken Raeburn  ([email protected])
9508
9509	* configure.in: Accept alpha-dec-osf1*, not just -osf1, since
9510	config.guess will produce a full version number.
9511
9512Tue Oct 19 15:58:01 1993  Ian Lance Taylor  ([email protected])
9513
9514	* configure.in: Build linker and binutils for alpha-dec-osf1.
9515
9516Tue Oct 19 11:41:55 1993  Jim Kingdon  ([email protected])
9517
9518	* Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
9519	and gdb/testsuite/Makefile.in.
9520
9521Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  ([email protected])
9522
9523	* configure.in: recognize mips*- instead of mips-
9524
9525Fri Oct  8 14:15:39 1993  Ken Raeburn  ([email protected])
9526
9527	* config.sub: Accept linux*coff and linux*elf as operating
9528	systems.
9529
9530Thu Oct  7 12:57:19 1993  Ian Lance Taylor  ([email protected])
9531
9532	* config.sub: Recognize mips64, and mips3 as an alias for it.
9533
9534Wed Oct  6 13:54:21 1993  Peter Schauer  ([email protected])
9535
9536	* configure.in: Remove alpha-dec-osf*, no longer necessary now that
9537	gdb knows how to handle OSF/1 shared libraries.
9538
9539Tue Oct  5 11:55:04 1993  Jim Kingdon  ([email protected])
9540
9541	* configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
9542	* config.guess: Recognize Hitachi's HIUX.
9543	* config.sub: Recognize h3050r* and hppahitachi.
9544	Remove redundant cases for hp9k[23]*.
9545
9546Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  ([email protected])
9547
9548	* configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
9549	if gas and ld are in the source tree and are in ${configdirs}.
9550	If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
9551	--with options (but still pass them down on the command line,
9552	if they were explicitly specified).
9553
9554Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  ([email protected])
9555
9556	* configure: substitute SHELL value in Makefile.in with
9557	${CONFIG_SHELL}
9558
9559Thu Sep 23 18:05:13 1993  Ian Lance Taylor  ([email protected])
9560
9561	* configure.in: Build gas, ld, and binutils for *-*-sysv4* and
9562	*-*-solaris2* targets.
9563
9564Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  ([email protected])
9565
9566	* Makefile.in: define M4, and pass it down to sub-makes;
9567	all-autoconf now depends on all-m4
9568
9569Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  ([email protected])
9570
9571	* Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
9572	presence of {ar,ranlib} instead of a configured directory
9573
9574Wed Sep 15 08:41:44 1993  Jim Kingdon  ([email protected])
9575
9576	* config.guess: Accept 34?? as well as 33?? for NCR.
9577
9578Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  ([email protected])
9579
9580	* configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
9581	of 'gas' in sed commands, since 'gash' is now in the tree as well.
9582
9583Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  ([email protected])
9584
9585	* configure: grab values for $(CC) and $(CXX) from the
9586	environment, so that someone can do "CC=gcc configure; make" and
9587	have it work right (matching the way that autoconf works now)
9588
9589	* configure.in, Makefile.in: add support for gash, the tcl
9590	interface to Galaxy
9591
9592	* config.guess: add NetBSD variants (hp300, x86)
9593
9594Thu Sep  9 16:48:52 1993  Jason Merrill  ([email protected])
9595
9596	* install.sh: Support -d option (in the manner of SunOS 4 install,
9597	as it is more deterministic than that of GNU install)
9598	(chmodcmd): Set file to mode 755 by default (should also do default
9599	chgrp and chown, but I don't feel like dealing with that now)
9600
9601Tue Sep  7 11:59:39 1993  Doug Evans  ([email protected])
9602
9603	* config.sub: Remove h8300hhms alias.
9604
9605Tue Aug 31 11:00:09 1993  Jim Kingdon  ([email protected])
9606
9607	* configure.in: Match *-*-solaris2* not *-sun-solaris2*.
9608
9609Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  ([email protected])
9610
9611	* Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
9612	as stmp-fixinc
9613
9614Wed Aug 25 16:35:59 1993  K. Richard Pixley  ([email protected])
9615
9616	* config.sub: recognize m88110-bug-coff.
9617
9618Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  ([email protected])
9619
9620	* Makefile.in (all-libio): all dependencies on the toolchain used
9621	to build this (gcc, gas, ld, etc)
9622
9623Fri Aug 20 17:24:24 1993  Jim Kingdon  ([email protected])
9624
9625	* config.guess: Deal with OSF/1 1.3 on alpha.
9626
9627Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  ([email protected])
9628
9629	* install.sh: add some 'else true' clauses for portability
9630
9631	* configure.in: don't build libio for h8[35]00-*-* targets
9632
9633Tue Aug 17 19:02:31 1993  Per Bothner  ([email protected])
9634
9635	* Makefile.in:  Add support for new libio.
9636
9637Sun Aug 15 20:48:55 1993  Jim Kingdon  ([email protected])
9638
9639	* install.sh: If one command fails, don't try the rest.  Don't try
9640	to remove $dsttmp (via trap) unless we have already created it.
9641	If $src doesn't exist, detect it and exit with an error.
9642
9643	* config.guess: Recognize BSD on hp300.
9644
9645Wed Aug 11 18:35:13 1993  Per Bothner  ([email protected])
9646
9647	* config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
9648	Bug report from "Hamish (H.I.) Macdonald" <[email protected]>.
9649
9650Wed Aug 11 15:37:51 1993  Jason Merrill  ([email protected])
9651
9652	* Makefile.in (all-send-pr): depends on all-prms
9653
9654Wed Aug 11 16:56:03 1993  Jim Kingdon  ([email protected])
9655
9656	* config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
9657
9658Fri Aug  6 14:45:02 1993  Ian Lance Taylor  ([email protected])
9659
9660	* config.guess: From [email protected] (Michael Rendell):
9661	Added test for mips-mips-riscos5.
9662
9663Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  ([email protected])
9664
9665	* configure.in: use mh-hp300 for 68k HP hosts
9666
9667Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  ([email protected])
9668
9669	* configure: add support for CONFIG_SHELL, so that you can use
9670	some alternate shell for evaluating configure scripts
9671
9672Sun Aug  1 11:36:27 1993  Fred Fish  ([email protected])
9673
9674	* Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
9675	in configure script to [email protected] when building
9676	distribution archive.
9677	* Makefile.in (COMPRESS):  Remove def.
9678	* Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
9679	gdb.tar.Z and make-gdb.tar.Z respectively.
9680	* Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
9681	* Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
9682	to convergence with 'taz' target in Makefile.in.
9683
9684Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  ([email protected])
9685
9686	* install.sh (dsttmp): use trap to ensure that tmp files go
9687	away on error conditions
9688
9689Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  ([email protected])
9690
9691	* Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
9692
9693Tue Jul 27 12:43:40 1993  Jim Kingdon  ([email protected])
9694
9695	* Makefile.in (install-dirs): Deal with a prefix like /gnu;
9696	its parent is '/' not ''.
9697
9698	* Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
9699
9700Fri Jul 23 09:53:37 1993  Jason Merrill  ([email protected])
9701
9702	* configure: if ${newsrcdir}/configure doesn't exist, don't assume
9703	that ${newsrcdir}/configure.in does.
9704
9705Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  ([email protected])
9706
9707	* test-build.mk: support for CONFIG_SHELL
9708
9709Mon Jul 19 21:54:46 1993  Fred Fish  ([email protected])
9710
9711	* config.sub (netware):  Add as a basic system type.
9712
9713Wed Jul 14 12:03:11 1993  K. Richard Pixley  ([email protected])
9714
9715	* Makefile.in (Makefile): depend on configure.in.  Also drop the
9716	  $(srcdir)/ from the dependency on Makefile.in.
9717
9718Tue Jul 13 20:10:58 1993  Doug Evans  ([email protected])
9719
9720	* config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
9721	(h8300hhms is temporary until multi-libraries are implemented).
9722	* configure.in: Handle h8300h too.
9723
9724Sun Jul 11 17:35:27 1993  Jim Kingdon  ([email protected])
9725
9726	* config.guess: Recognize dpx/2 as m68k-bull-sysv3.
9727
9728Thu Jul  8 18:26:12 1993  John Gilmore  ([email protected])
9729
9730	* configure:  Remove extraneous output when guessing host type.
9731	* config.guess:  Remove extraneous output when guessing using C
9732	compiler rather than uname, or when guessing fails.
9733
9734Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
9735
9736	* Makefile.in: remove all.cross and install.cross targets
9737
9738	* configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
9739	  definitions
9740
9741Tue Jul  6 10:39:44 1993  Steve Chamberlain  ([email protected])
9742
9743	* configure.in (target sh): Build gprof.
9744
9745Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9746
9747	* config.sub: change -solaris to -solaris2
9748
9749Thu Jul  1 15:46:16 1993  Jim Kingdon  ([email protected])
9750
9751	* configure.in: Use config/mh-riscos for mips-*-sysv*.
9752
9753Wed Jun 30 09:31:58 1993  Ian Lance Taylor  ([email protected])
9754
9755	* configure: Correct error message for missing Makefile.in to
9756	print correct directory.
9757
9758Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9759
9760	* install.sh: kludge around 386BSD shell bug
9761
9762Tue Jun 29 13:06:49 1993  Per Bothner  ([email protected])
9763
9764	* config.guess:  Recognize NeXT.
9765	* config.guess:  Recognize i486-ncr-sysv4.
9766	* Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
9767
9768Tue Jun 29 12:50:57 1993  Ian Lance Taylor  ([email protected])
9769
9770	* Makefile.in (MAKEINFOFLAGS): New variable.
9771	(FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
9772	* build-all.mk, test-build.mk: Pass down --no-split as
9773	MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
9774
9775Thu Jun 24 13:39:11 1993  Per Bothner  ([email protected])
9776
9777	* Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
9778
9779Wed Jun 23 12:59:21 1993  Per Bothner  ([email protected])
9780
9781	* Makefile.in (libg++.tar.z):  New rule.
9782	* Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
9783	* Makefile.in (taz):  Only do a single chmod.
9784
9785Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
9786
9787	* install.sh: don't use dirname anymore (replaced with sed usage)
9788
9789Thu Jun 17 18:43:42 1993  Fred Fish  ([email protected])
9790
9791	* Makefile.in:  Change extension for gzip'd files from '.z' to
9792	'.gz' per new FSF standard usage.
9793
9794Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
9795
9796	* configure: put quotes around the final value of program_transform_name
9797
9798Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9799
9800	* Makefile.in: new install.sh support; update install-info rules
9801
9802Wed Jun  9 12:31:34 1993  Ian Lance Taylor  ([email protected])
9803
9804	* configure.in: Build diff for crosses, but not for go32 host.
9805
9806	* configure.in: Build gprof only for native, and don't build it
9807	for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
9808
9809Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
9810
9811	* configure.in: don't build gas,ld,binutils on for *-*-sysv4
9812
9813Mon Jun  7 11:40:11 1993  Brendan Kehoe  ([email protected])
9814
9815	* configure.in (host_tools): Add prms.
9816
9817Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9818
9819	* Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
9820	with $(FLAGS_TO_PASS) on the command line
9821
9822	* config.sub: Recognize lynx and lynxos
9823
9824Fri Jun  4 10:59:56 1993  Ian Lance Taylor  ([email protected])
9825
9826	* config.sub: Accept -ecoff*, not just -ecoff.
9827
9828Thu Jun  3 17:38:54 1993  Ken Raeburn  ([email protected])
9829
9830	* Makefile.in (taz): Use .gz suffix instead of .z.
9831	(binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
9832	names.
9833
9834Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9835
9836	* Makefile.in (vault-install): add an 'else true' (for Ultrix)
9837
9838Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9839
9840	* Makefile.in (install-no-fixedincludes):  install gcc last, so
9841	that rebuilds that might happen during 'make install' don't get
9842	bogus gcc include files
9843
9844Wed Jun  2 16:14:10 1993  Ken Raeburn  ([email protected])
9845
9846	Change from Utah for HPPA support:
9847	* config.guess: Recognize hppa1.x-hp-bsd.
9848
9849Wed Jun  2 11:53:33 1993  Per Bothner  ([email protected])
9850
9851	* config.guess:  Add support for Motorola Delta 68k, up to r3v7.
9852	Patch from [email protected] (Francesco Potorti`).
9853
9854Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
9855
9856	* config.sub: Add support for rom68k and bug boot monitors.
9857
9858Mon May 31 09:36:37 1993  Jim Kingdon  ([email protected])
9859
9860	* Makefile.in: Make all-opcodes depend on all-bfd.
9861
9862Thu May 27 08:05:31 1993  Ian Lance Taylor  ([email protected])
9863
9864	* config.guess: Added special check for i[34]86-univel-sysv4*.
9865
9866Wed May 26 16:33:40 1993  Ian Lance Taylor  ([email protected])
9867
9868	* config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
9869	the processor rather than assuming i486.
9870
9871Wed May 26 09:40:18 1993  Jim Kingdon  ([email protected])
9872
9873	* config.guess: Recognize SunOS6 as Solaris3.
9874
9875Tue May 25 23:03:11 1993  Per Bothner  ([email protected])
9876
9877	* config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
9878	Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
9879
9880Tue May 25 12:44:18 1993  Ian Lance Taylor  ([email protected])
9881
9882	* build-all.mk (all-cross): New target for Canadian Cross.
9883	Added Q2 go32 targets.
9884	* test-build.mk: Configure go32 cross sparclite-aout and
9885	mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
9886	PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
9887
9888Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9889
9890	* configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
9891	GO32 hosted toolchains
9892
9893Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
9894
9895	* configure: change  so "-exec-prefix" gets passed down rather
9896	than "-exec_prefix" so autoconf generated Makefiles get the
9897	exec_prefix set right.
9898
9899Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9900
9901	* config.guess: get the Solaris2 minor version number
9902
9903	* Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
9904
9905Fri May 21 06:20:52 1993  Brendan Kehoe  ([email protected])
9906
9907	* config.guess: Recognize some Sequent platforms.
9908
9909Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9910
9911	* Makefile.in: added the vault-install target
9912
9913	* configure.in: actually use the Sun3 makefile fragment that's in
9914	config, also added the release dir to configdirs
9915
9916Thu May 20 14:19:18 1993  Ken Raeburn  ([email protected])
9917
9918	* Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
9919
9920Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9921
9922	* configure.in: remove some program from Alpha targetted toolchains
9923
9924Tue May 18 15:23:19 1993  Ken Raeburn  ([email protected])
9925
9926	* Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
9927	gprof.
9928	(taz): Run "make diststuff" in those directories instead of "make
9929	proto-dir".  Look for "VERSION=" only at start of line in subdir
9930	Makefile.  Use "gzip -9" for compression.
9931	(TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
9932	(binutils.tar.z): New target.
9933
9934Mon May 17 17:01:15 1993  Ken Raeburn  ([email protected])
9935
9936	* Makefile.in (taz): Include gpl.texinfo.
9937
9938Fri May 14 06:48:38 1993  Ken Raeburn  ([email protected])
9939
9940	* Makefile.in (setup-dirs): Merged into "taz" target.
9941	(taz): Only do `proto-dir' stuff if a directory is actually needed
9942	for this target.
9943
9944Wed May 12 13:09:44 1993  Ian Lance Taylor  ([email protected])
9945
9946	* Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
9947	(FLAGS_TO_PASS): Pass down MUNCH_NM.
9948	(HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
9949	(EXTRA_GCC_FLAGS): Pass down HOST_* variables.
9950	(gcc-no-fixedincludes): Correct for current gcc Makefile.
9951
9952Tue May 11 10:14:25 1993  Fred Fish  ([email protected])
9953
9954	* Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
9955	config.sub, and move-if-change to gdb testsuite distribution
9956	archive, so the testsuite can be extracted, configured, and
9957	run separately from the gdb distribution.  Blow away the Chill
9958	tests that require a Chill compiled executable, since GNU Chill
9959	is not yet publically available.
9960
9961Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9962
9963	* test-build.mk: set environment variables in a single command,
9964	instead of a list of assignments and exports
9965
9966	* config.guess: recognize Alpha/OSF1 systems
9967
9968Mon May 10 14:55:51 1993  K. Richard Pixley  ([email protected])
9969
9970	* configure: Change help message to prefer --options rather than
9971	  -options.
9972
9973Mon May 10 05:58:35 1993  Ken Raeburn  ([email protected])
9974
9975	* config.sub: Convergent Tech. "miniframe" uses m68010, sez
9976	[email protected].
9977	* config.guess: Recognize miniframe.
9978
9979Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
9980
9981       * Makefile.in: Use srcroot to find runtest rather than rootme.
9982       Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
9983
9984Fri May  7 14:55:59 1993  Ian Lance Taylor  ([email protected])
9985
9986	* test-build.mk: Extensive additions to support building on a
9987	machine other than the host.
9988
9989Wed May  5 08:35:04 1993  Ken Raeburn  ([email protected])
9990
9991	* configure (tooldir): Fix for i386-aix again.
9992
9993Mon May  3 19:00:27 1993  Per Bothner  ([email protected])
9994
9995	* configure, Makefile.in:  Change definition of $(tooldir)
9996	to match the FSF.
9997
9998Fri Apr 30 15:55:21 1993  Fred Fish  ([email protected])
9999
10000	* config.guess:  Recognize i[34]86/SVR4.
10001
10002Fri Apr 30 15:52:46 1993  Steve Chamberlain  ([email protected])
10003
10004	* Makefile.in (all-gdb): gdb depends on sim.
10005
10006Thu Apr 29 23:30:48 1993  Fred Fish  ([email protected])
10007
10008	* Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
10009	at the same time we make the prototype gdb directory.
10010	* Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
10011	files at the same time as the gdb base release distribution.
10012
10013Thu Apr 29 12:50:37 1993  Ian Lance Taylor  ([email protected])
10014
10015	* Makefile.in (check): Use individual check targets rather than
10016	DO_X rule.
10017	(check-gcc): Added.
10018
10019Thu Apr 29 09:50:07 1993  Jim Kingdon  ([email protected])
10020
10021	* config.sub: Use sysv3.2 not sysv32 for canonical OS
10022	for System V release 3.2.
10023
10024Thu Apr 29 10:33:22 1993  Ken Raeburn  ([email protected])
10025
10026	* config.sub: Recognize hppaosf.
10027	* configure.in: Do configure ld/binutils/gas for it.
10028
10029Tue Apr 27 06:25:34 1993  Ken Raeburn  ([email protected])
10030
10031	* configure (tooldir): Alter syntax used to set this, for systems
10032	where "\$" isn't handled right, like i386-aix.
10033
10034Thu Apr 22 08:17:35 1993  Ian Lance Taylor  ([email protected])
10035
10036	* configure: Pass program-transform-name, not
10037	program_transform_name, to recursive configures.
10038
10039Thu Apr 22 02:58:21 1993  Ken Raeburn  ([email protected])
10040
10041	* Makefile.in (gas+binutils.tar.z): New rule for building snapshots
10042	of gas+ld+binutils.
10043
10044Mon Apr 19 17:41:30 1993  Per Bothner  ([email protected])
10045
10046	* config.guess:  Recognize AIX3.2 as distinct from 3.1.
10047
10048Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10049
10050	* configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
10051
10052Tue Apr 13 16:52:16 1993  Brendan Kehoe  ([email protected])
10053
10054	* Makefile.in (PRMS): Set back to all-prms.
10055
10056Sat Apr 10 12:04:07 1993  Ian Lance Taylor  ([email protected])
10057
10058	* test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
10059	targets, rather than for MIPS hosts.
10060
10061Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10062
10063	* configure.in: add comment for --with-x default values
10064
10065	* config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
10066
10067	* Makefile.in: add check-* targets for each of the directories in
10068	the tree.  Add a definition of RUNTEST that will use the one we
10069	just built, if it exists.  Pass this down via FLAGS_TO_PASS.
10070
10071Thu Apr  8 09:21:30 1993  Ian Lance Taylor  ([email protected])
10072
10073	* configure.in: Removed obsolete references to bfd_target and
10074	target_makefile_frag.
10075
10076	* build-all.mk: Set assorted targets for Q2.
10077	* config.sub: Recognize z8k-sim and h8300-hms.
10078	* test-build.mk: Really don't pass host to configure.
10079	(HOLES): Added uname.
10080
10081Wed Apr  7 15:48:19 1993  Ian Lance Taylor  ([email protected])
10082
10083	* configure: Handle an empty program-prefix, program-suffix or
10084	program-transform-name correctly.
10085
10086Tue Apr  6 13:48:41 1993  Ian Lance Taylor  ([email protected])
10087
10088	* build-all.mk: -G 8 no longer required for MIPS targets.
10089	* test-build.mk: Don't pass host argument to configure; make it
10090	guess.
10091
10092Tue Apr  6 10:36:53 1993  Fred Fish  ([email protected])
10093
10094	* Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
10095	* Makefile.in (COMPRESS):  New macro, like GZIP.
10096
10097Fri Apr  2 09:02:31 1993  Ian Lance Taylor  ([email protected])
10098
10099	* test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
10100
10101	* build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
10102	with gas currently defaults to -G 0.
10103
10104Thu Apr  1 08:25:42 1993  Ian Lance Taylor  ([email protected])
10105
10106	* Makefile.in (all-flex): flex depends on byacc.
10107
10108	* build-all.mk: If host not specified, use config.guess.  Pass TAG
10109	to test-build.mk as RELEASE_TAG.
10110	* test-build.mk (configargs): New variable containing arguments to
10111	pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
10112	(FLAGS_TO_PASS): Pass down RELEASE_TAG.
10113
10114	* config.guess: Use /bin/uname when checking -X argument on SCO,
10115	to avoid invoking GNU uname which doesn't understand -X.
10116
10117	* test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
10118
10119	* configure.in: Build gas for mips-*-*.
10120
10121Wed Mar 31 21:20:58 1993  K. Richard Pixley  ([email protected])
10122
10123	* Makefile.in (all.normal): insert missing backslash.
10124
10125Wed Mar 31 12:31:56 1993  Ian Lance Taylor  ([email protected])
10126
10127	* build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
10128
10129	* Makefile.in: Complete overhaul to merge many almost identical
10130	targets.
10131
10132Tue Mar 30 20:17:01 1993  Ken Raeburn  ([email protected])
10133
10134	* Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
10135	(gdb.tar.Z): Adjusted.
10136
10137	* Makefile.in (setup-dirs, taz): New targets; should be general
10138	enough to adapt for gdb sometime.  Build only .z file.
10139	(gas.tar.z): New target.
10140
10141Tue Mar 30 10:03:09 1993  Ian Lance Taylor  ([email protected])
10142
10143	* build-all.mk: Use CC=cc -Xs on Solaris.
10144
10145Thu Mar 25 15:14:30 1993  Fred Fish  ([email protected])
10146
10147	* Makefile.in:  Incorporate changes suggested by [email protected]
10148	for handling BISON for FSF releases.
10149
10150Thu Mar 25 06:19:48 1993  Ken Raeburn  ([email protected])
10151
10152	* configure: Actually implement the change zoo just documented.
10153
10154Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
10155
10156	* configure: when using config.guess, only set target_alias when
10157	it's not already been set (ie, on the command line)
10158
10159Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10160
10161	* Makefile.in: add installcheck target, set PRMS to install-prms
10162
10163Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10164
10165	* configure: add support for package_makefile_fragment, handle the
10166	case where a directory has a configure.in file but no Makefile.in
10167	more gracefully (with an actual understandable error message, even);
10168	add support for --without (and add this to the usage message); also
10169	explicitly add a --host=${host_alias} to the command line when
10170	config.guess is used
10171
10172Sun Mar 21 12:11:58 1993  Jim Wilson  ([email protected])
10173
10174	* configure: Must use both --host and --target in recursive calls.
10175
10176Thu Mar 18 12:31:35 1993  Ian Lance Taylor  ([email protected])
10177
10178	* Makefile.in: Change deja-gnu to dejagnu.
10179
10180Mon Mar 15 15:44:35 1993  Ian Lance Taylor  ([email protected])
10181
10182	* configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
10183
10184Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10185
10186	* configure.in: canonicalize all instances to *-*-solaris2*,
10187	also strip out a number of tools to not build for go32 host
10188
10189Wed Mar 10 12:08:27 1993  K. Richard Pixley  ([email protected])
10190
10191	* config.guess: add GPL.
10192
10193	* Makefile.in, config.guess, config.sub, configure: bump
10194	  copyrights to 93.
10195
10196Wed Mar 10 07:12:48 1993  Ian Lance Taylor  ([email protected])
10197
10198	* Makefile.in (do-info): Removed obsolete check for existence of
10199	localenv file.
10200
10201	* Makefile.in (MAKEOVERRIDES): Define to be empty.
10202
10203Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10204
10205	* Makefile.in: a couple of 'else true' for decstation,
10206	support for TclX
10207
10208	* configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
10209
10210Tue Mar  9 16:06:12 1993  K. Richard Pixley  ([email protected])
10211
10212	* Makefile.in (setup-dirs): change invocation of make to $(MAKE).
10213
10214Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
10215
10216	* config.guess: Recognize i386-ibm-aix (PS/2).
10217	* configure.in: Use config/mh-aix386 file for it.
10218
10219Mon Mar  8 11:12:43 1993  Ian Lance Taylor  ([email protected])
10220
10221	* Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
10222	CC_FOR_TARGET instead.
10223	(BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
10224
10225Wed Mar  3 16:00:28 1993  Steve Chamberlain  ([email protected])
10226
10227	* Makefile.in: Add sim to list of directories sent with gdb
10228
10229Wed Mar  3 11:42:39 1993  Ken Raeburn  ([email protected])
10230
10231	* configure.in: Put back mips-dec-bsd* case.
10232
10233Tue Mar  2 21:15:58 1993  Fred Fish  ([email protected])
10234
10235	(Ultrix 2.2 support from Michael Rendell <[email protected]>)
10236	* configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
10237	* config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
10238
10239Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10240
10241	* configure.in: remove no-op mips-dec-bsd* in "case $target"
10242
10243	* Makefile.in (dir.info): only run gen-info-dir if it exists,
10244	(install-info): install dir.info only if it exists,
10245	(all-expect, install-expect): pass along X11_FLAGS_TO_PASS
10246
10247Tue Mar  2 09:01:30 1993  Ken Raeburn  ([email protected])
10248
10249	* configure.in: For vms target, skip bfd, ld, binutils.  Do build
10250	gas for mips-dec-bsd.
10251
10252Tue Mar  2 08:35:24 1993  Ian Lance Taylor  ([email protected])
10253
10254	* configure (makesrcdir): If ${srcdir} is relative and not ".",
10255	and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
10256
10257Tue Feb 23 14:18:28 1993  Mike Werner  ([email protected])
10258
10259	* configure.in: Added "dejagnu" to hosttools list.
10260
10261Mon Feb 22 23:28:38 1993  Per Bothner  ([email protected])
10262
10263	* config.sub, configure.in, config.guess:  Add support
10264	for Bosx, an AIX variant from Bull.
10265	Patches from [email protected].
10266
10267Sun Feb 21 11:15:22 1993  Mike Werner  ([email protected])
10268
10269	* devo/dejagnu: Initial creation of devo/dejagnu.
10270	Migrated dejagnu testcases and support files for testing software
10271	tools to reside as subdirectories, currently called "testsuite",
10272	within the directory of the software tool.  Migrated all programs,
10273	support libraries, etc. beloging to dejagnu proper from
10274	devo/deja-gnu to devo/dejagnu.	These files were moved "as is"
10275	with no modifications.	The changes to these files which will
10276	allow them to configure, build, and execute properly will be made
10277	in a future update.
10278
10279Fri Feb 19 20:19:39 1993  Brendan Kehoe  ([email protected])
10280
10281	* Makefile.in: Change send_pr to send-pr.
10282	* configure.in: Likewise.
10283	* send_pr: Renamed directory to send-pr.
10284
10285Fri Feb 19 19:00:13 1993  Per Bothner  ([email protected])
10286
10287	* Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
10288
10289Fri Feb 19 00:59:33 1993  John Gilmore  ([email protected])
10290
10291	* README:  Update for gdb-4.8 release.
10292	* Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
10293	gdb-xxx.tar.z (gzip'd) file also.
10294
10295Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10296
10297	* Makefile.in: make all-diff depend on all-libiberty
10298
10299Tue Feb 16 16:06:31 1993  K. Richard Pixley  ([email protected])
10300
10301	* config.guess: add vax-ultrix in the spirit of mips-ultrix.
10302
10303Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10304
10305	* configure.in, Makefile.in: add hello, tar, gzip, recode, indent
10306
10307Tue Feb 16 00:58:20 1993  John Gilmore  ([email protected])
10308
10309	* Makefile.in (DEVO_SUPPORT):  Remove etc directory
10310	(ETC_SUPPORT):  Only add the files GDB wants from etc/.
10311	(gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
10312
10313Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10314
10315	* Makefile.in:  makeinfo binary is in a new location
10316
10317Tue Feb  9 12:42:27 1993  Ian Lance Taylor  ([email protected])
10318
10319	* config.sub: Accept -ecoff as an OS.
10320
10321	* Makefile.in: Various changes to eliminate a level of make
10322	recursion and reduce the required command line length.
10323	(BASE_FLAGS_TO_PASS): New variable holding flags passed to all
10324	sub-makes.
10325	(EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
10326	variables holding settings for specific sub-makes.
10327	(FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
10328	in terms of BASE_FLAGS_TO_PASS.
10329	(TARGET_LIBS): New variable listing directories which use
10330	TARGET_FLAGS_TO_PASS.
10331	(subdir_do): Eliminated.
10332	(do-*): New set of targets to replace subdir_do.
10333	(various): All targets which used subdir_do now depend on do-*.
10334	(local-clean): Renamed from do_clean.
10335	(local-distclean): New target, dependency of distclean and
10336	realclean.
10337	(install-info): Don't create directories.  Depend on dir.info
10338	rather than calling make recursively.
10339	(install-dir.info): Eliminated.
10340	(install-info-dirs): Create all info directories here.
10341	(dir.info): Depend upon do-install-info.
10342
10343	* test-build.mk (HOLES): Added false.
10344
10345Sat Feb  6 14:05:09 1993  Per Bothner  ([email protected])
10346
10347	* config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
10348
10349Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10350
10351	* Makefile.in (info): remove dependency on all-texinfo.  The
10352	problem was really in texinfo/C, not at this level.
10353
10354Thu Feb  4 13:38:41 1993  Ian Lance Taylor  ([email protected])
10355
10356	* Makefile.in (info): Added dependency on all-texinfo (PR 2112).
10357
10358Thu Feb  4 01:50:53 1993  John Gilmore  ([email protected])
10359
10360	* Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
10361	GDB releases.
10362
10363Wed Feb  3 17:22:16 1993  Ken Raeburn  ([email protected])
10364
10365	* configure: Include srcdir in message about target of link not
10366	being found.  Don't convert `-' to `_' in `with' options being
10367	passed to subdirs.
10368
10369Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10370
10371	* configure.in: add uudecode to host_tools
10372
10373	* Makefile.in: added {all,install}-uudecode targets, added them to
10374	the appropriate lists
10375
10376Tue Feb  2 11:45:53 1993  Ian Lance Taylor  ([email protected])
10377
10378	* Makefile.in (all-gcc): Added dependency on all-gas.
10379
10380	* configure.in (mips-*-*): Build ld and binutils.
10381
10382Mon Feb  1 12:35:41 1993  K. Richard Pixley  ([email protected])
10383
10384	* configure: check return code from mkdir, print error message and
10385	  exit on failure.
10386
10387Sat Jan 30 16:40:28 1993  John Gilmore  ([email protected])
10388
10389	* Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
10390
10391Thu Jan 28 15:09:59 1993  Ian Lance Taylor  ([email protected])
10392
10393	* test-build.mk (HOLES): Added tar, cpio and uudecode.
10394
10395Wed Jan 27 16:50:32 1993  Jim Wilson  ([email protected])
10396
10397	* config.sub (h8500):  Recognize this as a cpu type.
10398
10399Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10400
10401	* configure: source directory missing is no longer a warning
10402
10403	* configure.in: recognize irix[34]* instead of irix[34]
10404
10405	* Makefile.in: define and pass down X11_LIB
10406
10407Sat Jan 23 13:49:40 1993  Per Bothner  ([email protected])
10408
10409	* guess-systype: Renamed to ...
10410	* config.guess:  ... by popular request.
10411	* configure.in, Makefile.in:  Update accordingly.
10412
10413Thu Jan 21 12:20:55 1993  Per Bothner  ([email protected])
10414
10415	* guess-systype:  Patches from John Eaton <[email protected]>:
10416	+ Add Convex, Cray/Unicos, and Encore/Multimax support.
10417	+ Execute ./dummy instead of assuming . is in PATH.
10418
10419Tue Jan 19 17:18:06 1993  Per Bothner  ([email protected])
10420
10421	* guess-systype:  New shell script.  Attempts to guess the
10422	canonical host name of the executing host.
10423	Only a few hosts are supported so far.
10424	* configure:  Call guess-systype if no host is specified.
10425
10426Tue Jan 19 08:26:07 1993  Ian Lance Taylor  ([email protected])
10427
10428	* Makefile.in (gcc-no-fixedincludes): Made to work with current
10429	gcc Makefile.
10430
10431
10432Fri Jan 15 10:27:02 1993  Ian Lance Taylor  ([email protected])
10433
10434	* Makefile.in (GCC_FLAGS_TO_PASS): New variable.
10435	(all-gcc, install-gcc, subdir_do): Use it.
10436
10437Wed Jan 13 17:06:45 1993  Jim Wilson  ([email protected])
10438
10439	* Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
10440
10441Wed Jan  6 20:29:16 1993  Mike Werner  ([email protected])
10442
10443	* Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
10444	  set exclusively by configure, using configure.in .
10445
10446Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10447
10448	* test-build.mk: set $PATH for all builds
10449
10450	* Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
10451
10452Wed Jan  6 11:02:10 1993  Fred Fish  ([email protected])
10453
10454	* Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
10455	the one used in gcc/Makefile.in, so that a null expansion doesn't
10456	override the one needed to build gcc with a native cc.
10457
10458
10459Tue Jan  5 07:55:12 1993  Ken Raeburn  ([email protected])
10460
10461	* configure: Accept -with arguments.
10462
10463Sun Jan  3 15:15:09 1993  Steve Chamberlain  ([email protected])
10464
10465	* Makefile.in: added h8300sim
10466
10467Tue Dec 29 15:06:00 1992  Ian Lance Taylor  ([email protected])
10468
10469	* build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
10470	to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
10471	(all-cygnus, native, build-cygnus): Make
10472	$(canonhost)-stamp-3stage-done, not $(host)....
10473	* test-build.mk (stamp-3stage-compared): Use tail +10c for
10474	i386-sco3.2v4.  Added else true to if command.
10475
10476Mon Dec 28 12:08:56 1992  Ken Raeburn  ([email protected])
10477
10478	* config.sub: (from FSF) Sequent uses a BSD-like OS.
10479
10480Mon Dec 28 08:32:06 1992  Minh Tran-Le  ([email protected])
10481
10482	* configure.in (i[34]86-*-isc*): added; uses mh-sysv.
10483
10484Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10485
10486	* configure.in: don't remove binutils from Solaris builds
10487
10488Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  ([email protected])
10489
10490	* Makefile.in: get rid of earlier definitions for *clean,
10491	also handle the recursive info rule better
10492
10493Thu Dec 24 12:40:21 1992  Per Bothner  ([email protected])
10494
10495	* Makefile.in (mostlyclean, distclean, realclean):  Fix to
10496	do more-or-less the right thing.
10497
10498Wed Dec 16 10:25:31 1992  Ian Lance Taylor  ([email protected])
10499
10500	* Makefile.in: Add lines defining CC and CXX, and use CXX rather
10501	than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
10502
10503Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10504
10505	* Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
10506	$(host_canonical).
10507
10508	* configure.in: split the configdirs list into 4 categories (native
10509	v. cross, library v. tool) and handle the cross-only and native-
10510	only in more reasonable (and correct!) way.
10511
10512Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
10513
10514	* configure.in (hppa*-*-*):  Don't remove bfd and gdb from
10515	configdirs anymore.
10516
10517Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10518
10519	* Makefile.in: extensive cleanup::  removed all of the explicit
10520	clean-* targets, collapsed many wrappers around subdir_do into
10521	one, added additional targets to satisfy standards.texi, deleted
10522	some old targets, some changes for consistency
10523
10524Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10525
10526	* configure.in: handle some programs as cross-only, and others as
10527	native only
10528
10529	* test-build.mk: handle partial holes in a more generic manner
10530
10531	* Makefile.in: m4 depends on libiberty
10532
10533Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10534
10535	* configure.in: add m4, textutils, fileutils, sed, shellutils,
10536	time, wdiff, and find to configdirs
10537
10538	* Makefile.in: all, clean, and install rules for the new programs
10539	added to configure.in
10540
10541Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10542
10543	* configure.in: use mh-sun for all *-sun-* hosts
10544
10545Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10546
10547	* Makefile.in: define flags for X11 include files and library file
10548	locations, pass them down to the programs that need this info
10549
10550	* build-all.mk: added a 'native' target, to 3stage the native toolchain
10551
10552Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10553
10554	* configure.in: start building libg++ for HP-UX targets
10555
10556Wed Nov 18 19:33:11 1992  John Gilmore  ([email protected])
10557
10558	* README:  Update references to files moved into etc/.
10559
10560Sun Nov 15 09:36:08 1992  Fred Fish  ([email protected])
10561
10562	* config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
10563	* configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
10564
10565Thu Nov 12 08:50:42 1992  Ian Lance Taylor  ([email protected])
10566
10567	* configure: accept dash as well as underscore in long option
10568	names for FSF compatibility.
10569
10570Wed Nov 11 08:04:37 1992  Ian Lance Taylor  ([email protected])
10571
10572	* config.sub: added -sco3.2v4 support from FSF.
10573
10574Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10575
10576	* configure.in: expand the section that adds or removes
10577	directories from the list of programs to build, to handle native
10578	vs. cross in addition to host v. native
10579
10580Sat Nov  7 18:52:27 1992  Per Bothner  ([email protected])
10581
10582	* Makefile.in:  Replace C++ in macro names with CXX.
10583	This is less likely to break ...
10584
10585Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10586
10587	* test-build.mk: add -w to GNU_MAKE
10588
10589Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10590
10591	* config.sub: remove 'sparc'-->'sparc-sun' default transformation,
10592	add 'sparc' to list of recognized cpus.  This needed to make
10593	'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
10594	Delete some redundant ose68 variants.  Recognize -wrs as an os,
10595	then changes that into $CPU-wrs-vxworks.
10596
10597	* configure.in: remove most references to gdbtest, regularize
10598	target based program removal
10599
10600	* test-build.mk: import from p3 tree (many fixes and changes)
10601
10602Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  ([email protected])
10603
10604	* Makefile.in: added rules to handle tcl, tk, and expect
10605
10606	* configure.in: handle those directories if they exist
10607
10608Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10609
10610	* config.sub: removed bogus hppabsd and hppahpux names, since
10611	"hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
10612
10613Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10614
10615	* Makefile.in: all-gcc now depends on all-binutils.  all-libg++
10616	depends upon all-xiberty
10617
10618	* Makefile.in: changes from p3, including:
10619
10620	Thu Oct  8 15:00:17 1992  Ian Lance Taylor  ([email protected])
10621
10622	* Makefile.in (XTRAFLAGS): include newlib directories if
10623	newlib/Makefile exists, rather than if host != target.
10624
10625	Fri Sep 25 13:41:52 1992  Ian Lance Taylor  ([email protected])
10626
10627	* Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
10628	from the same source tree and not building a cross-compiler.  This
10629	matters for the libg++ configuration if reconfiguring a tree that
10630	has already been installed.
10631
10632	Thu Sep 10 10:35:51 1992  Ian Lance Taylor  ([email protected])
10633
10634	* Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
10635	pick up the machine and system specific header files.
10636
10637	* Makefile.in: added AS_FOR_TARGET, passed down in
10638	TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
10639	the C compiler to use to create programs which are run in the
10640	build environment, set it to default to $(CC), and passed it down
10641	in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
10642
10643	Mon Sep  7 22:34:42 1992  Ian Lance Taylor  ([email protected])
10644
10645	* Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
10646	We need them for unusual native builds, like systems without
10647	ranlib.
10648
10649	* configure: also define $(host_canonical) and
10650	$(target_canonical), which are the full, canonical names for the
10651	given host and target
10652
10653Sun Nov  1 16:38:17 1992  Per Bothner  ([email protected])
10654
10655	* Makefile.in:  Added separate definitions for C++.
10656
10657Fri Oct 30 11:37:52 1992  Fred Fish  ([email protected])
10658
10659	* configure.in (configdirs):  Add deja-gnu.
10660
10661Fri Oct 23 00:39:18 1992  John Gilmore  ([email protected])
10662
10663	* README:  Update for configure.texi and gdb-4.7 release.
10664
10665Wed Oct 21 21:54:27 1992  John Gilmore  ([email protected])
10666
10667	* Makefile.in:  Move "all" target to top of file.
10668	Previously, first target was ".PHONY" which caused BSD4.4 make
10669	to build .PHONY when make was run without arguments.
10670
10671Mon Oct 19 01:17:54 1992  John Gilmore  ([email protected])
10672
10673	* Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
10674	Library-copylefted code in libiberty.
10675
10676Tue Oct 13 01:22:32 1992  John Gilmore  ([email protected])
10677
10678	* config.sub:  Replace m68kmote with plain old m68k.
10679
10680Fri Oct  9 03:14:24 1992  John Gilmore  ([email protected])
10681
10682	* Makefile.in:  Remove space from blank line, avoid Make complaints.
10683
10684Thu Oct  8 18:41:45 1992  Ken Raeburn  ([email protected])
10685
10686	* config.sub: Complain if no argument is given.  Added support for
10687	386bsd as OS and target alias.
10688
10689Thu Oct  8 15:07:22 1992  Ian Lance Taylor  ([email protected])
10690
10691	* Makefile.in (XTRAFLAGS): include newlib directories if
10692	newlib/Makefile exists, rather than if host != target.
10693
10694Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
10695
10696	* config.sub: recognize sparclite-wrs-vxworks.
10697
10698	* Makefile.in (install-xiberty): added *-xiberty make rules (from
10699	p3.) Added clean-xiberty to clean.
10700
10701Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10702
10703	* configure.in: use *-*-* instead of nested cases for host and target
10704
10705Tue Sep 29 14:11:18 1992  Ian Lance Taylor  ([email protected])
10706
10707	* Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
10708	from the same source tree and not building a cross-compiler.  This
10709	matters for the libg++ configuration if reconfiguring a tree that
10710	has already been installed.
10711
10712Sep 20 08:53:10 1992  Fred Fish  ([email protected])
10713
10714	* config.sub (i486v/i486v4):  Merge in from FSF version.
10715
10716Fri Sep 18 00:32:00 1992  Mark Eichin  ([email protected])
10717
10718	* configure: only set PWD if it is already set.
10719
10720Thu Sep 17 23:05:53 1992  Mark Eichin  ([email protected])
10721
10722	* configure: just set PWD=`pwd` at the top, since Ultrix sh
10723	doesn't have unset and all success paths (and most error paths)
10724	out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
10725	to just ${PWD} to avoid confusion.)
10726
10727Tue Sep 15 16:00:54 1992  Ian Lance Taylor  ([email protected])
10728
10729	* configure: always set $(tooldir) to $(libdir)/$(target_alias),
10730	even for a native compilation.
10731
10732Tue Sep 15 02:22:56 1992  John Gilmore  ([email protected])
10733
10734	Changes to make the gdb.tar.Z rule work better.
10735
10736	* Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
10737	(DEVO_SUPPORT):  Add configure.texi.
10738	(bfd-ilrt.tar.Z):  Remove ancient rule.
10739
10740Thu Sep 10 10:43:19 1992  Ian Lance Taylor  ([email protected])
10741
10742	* Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
10743	pick up the machine and system specific header files.
10744
10745	* configure.in, config.sub: added new target m68010-adobe-scout,
10746	with alias of adobe68k.  Changed configure.in to check for
10747	-scout before -sco* to avoid a false match.
10748
10749	* Makefile.in: added AS_FOR_TARGET, passed down in
10750	TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
10751	the C compiler to use to create programs which are run in the
10752	build environment, set it to default to $(CC), and passed it down
10753	in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
10754
10755Wed Sep  9 12:21:42 1992  Ian Lance Taylor  ([email protected])
10756
10757	* Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
10758	AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
10759	TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
10760	FOR_TARGET variants, to newlib and libg++.
10761
10762Tue Sep  8 17:28:30 1992  Ken Raeburn  ([email protected])
10763
10764	* Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
10765	first.
10766
10767Wed Sep  2 02:50:05 1992  John Gilmore  ([email protected])
10768
10769	* config.sub:  Accept `elf' as an environment.
10770
10771Tue Sep  1 15:48:30 1992  Steve Chamberlain  ([email protected])
10772
10773	* Makefile.in (all-opcodes):  cd into the right directory
10774
10775Sun Aug 30 21:12:11 1992  Ian Lance Taylor  ([email protected])
10776
10777	* configure: added -program_transform_name option, used as
10778	argument to sed when installing programs.
10779	configure.texi: added documentation for -program_prefix,
10780	-program_suffix and -program_transform_name.
10781
10782Thu Aug 27 21:59:44 1992  John Gilmore  ([email protected])
10783
10784	* config.sub:  Accept i486 where i386 ok.
10785
10786Thu Aug 27 13:04:42 1992  Brendan Kehoe  ([email protected])
10787
10788	* config.sub: accept we32k
10789
10790Mon Aug 24 14:05:14 1992  Ian Lance Taylor  ([email protected])
10791
10792	* config.sub, configure.in: accept OSE68000 and OSE68k.
10793
10794	* Makefile.in: don't create all directories for ``make install'';
10795	let the subdirectories create the ones they need.
10796
10797Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10798
10799	* COPYING: new file, GPL v2
10800
10801Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10802
10803	* Makefile.in: use the new gen-info-dir, which needs a template
10804	argument (which also lives in texinfo)
10805
10806	* configure.texi, standards.texi: fix INFO-DIR-ENTRY
10807
10808Mon Aug  3 00:34:17 1992  Fred Fish  ([email protected])
10809
10810	* config.sub (ncr3000):  Change i386 to i486.
10811
10812Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10813
10814	* Makefile.in: add install-rcs, install-grep to
10815	install-no-fixedincludes, removed install-bison and install-libgcc
10816
10817Tue Jul 21 01:01:50 1992  david d `zoo' zuhn ([email protected])
10818
10819	* configure.in: grab the HPUX makefile fragment if on HPUX
10820
10821Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  ([email protected])
10822
10823	* Makefile.in: eradicate bison spoor (ditto libgcc).
10824	 configure.in: recognise m68{k,000}-ericsson-OSE.
10825	 es1800 is alias for m68k-ericsson-OSE
10826
10827Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10828
10829	* configure.in: rearrange the parts that remove programs from
10830	configdirs, based now on HOST==TARGET or by canonical triple.
10831
10832Fri Jul 17 22:52:49 1992  K. Richard Pixley  ([email protected])
10833
10834	* test-build.mk: recurse explicitly with -f test-build.mk when
10835	  appropriate.  predicate stage3 and comparison on the existence
10836	  of gcc.  That is, if gcc isn't around, we aren't three-staging.
10837	  On very clean, also remove ...stamp-co.  Build in-place before
10838	  doing other builds.
10839
10840Thu Jul 16 18:33:09 1992  Steve Chamberlain  ([email protected])
10841
10842	* Makefile.in, configure.in: add tgas
10843
10844Thu Jul 16 16:05:28 1992  K. Richard Pixley  ([email protected])
10845
10846	* Makefile.in: a number of changes merged in from progressive.
10847
10848	* configure.in: add libm.
10849
10850	* .cvsignore: ignore some stuff that comes from test-build.mk.
10851
10852Tue Jul  7 00:24:52 1992  Fred Fish  ([email protected])
10853
10854	* config.sub:  Add es1800 (m68k-ericsson-es1800).
10855
10856Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  ([email protected])
10857
10858	* configure: Add program_suffix (parallel to program_prefix)
10859	* Makefile.in: adjust directory-creating script for losing decstation
10860
10861Mon Jun 22 23:43:48 1992  Per Bothner  ([email protected])
10862
10863	* configure:  Minor $subdir-related fixes.
10864
10865Mon Jun 22 18:30:26 1992  Steve Chamberlain  ([email protected])
10866
10867	* configure: fix various problems with propogating
10868	makefile_target_frag in subdirs.
10869	* configure.in: config libgcc if its there
10870
10871Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
10872
10873	* config.sub:  HPPA merge.
10874
10875Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
10876
10877	* Makefile.in:  Replace all-bison with all-byacc in all
10878	dependency lines for other tools (which now use byacc).
10879
10880Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
10881
10882	* config.sub:  Add sun4sol2 => sparc-sun-solaris2.
10883
10884Thu Jun  4 12:07:32 1992  Mark Eichin  ([email protected])
10885
10886	* Makefile.in: make gprof rules similar to byacc rules (instead of
10887	vestigal $(unsubdir) that didn't work...)
10888
10889Thu Jun  4 00:37:05 1992  Per Bothner  ([email protected])
10890
10891	* config.sub:  Add support for Linux.
10892	* Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
10893	(at least for libg++).
10894
10895Tue Jun 02 20:03:00 1992  david d `zoo' zuhn ([email protected])
10896
10897	* configure.texi: fix doc for the -nfp option to configure
10898
10899Tue Jun  2 17:20:52 1992  Michael Tiemann  ([email protected])
10900
10901	* Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
10902
10903Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
10904
10905	* config.sub: changed [^-]+ to [^-][^-]* so that it works under
10906	Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
10907	* configure.in: added solaris* host_makefile_frag hook.
10908
10909Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10910
10911	* config.sub: changed recognition of m68000 so that various
10912	m68k types can be specified via m680[01234]0
10913
10914Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10915
10916	* config.sub (basic_machine): fix sed so that '-foo' isn't
10917	completely substituted out while .+'-foo' loses the '-foo'
10918
10919Wed May 27 23:18:52 1992  Michael Tiemann  ([email protected])
10920
10921	* config.sub ($os): Add -aout.
10922
10923Fri May 22 14:00:02 1992  Per Bothner  ([email protected])
10924
10925	* configure:  If host_makefile_frag is absolute, don't
10926	prefix ${invsubdir} (relevant to libg++ auto-configure).
10927
10928Thu May 21 18:00:09 1992  Michael Tiemann  ([email protected])
10929
10930	* Makefile.in (tooldir): Define it.
10931	(all-ld): Depend on all-flex.
10932
10933Sun May 10 21:45:59 1992  Per Bothner  ([email protected])
10934
10935	* Makefile.in (check):  Fix libg++ special case.
10936
10937Fri May  8 08:31:41 1992  K. Richard Pixley  ([email protected])
10938
10939	* configure: do not bury `pwd` into config.status, thus do fewer
10940	  pwd's.
10941
10942	* configure: print the "Building in" message only when building in
10943	  other than "." AND verbose.
10944
10945	* configure: remove -s, rework -v to better accomodate guested
10946	  configures.
10947
10948	* standards.texi: updated to 3 may, fixed librid <-> libdir typo.
10949
10950Fri May  1 18:00:50 1992  K. Richard Pixley  ([email protected])
10951
10952	* Makefile.in: macroize flags passed on recursion.  remove
10953	  fileutils.
10954
10955Thu Apr 30 08:56:20 1992  K. Richard Pixley  ([email protected])
10956
10957	* configure: get makesrcdir right for subdirs deeper than 1.
10958
10959	* Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
10960	  install.
10961
10962Fri Apr 24 15:51:51 1992  K. Richard Pixley  ([email protected])
10963
10964	* Makefile.in: don't print subdir_do or recursion lines.
10965
10966Fri Apr 24 15:22:04 1992  K. Richard Pixley  ([email protected])
10967
10968	* standards.texi: added menu item.
10969
10970	* Makefile.in: build and install standards.info.
10971
10972	* standards.texi: new file.
10973
10974Wed Apr 22 18:06:55 1992  K. Richard Pixley  ([email protected])
10975
10976	* configure: test for and move config.status pieces from
10977	  ${subdir}/.
10978
10979Wed Apr 22 14:38:34 1992  Fred Fish  ([email protected])
10980
10981	* configure:  Test for existance of files before trying to mv
10982	them, to avoid numerous non-existance messages.
10983
10984Tue Apr 21 12:31:33 1992  K. Richard Pixley  ([email protected])
10985
10986	* configure: correct final line of config.status.
10987
10988	* configure: patch from eggert.  Avoids a protection problem if
10989	  the original Makefile.in is read only.
10990
10991	* configure: use move-if-change from gcc to create config.status.
10992	  Some makefiles depend on config.status to tell if a directory
10993	  has been reconfigured for a different host.  This change
10994	  prevents those directories from remaking everything in the case
10995	  where the reconfig was only intended to rebuild a Makefile.
10996
10997	* configure: test for config.sub with "config.sub sun4" rather
10998	  than "config.sub ${host_alias}".  Otherwise we can't tell a bad
10999	  host alias from a missing config.sub.
11000
11001Mon Apr 20 18:16:36 1992  K. Richard Pixley  ([email protected])
11002
11003	* Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
11004	  MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
11005
11006Fri Apr 17 18:27:51 1992  Per Bothner  ([email protected])
11007
11008	* configure: mkdir ${subdir} as needed.
11009
11010Wed Apr 15 17:37:22 1992  K. Richard Pixley  ([email protected])
11011
11012	* Makefile.in,configure.in: added autoconf.
11013
11014Wed Apr 15 17:27:34 1992  K. Richard Pixley  ([email protected])
11015
11016	* Makefile.in: no longer pass against on recursion.
11017
11018	* Makefile.in: added .NOEXPORT: so that stray makefile_frag
11019	  definitions are not inherited.
11020
11021	* configure: correct makesrcdir when subdir is .
11022
11023Tue Apr 14 11:56:09 1992  Per Bothner  ([email protected])
11024
11025	* configure:  Add support for 'subdirs' variable, which is
11026	like 'configdirs', except that configure doesn't re-invoke
11027	itself for subdirs, it just creates a Makefile for each subdir.
11028	* configure.texi:  Document subdirs.
11029
11030Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11031
11032	* configure.in: added flex to configdirs
11033
11034Mon Apr 13 18:43:55 1992  K. Richard Pixley  ([email protected])
11035
11036	* Makefile.in: remove clean-stamps from clean.
11037
11038Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
11039
11040	* configure.in:  Add gdbtest to configdirs.
11041
11042Fri Apr 10 23:11:49 1992  Fred Fish  ([email protected])
11043
11044	* Makefile.in (MINUS_G):  Add macro, default to -g, pass on
11045	to recursive makes.
11046	* configure.in:  Recognize new ncr3000 config.
11047
11048Wed Apr  8 23:08:12 1992  K. Richard Pixley  ([email protected])
11049
11050	* Makefile.in, configure.in: removed references to gdbm.
11051
11052Tue Apr  7 16:48:20 1992  Per Bothner  ([email protected])
11053
11054	* config.sub:  Don't canonicalize os value
11055	newsos* to bsd (readline needs to check for newsos).
11056	(This fix was earlier made Jan 31, but got re-broken.)
11057
11058Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
11059
11060	* configure.in:  sco is an os, not a vendor!
11061
11062	* configure:  Quote $( better.  Keep various shells happy.
11063
11064Tue Mar 31 16:32:57 1992  K. Richard Pixley  ([email protected])
11065
11066	* Makefile.in: eliminate stamp-files.
11067
11068Mon Mar 30 22:20:23 1992  K. Richard Pixley  ([email protected])
11069
11070	* Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
11071	  Supress echoing of all the "if [ -d ... $(MAKE)" lines.
11072
11073Wed Mar 25 15:20:04 1992  Stu Grossman  ([email protected])
11074
11075	* config.sub:  fix iris/iris3.
11076
11077Wed Mar 25 10:34:19 1992  K. Richard Pixley  ([email protected])
11078
11079	* configure: re-add -rm.
11080
11081Tue Mar 24 23:50:16 1992  K. Richard Pixley  ([email protected])
11082
11083	* Maskefile.in: add .stmp-rcs to all.
11084
11085	* configure.in: remove gas from rs6000 build, use aix host fragment.
11086
11087Mon Mar 23 19:43:35 1992  K. Richard Pixley  ([email protected])
11088
11089	* configure: pass down site_option during recursion.
11090
11091Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
11092
11093	* Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
11094
11095Wed Mar 18 15:29:33 1992  Mike Stump  ([email protected])
11096
11097	* configure: Change exec_prefix so that it really defaults to prefix.
11098
11099Sat Mar 14 17:20:38 1992  Fred Fish  ([email protected])
11100
11101	* Makefile.in, configure.in:  Add support for mmalloc library.
11102
11103Fri Mar 13 18:44:18 1992  K. Richard Pixley  ([email protected])
11104
11105	* Makefile.in: add stmp dependencies for a few more things.
11106
11107Thu Mar 12 04:56:24 1992  K. Richard Pixley  ([email protected])
11108
11109	* configure: adjusted error message on objdir/srcdir configure
11110	  collision, per john's suggestion.
11111
11112	* Makefile.in: add libiberty stmp to all and all.cross.
11113
11114Wed Mar 11 02:07:52 1992  K. Richard Pixley  ([email protected])
11115
11116	* Makefile.in: remove force dependencies, add grep to all.
11117
11118Tue Mar 10 21:49:18 1992  K. Richard Pixley  ([email protected])
11119
11120	* Makefile.in: drop flex.  make stamp files work.
11121
11122	* configure: added test for conflicting configuration in srcdir,
11123	  remove trailing slashes from srcdir.  Otherwise emacs gdb mode
11124	  gets cranky.  use relative paths for configure and srcdir
11125	  whenever possible.  Send some error messages to stderr that were
11126	  going to stdout.
11127
11128Tue Mar 10 18:01:55 1992  Per Bothner  ([email protected])
11129
11130	* Makefile.in:  Fix libg++ rule to check for gcc directory
11131	before using gcc/gcc.  Also pass XTRAFLAGS.
11132
11133Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
11134
11135	* Makefile.in: added stmp-files so that directories aren't polled
11136	  when they are already built.
11137
11138	* configure.texi: fixed a node pointer problem.
11139
11140Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
11141
11142	* config.sub configure.in gdb/configure.in
11143	gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
11144	gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
11145	gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
11146
11147Wed Mar  4 02:57:46 1992  K. Richard Pixley  ([email protected])
11148
11149	* configure: -recurring becomes -silent.  corrected help message
11150	  for -site= option.
11151
11152	* Makefile.in: mkdir $(exec_prefix) and $(tooldir).
11153
11154Tue Mar  3 14:51:21 1992  K. Richard Pixley  ([email protected])
11155
11156	* configure: when building Makefile for crosses, replace
11157	  tooldir and program_prefix.  default srcdir from location of
11158	  config.sub.  remove "for host in hosts" and "for target in
11159	  targets" loops.
11160
11161Wed Feb 26 19:48:25 1992  K. Richard Pixley  ([email protected])
11162
11163	* Makefile.in: Do not pass bindir or mandir to cvs.
11164
11165Wed Feb 26 18:04:40 1992  K. Richard Pixley  ([email protected])
11166
11167	* Makefile.in, configure.in: removed traces of namesubdir,
11168	  -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
11169	  copyrights to '92, changed some from Cygnus to FSF.
11170
11171	* configure.texi: remove most references to multiple hosts,
11172	  multiple targets, subdirs, etc.
11173
11174	* configure.man: removed rcsid. reference config.sub not
11175	  config.subr.
11176
11177	* Makefile.in: mkdir $(infodir) on install-info.
11178
11179Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
11180
11181	* configure.texi:  Explain better about .gdbinit and about
11182	the environment that configure.in sections run in.
11183
11184Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
11185
11186	* configure.in:  Ultrix is only a decstation if it's a MIPS.
11187
11188Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
11189
11190	* README:  DOC.configure => cfg-paper.texi.
11191
11192Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
11193
11194	* config.sub (near case $os):  Don't convert newsos* to bsd!
11195
11196Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
11197
11198	* Makefile.in:  Reinstall change from gdb-4.3 that reduces
11199	the number of copies of COPYING that go into the GDB tar file.
11200
11201Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
11202
11203	* bfd/configure.in, gdb/config/mh-i386sco,
11204	gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
11205	Fix SCO configuration stuff.
11206
11207Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
11208
11209	* Makefile.in:  For libg++, make sure the -I pointing
11210	to the gcc directory goes *after* all the libg++-local -I flags.
11211	Also, move just-gcc dependency from just-libg++ to all-libg++.
11212
11213Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
11214
11215	* configure:  Change -x to -f to keep Ultrix /bin/test happy.
11216
11217Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
11218
11219	* Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
11220
11221Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
11222
11223	* config.sub:  Add stratus configuration frags.  Also
11224	submitted to FSF.
11225
11226Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
11227
11228	* Makefile.in (DEV_SUPPORT):  add configure.man.
11229
11230	* config.sub(Decode manufacturer-specific):  add -none*.
11231
11232Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
11233
11234	* Makefile.in:  remove form feeds to make Sun's make happy.
11235	(DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
11236
11237Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
11238
11239	* Makefile.in (AR_FLAGS):  Make quieter.
11240
11241Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
11242
11243	* configure.in:  Add libg++.
11244	* configure:  When verbose, don't output the command line at each
11245	level; it will be unremarkably the same as the previous version,
11246	which will be the same as what the user typed.
11247
11248Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
11249
11250	* configure.in, Makefile.in: fix clean-info, add flex.  add
11251	  fileutils.
11252
11253	* configure: be less sensitive to spaces in Makefile.in.  Do not
11254	  look for sources in "..".  Doing so breaks subdirectories that
11255	  might have their own configure.  If a subdir has it's own
11256	  configure script, use it.
11257
11258Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
11259
11260	* cfg-paper.texi: some changes suggested by rms.
11261
11262Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
11263
11264	* config.sub:  Merge in some small additions from the FSF version,
11265	taken from the gcc distribution, to bring the Cygnus and FSF
11266	versions into closer sync.
11267
11268Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
11269
11270	* configure.in:  Changed svr4 references to sysv4.
11271
11272Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
11273
11274	* configure: added -V for version number option.
11275
11276Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
11277
11278	* DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
11279	  renamed from DOC.configure to cfg-paper.texi.
11280
11281Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
11282
11283	* configure, config.subr, config.sub: config.subr is now
11284	  config.sub again.
11285
11286Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
11287
11288	* configure.texi: new file, in progress.
11289
11290	* Makefile.in: build info file and install the man page for
11291	  configure.
11292
11293	* configure.man: new file, first cut.
11294
11295	* configure: find config.subr again now that configuration "none"
11296	  has gone.  removed all traces of the -ansi option.  removed all
11297	  traces of the -languages option.
11298
11299	* config.subr: resync from rms.
11300
113011991-12-11  K. Richard Pixley  (rich at rtl.cygnus.com)
11302
11303	* configure, config.sub, config.subr: merge config.sub into
11304	  config.subr, call the result config.subr, remove config.sub, use
11305	  config.subr.
11306
11307	* Makefile.in: revised install for dir.info.
11308
113091991-12-10  K. Richard Pixley  (rich at rtl.cygnus.com)
11310
11311	* configure.in: add decstation host makefile frag.
11312
11313	* Makefile.in: BISON now bison -y again.  also install-gcc on
11314	  install.  clean-gdbm on clean.  infodir belongs in datadir.
11315	  Make directories for info install.  Build dir.info here then
11316	  install it.
11317
113181991-12-09  K. Richard Pixley  (rich at rtl.cygnus.com)
11319
11320	* Makefile.in: fix for bad directory tests.
11321
113221991-12-07  K. Richard Pixley  (rich at rtl.cygnus.com)
11323
11324	* configure: \{1,2\} appears to be a sysv'ism.  Use a different
11325	  regexp.  -srcdir relative was being handled incorrectly.
11326
11327	* Makefile.in: unwrapped some for loops so that parallel makes
11328	  work again and so one can focus one's attention on a particular
11329	  package.
11330
113311991-12-06  K. Richard Pixley  (rich at rtl.cygnus.com)
11332
11333	* configure: added PWD as a stand in for `pwd` (for speed). use
11334	  elif wherever possible.  make -srcdir work without -objdir.
11335	  -objdir= commented out.
11336
113371991-12-05  K. Richard Pixley  (rich at rtl.cygnus.com)
11338
11339	* configure: +options become --options.  -subdirs commented out.
11340	  added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
11341	  Makefile now at top of generated Makefile.  Removed cvs log
11342	  entries.  added -srcdir.  create .gdbinit only if there is one
11343	  in ${srcdir}.
11344
11345	* Makefile.in: idestdir and ddestdir go away.  Added copyrights
11346	  and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
11347	  and mandir now keyed off datadir by default.
11348
113491991-11-22  K. Richard Pixley  (rich at rtl.cygnus.com)
11350
11351	* Freshly created ChangeLog.
11352
11353
11354Local Variables:
11355mode: change-log
11356left-margin: 8
11357fill-column: 76
11358version-control: never
11359End:
11360