* infcmd.c (print_return_value): Move CHECK_TYPEDEF up. Deal with
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
05cbd757
PB
12005-08-12 Paolo Bonzini <bonzini@gnu.org>
2
3 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5 Look for alternate names of the target cc and c++
6 * configure: Regenerate.
7
55db4b87
PB
82005-08-08 Paolo Bonzini <bonzini@gnu.org>
9
10 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
11 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
12 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
13 tools; remove code to manually set them.
14 (Target tools): Look in the environment for them.
15 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
16 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
17 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
18 build directory.
19 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
20 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
21 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
22 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
23 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
24 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
25 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
26 * configure: Regenerate.
27 * Makefile.in: Regenerate.
28
414e5532
MM
292005-07-27 Mark Mitchell <mark@codesourcery.com>
30
31 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
32 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
33 * Makefile.in: Regenerated.
34
a19b6204
MM
352005-07-26 Mark Mitchell <mark@codesourcery.com>
36
37 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
38 (CFLAGS_FOR_TARGET): Use it.
39 (CXXFLAGS_FOR_TARGET): Likewise.
40 * Makefile.in: Regenerated.
41 * configure.in (--with-build-sysroot): New option.
42 * configure: Regenerated.
43
b73aa406
PB
442005-07-24 Paolo Bonzini <bonzini@gnu.org>
45
46 * Makefile.tpl: Wrap install between unstage and stage
47 * Makefile.in: Regenerate.
48
6e4d0bcb
KC
492005-07-16 Kelley Cook <kcook@gcc.gnu.org>
50
51 * all files: Update FSF address.
52
49f58d10
JB
532005-07-14 Jim Blandy <jimb@redhat.com>
54
55 * configure.in: Add cases for Renesas m32c.
56 * configure: Regenerated.
57
1d9c9cd7
KC
582005-07-14 Kelley Cook <kcook@gcc.gnu.org>
59
60 * COPYING, compile, config-ml.in, config.guess,
61 config.sub, install-sh, missing, mkinstalldirs,
62 symlink-tree, ylwrap: Sync from upstream sources.
63
1587117a
EC
642005-07-13 Eric Christopher <echristo@redhat.com>
65
66 * configure.in: Add toplevel noconfigdir support for tpf.
67 * configure: Regenerate.
68
bb780410
DD
692005-07-11 Jakub Jelinek <jakub@redhat.com>
70
71 * Makefile.def (target_modules): Add libssp.
72 * configure.in (target_libraries): Add target-libssp.
73 * configure: Rebuilt.
74 * Makefile.in: Rebuilt.
75
064d0a7c
PB
762005-07-11 Paolo Bonzini <bonzini@gnu.org>
77
78 PR ada/22340
79
80 * Makefile.def: Sync with gcc.
81 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
82 * Makefile.in: Regenerate.
83
b2edd3b5
AS
842005-07-07 Andreas Schwab <schwab@suse.de>
85
86 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
87 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
88 * Makefile.in: Regenerated.
89
5f128533
KH
902005-07-07 Kazu Hirata <kazu@codesourcery.com>
91
92 * configure.in: Add --enable-libssp and --disable-libssp.
93 * configure: Regenerate with autoconf-2.13.
94
4e3fc8e5
GK
952005-07-06 Geoffrey Keating <geoffk@apple.com>
96
97 * configure.in: Don't build sim or rda when targetting darwin.
98 * configure: Regenerate.
99
c7357d6a
BE
1002005-07-04 Ben Elliston <bje@gnu.org>
101
102 * src-release (do-proto-toplev): Remove dejagnu bits.
103 (DEJAGNU_SUPPORT_DIRS): Remove.
104 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
105 (GDBD_SUPPORT_DIRS): Likewise.
106 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
107 (INSIGHTD_SUPPORT_DIRS): Likewise.
108 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
109
1102005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
111
112 * setup.com (mpw): Remove unused directive.
113
7d329e61
PB
1142005-06-22 Paolo Bonzini <bonzini@gnu.org>
115
116 * Makefile.def (stagefeedback): Come after profile.
117 Define profiledbootstrap target.
118 * Makefile.tpl (profiledbootstrap): Remove.
119 (stageprofile-end): Zap stagefeedback.
120 (stagefeedback-start): Copy all .gcda files, not only GCC's.
121 * Makefile.in: Regenerate.
122
e5fbed21
DD
1232005-06-13 Zack Weinberg <zack@codesourcery.com>
124
125 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
126 In 'cpp' stanza, support '#line' as well as '# '.
127
59f7ec45
HPN
1282005-06-07 Hans-Peter Nilsson <hp@axis.com>
129
130 * configure.in (unsupported_languages): New macro.
131 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
132 non-ported target libraries in noconfigdirs.
133 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
134 non-linux-gnu. Remove libgcj_ex_libffi.
135 <lang_frag loop>: Set add_this_lang=no if the language is in
136 unsupported_languages.
137 * configure: Regenerate.
138
c10e9ba7
DD
1392005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
140
141 * configure.in: Fix typo in handling of --with-mpfr-dir.
142 * configure: Regenerate.
143
20deb2b8
JB
1442005-06-02 Jim Blandy <jimb@redhat.com>
145
146 * config.sub: Add cases for the Renesas m32c. (This patch has been
147 accepted into the master sources.)
148
cdb9b172
AH
1492005-06-02 Aldy Hernandez <aldyh@redhat.com>
150 Michael Snyder <msnyder@redhat.com>
151 Stan Cox <scox@redhat.com>
152
153 * configure.in: Set noconfigdirs for ms1.
154
155 * configure: Regenerate.
156
1dc3053f
PB
1572005-05-25 Paolo Bonzini <bonzini@gnu.org>
158
159 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
160 (Dependencies): Consider target modules for bootstrap dependencies.
161 Make target bootstrap modules depend on each stage's gcc.
162 * Makefile.in: Regenerate.
163
c60fe18b
PB
1642005-05-20 Paolo Bonzini <bonzini@gnu.org>
165
166 * Makefile.def (configure-gcc): Depend on binutils having been built.
167 (all-gcc): No need to do it here.
168 * Makefile.in: Regenerate.
169
27258dd4
PB
1702005-05-19 Paul Brook <paul@codesourcery.com>
171
172 * configure.in: Rewrite misleading error message when requested
173 language cannot be built.
174 * configure: Regenerate.
175
42ecbf5e
DJ
1762005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
177
178 * ylwrap: Import from Automake 1.9.5.
179
ae380b45
MS
1802005-05-04 Mike Stump <mrs@apple.com>
181
182 * configure.in: Always pass --target to target configures as
183 otherwise rebuilds that do --recheck will fail.
811d3af8 184 * configure: Rebuilt.
ae380b45 185
d545f33b
PB
1862005-05-04 Paolo Bonzini <bonzini@gnu.org>
187
188 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
189 STAGE_HOST_EXPORTS.
190 (configure, all): Add bootstrap support.
191 (Host modules, target modules): Pass post-stage1 flags and exports.
192 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
193 * Makefile.in: Regenerate.
194
2faa2958
PB
1952005-04-29 Paolo Bonzini <bonzini@gnu.org>
196
197 Sync from gcc:
198
199 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
200
201 * config.sub: Update from master copy.
202
203 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
204
205 * configure.in <crisv32-*-*, cris-*-*>: New local variable
206 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
207 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
208 "*-*-elf" and "*-*-linux*".
209 * configure: Regenerate.
210
a7254363
PB
2112005-04-06 Paolo Bonzini <bonzini@gnu.org>
212
213 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
214 (TARGET_CONFIGARGS): Include --with-target-subdir.
215 (configure, all): New macros. Use them throughout.
216
a8637a7d
PB
2172005-04-05 Paolo Bonzini <bonzini@gnu.org>
218
219 * Makefile.tpl: Sync with gcc.
220 * Makefile.in: Regenerate.
221
dd387d52
JR
2222005-03-30 J"orn Rennecke <joern.rennecke@st.com>
223
224 * config/mh-mingw32: Delete.
225 * configure.in: Don't use it.
226 * configure: Regenerate.
227
e90269c8
PB
2282005-03-31 Paolo Bonzini <bonzini@gnu.org>
229
230 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
231 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
232 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
233 (HOST_LIB_PATH): Generate from Makefile.def.
234 (TARGET_LIB_PATH): Likewise.
235 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
236 * Makefile.in: Regenerate.
237 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
238 (RPATH_ENVVAR): Include Darwin case.
239 * configure: Regenerate.
240
9a237d9e
PB
2412005-03-25 Paolo Bonzini <bonzini@gnu.org>
242
243 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
244 * configure: Regenerate.
245
479759c8
ZW
2462005-03-21 Zack Weinberg <zack@codesourcery.com>
247
248 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
249 gcc_version, and gcc_version_trigger from set of flags to pass.
250 * Makefile.tpl: Remove definitions of above variables.
251 (config.status): Remove dependency on $(gcc_version_trigger).
252 * Makefile.in: Regenerate.
253 * configure.in: Do not reference config/gcc-version.m4 nor
254 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
255 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
256 * configure: Regenerate.
257
4cfaf6d5
DD
2582005-03-16 Manfred Hollstein <manfred.h@gmx.net>
259 Andrew Pinski <pinskia@physics.uc.edu>
260
261 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
262 * Makefile.in: Regenerate.
263
33a3fb7b
AO
2642005-03-01 Alexandre Oliva <aoliva@redhat.com>
265
266 PR libgcj/20160
267 * ltmain.sh: Avoid creating archives with components that have
268 duplicate basenames.
269
2da12f12
PB
2702005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
271
479759c8
ZW
272 PR bootstrap/20250
273 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
274 instead of check.
275 * Makefile.in: Regenerate.
2da12f12 276
b00612cc
PB
2772005-02-28 Paolo Bonzini <bonzini@gnu.org>
278
279 Sync from gcc.
280
281 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
282
283 PR bootstrap/17383
284 * Makefile.def (target_modules): Remove "stage", now unnecessary.
285 * Makefile.tpl (HOST_SUBDIR): New substitution.
286 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
287 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
288 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
289 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
290 (Host modules, Bootstrapped modules): Use it.
291 (Build modules, Target modules): Do not create symlink trees,
292 always configure out-of-srcdir.
293 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
294 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
295 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
296 $(HOST_SUBDIR). Create a symlink for host_subdir.
297
298 * Makefile.in: Regenerate.
299 * configure: Regenerate.
300
301 Merged from libada-gnattools-branch:
302 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
303
304 * Makefile.def: Add gnattools as a module, depending on target-libada.
305 * Makefile.in: Regenerate.
306 * configure.in: Include gnattools in host_tools; disable it if ada
307 is disabled.
308 * configure: Regenerate.
309
c3e65f62
NC
3102005-02-23 Nick Clifton <nickc@redhat.com>
311
312 * configure: Regenerate.
313
e4d180c2
NC
3142005-02-22 Paul Schlie <schlie@comcast.net>
315
316 * configure.in: Allow darwin targeted ports to build tk, itcl and
317 libgui.
318
e3c770b1
EB
3192005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
320
321 PR libgcj/10353
322 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
323 * configure: Regenerate.
324
9c73618c
AC
3252005-02-08 Andrew Cagney <cagney@gnu.org>
326
327 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
328 gdb/ section. Update GDB's URL.
329
c46f8c51
AC
3302005-01-31 Andrew Cagney <cagney@gnu.org>
331
332 * gettext.m4: Only set ENABLE_NLS when gettext is present.
333
c7e66c6d
HPN
3342005-01-29 Hans-Peter Nilsson <hp@axis.com>
335
336 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
337 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
338 target-libgloss when not *-*-elf and *-*-aout.
339 * configure: Regenerate.
340
a53bf506
AC
3412005-01-27 Andrew Cagney <cagney@gnu.org>
342
343 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
344
45181ed1
AC
3452005-01-24 Andrew Cagney <cagney@gnu.org>
346
347 * gettext.m4: Only fall back to ../intl/ when it's present.
348
a1e0f4e4
KC
3492005-01-17 Kelley Cook <kcook@gcc.gnu.org>
350
351 * install-sh, config.sub: Import from upstream.
352
3532005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
354
355 PR bootstrap/18222
356 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
357 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
358 * Makefile.in: Regenerate.
359
c50382e2
PB
3602005-01-03 Paolo Bonzini <bonzini@gnu.org>
361
362 Revert 2004-12-28 Makefile changes, a better fix will be
363 applied to mainline and src after GCC 4.0 branches.
364
11d07737
PB
3652004-12-28 Paolo Bonzini <bonzini@gnu.org>
366
367 PR bootstrap/17383
368
369 * Makefile.def (target_modules): Remove stage parameter,
370 it is always true now.
371 * Makefile.tpl (configure-build-[+module+],
372 configure-target-[+module+]): Always build symlink tree
373 for the directory and for include. BUILD_SUBDIR and
374 TARGET_SUBDIR cannot be . anymore.
375 * Makefile.in: Regenerate.
376
dadfdbe2
DD
3772004-12-25 David Edelsohn <edelsohn@gnu.org>
378
379 Revert 2004-12-08 Makefile changes.
380
dbf85af7
JR
3812004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
382
383 * configure.in (sh64-*-*): Reenable gprof.
384 * configure: Regenerate.
385
6b8fea99
JB
3862004-12-09 Jim Blandy <jimb@redhat.com>
387
388 * MAINTAINERS: List 'depcomp' as part of automake.
389
7341462c
DE
3902004-12-08 David Edelsohn <edelsohn@gnu.org>
391
392 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
393 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
394 (EXTRA_TARGET_FLAGS): Add PICFLAG.
395 * Makefile.in: Regenerate.
396
21fde4dc
DD
3972004-12-07 Matt Kraai <kraai@ftbfs.org>
398
399 * Makefile.tpl: Generate normal dependencies if the LHS module is
400 not bootstrapped.
401 * Makefile.in: Regenerate.
402
3da796a2
RS
4032004-12-03 Richard Sandiford <rsandifo@redhat.com>
404
405 * configure.in: Include config/gxx-include-dir.m4. Use
406 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
407 * configure: Regenerate.
408
73fb7068
RS
4092004-12-03 Richard Sandiford <rsandifo@redhat.com>
410
411 * config.if: Delete.
412 * configure.in: Set libstdcxx_incdir directly.
413 * configure: Regenerate.
414 * MAINTAINERS: Remove mention of config.if.
415 * src-release (DEVO_SUPPORT): Remove config.if.
416
6c8e6ce9
EC
4172004-12-02 Eric Christopher <echristo@redhat.com>
418
3b6098f8
EC
419 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
420 of things to remove.
6c8e6ce9 421 * Makefile.in: Regenerate.
479759c8 422
b8658a2f
RS
4232004-12-02 Richard Sandiford <rsandifo@redhat.com>
424
425 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
426 * configure: Regenerate.
427
afefada0
RS
4282004-12-02 Richard Sandiford <rsandifo@redhat.com>
429
430 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
431 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
432 * configure: Regenerate.
433
5dcac624
DA
4342004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
435
436 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
437 (hppa*64*-*-*): Delete incorrect comment.
438 * configure: Rebuilt.
439
57d1eb1a
DD
4402004-11-15 Kelley Cook <kcook@gcc.gnu.org>
441
442 * install-sh, compile: Import from automake.
443
4442004-11-15 Kelley Cook <kcook@gcc.gnu.org>
445
446 * config.guess, config.sub: Import from savannnah.
447
6d389afc
MS
4482004-11-12 Mike Stump <mrs@apple.com>
449
450 * Makefile.def: Add html support.
451 * Makefile.tpl: Likewise.
452 * Makefile.in: Regenerate.
453
69e57115
GK
4542004-11-11 Geoffrey Keating <geoffk@apple.com>
455
456 PR 18423
457 * configure.in: Remove all instances of build-fixincludes from
458 noconfigdirs.
459 (build_configargs): Supply --target to subdirectories.
460 * configure: Regenerate.
461
462 * Makefile.def: Make gcc install depend on fixincludes install.
463 * Makefile.in: Regenerate.
464
ba719b26
HPN
4652004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
466
467 * configure.in (noconfigdirs) [mmix-*-*]: Disable
468 target-libgfortran.
469 * configure: Regenerate.
470
c37653e7
DE
4712004-11-07 David Edelsohn <edelsohn@gnu.org>
472
473 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
474 like CC.
475
1eefd493
PB
4762004-11-05 Paolo Bonzini <bonzini@gnu.org>
477
478 * Makefile.def (host fixincludes): Specify missing targets.
479 * Makefile.in: Regenerate.
480
02b1af09
L
4812004-11-04 H.J. Lu <hongjiu.lu@intel.com>
482
483 PR other/17783
484 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
485 * configure: Regenerated.
486
7f266840
DJ
4872004-11-04 Daniel Jacobowitz <dan@debian.org>
488
489 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
490 * configure: Regenerated.
491
47444073
AL
4922004-10-28 Eric B. Weddington <ericw@evcohs.com>
493
494 PR target/18151
495 * configure.in (case ${target}): Do not build fixincludes for avr.
496 * configure: Regenerated.
497
caeba88f
AL
4982004-10-26 Paolo Bonzini <bonzini@gnu.org>
499
500 * configure.in (case ${target}): Do not build fixincludes
501 on platforms where it is not used.
502 * configure: Regenerated.
503
0fdbe983
DJ
5042004-10-23 Daniel Jacobowitz <dan@debian.org>
505
506 * configure.in: Use an absolute path to install-sh.
507 * configure: Regenerated.
508
1c0f67c1
AC
5092004-10-19 Andrew Cagney <cagney@gnu.org>
510
511 * src-release (do-djunpack, do-md5sum): Install the generated file
512 directly into the proto-toplev/ directory.
479759c8 513
a9cfce9c
AC
5142004-10-19 Andrew Cagney <cagney@gnu.org>
515
516 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
517
ac0fa625
DD
5182004-10-12 Kelley Cook <kcook@gcc.gnu.org>
519
520 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
521 * configure: Regenerate.
522
d27cc32e
PB
5232004-10-06 Paolo Bonzini <bonzini@gnu.org>
524
525 Fix wrong conflict resolution in:
526
527 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
528
529 * Makefile.in: Regenerate.
530 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
531 in the recursive `make', instead of hardwiring `all'.
532 (Autogenerated TARGET-* variables): New.
533
1763908f
UW
5342004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
535
536 Merged from GCC / libtool upstream:
537 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
538 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
539 * ltcf-cxx.sh (tpf*): Likewise.
540 * ltconfig (tpf*): Add TPF OS configuration support.
541
0490e016
NC
5422004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
543
544 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 545 * configure: Regenerate.
0490e016 546
32be62b5
RS
5472004-09-24 Michael Roth <mroth@nessie.de>
548
549 * configure.in (--without-headers): Add missing double quotes.
550 * configure: Regenerate.
551
6048df60
DD
5522004-09-24 Kelley Cook <kcook@gcc.gnu.org>
553
554 * ylwrap: Revert to previous version.
555
315b3b02
L
5562004-09-23 H.J. Lu <hongjiu.lu@intel.com>
557
6048df60 558 PR bootstrap/17369
315b3b02
L
559 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
560 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
561 SET_GCC_LIB_PATH_CMD.
562 (BASE_TARGET_EXPORTS): Likewise.
563 * Makefile.in: Regenerated.
564
565 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
566 * configure: Regenerated.
567
fe69863c
DD
5682004-09-23 Kelley Cook <kcook@gcc.gnu.org>
569
570 * config.guess: New upstream version
571 * compile, depcomp, install-sh, ylwrap: Likewise.
572
5732004-09-19 Roger Sayle <roger@eyesopen.com>
574
575 * config/mh-x86omitfp: New host makefile fragment. Add
576 -fomit-frame-pointer to the default BOOT_CFLAGS.
577 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
578 * configure: Regenerate.
579
5802004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
581
582 PR target/11572
583 * configure.in (*-*-darwin*): Renable libobjc.
584 * configure: Regenerate.
585
be75bbe1 5862004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 587
be75bbe1
DB
588 * Makefile.def: Remove libbanshee.
589 * Makefile.tpl: Ditto.
590 * configure.in: Ditto.
591 * Makefile.in: Regen.
592 * configure: Ditto.
593
1b882a91
PB
5942004-09-07 Paolo Bonzini <bonzini@gnu.org>
595
596 * missing: Import latest version from master repository.
597
eb1352ed
NC
5982004-09-04 Nick Clifton <nickc@redhat.com>
599
600 * config.sub: Import latest version from master repository.
601 * config.guess: Likewise.
602 This includes these changes:
479759c8 603
eb1352ed
NC
604 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
605
606 * config.sub: Handle crisv32, alias etraxfs.
607 * config.guess (crisv32:Linux:*:*): Handle.
608
609 2004-08-13 Brad Smith <brad@comstyle.com>
610
611 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
612 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
613
614 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
615
616 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
617 assume the processor is a powerpc. This is because coreutils
618 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
619 in this case, due to a MacOS X bug that causes
620 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
621 to return a negative number.
622 Problem reported by Petter Reinholdtsen in:
623 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
624
625 2004-07-19 Ben Elliston <bje@gnu.org>
626
627 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
628
629 2004-06-24 Ben Elliston <bje@gnu.org>
630
631 * config.guess: Update copyright years.
632 * config.sub: Likewise.
633
634 2004-06-22 Robert Millan <robertmh@gnu.org>
635
636 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
637 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
638
639 2004-06-22 Stanley F. Quayle <stan@stanq.com>
640
641 * config.guess (*:*VMS:*:*): New entry. Replaces
642 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
643 manufacturer.
644
645 2004-06-22 Ben Elliston <bje@gnu.org>
646
647 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
648 * config.sub: Likewise.
649
650 2004-06-22 Ben Elliston <bje@gnu.org>
651
652 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
653 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
654
655 2004-06-11 Ben Elliston <bje@gnu.org>
656
657 * config.guess (pegasos:OpenBSD:*:*): Remove.
658
659 2004-06-11 Ben Elliston <bje@gnu.org>
660
661 From Wouter Verhelst <wouter@grep.be>:
662 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
663
664 2004-06-11 Ben Elliston <bje@gnu.org>
665
666 * config.guess (luna88k:OpenBSD:*:*): New.
667
668 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
669
670 * config.guess (m32r*:Linux:*:*): New case.
671 * config.sub: Handle m32rle.
672
673 2004-03-12 Ben Elliston <bje@wasabisystems.com>
674
675 From Jens Petersen <petersen@redhat.com>:
676 * config.sub: Handle sparcv8.
677
678 2004-03-03 Ben Elliston <bje@wasabisystems.com>
679
680 From Tom Smith <smith@cag.lkg.hp.com>:
681 * config.guess: Version suffixes are equally significant on Tru64
682 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
683 prefix of "P" (patched kernel).
684
685 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
686
687 * config.sub: Add support for National Semiconductor CRX target.
688
2a3124ca 6892004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 690
2a3124ca
RH
691 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
692 *-*-netware, but add target-libmudflap.
693 Consolidate *-*-netware targets (of which really only i?86 exists)
694 into a single entry.
695 * configure: Likewise.
696
0df3d27f
PB
6972004-09-01 Paolo Bonzini <bonzini@gnu.org>
698
699 * Makefile.tpl (sorry): Remove.
700 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
701 (cleanstrap targets): Depend on distclean, not distclean-stage1.
702 (do-clean): Clean per-stage directories too.
703 (do-distclean): Run distclean-stage1 too.
704 (.NOTPARALLEL): Enable during toplevel bootstrap.
705 (stage[+id+]-bubble): Enable parallel execution during
706 the recursive invocation.
707 * Makefile.in: Regenerate.
708
709 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
710
711 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
712
713 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
714 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
715 * configure: regenerate
479759c8
ZW
716 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
717 -mdynamic-no-pic
0df3d27f
PB
718
7192004-08-31 Paolo Bonzini <bonzini@gnu.org>
720
721 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
722 include.
723 * configure.in: Fix indentation.
724 * configure: Regenerate.
725
ee025550
PB
7262004-08-31 Paolo Bonzini <bonzini@gnu.org>
727
728 * Makefile.def (build_modules): Add fixincludes.
729 (dependencies): Make gcc depend on fixincludes.
730 * configure.in (build_tools): Add fixincludes.
731 (build_configdirs): Always include build_libs.
732 * Makefile.in: Regenerate.
733 * configure: Regenerate.
734
7352004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
736
737 * Makefile.def (bootstrap stages): Add 'lean' parameter.
738 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
739 phony targets; do not generate timestamp files.
740 (distclean-stageN): Remove references to their timestamp files.
741 (restageN, touch-stageN): Remove.
742 (stageN-bubble): Rewritten.
743 (compare): Support lean bootstraps.
744 * Makefile.in: Regenerate.
745
746 * configure.in: Only warn when bootstrapping but
747 build != host or build != target. Support lean bootstraps.
748 * configure: Regenerate.
749
750 Sync from gcc:
751 2004-08-26 Phil Edwards <phil@codesourcery.com>
752
753 * configure.in: Give a better error message if GMP/MPFR are missing
754 and a language needing them has been requested.
755 * configure: Regenerated.
756
757 2004-08-25 Phil Edwards <phil@codesourcery.com>
758
759 * configure.in: Print a list of available language front-ends if
760 a requested one is missing. Tidy stray tab characters.
761 * configure: Regenerated.
762
72b2455a
PB
7632004-08-17 Paolo Bonzini <bonzini@gnu.org>
764
765 * Makefile.in: Regenerate.
766 * configure: Regenerate.
767
768 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
769 stage_*_flags.
770 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
771 for bootstrapped modules if toplevel bootstrap is going.
772 (GCC bootstrap): Generate per-stage targets for all bootstrapped
773 modules. Adjust for changes in Makefile.def. Enable several
774 rules even in non-bootstrap mode, just to avoid peppering the
775 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
776 (stage-[+prev+]-bubble): Remove.
777
778 * Makefile.def (Dependencies): Depend on all-build-bison,
779 all-build-flex, all-build-byacc, all-build-texinfo, rather
780 than the host variations.
781 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
782 with BUILD_SUBDIR.
783 (BISON): Update for recent Bisons.
784 (YACC): Fix typo.
785 (cross): Depend on all-build.
786 (all): Do not depend on all-build.
787 (prebootstrap): Remove.
788 (dep-kind): Accept separate prefixes for MODULE and ON variables.
789 (Prebootstrap dependencies): Add them to the per-stage targets
790 and to all-prebootstrap.
791 * configure.in (build_configdirs): Always enable build_tools.
792 (BUILD_DIR_PREFIX): Remove.
793
794 * Makefile.def (gcc): Add target variable.
795 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
796 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
797 in the recursive `make', instead of hardwiring `all'.
798 (Autogenerated TARGET-* variables): New.
799
de0b4a87
JW
8002004-08-17 Robert Millan <robertmh@gnu.org>
801
802 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
803 (instead of FreeBSD).
804 * configure: Regenerate.
805
ad681c85
NN
8062004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
807
675c6968
NN
808 * Makefile.def, configure.in, src-release: Remove useless, bogus
809 references to tix.
810 * Makefile.in, configure: Regenerate.
811
ad681c85
NN
812 * src-release: Stop distributing mmalloc with gdb (which doesn't
813 use it).
814 * Makefile.def: GDB doesn't depend on mmalloc anymore.
815 * Makefile.in: Regenerate.
816
11b04d1f
DD
8172004-08-09 Mark Mitchell <mark@codesourcery.com>
818
819 * configure.in (arm*-*-eabi*): New target.
820 * configure: Regenerate.
821
f2420bea
NN
8222004-08-01 Robert Millan <robertmh@gnu.org>
823
824 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
825 libmudflap for all GNU-based systems (with Glibc).
826 * configure: Regenerate.
827
9e6ce191
PB
8282004-08-06 Paolo Bonzini <bonzini@gnu.org>
829
830 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
831 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
832 (Dependencies): New section.
833 * Makefile.tpl (Dependencies): Generate from Makefile.def.
834 (configure-target-[+module+]): Depend on maybe-all-gcc
835 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
836 (toplevel profiledbootstrap): Fix dependencies.
837 * Makefile.in: Regenerate.
838
df4a6958
MM
8392004-08-03 Mark Mitchell <mark@codesourcery.com>
840
841 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
842 target-libiberty to noconfigdirs.
843
11b04d1f
DD
8442004-08-03 Paul Brook <paul@codesourcery.com>
845
846 * configure.in: Check for MPFR as well as GMP.
847 * configure: Regenerate.
848
b813574b
PB
8492004-08-03 Paolo Bonzini <bonzini@gnu.org>
850
851 * Makefile.def (host-modules): Add gcc.
852 * Makefile.in: Regenerate.
853 * Makefile.tpl (sorry): New rule.
854 (configure-host, all-host, [+make_target+]-host, do-check,
855 install-host): Do not add gcc as a special case.
856 (host modules): Add a small special-casing for gcc. Export
857 extra_make_flags through the environment.
858 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
859 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
860 other recursive targets for gcc): Remove.
861
862 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
863 (stage, unstage): New rules.
864 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
865 distclean-stage[+id+]): Use stage_current.
866 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
867 the stage*-start rules.
868
61edac0c
JW
8692004-07-19 Robert Millan <robertmh@gnu.org>
870
871 Synced from gcc:
872
873 2004-04-26 Robert Millan <robertmh@gnu.org>
874
875 Add patches from libtool CVS.
876 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
877 * ltconfig: Likewise.
878 * ltcf-c.sh: Likewise.
879 * ltcf-cxx.sh: Likewise.
880 * ltcf-gcj.sh: Likewise.
881
3e707e94
PB
8822004-07-12 Paolo Bonzini <bonzini@gnu.org>
883
884 * configure.in: Add noconfigdirs for crx-*-*.
885 * configure: Regenerate.
886
8872004-07-12 Paolo Bonzini <bonzini@gnu.org>
888
889 Synced from gcc:
890
891 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
892
893 * configure.in: Build libmudflap by default on FreeBSD.
894 * configure: Regenerated.
895
896 2004-07-09 Mark Mitchell <mark@codesourcery.com>
897
898 * configure.in: Do not build libmudflap by default on non-GNU/Linux
899 systems.
900 * configure: Regenerated.
901
902 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
903
904 PR target/16344
905 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
906 feedback based compiler.
907 * Makefile.in: Rebuilt.
908
909 2004-07-05 Phil Edwards <phil@codesourcery.com>
910
911 * configure.in: Do not prepend $srcdir to /dev/null in
912 makefile fragments.
913 * configure: Regenerate.
914
a7ee7660
AO
9152004-07-08 Alexandre Oliva <aoliva@redhat.com>
916
917 * Makefile.def (host_modules): Set bootstrap=true for flex.
918 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
919 * Makefile.in: Rebuilt.
920
6a9cf61e
PB
9212004-07-01 Paolo Bonzini <bonzini@gnu.org>
922
923 * Makefile.def (build_modules): Add bison, byacc, flex,
924 m4, texinfo.
925 (flags_to_pass): Add FLEX.
926 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
927 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
928 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
929 DEFAULT_MAKEINFO): Remove.
930 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
931 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
932 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
933 objdir or else use configured tool.
934 (all-build): New.
935 (all): Depend on it.
936 (Build module dependencies): Add.
937 * Makefile.in: Regenerate.
938 * configure.in: Better support for multiple build modules,
939 matching what is done for host/target modules. Do not look
940 for "plausible" locations of build tools if Canadian cross.
941 Use autoconf's AC_PROG_CC to find a C compiler. Define
942 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
943 * configure: Regenerate.
944
95b6a1f2
PB
9452004-06-22 Paolo Bonzini <bonzini@gnu.org>
946
947 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
948 * Makefile.in: Regenerate.
949
7ffa0b57
PB
9502004-06-22 Paolo Bonzini <bonzini@gnu.org>
951
952 * Makefile.tpl (configure-build-[+module+],
953 configure-[+module+], configure-target-[+module+]): Pass
954 [+extra_configure_args+].
955 (all-build-[+module+], all-[+module+], check-[+module+],
956 install-[+module+], [+make_target+]-[+module+],
957 all-target-[+module+], check-target-[+module+],
958 install-target-[+module+], [+make_target+]-target-[+module+]):
959 Pass [+extra_make_args+].
960 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
961 (GCC_HOST_EXPORTS): Remove.
962 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
963 cross, check-gcc, check-gcc-c++, install-gcc,
964 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
965 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
966 * Makefile.in: Regenerate.
967
929ba6e7
CF
9682004-06-21 Christopher Faylor <cgf@alum.bu.edu>
969
970 * configure.in: Check for srcdir/winsup rather than build directory
971 winsup.
972 * configure: Regenerate.
973
b76d7de0
CV
9742004-06-17 Corinna Vinschen <vinschen@redhat.com>
975
976 * configure.in: Don't build Cygwin native newlib if winsup
977 directory is missing. Emit warning instead.
978 * configure: Regenerate.
979
656fdd47
PB
9802004-06-09 Paolo Bonzini <bonzini@gnu.org>
981
982 * Makefile.tpl (touch-stage[+id+]): New.
983 (restage[+prev+]): Depend on touch-stage[+id+].
984
985 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
986 Use it throughout.
987
988 * Makefile.def: Add profile and feedback bootstrap stages.
989 Remove next field from bootstrap stages.
990 * Makefile.tpl (LN, LN_S): Substitute.
991 (stageN-start, stageN-end): Use double-colon rules, to
992 provide a hook for additional setup commands.
993 (distclean-stageN-gcc, restageN): Create dependencies from
994 [+prev+], not from [+next+].
995 (stageN-bubble): Add commands for successive stages from
996 [+prev+], using double-colon rules.
997 (all-stageN-gcc): Fix typo.
998 (stagefeedback-start, profiledbootstrap): New.
999 * Makefile.in: Regenerate.
1000 * configure.in: Call ACX_PROG_LN.
1001 * configure: Regenerate.
1002
498d4a71
CF
10032004-06-03 Paolo Bonzini <bonzini@gnu.org>
1004
1005 * configure.in: Fix --enable-bootstrap breakage introduced in trees
1006 without gcc.
1007 * configure: Regenerate.
1008
377d8c42
PB
10092004-06-01 Paolo Bonzini <bonzini@gnu.org>
1010
1011 * Makefile.tpl: Fix typo.
1012 * Makefile.in: Regenerate.
1013
f5f8a794
PB
10142004-06-01 Paolo Bonzini <bonzini@gnu.org>
1015
1016 * configure.in: Remove new- prefix from toplevel
1017 bootstrap targets.
1018 * configure: Regenerate.
1019
f7a4c34f
PB
10202004-06-01 Paolo Bonzini <bonzini@gnu.org>
1021
1022 Merge this patch from the gcc tree:
1023
1024 2004-05-30 Andreas Jaeger <aj@suse.de>
1025 Jim Wilson <wilson@specifixinc.com>
1026
1027 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
1028 like CC.
1029
319cab08
PB
10302004-06-01 Paolo Bonzini <bonzini@gnu.org>
1031
1032 * Makefile.tpl (all.normal): Rename to all.
1033 (all): Replace with a rule to pick the default
1034 target from configure.
1035 (all-gcc, configure-gcc): Use conditionals to
1036 do nothing when toplevel bootstrap is going on.
1037 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
1038 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
1039 * configure.in: Support --enable-bootstrap.
1040
1041 * Makefile.def: Remove new- prefix from toplevel
1042 bootstrap targets.
1043 * Makefile.tpl: Likewise.
1044
1045 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
1046 target.
1047
1048 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
1049 $(RECURSE_FLAGS) to recursive invocation of make.
1050
1051 * Makefile.in: Regenerate.
1052 * configure: Regenerate.
1053
88f64edc
DJ
10542004-05-27 Daniel Jacobowitz <dan@debian.org>
1055
1056 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
1057 * configure: Regenerate.
1058
378fce5b
DD
10592004-05-25 Daniel Jacobowitz <drow@false.org>
1060
1061 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
1062 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
1063 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
1064 targets.
1065 * Makefile.in: Regenerate.
1066
dfdffa2c
PB
10672005-05-24 Paolo Bonzini <bonzini@gnu.org>
1068
1069 * configure.in: Test the ability to symlink directories.
1070 * configure: Regenerate.
1071
1072 * Makefile.def (bootstrap-stage): New definitions.
1073 * Makefile.tpl (configure-stage1-gcc,
1074 configure-stage2-gcc, configure-stage3-gcc,
1075 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
1076 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
1077 new-restage3, compare): Autogenerate, see Makefile.in
1078 entry for behavioral changes.
1079 (distclean-stage1, new-stage1-start, new-stage1-end,
1080 new-stage1-bubble, distclean-stage2, new-stage2-start,
1081 new-stage2-end, new-stage2-bubble, distclean-stage3,
1082 new-stage3-start, new-stage3-end): New autogenerated targets.
1083 (objext, prebootstrap, BOOT_CFLAGS,
1084 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
1085 targets.
1086
1087 * Makefile.in: Regenerate.
1088 (distclean-stage1, new-stage1-start, new-stage1-end,
1089 new-stage1-bubble, distclean-stage2, new-stage2-start,
1090 new-stage2-end, new-stage2-bubble, distclean-stage3,
1091 new-stage3-start, new-stage3-end): New targets.
1092 (all-stage1-gcc): Move prebootstrap dependency from here...
1093 (configure-stage1-gcc): ...to here.
1094 (new-bootstrap): Use bubble targets.
1095 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1096 Use per-stage distclean targets.
1097 (configure-stage1-gcc, configure-stage2-gcc,
1098 configure-stage3-gcc, all-stage1-gcc,
1099 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
1100 Use new-stageN-start to prepare the tree.
1101
04cf1b77
PB
11022004-05-23 Paolo Bonzini <bonzini@gnu.org>
1103
1104 * Makefile.def (host_modules): add libcpp.
1105 * Makefile.tpl: Add dependencies on and for libcpp.
1106 * Makefile.in: Regenerate.
1107 * configure.in: Add libcpp host module.
1108 * configure: Regenerate.
1109
80b200a1
ZW
11102004-05-17 Zack Weinberg <zack@codesourcery.com>
1111
1112 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
1113 of libf2c.
1114 * configure, Makefile.in: Regenerate.
1115
4b1cb4fe
DD
11162004-05-13 Diego Novillo <dnovillo@redhat.com>
1117
1118 Merge from tree-ssa-20020619-branch.
1119
1120 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
1121 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
1122 (HOST_GMPLIBS): Define.
1123 (HOST_GMPINC): Define.
1124 (TARGET_LIB_PATH): Add libmudflap.
1125 (GFORTRAN_FOR_TARGET): Define.
1126 (configure-build*): Export GFORTRAN.
1127 (configure-gcc): Export GMPLIBS and GMPINC.
1128 (all-gcc): Add maybe-all-libbanshee.
1129 (configure-target-libgfortran): Define.
1130 * Makefile.in: Regenerate.
1131 * configure.in (host_libs): Add libbanshee.
1132 (target_libraries): Add target-libmudflap and target-libgfortran.
1133 Add --with-libbanshee.
1134 Handle --disable-libmudflap.
1135 (*-*-freebsd*): Use with_gmp.
1136 Add $(libgcj) to noconfigdirs.
1137 * configure: Regenerate.
1138 * depcomp: New file.
1139 * MAINTAINERS: Add tree-ssa maintainers.
1140
11412004-04-28 Paolo Bonzini <bonzini@gnu.org>
1142
1143 * config/acx.m4: Fix fastcompare support for new-bootstrap.
1144 * configure: Regenerate.
1145
b8908782
DD
11462004-04-27 Paolo Bonzini <bonzini@gnu.org>
1147
1148 Revert:
1149 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
1150
1151 * Makefile.def (flags_to_pass): Remove *dir variables that
1152 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1153 as well as prefix and exec_prefix.
1154 * Makefile.in: Regenerate.
1155
11562004-04-26 Paolo Bonzini <bonzini@gnu.org>
1157
1158 * Makefile.def (host_modules): Mark with the bootstrap
1159 flag packages on which gcc depends.
1160 * Makefile.tpl (all-bootstrap): Use it.
1161 * Makefile.in: Regenerate.
1162
11632004-04-26 Paolo Bonzini <bonzini@gnu.org>
1164
1165 * Makefile.def (flags_to_pass): Remove *dir variables that
1166 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1167 as well as prefix and exec_prefix.
1168 * Makefile.in: Regenerate.
1169
11702004-04-26 Paolo Bonzini <bonzini@gnu.org>
1171
80b200a1
ZW
1172 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
1173 * configure: Regenerate.
1174 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
1175 * gcc/Makefile.tpl (compare): Use the result of the test.
1176 * gcc/Makefile.in: Regenerate.
b8908782
DD
1177
11782004-04-23 Paolo Bonzini <bonzini@gnu.org>
1179
1180 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
1181 Always relocate gcc and prev-gcc to the original names, even
1182 if the build fails.
1183 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1184 New targets.
1185
0f260896
RO
11862004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1187
1188 * configure.in (mips*-*-irix5*): Enable ld.
1189 * configure: Regenerate.
1190
51860f05
JW
11912004-04-15 James E Wilson <wilson@specifixinc.com>
1192
1193 * Makefile.tpl (configure-[+module+], configure-gcc,
1194 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
1195 Set and export LDFLAGS.
1196 * Makefile.in: Regenerate.
1197
54752a6b
NN
11982004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
1199
1200 PR bootstrap/14871
1201 * Makefile.tpl: If we don't have built-in-tree target tools,
1202 use the ones found by configure rather than hacking around with
1203 program_transform_name.
1204 * configure.in: Give Makefile.tpl the information necessary
1205 to do that.
1206 * Makefile.in: Regenerate.
1207 * configure: Regenerate.
1208
12092004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
1210
1211 PR bootstrap/14760
1212 * configure.in: When computing baseargs, strip *all* copies of
1213 offending options. Also, don't match/substitute the trailing space,
1214 so that this actually works when two similar options are separated by
1215 only one space.
1216 * configure: Regenerate.
1217
12182004-04-06 David Edelsohn <edelsohn@gnu.org>
1219
80b200a1
ZW
1220 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
1221 (rs6000-*-aix*): Same.
1222 * configure: Regenerate.
54752a6b 1223
5e2b61fb
SS
12242004-03-25 Stan Shebs <shebs@apple.com>
1225
1226 Remove MPW support, no longer used.
1227 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
1228 mpw-install: Remove files.
1229 * src-release (DEVO_SUPPORT): Remove names of removed files.
1230 * MAINTAINERS: Likewise.
1231
1a6f2dc7
NN
12322004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
1233
a0049f1b
NN
1234 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
1235 STRICT_WARN, WARN_CFLAGS flags passed down to make.
1236 * Makefile.in: Regenerate.
1237
1a6f2dc7
NN
1238 * configure.in (top level bootstrap support): Rework --enable-werror
1239 to set @stage2_werror_flag@.
1240 * configure: Regenerate.
1241 * Makefile.tpl (top level bootstrap support): Pass
1242 @stage2_werror_flag@ down to configure in stages 2 and 3.
1243 * Makefile.in: Regenerate.
1244
920e3419
NN
12452004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
1246
1247 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
1248 for stages 2 and 3 as well as in make. As a consequence, remove
1249 OUTPUT_OPTION (now detected by configure) from the flags passed down
1250 to make.
1251 * Makefile.in: Regenerate.
1252
1253 * Makefile.tpl (new-bootstrap): Fix typo.
1254 * Makefile.in: Regenerate.
1255
4fa63067
NN
12562004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
1257
1258 * Makefile.tpl: Rearrange by moving recursive_targets rules
1259 into their proper sections.
1260 * Makefile.tpl (top level bootstrap support): Move disabling
1261 of coverage flags from 'make' to 'configure'; improve comments.
1262 * Makefile.in: Regenerate.
1263
1264 * Makefile.tpl (experimental top level bootstrap) Move stage1
1265 language setting from all- target to configure- target; disable
1266 intermodule optimization in stage 1; prevent gratuitous rebuilds
1267 of stage 1.
1268 * Makefile.in: Regenerate.
1269 * configure.in: Comma-separate stage 1 language list for top
1270 level bootstrap.
1271 * configure: Regenerate.
1272
1273 * Makefile.tpl: Clean up experimental top level bootstrap support:
1274 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
1275 prev-gcc in configure- targets as well as all- targets.
1276 * Makefile.in: Regenerate.
1277
fb8a10fd
NN
12782004-03-17 Paolo Bonzini <bonzini@gnu.org>
1279
1280 * configure.in: Remove symbolic link section.
1281 * configure: Regenerate.
1282 * Makefile.tpl (links): Remove.
1283 * Makefile.in: Regenerate.
1284
947f426e 12852004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 1286 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
1287
1288 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 1289 Set with AC_CHECK_PROGS.
947f426e
NN
1290 * configure.in: Fix comment typo from last patch.
1291 * configure: Regenerate.
1292
1d39f329
NN
12932004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
1294
1295 * Makefile.tpl: Introduce experimental top level bootstrap support.
1296 * Makefile.in: Regenerate.
1297 * configure.in: Introduce support for top level bootstrap.
1298 * configure: Regenerate.
1299
4b0ac75d 13002004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 1301 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
1302
1303 PR bootstrap/14522
1304 * configure.in: Cope with shells that do not support unquoted ^
1305 * configure: Regenerate.
1306
2e70b094 13072004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 1308 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
1309
1310 PR bootstrap/14522
1311 * configure.in: Cope with shell that do not support nesting
1312 quotes inside quoted backquote substitutions.
1313 * configure: Regenerate.
1314
13152004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
1316
1317 PR bootstrap/14522
1318 * configure.in: Fix escaping of $.
1319 * configure: Regenerate.
1320
9e07f89d
NN
13212004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
1322
1323 * configure: Regenerate.
1324
13252004-03-08 Paolo Bonzini <bonzini@gnu.org>
1326
1327 PR ada/14131
1328 Move language detection to the top level.
1329 * configure.in: Find default values for the tools as
1330 soon as possible. Disable ada if GNAT is not found.
1331 Emit error message about missing languages. Expand
1332 --enable-languages=all for the gcc subdirectory.
1333
1712ab83
RS
13342004-03-01 Richard Sandiford <rsandifo@redhat.com>
1335
1336 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
1337 and disable libgcj.
1338 * configure: Regenerated.
1339
3dee29da
NN
13402004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
1341
1342 PR bootstrap/7087
1343 * Makefile.tpl: Guard XFOO sed statements better.
1344 * Makefile.tpl: Add dependency for configure-target-libada.
1345 * Makefile.in: Regenerate (incidentally fixes broken
1346 commit when libada-branch was merged).
1347
0558264b
AC
13482004-02-28 Andrew Cagney <cagney@redhat.com>
1349
1350 * src-release (CVS_NAMES): Define.
1351 (do-tar, do-tar): Prune $(CVS_NAMES).
1352
c38f9803
AC
13532004-02-23 Andrew Cagney <cagney@redhat.com>
1354
1355 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
1356 2004-02-19.09.
1357
55636792
NN
13582004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
1359
1360 PR bootstrap/11932
1361 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
1362
1e600082
AC
13632004-02-19 Andrew Cagney <cagney@redhat.com>
1364
1365 * config.guess: Update from version 2003-06-12 to 2004-02-16.
1366 * config.sub: Update from version 2003-06-13 to 2004-02-16.
1367
3769cd82
DD
13682004-02-11 David Edelsohn <edelsohn@gnu.org>
1369
1370 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
1371 (rs6000-*-aix*): Same.
1372 * configure: Regenerate.
1373
a92834c8
DD
13742004-02-11 Kelley Cook <kcook@gcc.gnu.org>
1375
1376 * configure.in (host): Add in missing $noconfigdirs to defines.
1377 * configure: Regenerate.
1378
a2592b1b
DD
13792004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
1380 Nathanael Nerode <neroden@gcc.gnu.org>
1381
1382 PR ada/6637, PR ada/5911
80b200a1 1383 Merge with libada-branch:
a2592b1b
DD
1384 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
1385 with appropriate dependencies. Add --enable-libada configure switch.
1386 * configure, Makefile.in: Regenerate.
1387
e31d1ea3
DD
13882004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1389
1390 * configure.in: Don't pass --with-stabs on IRIX 5 either.
1391 * configure: Regenerate.
1392
db85f5c0
JJ
13932004-02-02 Jeff Johnston <jjohnstn@redhat.com>
1394
1395 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 1396
fc434214
DD
13972004-01-23 DJ Delorie <dj@redhat.com>
1398
1399 * Makefile.def (target_modules) [libiberty]: Don't stage.
1400 * Makefile.in: Rebuilt.
1401
ad445c2c 14022004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 1403
ad445c2c
JJ
1404 * COPYING.NEWLIB: Update to include copyrights for new
1405 iconv code.
1406
72bbedde
AC
14072004-01-15 Andrew Cagney <cagney@redhat.com>
1408
1409 * src-release: Update copyright year.
1410 (do-proto-toplev): Configure using i686-pc-linux-gnu.
1411 (NEWLIB_SUPPORT_DIRS): Delete macro.
1412 (newlib.tar.bz2): Delete rule.
1413
a6d6062d
DD
14142004-01-14 Loren J. Rittle <ljrittle@acm.org>
1415
1416 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
1417 * Makefile.tpl (configure-target-[+module+]): Support stage.
1418 * Makefile.in: Rebuilt.
1419
f8b73030
MR
14202003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1421
1422 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
1423 throughout.
1424
aff0e9df
NN
14252004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
1426
bb5dca17
NN
1427 * configure.in: Use ./config.cache, not config.cache.
1428 * configure: Regenerate.
1429 * Makefile.tpl: Special-casing not needed for GCC any more.
1430 * Makefile.in: Regenerate.
1431
82252c06
NN
1432 * configure.in: Don't share a cache file for host dirs.
1433 * configure: Regenerate.
1434
aff0e9df
NN
1435 * config-ml.in: Don't mess with the cache file.
1436
95036d20
NN
14372004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
1438
ac7b618e
NN
1439 * Makefile.tpl: Make GCC use a separate config.cache.
1440 * Makefile.in: Regenerate.
1441
95036d20
NN
1442 PR bootstrap/11932, PR bootstrap/11933
1443 (I don't know if it will fix either of them, but it relates
1444 to them.)
1445 * configure.in: Don't use shared config.cache for target
1446 directories.
1447 * configure: Regenerate.
1448
08c1856b
DD
14492003-12-31 Roger Sayle <roger@eyesopen.com>
1450
1451 * configure.in (ia64*-*-hpux*): Disable building java libraries.
1452 * configure: Regenerated.
1453
c1968181 14542003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 1455
c1968181
DD
1456 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
1457 * configure: Regenerated.
1458
10ecffb9
NN
14592003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
1460
1461 Port change over from GCC:
1462 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
1463 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
1464 (configure-build-[+module+], configure-[+module+]): Likewise.
1465 (configure-target-[+module+], configure-gcc, config.status): Likewise.
1466 * Makefile.in: Regenerate.
1467
f2ab5990
TF
14682003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
1469
1470 * configure.in (raw_libstdcxx_flags): Remove the leading space.
1471 * configure: Regenerate.
1472
41a7d11a
JJ
14732003-11-27 Jeff Johnston <jjohnstn@redhat.com>
1474
80b200a1 1475 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
1476 stdlib.
1477
d9441a1f
DD
14782003-11-14 Arnaud Charlet <charlet@act-europe.fr>
1479
1480 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
1481 * Makefile.in: Regenerate.
1482
3a48a978
DD
14832003-10-20 Phil Edwards <phil@codesourcery.com>
1484
1485 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
1486 * configure: Regenerate.
1487
f0b24077
NN
14882003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
1489
1490 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
1491 HOST_FLAGS_TO_PASS.
1492 * Makefile.in: Regenerate.
1493
5fbad20a
DD
14942003-10-05 Mohan Embar <gnustuff@thisiscool.com>
1495
1496 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
1497 * configure: Rebuilt
1498 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
1499 * Makefile.in: Rebuilt
1500
78be4155
L
15012003-10-03 H.J. Lu <hongjiu.lu@intel.com>
1502
1503 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
1504
051fcc7a
L
15052003-10-01 Phil Edwards <pme@gcc.gnu.org>
1506
1507 * config-ml.in: Use ac_configure_args directly instead of
1508 ml_arguments. Only set ml_norecursion if --no[-]recursion is
1509 actually seen.
1510
15112003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
1512
1513 * config-ml.in: Propagate INSTALL variables.
1514
f27d4f92
DJ
15152003-09-21 Daniel Jacobowitz <drow@mvista.com>
1516
1517 * configure.in: Pass a computed --program-transform-name
1518 to subconfigures.
1519 * configure: Regenerated.
1520
cae4d560
NN
15212003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
1522
1523 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
1524 * Makefile.in: Regenerate.
1525
1526 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
1527 * Makefile.in: Regenerate.
1528
8ff944f6
DJ
15292003-09-17 Daniel Jacobowitz <drow@mvista.com>
1530
1531 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
1532 quoting.
1533 * configure: Regenerated.
1534
d9a35680
MC
15352003-09-12 Michael Chastain <mec@shout.net>
1536
1537 Fix PR gdb/857.
1538 * src-release (do-proto-topleve): Remove junk files
1539 intl/config.cache, intl/config.status,
1540 intl/config.h, intl/stamp-h.
1541
710068b9
AC
15422003-09-14 Andrew Cagney <cagney@redhat.com>
1543
1544 * src-release (dejagnu.tar): New target.
1545 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
1546 (do-djunpack): Use $(PACKAGE) for the package name.
1547
e1008165
DD
15482003-09-04 DJ Delorie <dj@redhat.com>
1549
1550 * configure: Regenerate.
1551
21998d12
NC
15522003-09-04 Robert Millan <robertmh@gnu.org>
1553
1554 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 1555
ccca4bb3
DD
15562003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1557
1558 * configure.in: Ensure arguments to sed are properly spaced.
1559 * configure: Regenerate.
1560
ee949b5e
DJ
15612003-08-28 Daniel Jacobowitz <drow@mvista.com>
1562
1563 Merge from gcc:
1564 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
1565 * install-sh: Update to newer upstream versions (associated with
1566 aclocal 1.7).
1567 * missing: Likewise, plus $1Help2man -> $1 typo fix.
1568
75addda2
DJ
15692003-08-27 Daniel Jacobowitz <drow@mvista.com>
1570
1571 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
1572 * configure: Regenerated.
1573
8d2877d8
NN
15742003-08-23 Phil Edwards <pme@gcc.gnu.org>
1575
1576 * configure.in: Use newline instead of semicolon when assuming
1577 shell arguments in a for loop.
1578 * configure: Regenerated.
1579
d2cc0e0d
GK
15802003-08-20 Geoffrey Keating <geoffk@apple.com>
1581
1582 PR 8180
1583 * configure.in: When testing with_libs and with_headers, treat
1584 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
1585 * configure: Regenerate.
80b200a1 1586
d2cc0e0d
GK
1587 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
1588 make, shell, etc.
1589 (baseargs): Likewise.
1590 * configure: Regenerate.
1591
04d1ab34
GK
15922003-08-19 Geoffrey Keating <geoffk@apple.com>
1593
1594 * configure.in: Disable libgcj for darwin not on powerpc.
1595 * configure: Rebuild.
1596
ca506da8
MC
15972003-08-15 Michael Chastain <mec@shout.net>
1598
1599 * src-release (do-proto-toplev): Remove junk files
1600 dejagnu/example/calc/config.status,
1601 dejagnu/example/calc/config.log.
1602
a4aa3f49
DD
16032003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
1604
1605 * config-ml.in, symlink-tree: Add license.
1606
ede4fbe4
NN
16072003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
1608
1609 Merge from gcc:
1610
1611 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
1612 * Makefile.tpl (check, check-c++): Express dependencies using
1613 dependencies rather than commands.
1614 * Makefile.in: Regenerate.
1615
1616 2003-07-31 Geoffrey Keating <geoffk@apple.com>
1617 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1618 * Makefile.in: Update.
1619
970f29af
AC
16202003-08-01 Andrew Cagney <cagney@redhat.com>
1621
1622 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
1623 * configure: Ditto.
1624
b2884a0c
DD
16252003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
1626
1627 * configure.in: Enable libgcj for darwin.
1628 * configure: Rebuild.
1629
c07f46a4
NN
16302003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
1631
1632 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
1633
9175bfc0
NN
16342003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
1635
1636 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
1637 creating target and build subdirs to build all parent dirs as needed.
1638 * Makefile.in: Rebuild.
1639 * configure.in: Don't build dirs explicitly here.
1640 * configure: Rebuild.
1641
b9abda6a
AO
16422003-07-22 Alexandre Oliva <aoliva@redhat.com>
1643
1644 * Makefile.tpl (all-make): Depend on intl.
1645 * Makefile.in: Rebuilt.
1646
eef8ffd4
NN
16472003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
1648
1649 * config.if: Remove unused libc_interface determination.
1650
295efaf0
NN
16512003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
1652
1653 * Makefile.in: Regenerate, correctly this time.
1654
e5c3f801
NN
16552003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
1656
1657 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
1658 unused INSTALL_PROGRAM_ARGS.
1659 * configure.in: Use AC_PROG_INSTALL.
1660 * Makefile.in: Regenerate.
1661 * configure: Regenerate.
1662
4a18bd6b
AO
16632003-07-10 Alexandre Oliva <aoliva@redhat.com>
1664
1665 * configure: Rebuilt.
1666 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
1667 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
1668 newlib nor libgloss.
1669 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
1670 * configure.in (am33_2.0-*-linux*): Added.
1671
fbd1054d
BW
16722003-07-09 Bob Wilson <bob.wilson@acm.org>
1673
1674 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
1675 * configure: Regenerate.
1676
b40e3958
L
16772003-07-06 H.J. Lu <hongjiu.lu@intel.com>
1678
1679 * config-ml.in: Replace PWD with PWD_COMMAND.
1680 * Makefile.tpl: Likewise.
1681 * Makefile.in: Regenerated.
1682
4a5be7ba
NN
16832003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
1684
1685 * configure.in: Clean up config-lang.in handling. Delete
1686 useless assignment to "subdirs".
1687 * configure: Regenerate.
1688
9c14acb8
NN
16892003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
1690
1691 * configure.in: Rename 'target_libs' to 'target_libraries'.
1692 Remove useless reference to 'target_libs'.
1693 * configure: Regenerate.
1694
8f32e830
KS
16952003-06-23 Keith Seitz <kseitz@sources.redhat.com>
1696
1697 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
1698 * Makefile.in: Regenerate.
1699
12f0bd74
NN
17002003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
1701
1702 * Makefile.def: Introduce flags_to_pass.
1703 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
1704 * Makefile.in: Regenerate.
1705
b07c2aad
HPN
17062003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
1707
1708 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
1709 and target-libgloss.
1710 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
1711 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 1712 * configure: Regenerate.
b07c2aad 1713
56f25033
DD
17142003-06-17 Benjamin Kosnik <bkoz@redhat.com>
1715
1716 * configure.in: Update testsuite_flags to new location.
1717 * configure. Regenerate.
80b200a1 1718
4ec9a3b2
NN
17192003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
1720
1721 * Makefile.tpl: Remove BUILD_CC stuff.
1722 * Makefile.in: Regenerate.
1723
059083b1 17242003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 1725
059083b1
L
1726 * config.guess: Update to 2003-06-12 version.
1727 * config.sub: Update to 2003-06-13 version.
1728
535b046a
TS
17292003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1730
1731 * MAINTAINERS: Add myself as MIPS co-maintainer.
1732
00c22daa 17332003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 1734
00c22daa
L
1735 * config.guess: Update to 2003-06-06 version.
1736 * config.sub: Update to 2003-06-06 version.
1737
1047cb91
DD
17382003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1739
1740 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
1741 * configure. Regenerate.
1742
123494c8
NN
17432003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
1744
1047cb91
DD
1745 * configure.in: Disable serial configure by default.
1746 * configure: Regenerate.
1747 * Makefile.tpl: Abolish .NOTPARALLEL.
1748 * Makefile.in: Regenerate.
1749
7f121bbf
NN
1750 * Makefile.tpl: Replace {build,host,target}_canonical by
1751 {build,host,target}.
1752 * Makefile.in: Regenerate.
1753
123494c8
NN
1754 * Makefile.tpl: Fix stupid pasto.
1755 * Makefile.in: Regenerate.
1756
ec7e0995
NN
17572003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
1758
1759 * Makefile.tpl: Remove bogus conditional.
1760 * Makefile.in: Regenerate.
1761
27b1cc72
NN
17622003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
1763
2a4cbe27
NN
1764 * Makefile.tpl: Make 'recursive targets' using autogen rather
1765 than shell loop. Remove duplicate 'clean' targets and false
1766 comments.
1767 * Makefile.def: Add systematic dependencies to 'recursive' targets.
1768 Add systematic method of specifying missing targets in subdirs.
1769 Add copyright boilerplate.
1770 * Makefile.in: Regenerate.
1771 * configure.in: Add 'recursive targets' to maybe list.
1772 * configure: Regenerate.
1773
27b1cc72
NN
1774 * Makefile.tpl: Rename [+target+] to [+make_target+].
1775 * Makefile.def: Rename 'target' to 'make_target'.
1776
01e51bd0
NC
17772003-05-30 Nick Clifton <nickc@redhat.com>
1778
1779 * README-maintainer-mode: Update URL for locating blessed config
1780 tools.
1781
2fd84b42
NC
17822003-05-29 Robert Millan <rmh@debian.org>
1783
1784 * ltconfig: Import this patch and modify for use with current
1785 version of ltconfig:
1786
1787 2003-05-21 Bruno Haible <bruno@clisp.org>
1788
1789 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
1790 GNU/FreeBSD.
1791
8945c6bb
DD
17922003-05-28 DJ Delorie <dj@redhat.com>
1793
1794 * Makefile.tpl: Make maybe-check-gcc .PHONY.
1795 * Makefile.in: Regenerate.
1796
2f9632a1
JJ
17972003-05-28 Jeff Johnston <jjohnstn@redhat.com>
1798
80b200a1 1799 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 1800
3a12db16 18012003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 1802
3a12db16
DD
1803 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
1804 newlib or libgloss.
1805 * Makefile.in: Regenerate.
1806
44482353
DD
18072003-05-21 DJ Delorie <dj@redhat.com>
1808
1809 * Makefile.tpl: Add missing empty maybe-check-gcc target.
1810 * Makefile.in: Regenerate.
1811
fec2c52d
MR
18122003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1813
1814 * configure.in: Use curly braces in the definition of tooldir.
1815 * configure: Regenerate.
1816
16ae0395
NN
18172003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
1818
1819 * configure.in: Switch more things to use maybe dependencies.
80b200a1 1820 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
1821 Factor out common code from autogen IF statements.
1822 * configure: Regenerate.
1823 * Makefile.in: Regenerate.
1824
ec11bdc6
DD
18252003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
1826
1827 * configure.in: Accept i[3456789]86 for machine type.
1828 * configure: Regenerate.
1829
dd12c3a8
NN
18302003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
1831
1832 * configure.in: Switch more things to use maybe dependencies.
1833 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
1834 * configure: Regenerate.
1835 * Makefile.tpl: Switch more things to use maybe dependencies.
1836 * Makefile.in: Regenerate.
1837
cf662e21
AJ
18382003-05-16 Andreas Schwab <schwab@suse.de>
1839
1840 * Makefile.tpl (install-opcodes): Define.
1841 * Makefile.in: Rebuild.
1842
5481b376
AJ
18432003-05-13 Andreas Jaeger <aj@suse.de>
1844
1845 * config.guess: Update to 2003-05-09 version.
1846 * config.sub: Update to 2003-05-09 version.
1847
3959a22a
AJ
18482003-05-13 Michael Eager <eager@mvista.com>
1849
1850 * configure.in: Correct sed script so that options in quotes are not
1851 deleted.
1852 * configure: Rebuild.
1853
564b43e5
CV
18542003-05-12 Corinna Vinschen <corinna@vinschen.de>
1855
1856 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
1857 and $$s/newlib/libc/sys/cygwin32 include paths.
1858 * configure: Ditto.
1859
bb947dc9
L
18602003-05-05 H.J. Lu <hjl@gnu.org>
1861
1862 * config-ml.in: Restored from gcc repository.
1863
77f7441a
CD
18642003-05-02 Chris Demetriou <cgd@broadcom.com>
1865
80b200a1
ZW
1866 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
1867 * Makefile.in: Regenerate.
77f7441a 1868
a26d7085
DJ
18692003-04-27 Daniel Jacobowitz <drow@mvista.com>
1870
1871 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
1872 and Makefile.def.
1873
e4c4d240
DJ
18742003-04-27 Daniel Jacobowitz <drow@mvista.com>
1875
1876 * Makefile.tpl: Clean $(BUILD_SUBDIR).
1877 * Makefile.in: Regenerated.
1878
62a3fc85
DD
18792003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1880
1881 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
1882 * Makefile.in: Regenerate.
1883
18842003-04-18 Jakub Jelinek <jakub@redhat.com>
1885
1886 * configure.in (powerpc64*-*-linux*): Remove.
1887 * configure: Rebuilt.
1888
5b474aa8
DD
18892003-04-17 Phil Edwards <pme@gcc.gnu.org>
1890
1891 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
1892 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
1893 and restrap.
1894 * Makefile.in: Regenerate.
1895
18962003-04-16 Richard Earnshaw <rearnsha@arm.com>
1897
1898 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
1899 * configure: Regenerated.
1900
bc295afe
AO
19012003-04-11 Alexandre Oliva <aoliva@redhat.com>
1902
1903 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
1904 * */configure: Rebuilt.
1905
3728fade
NN
19062003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
1907
1908 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
1909 * Makefile.in: Regenerate.
1910
ce5b542e
MC
19112003-03-14 Michael Chastain <mec@shout.net>
1912
1913 * Makefile.in: Regenerate with correct Makefile.def.
1914
3db0a37f
NN
19152003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
1916
1917 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
1918 Make macro.
1919 * Makefile.in: Regenerate.
1920 * configure.in: Clean up gxx_include_dir logic.
1921 * configure: Regenerate.
1922
34349c6e
DD
19232003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1924
1925 * configure.in (gxx_include_dir): Fix typo.
1926 * configure: Regenerated.
1927
686c28c9
AC
19282003-03-06 Andrew Cagney <cagney@redhat.com>
1929
1930 * texinfo/texinfo.tex: Import version 2003-02-03.16.
1931
bba45b8b 19322003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 1933
bba45b8b
NN
1934 * configure.in: Include $(build_tooldir)/sys-include in
1935 FLAGS_FOR_TARGET.
1936 * configure: Regenerated.
1937
2683747f
NN
19382003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
1939
bba45b8b
NN
1940 * Makefile.tpl: Reindent.
1941 * Makefile.in: Regenerate.
1942 * configure.in: Reindent. Don't set unused variables.
1943 * configure: Regenerate.
1944
2683747f
NN
1945 * Makefile.tpl: Always pass down RANLIB.
1946 * Makefile.in: Regenerate.
1947
1948 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
1949 * Makefile.in: Regenerate.
1950 * configure.in: Remove unused logic relating to --enable-shared
1951 and --enable-threads. Remove bogus comments. Remove redundant
1952 noconfigdirs.
1953 * configure: Regenerate.
1954
1955 * configure.in: Replace ${libstdcxx_version} by its value.
1956 Remove reference to mh-dgux.
1957 * configure: Regenerate.
1958
50212802
NN
19592003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
1960
1961 * Makefile.tpl: Rearrange.
1962 * Makefile.in: Regenerate.
1963
a6be7fc6
NC
19642003-02-25 Nick Clifton <nickc@redhat.com>
1965
1966 * configure: Remove site-file supprot - it is obsolete.
1967
f8a495c8
NC
19682003-02-24 Uwe Stieber <uwe@wwws.de>
1969
1970 * configure.in: Add support for kaOS as cross build target system.
1971 * configure: Regenerated.
1972
3decd77d
DD
19732003-02-20 Sean McNeil <sean@blue.mcneil.com>
1974
1975 * Makefile.tpl: Add definition of CPPFLAGS to pass into
1976 configure-target-* as some target builds may require additional
1977 flags for preprocessor tests.
1978 * Makefile.in: Regenerated.
1979
f4ff34a3
AO
19802003-02-19 Alexandre Oliva <aoliva@redhat.com>
1981
1982 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
1983 * ltconfig: Handle it.
1984 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
1985 auto-detecting it.
1986
b7e4a931
AO
19872003-02-19 Alexandre Oliva <aoliva@redhat.com>
1988
1989 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
1990 it is used as argument to $CC.
1991 * ltcf-gcj.sh: Likewise.
1992
6b784d9f
AO
19932003-02-19 Alexandre Oliva <aoliva@redhat.com>
1994
1995 * configure.in: Introduce --enable-maintainer-mode.
1996 * configure: Rebuilt.
1997 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
1998 for maintainer mode.
1999 * Makefile.in: Rebuilt.
2000
8bcd8a07
AC
20012003-02-19 Andrew Cagney <ac131313@redhat.com>
2002
2003 * configure: Regenerate using autoconf 2.13.
2004
ee3fd329
AM
20052003-02-19 Alan Modra <amodra@bigpond.net.au>
2006
2007 * config.guess: Import latest version.
2008 * config.sub: Import latest version.
2009
e9e45685
JM
20102003-02-18 Jason Merrill <jason@redhat.com>
2011
2012 * Makefile.tpl (check-c++): Allow parallelism.
2013
859789af
AC
20142003-02-17 Andrew Cagney <ac131313@redhat.com>
2015
2016 * configure: Regenerate using autoconf 000227.
2017
b3f16a9b
GK
20182003-02-15 Geoffrey Keating <geoffk@apple.com>
2019
2020 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
2021 don't configure target-libobjc.
2022 * configure: Regenerate.
2023
72e60e02
DD
20242003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2025
2026 * Makefile.tpl (RANLIB): Define.
2027 * Makefile.in: Regenerate.
2028
91f0e695
KS
20292003-02-06 Keith R Seitz <keiths@redhat.com>
2030
2031 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
2032 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
2033 * Makefile.in: Regenerated.
2034 * configure.in: Remove all traces of snavigator, db, and grep.
2035 * configure: Regenerated.
2036
122bfa92
FCE
20372003-01-31 Frank Ch. Eigler <fche@redhat.com>
2038
2039 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
2040 * Makefile.in: Regenerated.
2041
264095c3
AO
20422003-01-30 Alexandre Oliva <aoliva@redhat.com>
2043
2044 * config.if: Copy from GCC.
2045
a84dbcb3
AO
20462003-01-27 Phil Edwards <pme@gcc.gnu.org>
2047
2048 * configure.in: Revert 24Jan change.
2049 * configure: Regenerate.
2050
19618276
NN
20512003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
2052
2053 * configure.in: Revert previous change.
2054 * configure: Regenerate.
2055
b7f27a92
NN
20562003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
2057
2058 * configure.in: Make rda native-only.
2059 * configure: Regenerate.
2060
83326456
NN
20612003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
2062
2063 * configure.in: Add missing \.
2064 * configure: Rebuilt.
2065
5e367fa5
JJ
20662003-01-17 Jakub Jelinek <jakub@redhat.com>
2067
2068 * configure.in (baseargs): Avoid using \| in sed regular
2069 expressions.
2070 * configure: Rebuilt.
2071
e01f337c
JJ
20722003-01-16 Jakub Jelinek <jakub@redhat.com>
2073
2074 * configure.in (baseargs): Remove all supported forms of
2075 --cache-file, --srcdir, --host, --build and --target options
2076 from argument lists.
2077 * configure: Rebuilt.
2078
aa236487
AO
20792003-01-15 Alexandre Oliva <aoliva@redhat.com>
2080
2081 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
2082 * configure: Rebuilt.
2083
586c0873
NN
20842003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
2085
2086 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
2087 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
2088 * Makefile.in: Regenerate.
2089 * configure: Regenerate.
2090
497f816e
DD
20912003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
2092
2093 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
2094 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
2095 * Makefile.in: Regenerate.
2096
bfbe5519
AO
20972003-01-09 Alexandre Oliva <aoliva@redhat.com>
2098
2099 * configure.in: Remove Makefile in build, host and target modules
2100 unless configure was run with --no-recursion.
2101 * configure: Rebuilt.
2102
3f234ef5
CD
21032003-01-08 Chris Demetriou <cgd@broadcom.com>
2104
2105 * config.guess: Update to 2003-01-03 version.
2106 * config.sub: Update to 2003-01-03 version.
2107
a3982d48
CF
21082003-01-07 Christopher Faylor <cgf@redhat.com>
2109
2110 * configure: Regenerate with proper autoconf 2.13.
2111
75778ec4
CF
21122003-01-07 Christopher Faylor <cgf@redhat.com>
2113
80b200a1
ZW
2114 * configure.in: Add AC_PREREQ for consistency.
2115 * configure: Regenerate.
75778ec4 2116
c180f501
AC
21172003-01-06 Andrew Cagney <ac131313@redhat.com>
2118
2119 * configure.in (GDB_TK): Add tcl directories conditional on
2120 gdb/gdbtk directory being present.
2121 * configure: Regenerate.
5481b376 2122
46ca2cc2
DA
21232003-01-04 John David Anglin <dave.anglin@nrc.ca>
2124
2125 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
2126 by gcc if LD is not defined and we are not doing a Canadian Cross.
2127 * configure: Rebuilt.
2128
53dd8dab
DJ
21292003-01-01 Daniel Jacobowitz <drow@mvista.com>
2130
2131 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
2132
50ceb20c
TT
21332002-12-31 Tom Tromey <tromey@redhat.com>
2134
2135 * Makefile.in: Rebuilt.
2136 * Makefile.def (target_modules) [libffi]: Allow installation.
2137
e78b5cfe
AS
21382002-12-31 Andreas Schwab <schwab@suse.de>
2139
2140 * configure.in: Fix use of $program_transform_name.
2141 * configure: Regenerated.
2142
67448102
DJ
21432002-12-30 Daniel Jacobowitz <drow@mvista.com>
2144
2145 * configure.in (baseargs): Don't remove first configure argument.
2146 * configure: Regenerated.
2147
e6bfb94a
AO
21482002-12-29 Alexandre Oliva <aoliva@redhat.com>
2149
2150 * Makefile.tpl (local-distclean): Don't remove...
2151 (multilib.ts): ... this. Moved into...
2152 (multilib.out): ... this. Don't use sub-make.
2153 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
2154 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
2155 (configure-build-[+module+], configure-[+module+],
2156 configure-target-[+module+], configure-gcc): ... these. Test
2157 for Makefile existence. Drop config.status from dependencies.
2158 * Makefile.in: Rebuilt.
2159 * configure.in: Move gcc-version-trigger to the end of
2160 ac_configure_args. Add comments to maybedep.tmp and
2161 serdep.tmp. Introduce --disable-serial-configure. Remove
2162 nonopt from baseargs, matching and removing corresponding
2163 whitespace while at it.
2164 * configure: Rebuilt.
2165
8f0dfb36
AO
21662002-12-28 Alexandre Oliva <aoliva@redhat.com>
2167
2168 * configure.in (host_configargs): Replace reference to
2169 no-longer-defined buildopts with --build=${build_alias}.
2170 * configure: Rebuilt.
2171
43be203f
AO
21722002-12-28 Alexandre Oliva <aoliva@redhat.com>
2173
2174 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
2175 program_transform_name to standard idiom.
2176 (AUTOGEN, AUTOCONF): Define.
2177 (Makefile.in): Use $(AUTOGEN).
2178 (Makefile): Depend on config.status, and use autoconf-style rule to
2179 build it. Move original commands to...
2180 (config.status): ... this new target.
2181 (configure): Add $(srcdir). Depend on config/acx.m4. Use
2182 $(AUTOCONF).
2183 * Makefile.in: Rebuilt.
2184
a0da8069
NN
21852002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
2186
d18f1c9f
NN
2187 * Makefile.tpl: Fix dramatic bustage due to change in
2188 program_transform_name.
2189 * Makefile.in: Regenerate.
2190
2191 * configure.in: Remove unnecessary PATH setting.
2192 * configure: Regnerate.
2193
2194 * configure.in: Don't default to unprefixed tools unless
2195 the native tools will work.
2196 * configure: Regenerate.
2197
a0da8069
NN
2198 * configure.in: Convert to autoconf script. Blow away lots
2199 of now-redundant Makefile fragments.
2200 * configure: Generate using Autoconf.
2201 * Makefile.tpl: Rewrite to reflect autoconfiscation.
2202 * Makefile.in: Regenerate.
2203
c567df0a
NN
22042002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
2205
5481b376 2206 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
2207 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
2208
5481b376 2209 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 2210 where they belong.
2c7f9a32 2211
2dabcfb4
AS
22122002-12-24 Andreas Schwab <schwab@suse.de>
2213
2214 * Makefile.tpl (multilib.out): Fix missing space.
2215 * Makefile.in: Regenerate.
2216
1086bc09
NN
22172002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
2218
2219 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
2220 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
2221 * Makefile.in: Regenerate.
2222 * configure.in: Remove unnecessary leftovers.
2223
1086bc09
NN
22242002-12-21 Geoffrey Keating <geoffk@apple.com>
2225
2226 * configure.in (extra_ranlibflags_for_target): New variable.
2227 (*-*-darwin): Add -c to ranlib commands.
2228 * configure (tooldir): Handle extra_ranlibflags_for_target.
2229
14e9ca95
JJ
22302002-12-20 Jeff Johnston <jjohnstn@redhat.com>
2231
2232 * COPYING.NEWLIB: Updated.
2233 * COPYING.LIBGLOSS: Ditto.
2234
14c428fb
NN
22352002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
2236
2237 * Makefile.tpl: Revert HJL's change.
2238 * Makefile.in: Regenerated.
2239 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
2240 always.
2241
313b8244
AS
22422002-12-19 Andreas Schwab <schwab@suse.de>
2243
2244 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
2245 * Makefile.in: Regenerate.
2246
efeae3db
L
22472002-12-18 H.J. Lu <hjl@gnu.org>
2248
2249 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
2250 * Makefile.in: Regenerated.
2251
2252 * configure.in (build_prefix): New. Substitute.
2253
43d92c63
NN
22542002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
2255
59da4fe6
NN
2256 * Makefile.tpl: Don't let real targets depend on phony targets.
2257 * Makefile.in: Regenerate.
2258
43d92c63
NN
2259 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
2260 * Makefile.in: Regenerate.
2261
b72e6a2d
JM
22622002-12-16 Jason Merrill <jason@redhat.com>
2263
2264 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
2265 previous 'make bootstrap'.
2266 * Makefile.in: Regenerate.
2267
95c72c44
HPN
22682002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
2269
2270 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
2271
7d695d07
JM
22722002-12-13 Jason Merrill <jason@redhat.com>
2273
2274 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
2275 library tests.
2276 (check-c++): Just depend on it and check-target-libstdc++-v3.
2277 * Makefile.in: Regenerate.
2278
54103d1e
NN
22792002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
2280
2281 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
2282 * Makefile.in: Regenerate.
2283
4024f1e1
JJ
22842002-12-12 Jeff Johnston <jjohnstn@redhat.com>
2285
80b200a1
ZW
2286 * COPYING.NEWLIB: Update list of alternate Regent of California
2287 licenses and discuss official revoking of advertising clause.
2288 * COPYING.LIBGLOSS: Ditto.
4024f1e1 2289
7dda0df6
AO
22902002-12-12 Alexandre Oliva <aoliva@redhat.com>
2291
2292 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
2293 * Makefile.in: Rebuilt.
2294
d03be79e 22952002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 2296
929293f4
NN
2297 * configure: Fix bug put in by gremlins.
2298
d03be79e
NN
2299 * Makefile.tpl: Substitute more autoconfily.
2300 * configure: Substitute more autoconfily.
2301 * Makefile.in: Regenerate.
2302
23032002-12-08 Andrew Cagney <ac131313@redhat.com>
2304
2305 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
2306 * Makefile.in (all-sim): Ditto.
a36d530e
DD
2307
23082002-12-06 DJ Delorie <dj@redhat.com>
2309
2310 * Makefile.tpl: Change configure dependencies to not have real
2311 targets depend on phony targets.
b4a77b47 2312
db1ac78d
NN
23132002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
2314
bcaf2395
NN
2315 * configure.in: Revert unintentional change.
2316
b4fa093e
NN
2317 * src-release: Configure host subdirs.
2318
db1ac78d
NN
2319 * Makefile.tpl: Change dependency for */multilib.out so that
2320 it works when gcc isn't in the tree.
2321
2322 * configure.in: Substitute more.
2323 * configure: Run subconfigures from the Makefile.
2324 * Makefile.tpl: Run subconfigures from the Makefile; add a few
2325 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
2326
15723a45
NN
23272002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
2328
e2b9e2dc
NN
2329 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
2330 and corresponding dependencies.
2331 * Makefile.in: Regenerate.
2332
2af579c4
NN
2333 * configure.in (host_tools): Order binutils, gas and ld for
2334 convenience in running the testsuites.
2335
a2cc058a
NN
2336 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
2337 * Makefile.in: Regenerate.
2338 * configure.in: Introduce rules to serialize subconfigure runs.
2339
15723a45
NN
2340 * configure.in: Introduce BASE_CC_FOR_TARGET.
2341 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
2342 Realize configure-build-* targets. Realize configure-target-* targets.
2343 * Makefile.in: Regenerate.
2344
ae831be5
NN
23452002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
2346
2347 * configure: Move gcc_version_trigger stuff from here...
2348 * configure.in: ...to here.
2349
2350 * configure.in: Separate subconfigure options added by this file from
2351 options given by the user. Add machinery to put args for host
2352 subconfigures into the Makefile.
2353
2354 * Makefile.tpl: Remove 'vault' targets.
2355 * Makefile.tpl: Reorder and comment dependencies.
2356 * Makefile.in: Regenerate.
2357
bbf7c8ac
NN
23582002-11-28 Geoffrey Keating <geoffk@apple.com>
2359
2360 * configure.in: Move host-specific darwin noconfigdirs into
2361 the host-specific section.
2362
930314a4
NN
23632002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
2364
52d7cdee
NN
2365 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
2366 during replay.
2367 * Makefile.in: Regenerate.
2368
930314a4
NN
2369 (finishing slow-motion replay)
2370 * configure: Remove skip-this-dir support.
2371 * Makefile.tpl: Remove skip-this-dir support.
2372
2373 * Makefile.tpl: Remove leftover support for non-autoconfiscated
2374 subdirectories.
2375 * Makefile.in: Regenerate.
2376
2377 * Makefile.tpl: Strip out useless setting of 'dir'.
2378 * Makefile.in: Regenerate.
5481b376 2379
930314a4
NN
23802002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
2381
2382 (finishing slow-motion replay)
2383 * configure.in: Fix deeply stupid bug.
2384
2385 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
2386 shell code in CXX_FOR_TARGET
2387 * Makefile.def: Introduce raw_cxx.
2388 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
2389 RAW_CXX_FOR_TARGET.
2390 * Makefile.in: Regenerate.
2391
23922002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
2393
2394 (finishing slow-motion replay)
2395 * Makefile.tpl: Remove unnecessary ifs.
2396 * Makefile.in: Regenerate.
2397
5481b376 2398 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
2399 dependencies. Maybe-ize build-libiberty. Create dummy install
2400 targets for 'no_install' modules.
5481b376 2401 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 2402 build_modules stuff to configure.in.
5481b376 2403 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
2404 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
2405 * Makefile.in: Regenerate.
2406
3866be5d
NN
24072002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
2408
2409 (continuing slow-motion replay)
2410 * Makefile.tpl: Make all-target, install-target behave similarly
2411 to all, install (only hitting configured targets). Eliminate
2412 unused macro defintions.
2413
2414 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
2415 build != host.
2416
2417 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
2418
2419 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
2420
5481b376 2421 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
2422 configuring. Remove references to "dosrel".
2423 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 2424 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 2425 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 2426 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
2427 and redundant dependency; rearrange slightly.
2428 * Makefile.def: Add host-side libtermcap, utils.
2429
2430 * Makefile.in: Regenerate.
2431
e393202e
NN
24322002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
2433
2434 (Continuing slow-motion replay)
2435 * Makefile.def: Add list of recursive targets to autogenerate.
2436 Add build_modules.
2437 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
2438 targets. Autogenerate *-build-* targets.
2439 * Makefile.in: Regenerate.
2440
583d52d7
NN
24412002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
2442
2443 (Continuing slow-motion replay)
2444 * configure: More autoconf-style substitutions.
2445 * Makefile.tpl: More autoconf-style substitutions.
2446 * Makefile.in: Regenerate.
2447
24482002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
2449
2450 (Continuing slow-motion replay)
2451 * configure: Substitute more variables in a more autoconf-friendly
2452 way. Simplify slightly.
2453 * Makefile.tpl: Make more variables substitutable in an
2454 autoconf-friendly way.
2455 * Makefile.in: Regenerate.
2456
874e38b4
NN
24572002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
2458
2459 (Continuing slow-motion replay)
2460 * configure.in (v810*): Remove special setting of tools.
2461
2462 * configure: Add support for extra required flags for ar or nm.
2463 * configure.in (aix4.3+): Use above support for target-specific
2464 issues, rather than using config/mt-aix43.
2465
852e5f18
NN
24662002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
2467
2468 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
2469 * configure: Remove 'removing', which doesn't work. Replace $subdir
2470 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
2471 with $srcdir. Reformat indentation. Substitute some variables
2472 formerly hard-coded in the Makefile for build=host.
2473 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
2474 * Makefile.def: Autogenerate more.
2475 * Makefile.in: Regenerate.
2476
c9a0d920
DD
24772002-11-13 Bruce Korb <bkorb@gnu.org>
2478
2479 * Makefile.tpl: syntactic cleanup
2480
dd2768ff
KB
24812002-11-04 Kevin Buettner <kevinb@redhat.com>
2482
2483 * Makefile.def (host_modules): Add rda.
2484 * Makefile.in: Regenerate.
2485 * configure.in (target_tool): Add target-rda to list.
2486
1aa8389d
DD
24872002-10-25 Phil Edwards <pme@gcc.gnu.org>
2488
2489 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
2490 and restrap targets to this rule.
2491 * Makefile.in: Regenerate.
2492
28f46298
HPN
24932002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
2494
2495 * configure.in (i[3456]86-*-linux*): Add check to disable
2496 ${libgcj} for glibc1.
2497
ff72e302
NC
24982002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
2499
2500 * configure.in: Add tic4x target.
2501
8607b6c9
NN
25022002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
2503
2504 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
2505 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
2506 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
2507 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
2508 * Makefile.in: Regenerate.
2509
f8f61f4a
NN
25102002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
2511
c86f794b
NN
2512 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
2513 * Makefile.in: Regenerate.
2514
a9590527
NN
2515 * Makefile.def: Remove order dependency comments.
2516 * Makefile.tpl: Add explicit install-install dependencies.
2517 * Makefile.in: Regenerate.
2518
8412ce72
NN
2519 * Makefile.tpl: Remove material now in src-release. (Finally!)
2520 * Makefile.in: Regenerate.
2521
8b9f37f1
NN
2522 * configure: Restore my original patch by syncing with gcc version.
2523
f8f61f4a
NN
2524 * Bring following over from gcc:
2525
25262002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
2527
2528 * configure.in (s390*-*-linux*): Enable libgcj.
2529
403d9505
NN
25302002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
2531
2532 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
2533
95f6f383
AM
25342002-10-02 Alan Modra <amodra@bigpond.net.au>
2535
e4673b0a 2536 * configure: Move stray lines back to where they belong.
95f6f383 2537
748503c8
NN
25382002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
2539
a581b5c3
NN
2540 * Makefile.tpl: Insert configure-target target, for src-release.
2541
c084f5b4
NN
2542 * configure: Finish reverting change which Andrew Cagney started
2543 reverting. Should fix bustage.
2544
7aa673ed 2545 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
2546 * src-release: New file. Contains material for making net
2547 releases for gdb, binutils, et al., formerly in Makefile.in.
2548
82a9b2d9
NC
25492002-09-30 Nick Clifton <nickc@redhat.com>
2550
2551 * cpu: New top level directory. Intended to hold input files for
2552 CGEN which have FSF copyright assignment.
2553 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
2554
c2463a00
AC
25552002-09-29 Andrew Cagney <ac131313@redhat.com>
2556
2557 Revert below (note that src does not contain Makefile.tpl):
2558 * Makefile.tpl: Make subsituted variables more autoconfy.
2559 * Makefile.in: Regenerate.
2560
f03b4789
NN
25612002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
2562
c11e16a9
NN
2563 * configure: Revert accidentally applied changes.
2564
f03b4789
NN
2565 * Makefile.tpl: Make more autoconf-friendly.
2566 * Makefile.in: Regenerate.
2567 * configure: Make substitution more autoconf-like.
2568
25692002-09-28 Richard Earnshaw <rearnsha@arm.com>
2570
2571 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
2572 single entry to handle all these.
2573 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
2574 libjava on arm-*-elf.
2575
c0292023
GK
25762002-09-27 Geoffrey Keating <geoffk@apple.com>
2577
2578 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
2579 things that depend on them.
2580
c66d951e
NN
25812002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
2582
2583 * Makefile.tpl: Make subsituted variables more autoconfy.
2584 * Makefile.in: Regenerate.
2585 * configure: Make seds more autoconfy.
2586
907a7241 25872002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
2588
2589 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
2590 * Makefile.in: Regenerate.
2591 * configure.in: Rewrite sed statements to look autoconfy.
2592
907a7241
NN
2593 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
2594 all-target-foo on configure-target-foo.
2595 * Makefile.def: Ditto.
2596 * Makefile.in: Rebuild.
2597
405ea7a0
NN
25982002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
2599
2600 * Makefile.def: New file.
2601 * Makefile.tpl: New file.
2602 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
2603
2604 * configure.in: Minor rearrangement. Simplify tests.
2605
bdc57bfd
JT
26062002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
2607
2608 * configure.in (with_headers): Skip copy if value is "yes".
2609 (with_libs): Likewise.
2610
ae03d6e2
NN
26112002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
2612
2613 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
2614 * configure.in (sh*-*-pe*): Ditto.
2615 * configure.in (mips*-*-pe*): Ditto.
2616 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
2617
2618 * configure.in: Rearrange.
2619
707960fe
NC
26202002-09-12 Nick Clifton <nickc@redhat.com>
2621
2622 * Import these changes from the config master repository:
2623
2624 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
2625
2626 * config.sub: Add tic4x target.
2627
2628 2002-09-03 Ben Elliston <bje@redhat.com>
2629
2630 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
2631 Reported by <Duncan_Stodart@insession.com>.
2632
36ea319f
JJ
26332002-09-10 Jeff Johnston <jjohnstn@redhat.com>
2634
2635 * COPYING.NEWLIB: More updates.
2636
cf57480a
JJ
26372002-09-09 Jeff Johnston <jjohnstn@redhat.com>
2638
2639 * COPYING.NEWLIB: Update.
2640
fd31a171
AC
26412002-08-23 Andrew Cagney <ac131313@redhat.com>
2642
23b632fc
AC
2643 * texinfo/texinfo.tex: Import version 2002-06-04.06.
2644
fd31a171
AC
2645 * config.guess: Import version 2002-08-23.
2646 * config.sub: Import version 2002-08-22.
2647
a08bafb5
AO
26482002-08-20 Alexandre Oliva <aoliva@redhat.com>
2649
2650 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
2651 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
2652 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
2653
17240c1f
NC
26542002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
2655
2656 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
2657
e70ad0c6
L
26582002-08-04 H.J. Lu (hjl@gnu.org)
2659
2660 * configure.in (mips*-*-linux*): Don't skip target-libffi.
2661
574e6d11
DD
26622002-07-31 Alan Modra <amodra@bigpond.net.au>
2663
2664 * configure.in: Move generic linux case to end. Copy generic
2665 linux noconfigdirs to mips*-*-linux* entry and new
2666 powerpc64*-*-linux* entry. Add target-libffi for the latter.
2667
611e7523
CD
26682002-07-19 Chris Demetriou <cgd@broadcom.com>
2669
2670 * MAINTAINERS: Clarify on config.guess and config.sub, and add
2671 one instance of them which was missed to the list to update.
2672
51759676
CD
26732002-07-16 Chris Demetriou <cgd@broadcom.com>
2674
2675 * config.guess: Update to 2002-07-09 version.
2676 * config.sub: Update to 2002-07-03 version.
2677
7c1f909c
DD
26782002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
2679
2680 * configure.in: Remove two redundant tests.
2681
d7cf5d30
DD
26822002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2683
2684 * configure.in (mips*-*-irix6*o32): Enable stabs.
2685
c74222f7
DD
26862002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
2687
5b53c336
DD
2688 * configure.in: Don't build grez.
2689 * Makefile.in: Ditto.
2690
c74222f7
DD
2691 * Makefile.in: Remove references to bsp, cygmon, libstub.
2692 * configure.in: Ditto.
2693
2694 * configure.in: Remove leftover reference to gdbtest.
2695
edd1b227
DD
26962002-07-08 Phil Edwards <pme@gcc.gnu.org>
2697
2698 * configure.in (gxx_include_dir): Change to match versioned
2699 C++ headers if --enable-version-specific-runtime-libs is used.
2700
486186e3
AO
27012002-07-04 Steve Ellcey <sje@cup.hp.com>
2702
2703 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
2704
ff0a3bf8
DD
27052002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
2706
2707 * configure.in: Make --without-x work.
2708
1dfa8174
NC
27092002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
2710
2711 * contrib: New directory. Created to contain a copy of the
5481b376 2712 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
2713 the FSF GCC sources.
2714
07637366
DD
27152002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
2716
b6f83f2a
DD
2717 * configure.in: Rearrange target Makefile fragment collection.
2718
07637366
DD
2719 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
2720 cvs[src].
2721 * configure.in: Ditto.
2722
f48556b1
DD
27232002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
2724
2725 * Makefile.in: Eliminate 'apache' targets.
2726 * configure.in: Eliminate 'apache' targets.
2727
2728 * configure.in: Eliminate redundant tests. Reorganize.
2729
2730 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
2731
2732 * config-ml.in: Eliminate references to Cygnus configure.
2733
2734 * Makefile.in: Eliminate references to building emacs.
2735
27362002-07-01 Denis Chertykov <denisc@overta.ru>
2737
2738 * configure.in: Add support for ip2k.
2739
cdb9e2b8
BE
27402002-06-24 Ben Elliston <bje@redhat.com>
2741
2742 * configure.in (host_tools): Remove cgen.
2743
2744 * Makefile.in (all-cgen): Remove; runs from its source directory.
2745 (check-cgen, install-cgen, clean-cgen): Likewise.
2746 (all-opcodes): No not depend on all-cgen.
2747 (all-sim): Likewise.
2748
3558860c
DD
27492002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
2750
2751 * configure.in: Fix AIX configury bug.
2752
e3b0c936
DD
27532002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
2754
cdb9e2b8 2755 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 2756
cdb9e2b8
BE
2757 * configure.in: Move definition of libstdcxx_flags right above
2758 usage, rather than way earlier.
8ee424c0 2759
c712250a
DD
2760 * configure.in: Pull definition of is_cross_compiler earlier.
2761
9ee1a75c
DD
2762 * configure.in: Rearrange a little.
2763
e3b0c936
DD
2764 * configure.in: Remove references to librx.
2765 * Makefile.in: Remove references to librx.
2766
b2bd228e
DD
27672002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
2768
2769 * configure.in: Eliminate ${gasdir} variable.
2770
7cd52483
DB
27712002-06-18 Dave Brolley <brolley@redhat.com>
2772
2773 * configure.in: Add support for frv.
2774 * config.sub: Add support for frv.
2775
6c5e141a
DD
27762002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2777
2778 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
2779
0d18b56d
JT
27802002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
2781
2782 * configure.in (vax-*-netbsd*): Re-enable gas.
2783
fd8958d5
DD
27842002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
2785
27f15fdd
DD
2786 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
2787 BUILD_PREFIX_1, to correct nomenclature.
2788 * configure: Likewise.
2789
fd8958d5
DD
2790 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
2791 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
2792
0c2442b7
DD
27932002-05-31 Olaf Hering <olh@suse.de>
2794
2795 * config-ml.in: Propogate DESTDIR also.
2796
a3602181
JT
27972002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
2798
2799 * configure.in (vax-*-netbsd*): Don't build gas for this
2800 platform.
2801
c95f53ae
MM
28022002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
2803
2804 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
2805 and libgcj for AVR.
2806
1d7c1053
NC
28072002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
2808
2809 * config.sub: Add DLX target.
2810
4b37028f
JT
28112002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
2812
2813 * config.guess: Update to 2002-05-22 version.
2814 * config.sub: Likewise.
2815
d5de0a84
NC
28162002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2817
2818 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
2819 * config-ml.in: Likewise.
2820 * configure: Likewise.
2821 * configure.in: Likewise.
2822
c92a0210
DD
28232002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
2824
115a77aa
DD
2825 * configure.in: Simplify makefile fragment collection.
2826
2827 * configure.in: Remove code to build emacs.
e99daf2b 2828
91e060aa
DD
2829 * configure.in : Remove --srcdir argument from targargs and buildargs
2830 (it's always overridden in the Makefile anyway). Rearrange a bit.
2831
2832 * configure: Move some logic to configure.in.
2833 * configure.in: Move some logic from configure.
c92a0210 2834
91217342
JJ
28352002-05-07 Jeff Johnston <jjohnstn@redhat.com>
2836
2837 * COPYING.LIBGLOSS: New file.
2838
d3d8a9ee
NC
28392002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
2840
2841 * Makefile.in: Honour DESTDIR.
2842
3a036cdc
AO
28432002-05-05 Alexandre Oliva <aoliva@redhat.com>
2844
2845 * configure.in (noconfigdirs): Don't disable libgcj on
2846 sparc64-*-solaris* and sparcv9-*-solaris*.
2847
6d095fe4
AO
28482002-05-03 Alexandre Oliva <aoliva@redhat.com>
2849
2850 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
2851
dac55df9
TF
28522002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
2853
2854 * configure.in (FLAGS_FOR_TARGET): Do not add
2855 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
2856 on i[3456]86-*-linux*.
2857
a018e15b
TF
28582002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
2859
2860 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
2861
2862 * configure.in (noconfigdirs): Do not add target-newlib if
2863 target == i[3456]86-*-linux*, and host == target.
2864
5f284831
MM
28652002-04-29 Mark Mitchell <mark@codesourcery.com>
2866
2867 * config.guess: Updated to 2002-04-26's version.
2868 * config.sub: Updated to 2002-04-26's version.
2869
33babf59
DD
28702002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
2871
bd5f7da2
DD
2872 * configure.in: delete reference to absent file
2873
a0c4f3a0
DD
2874 * configure.in: replace '[' with 'test'
2875
66f1ba4f
DD
2876 * configure.in: Eliminate references to gash.
2877 * Makefile.in: Eliminate references to gash.
2878
7c3ab50c
DD
2879 * configure.in: remove useless references to 'pic' makefile fragments.
2880
bbc025f5
DD
2881 * configure.in: (*-*-windows*) Finish removing.
2882
33babf59
DD
2883 * configure.in: Eliminate redundant test for libgui.
2884
d5ec694c
DD
28852002-04-26 Joel Sherrill <joel@OARcorp.com>
2886
2887 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
2888 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
2889
57a5346c
DD
28902002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
2891
2892 * configure.in: remove references to dead files
2893
dbf93899
DD
28942002-04-18 Tom Tromey <tromey@redhat.com>
2895
2896 * configure.in: Disallow configuring libgcj when it is already
2897 installed and we're using Solaris 2.8 linker. Do enable libgcj on
2898 Solaris 2.8 by default. For PR libgcj/6158.
2899
26eadf68
DD
29002002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
2901
2902 * configure.in: Move default CC setting out of config/mh-* fragments
2903 directly into here.
2904
a0a2c6c6
DD
29052002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
2906
2907 * configure.in: don't even try to configure or make a subdirectory
2908 if there's no configure script for it.
2909
9972f812
DD
29102002-04-15 Mark Mitchell <mark@codesourcery.com>
2911
2912 * MAINTAINERS: Remove chill maintainers.
2913 * Makefile.in (CHILLFLAGS): Remove.
2914 (CHILL_LIB): Remove.
2915 (TARGET_CONFIGDIRS): Remove libchill.
2916 (CHILL_FOR_TARGET): Remove.
2917 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
2918 CHILL_LIB.
2919 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
2920 (CHECK_TARGET_MODULES): Likewise.
2921 (INSTALL_TARGET_MODULES): Likewise.
2922 (CLEAN_TARGET_MODULES): Likewise.
2923 (configure-target-libchill): Remove.
2924 (all-target-libchill): Remove.
2925 * configure.in (target_libs): Remove target-libchill.
2926 Do not compute CHILL_FOR_TARGET.
2927 * libchill: Remove directory.
5481b376 2928
75205f78
DD
29292002-04-15 DJ Delorie <dj@redhat.com>
2930
2931 * Makefile.in, configure.in, configure: Sync with gcc, entries
2932 follow...
2933
29342002-04-08 Tom Tromey <tromey@redhat.com>
2935
2936 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
2937 Fixes PR libgcj/6068.
2938
29392002-03-30 Krister Walfridsson <cato@df.lth.se>
2940
2941 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
2942
29432002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2944
2945 * configure.in (alpha*-dec-osf*): Enable libgcj.
2946
29472002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
2948
2949 Fix for: PR bootstrap/3591, target/5676
2950 * configure.in (mcore-pe): Disable the configuration of
2951 libstdc++-v3 since exceptions are not supported.
2952
29532002-03-20 Anthony Green <green@redhat.com>
2954
2955 * configure.in: Enable libgcj for xscale-elf target.
2956
29572002-02-28 Alexandre Oliva <aoliva@redhat.com>
2958
2959 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
2960 libjava.
2961 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
2962
29632002-02-22 Alexandre Oliva <aoliva@redhat.com>
2964
2965 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
2966 libstdc++-v3 and libjava.
2967
29682002-02-11 Adam Megacz <adam@xwt.org>
2969
2970 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
2971 boehm-gc
2972
29732002-02-09 Alexandre Oliva <aoliva@redhat.com>
2974
2975 * config.guess: Updated to 2002-01-30's version.
2976 * config.sub: Updated to 2002-02-01's version.
2977 Contribute sh64-elf.
2978 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
2979 * configure.in: Added sh64-*-*.
2980
29812002-01-17 H.J. Lu <hjl@gnu.org>
2982
2983 * Makefile.in (all-fastjar): Also depend on all-libiberty.
2984 (all-target-fastjar): Also depend on all-target-libiberty.
2985
2986Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
2987
2988 * configure, configure.in: Use temp file for long sed commands.
2989
29902001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
2991
2992 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
2993 libf2c.
2994
29952001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
2996
2997 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
2998
29992001-10-11 Hans-Peter Nilsson <hp@axis.com>
3000
3001 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
3002
30032001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
3004
3005 * configure: Handle temporary files securely using mkdir.
3006
30072001-09-26 Will Cohen <wcohen@redhat.com>
3008
3009 * configure.in (*-*-linux*): Disable configuration of target-newlib
3010 and target-libgloss.
3011
30122001-09-26 Alexandre Oliva <aoliva@redhat.com>
3013
3014 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
3015 RANLIB.
3016
30172001-08-11 Graham Stott <grahams@redhat.com>
3018
3019 * Makefile.in (check-c++): Add missing semicolon.
3020
30212001-07-25 Andrew Haley <aph@cambridge.redhat.com>
3022
3023 * configure.in (sh-*-linux*): New.
3024
30252001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3026
3027 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
3028 and libgcj on m68hc11/m68hc12.
3029
30302001-06-27 H.J. Lu (hjl@gnu.org)
3031
3032 * Makefile (CFLAGS_FOR_BUILD): New.
3033 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
3034
30352001-06-01 Hans-Peter Nilsson <hp@axis.com>
3036
3037 * configure.in (libstdcxx_flags): Do not try to execute
3038 libstdc++-v3/testsuite_flags until it exists.
3039
30402001-05-18 Benjamin Kosnik <bkoz@redhat.com>
3041
3042 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
3043
30442001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
3045
3046 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
3047
3048Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
3049
3050 * configure.in: Move *-chorusos target case to the proper switch.
3051 Disable libgcj.
3052
30532001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3054
3055 * Makefile.in (STAGE1_CFLAGS): Pass down.
3056
30572001-04-13 Alan Modra <amodra@one.net.au>
3058
3059 * config.guess: Add hppa64-linux support. Note for next import that
3060 this is already in the master file.
3061 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
3062
30632001-03-22 Colin Howell <chowell@redhat.com>
3064
3065 * Makefile.in (DO_X): Do not backslash single-quotes in
3066 backquotes (two places).
3067
30682001-03-18 Laurynas Biveinis <lauras@softhome.net>
3069
3070 * Makefile.in (DO_X): Quote nested quotes.
3071
30722001-03-15 Laurynas Biveinis <lauras@softhome.net>
3073
3074 * Makefile.in (DO_X): Use double quotes for quoting
3075 "RANLIB=$${RANLIB}".
3076
30772001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
3078
3079 * configure.in: Only use `lang_requires' for languages athat are
3080 actually enabled.
3081
30822001-03-07 Tom Tromey <tromey@redhat.com>
3083
3084 * configure.in: Allow config-lang.in to set `lang_requires' to list
3085 of other required languages.
3086
30872001-03-06 Laurynas Biveinis <lauras@softhome.net>
3088
3089 * Makefile.in: Remove RANLIB definition. Use RANLIB
3090 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
3091 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
3092
30932001-02-28 Benjamin Kosnik <bkoz@redhat.com>
3094 Alexandre Oliva <aoliva@redhat.com>
3095
3096 * Makefile.in (check-c++): Use tabs, not spaces.
3097
30982001-02-19 Benjamin Kosnik <bkoz@redhat.com>
3099
3100 * Makefile.in (check-c++): New rule.
3101
3102 * configure.in (target_libs): Remove libg++.
3103 (noconfigdirs): Remove libg++.
3104 (noconfigdirs): Same.
3105 (noconfigdirs): Same.
3106 (noconfigdirs): Same.
3107
3108 * config-ml.in: Remove libg++ references.
3109
3110 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
3111 (ALL_TARGET_MODULES): Same.
3112 (configure-target-libg++): Remove.
3113 (all-target-libg++): Remove.
3114 (configure-target-libio): Remove.
3115 (all-target-libio): Remove.
3116 (check-target-libio): Remove.
3117 (.PHONY): Remove.
3118 (libg++.tar.bz2): Remove.
3119 (all-target-cygmon): Remove libio.
3120 (all-target-libstdc++): Remove.
3121 (configure-target-libstdc++): Remove.
3122 (TARGET_LIB_PATH): Remove libstdc++.
3123 (ALL_GCC_CXX): Remove libstdc++.
3124 (all-target-gperf): Correct.
3125
31262001-02-15 Anthony Green <green@redhat.com>
3127
3128 * configure: Introduce GCJ_FOR_TARGET.
3129 * configure.in: Ditto.
3130 * Makefile.in: Ditto.
3131
31322001-02-08 Chandrakala Chavva <cchavva@redhat.com>
3133
3134 * configure.in: for *-chorusos, don't config target-newlib and
3135 target-libgloss.
3136
31372001-02-04 Mark Mitchell <mark@codesourcery.com>
3138
3139 Remove V2 C++ library.
3140 * configure.in: Remove --enable-libstdcxx_v3 support.
3141
31422001-01-27 Richard Henderson <rth@redhat.com>
3143
3144 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
3145
31462001-01-26 Tom Tromey <tromey@redhat.com>
3147
3148 * configure.in: Allow libgcj to be built on Sparc Solaris.
3149
31502001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
3151
3152 * configure.in: Enable libgcj on several additional platforms.
3153
31542001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
3155
3156 * configure.in: Enable libgcj for linux targets.
3157
31582001-01-09 Mike Stump <mrs@wrs.com>
3159
3160 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
3161 failures of subdirectories.
3162
31632001-01-02 Laurynas Biveinis <lauras@softhome.net>
3164
3165 * configure: handle DOS-style absolute paths.
3166
31672001-01-02 Laurynas Biveinis <lauras@softhome.net>
3168
3169 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
3170
31712000-12-18 Benjamin Kosnik <bkoz@redhat.com>
3172
3173 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
3174 (libstdcxx_incdir): Pass down.
3175 * config.if: Remove expired bits for cxx_interface, add stub.
3176 (libstdcxx_incdir): Add variable for g++ include directory.
3177 * configure.in (gxx_include_dir): Use it.
3178
31792000-12-15 Andreas Jaeger <aj@suse.de>
3180
3181 * configure.in: Handle lang_dirs.
3182
31832000-12-13 Anthony Green <green@redhat.com>
3184
3185 * configure.in: Disable libgcj for any target not specifically
3186 listed. Disable libgcj for x86 and Alpha Linux until compatible
3187 with g++ abi.
3188
31892000-12-13 Mike Stump <mrs@wrs.com>
3190
3191 * Makefile.in (local-distclean): Also remove fastjar.
3192
31932000-12-10 Anthony Green <green@redhat.com>
3194
3195 * configure.in: Define libgcj. Disable libgcj target libraries for
3196 most targets.
3197
31982000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
3199
3200 * configure.in (target_libs): Revert 2000-12-08 patch.
3201 (noconfigdirs): Added target-libjava.
3202
32032000-12-09 Laurynas Biveinis <lauras@softhome.net>
3204
3205 * Makefile.in: handle DOS-style absolute paths.
3206
32072000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
3208
3209 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
3210 libjava.
3211 * configure.in (target_libs): Removed `target-libjava'.
3212
32132000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
3214
3215 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
3216 (ALL_MODULES): Added fastjar.
3217 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
3218 (all-target-libjava): all-fastjar replaces all-zip.
3219 (all-fastjar): Added.
3220 (configure-target-fastjar, all-target-fastjar): Likewise.
3221 * configure.in (host_tools): Added fastjar.
3222
32232000-12-07 Mike Stump <mrs@wrs.com>
3224
3225 * Makefile.in (local-distclean): Remove leftover built files.
3226
32272000-11-16 Fred Fish <fnf@be.com>
3228
3229 * configure.in (enable_libstdcxx_v3): Fix typo,
3230 libstd++ -> libstdc++.
3231
32322000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
3233
3234 * configure: Provide the original toplevel configure arguments
3235 (including $0) to subprocesses in the environment rather than
3236 through gcc/configargs.h.
3237
32382000-11-12 Mark Mitchell <mark@codesourcery.com>
3239
3240 * configure: Turn on libstdc++ V3 by default.
3241
32422000-10-16 Michael Meissner <meissner@redhat.com>
3243
3244 * configure (gcc/configargs.h): Only create if there is a build GCC
3245 directory created.
3246
32472000-10-05 Phil Edwards <pme@gcc.gnu.org>
3248
3249 * configure: Save configure arguments to gcc/configargs.h.
3250
32512000-10-04 Andris Pavenis <pavenis@latnet.lv>
3252
3253 * Makefile.in (bootstrap): avoid recursion if subdir missing
3254 (cross): ditto
3255 (do-proto-toplev): ditto
3256
3257Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
3258
3259 * configure.in: Do not build byacc for hppa64. Provide paths to the
3260 X11 libraries for hppa64.
3261
32622000-09-02 Anthony Green <green@cygnus.com>
3263
3264 * Makefile.in (all-gcc): Depend on all-zlib.
3265 (CLEAN_MODULES): Add clean-zlib.
3266 (ALL_MODULES): Add all-zlib.
3267 * configure.in (host_libs): Add zlib.
3268
32692000-08-25 Alexandre Oliva <aoliva@redhat.com>
3270
3271 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
3272 $targargs to tell whether newlib is going to be built.
3273
3274 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
3275 $$r/TARGET_SUBDIR/libio for _G_config.h.
3276
32772000-08-14 Zack Weinberg <zack@wolery.cumb.org>
3278
3279 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
3280
3281 * configure: Make enable_threads and enable_shared defaults
3282 explicit. Substitute enable_threads into generated Makefiles.
3283 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
3284 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
3285
32862000-08-02 Manfred Hollstein <manfredh@redhat.com>
3287
3288 * configure.in: Re-enable all references to libg++ and librx.
3289
ffb97b2f 32902002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 3291
ffb97b2f
DD
3292 * configure.in: Add *-*-freebsd* configurations.
3293
bbf6e9e3
AC
32942002-04-07 Andrew Cagney <ac131313@redhat.com>
3295
3296 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
3297 (do-tar, do-bz2): New rules.
3298 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
3299 (gdb-tar): New rule.
3300 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
3301 (insight_dejagnu.tar): New rule.
3302 (insight.tar): New rule.
3303 (gdb+dejagnu.tar): New rule.
3304 (gdb.tar): New rule.
3305
8f1579c0
AC
33062002-04-07 Andrew Cagney <ac131313@redhat.com>
3307
3308 * MAINTAINERS: Update dejagnu/
3309
ba3c59ab
AO
33102002-03-16 Alexandre Oliva <aoliva@redhat.com>
3311
3312 * ltmain.sh (relink_command): Fix typo in previous change.
3313
6243d5dd
AO
33142002-03-15 Alexandre Oliva <aoliva@redhat.com>
3315
3316 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
3317 (relink_command): Added --tag flags.
3318 (mode=install): If relinking fails; error out.
3319
80413487
RH
33202002-03-12 Richard Henderson <rth@redhat.com>
3321
3322 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
3323 .NOTPARALLEL tag.
3324 (do-check): Rename from check.
3325 (check): Allow parallel check.
3326
3daeddf6
RH
33272002-03-11 Richard Henderson <rth@redhat.com>
3328
3329 * Makefile.in (.NOTPARALLEL): Add fake tag.
3330
fad93c55
L
33312002-03-07 H.J. Lu (hjl@gnu.org)
3332
3333 * configure.in: Enable gprof for mips*-*-linux*.
3334
2e8357fc
AO
33352002-02-28 Alexandre Oliva <aoliva@redhat.com>
3336
3337 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
3338 libjava.
3339 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
3340
bd48e1a9
AC
33412002-02-24 Andrew Cagney <ac131313@redhat.com>
3342
3343 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
3344
39121370
DJ
33452002-02-23 Daniel Jacobowitz <drow@mvista.com>
3346
3347 * config.guess: Import from master sources, rev 1.232.
3348 * config.sub: Import from master sources, rev 1.246.
3349
081ff160
AO
33502002-02-23 Alexandre Oliva <aoliva@redhat.com>
3351
3352 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
3353 because its Makefile is there; test for the executable instead.
3354
20a5393b
AO
33552002-02-09 Alexandre Oliva <aoliva@redhat.com>
3356
3357 Contribute sh64-elf.
3358 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
3359 * configure.in: Added sh64-*-*.
3360
38135629
JJ
33612002-02-04 Jeff Johnston <jjohnstn@redhat.com>
3362
80413487
RH
3363 * COPYING.NEWLIB: Remove advertising clause from
3364 Berkeley and Red Hat licenses.
38135629 3365
48d19748
MD
33662002-02-01 Mo DeJong <supermo@bayarea.net>
3367
3368 * Makefile.in: Add all-tix to deps for all-snavigator
3369 so that tix is built when building snavigator.
3370
f6e1c110
BE
33712002-02-01 Ben Elliston <bje@redhat.com>
3372
3373 * config.guess: Import from master sources, rev 1.229.
3374 * config.sub: Import from master sources, rev 1.240.
3375
4867be41
DJ
33762002-01-27 Daniel Jacobowitz <drow@mvista.com>
3377
3378 From Steve Ellcey <sje@cup.hp.com>:
3379 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
3380 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
3381 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
3382 IA64.
3383 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
3384 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
3385 soname_spec, sys_lib_search_path_spec): Ditto.
3386
e82380cc
JT
33872002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
3388
3389 * configure.in (*-*-netbsd*): New. Skip target-newlib,
3390 target-libiberty, and target-libgloss. Skip Java-related
3391 libraries if not supported for NetBSD on target CPU.
3392
1319fb9c
NC
33932002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
3394
3395 * configure.in: Import StrongARM and XScale target_configdirs from
3396 FSF GCC version.
3397
b020f6ac
L
33982002-01-16 H.J. Lu (hjl@gnu.org)
3399
3400 * config.guess: Import from master sources, rev 1.225.
3401 * config.sub: Import from master sources, rev 1.238.
3402
3403 * MAINTAINERS: Updated notes on config.guess and config.sub.
3404
a0c1c920
NC
34052002-01-11 Steve Ellcey <sje@cup.hp.com>
3406
3407 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
3408 ld and gdb are not supported.
3409
a9fa5e1f
JJ
34102002-01-07 Jeff Johnston <jjohnstn@redhat.com>
3411
3412 * Change reference to Cygnus Solutions to be Red Hat.
3413
94077108
JJ
34142002-01-07 Jeff Johnston <jjohnstn@redhat.com>
3415
3416 * COPYING.NEWLIB: Update generic copyright date.
3417
05ecd75c
MS
34182002-01-07 Mark Salter <msalter@redhat.com>
3419
3420 * configure.in: Remove target-bsp and target-cygmon from arm builds.
3421 Allow target-libgloss to be built for arm, strongarm, and xscale.
3422
a106bb62
BE
34232002-01-03 Ben Elliston <bje@redhat.com>
3424
3425 * MAINTAINERS: Update URL for config.* scripts.
3426
0e254642
AM
34272001-12-18 Alan Modra <amodra@bigpond.net.au>
3428
3429 * config.sub: Import latest version.
3430 * config.guess: Likewise.
3431
0a0d0041
TF
34322001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
3433
3434 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
3435 options for i[3456]86-pc-linux* native builds.
3436
d932cae7
NC
34372001-12-05 Laurent Guerby <guerby@acm.org>
3438
3439 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 3440 libiberty.
d932cae7
NC
3441
3442 Import this patch from gcc:
5481b376 3443
d932cae7
NC
3444 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
3445
3446 * symlink-tree: handle DOS-style absolute paths.
3447
49b7683b
DD
34482001-11-28 DJ Delorie <dj@redhat.com>
3449 Zack Weinberg <zack@codesourcery.com>
3450
3451 When build != host, create libiberty for the build machine.
3452
3453 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
3454 CONFIG_ARGUMENTS.
3455 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
3456 New variables.
3457 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
3458 and rules.
3459 (all.normal): Depend on ALL_BUILD_MODULES.
3460 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
3461 (all-build-libiberty): Depend on configure-build-libiberty.
3462
3463 * configure: Calculate and substitute proper value for
3464 ALL_BUILD_MODULES.
3465 * configure.in: Create the build subdirectory.
3466 Calculate and substitute TARGET_CONFIGARGS (formerly
3467 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
3468
26ef82f4
GK
34692001-11-26 Geoffrey Keating <geoffk@redhat.com>
3470
3471 * config.sub: Update to version 1.232 on subversion.
3472
43e64072
NC
34732001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
3474
3475 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
3476 files from .po files for a distribution.
3477
66f6c0d5
HPN
34782001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
3479
3480 * COPYING.NEWLIB: Mention preserved notice in specific parts.
3481
4a02fdb2
JH
34822001-11-13 Jeff Holcomb <jeffh@redhat.com>
3483
3484 Merged from net gcc:
3485 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
3486 * ltcf-c.sh: Use $objext, not $ac_objext.
3487 2001-07-27 Mark Kettenis <kettenis@gnu.org>
3488 * ltcf-cxx.sh: Add support for GNU.
3489 2001-07-22 Timothy Wall <twall@redhat.com>
3490 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
3491 default settings if using GNU tools with that configuration.
3492 * ltcf-cxx.sh: Ditto.
3493 * ltcf-gcj.sh: Ditto.
3494 2001-07-21 Michael Chastain <chastain@redhat.com>
3495 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
3496 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
3497 * ltmain.sh: Mark as gcc-local.
3498
227b9953
JH
34992001-11-13 Jeff Holcomb <jeffh@redhat.com>
3500
3501 * Makefile.in (all-bison): Revert 2001-10-24.
3502 Don't depend on texinfo.
3503
cbbab8fb
JJ
35042001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
3505
80413487 3506 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 3507
922b2485
DD
35082001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
3509
3510 * configure.in (--enable-languages): Be more permissive about
3511 syntax. Check for empty lists better. Warn about $LANGUAGES.
3512
f08fa01d
HPN
35132001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
3514
3515 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
3516
fee3da4e
JH
35172001-10-24 Jeff Holcomb <jeffh@redhat.com>
3518
3519 Makefile.in (all-bison): Don't depend on texinfo.
3520
73fb1ef9
AM
35212001-10-03 Alan Modra <amodra@bigpond.net.au>
3522
3523 * gettext.m4: Test po/POTFILES.in exists before trying to read.
3524
373688ac
AO
35252001-09-29 Alexandre Oliva <aoliva@redhat.com>
3526
3527 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
3528
9c07660b
HPN
35292001-09-28 Hans-Peter Nilsson <hp@axis.com>
3530
3531 * config.sub, config.guess: Import latest from subversions.
3532
3f152009
AO
35332001-09-21 Alexandre Oliva <aoliva@redhat.com>
3534
3535 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
3536 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
3537 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
3538 avoid quotes nesting problems.
3539 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
3540 (DO_X): Export only variables that are set.
3541
8f6a59e5
BE
35422001-09-19 Ben Elliston <bje@redhat.com>
3543
3544 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
3545 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
3546 semantics. Use the shell built-in "type" command instead.
3547
a1ec19fa
TS
35482001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3549
3550 * config.sub: Reverted the earlier change, this version is not the
3551 master file.
3552
4008bd9b
TS
35532001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3554
3555 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
3556 Add support for mips64.
3557
dd1e52a4
JH
35582001-09-03 Jeff Holcomb <jeffh@redhat.com>
3559
3560 * configure.in: Enable libstdc++-v3 for h8300 targets.
3561
91549d1c
EC
35622001-08-30 Eric Christopher <echristo@redhat.com>
3563 Jason Eckhardt <jle@redhat.com>
3564
3565 * config.sub: Add support for mipsisa32.
3566
cf966cf9
EC
35672001-08-30 Eric Christopher <echristo@redhat.com>
3568
3569 * config.sub, config.guess: Import latest from subversions.
3570
82208dc5
AM
35712001-08-20 Alan Modra <amodra@bigpond.net.au>
3572
3573 * config.sub, config.guess: Import latest from subversions.
3574
4dca8403
DD
35752001-07-26 DJ Delorie <dj@redhat.com>
3576
3577 * MAINTAINERS: Clarify libiberty merge rules and procedures.
3578
1107dce2
AM
35792001-06-19 Alan Modra <amodra@bigpond.net.au>
3580
3581 * Makefile.in: Revert 2001-06-17.
3582 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
3583
e09a6604
L
35842001-06-17 H.J. Lu <hjl@gnu.org>
3585
3586 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
3587 (gas+binutils.tar.bz2): Likewise.
3588 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
3589
31a8b634
AC
3590Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
3591
3592 * Makefile.in (VER): When present, extract the version number from
5481b376 3593 the file version.in.
31a8b634 3594
dc70af01
AO
35952001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
3596
3597 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
3598 gcc/xgcc is built, use -print-prog-name to find out the program
3599 name to use.
3600
839bbd8c
AO
36012001-06-04 Mark Mitchell <mark@codesourcery.com>
3602
3603 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
3604 with_gcc]: Use `gcc -shared' to build a shared library.
3605
566e9a30
AO
36062001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
3607
3608 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
3609 archives.
3610
e877bb69
AO
36112001-05-28 Simon Patarin <simon.patarin@inria.fr>
3612
3613 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
3614 libraries when using g++ with native linker.
3615
1605288b
AO
36162001-05-28 Alexandre Oliva <aoliva@redhat.com>
3617
3618 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
3619
11a383ba
TR
36202001-05-24 Tom Rix <trix@redhat.com>
3621
3622 * configure.in : enable ld for aix
cf966cf9 3623
18611226
AO
36242001-05-22 Alexandre Oliva <aoliva@redhat.com>
3625
3626 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
3627 [aix4*|aix5*]: Prepend blank.
3628
6be7c12c
AO
36292001-05-20 Alexandre Oliva <aoliva@redhat.com>
3630
3631 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3632 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
3633 of subdir/configure scripts to use the new libtool.m4.
3634
4ed00bba
L
36352001-05-14 H.J. Lu <hjl@gnu.org>
3636
3637 * config.if (libc_interface): Set to -libc6.2- for cross
3638 compiling to Linux/glibc 2.2.
3639
b1af961c
AO
36402001-05-03 Alexandre Oliva <aoliva@redhat.com>
3641
3642 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
3643 libgcj.
3644
5ec3e74e
AO
36452001-04-26 Alexandre Oliva <aoliva@redhat.com>
3646
3647 * configure.in (noconfigdirs): Don't reset it from scratch in the
3648 target case; only append to it.
3649
b3ed1d6b
AO
36502001-04-26 Alexandre Oliva <aoliva@redhat.com>
3651
3652 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
3653 sparc-*-solaris2.8]: Disable ${libgcj}.
3654
96111c10
AO
36552001-04-25 Alexandre Oliva <aoliva@redhat.com>
3656
3657 * configure.in (libgcj_saved): Copy from $libgcj.
3658 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
3659 --disable-libgcj.
3660
b5bf43f2
AO
36612001-04-20 Alexandre Oliva <aoliva@redhat.com>
3662
3663 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
3664 1.641.2.228.
3665
8cc32590
AO
36662001-04-12 Alexandre Oliva <aoliva@redhat.com>
3667
3668 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3669 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
3670
dec0cb0c
AO
36712001-04-01 Alexandre Oliva <aoliva@redhat.com>
3672
3673 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
3674 New macros.
3675 (bootstrap, cross): Use RECURSE_FLAGS.
3676 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
3677
6a9c3886
AO
36782001-03-27 Alexandre Oliva <aoliva@redhat.com>
3679
3680 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
3681
d4fc7db8
NC
36822001-03-23 Nick Clifton <nickc@redhat.com>
3683
3684 * README-maintainer-mode: Add note about inability to use "make
3685 distclean" in maintainer mode.
3686
7389ff65
AO
36872001-03-22 Alexandre Oliva <aoliva@redhat.com>
3688
3689 Re-installed:
3690 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
3691 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
3692 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
3693 * ltcf-cxx.sh: Likewise.
3694 * ltcf-gcj.sh: Likewise.
3695
b3e0dc8e
PB
36962001-03-22 Philip Blundell <philb@gnu.org>
3697
3698 * config.sub, config.guess: Import latest from subversions.
3699
469b781c
AO
37002001-03-22 Alexandre Oliva <aoliva@redhat.com>
3701
3702 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3703 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
3704
b0dad762
MC
37052001-03-20 Michael Chastain <chastain@redhat.com>
3706
3707 * Makefile.in: all-m4 depends on all-texinfo.
3708
c559bb17
AO
37092001-03-08 Alexandre Oliva <aoliva@redhat.com>
3710
3711 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
3712
fef4ae2e
JJ
37132001-02-22 Jeff Johnston <jjohnstn@redhat.com>
3714
3715 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
3716 longer valid.
3717
8d6dd99d
NC
37182001-02-16 Nick Clifton <nickc@redhat.com>
3719
3720 * configure.in (noconfigdirs): Allow configuration of texinfo
3721 for Cygwin hosts.
3722
a85d7ed0
NC
37232001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
3724
3725 * config.guess: Add linux target for S/390.
3726 * config.sub: Likewise.
3727 * configure.in: Likewise.
3728
51221c5e
DD
37292001-02-06 Ben Elliston <bje@redhat.com>
3730
3731 * configure: Output host type to stdout, not stderr.
3732
9dec4c71
MS
37332001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3734
3735 * config.guess: Import from subversions.gnu.org (revision 1.181).
3736 * config.sub: Import from subversions.gnu.org (revision 1.199).
3737
9add9c04
AM
37382001-01-30 Alan Modra <alan@linuxcare.com.au>
3739
3740 * config.guess: Handle hppa64-linux systems.
3741
8679174d
MS
37422001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3743
3744 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
3745 Don't unset, it's non-portable and no longer necessary, set to empty
3746 instead.
3747
02d01ed4
MS
37482001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3749
3750 * ltconfig: Shell portability fix for the tagname validity check.
3751
4cc5853d
MS
37522001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3753
3754 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
3755
7487e485
AO
37562001-01-27 Alexandre Oliva <aoliva@redhat.com>
3757
3758 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
3759 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
3760
f332af52
AO
37612001-01-24 Alexandre Oliva <aoliva@redhat.com>
3762
3763 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
3764 keep at least one of build_libtool_libs or build_old_libs set to
3765 yes.
3766
ef099754
AO
37672001-01-24 Alexandre Oliva <aoliva@redhat.com>
3768
3769 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
3770 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
3771
8341f2fc 37722000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 3773
8341f2fc
AJ
3774 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
3775
37762000-11-03 Philip Blundell <pb@futuretv.com>
3777
3778 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
3779 files.
ebf0fa2e 3780
c320a39f
JJ
37812001-01-15 Jeff Johnston <jjohnstn@redhat.com>
3782
3783 * COPYING.NEWLIB: Put into source repository.
3784
8817b92e
BE
37852001-01-15 Ben Elliston <bje@redhat.com>
3786
3787 * configure.in (host_tools): Add sid.
3788 Always configure cgen.
3789 * Makefile.in (all-sid): New target.
3790 (check-sid, clean-sid, install-sid): Likewise.
3791
35590697
AJ
37922001-01-07 Andreas Jaeger <aj@suse.de>
3793
80413487 3794 * config.sub, config.guess: Update from subversions.
35590697 3795
6ee6cea6
AO
37962000-12-12 Alexandre Oliva <aoliva@redhat.com>
3797
3798 * configure.in: Disable language-specific target libraries for
3799 languages that aren't enabled.
3800
077b8428
NC
38012000-11-24 Nick Clifton <nickc@redhat.com>
3802
3803 * configure.in (xscale-elf): Add target.
3804 (xscale-coff): Add target.
3805 (c4x, c5x, tic54x): Move after ARM targets.
3806
9e28a1ed
AO
38072000-11-23 Alexandre Oliva <aoliva@redhat.com>
3808
3809 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
3810
be98a80a
ILT
38112000-11-20 Ian Lance Taylor <ian@zembu.com>
3812
3813 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
3814
5cec67bf
AO
38152000-11-18 Alexandre Oliva <aoliva@redhat.com>
3816
3817 * Makefile.in: Merge with GCC and libgcj.
3818 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
3819 configure-target-<library> when their configure scripts need the C
3820 or C++ library to have already been built to work properly.
3821 (do_proto_toplev): Set them to an empty string.
3822
d932cae7 38232000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
3824
3825 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
3826 (REALLY_SET_LIB_PATH): Use them.
3827
d932cae7 38282000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
3829
3830 * config.sub: Add support for Sun Chorus
3831
8602ff0c
NC
38322000-11-02 Per Lundberg <plundis@chaosdev.org>
3833
3834 * config.sub: Add support for the *-storm-chaos OS.
3835
f9e0997d
NC
38362000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
3837
80413487
RH
3838 * configure.in (noconfigdirs): Don't compile some
3839 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 3840
d64552c5
AO
38412000-09-30 Alexandre Oliva <aoliva@redhat.com>
3842
3843 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
3844 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
3845 all affected `configure' scripts.
3846
97f60b31
AO
38472000-09-25 Alexandre Oliva <aoliva@redhat.com>
3848
3849 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
3850 ltcf-c.sh.
3851
6e8dd58f
PB
38522000-09-12 Philip Blundell <philb@gnu.org>
3853
3854 * config.sub, config.guess: Update from subversions.
3855
103a2e99
AO
38562000-09-06 Alexandre Oliva <aoliva@redhat.com>
3857
51601921
AO
3858 * Makefile.in (all-zlib): Added dummy target.
3859
103a2e99
AO
3860 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
3861 multi-language branch.
3862
2809b4b9
AO
38632000-09-05 Alexandre Oliva <aoliva@redhat.com>
3864
3865 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
3866 (bootstrap*): Depend on all-bootstrap.
3867
7450026c
AO
38682000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
3869
3870 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
3871 crosses, but add gcc/include to the header search path for them.
3872
6cf86f7f
AO
38732000-08-31 Alexandre Oliva <aoliva@redhat.com>
3874
3875 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
3876 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
3877 * gettext.m4: New file, extracted from aclocal.m4.
3878
ce2ea6e3
AO
38792000-08-22 Alexandre Oliva <aoliva@redhat.com>
3880
3881 * config-ml.in (CC, CXX): Avoid trailing whitespace.
3882 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
3883 sub-configures.
3884
9765193e
DE
38852000-08-20 Doug Evans <dje@casey.transmeta.com>
3886
3887 * Makefile.in (ALL_MODULES): Add all-cgen.
3888 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
3889 (all-cgen): New target.
3890 (all-opcodes,all-sim): Depend on all-cgen.
3891 * configure.in (host_tools): Add cgen.
3892 Only configure cgen if --enable-cgen-maint.
3893
d7b32520
AO
38942000-08-17 Alexandre Oliva <aoliva@redhat.com>
3895
3896 * config-ml.in (CC, CXX): Don't introduce a leading space.
3897
e52ef561
AO
38982000-08-16 Alexandre Oliva <aoliva@redhat.com>
3899
3900 * configure.in (libstdcxx_flags): Use
3901 libstdc++-v3/src/libstdc++.INC.
3902
88f9c2a0
AO
39032000-08-15 Alexandre Oliva <aoliva@redhat.com>
3904
3905 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
3906
98fbe43f
JM
39072000-08-11 Jason Merrill <jason@redhat.com>
3908
3909 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
3910 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
3911 (FLAGS_FOR_TARGET): Not here.
3912 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
3913
279ddab4
DD
39142000-08-07 DJ Delorie <dj@redhat.com>
3915
3916 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
3917 "if we're also building gcc, and it's a gcc that will run on the
3918 build machine, we want to use its includes instead of the system's
3919 default includes".
3920
60523a83
AO
39212000-08-03 Alexandre Oliva <aoliva@redhat.com>
3922
24ffec7a
AO
3923 * configure.in (libstdcxx_flags): Don't use `"'.
3924
60523a83
AO
3925 * config-ml.in: Adjust multilib search paths to the
3926 appropriate multilib tree.
3927
daf644b5
AO
39282000-08-02 Alexandre Oliva <aoliva@redhat.com>
3929
3930 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
3931 commas in $LANGUAGES.
3932
63266560
DD
39332000-08-01 Alexandre Oliva <aoliva@redhat.com>
3934
3935 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
3936
39372000-07-31 Alexandre Oliva <aoliva@redhat.com>
3938
3939 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
3940 CXX_FOR_TARGET for sed.
3941
39422000-07-30 Alexandre Oliva <aoliva@redhat.com>
3943
3944 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
3945 Do not override if already set in the environment or in configure.
3946 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
3947 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
3948
9e449d3e
AO
39492000-07-27 Alexandre Oliva <aoliva@redhat.com>
3950
3951 * Makefile.in (FLAGS_FOR_TARGET): New macro.
3952 (GCC_FOR_TARGET): Use it.
3953 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
3954 * configure.in: ... here.
3955 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
3956 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
3957
8bbd92e0
AO
39582000-07-24 Alexandre Oliva <aoliva@redhat.com>
3959
fd1f87b2
AO
3960 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
3961 (configure-target-libchill, configure-target-libobjc): Likewise.
3962
8bbd92e0
AO
3963 * configure.in: Use the same cache file for all target libs.
3964 * config-ml.in: But different cache files per multilib variant.
3965
25c6c112
JL
39662000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3967
3968 * configure (topsrcdir): Don't use dirname.
3969
ba73c63f
JM
39702000-07-20 Jason Merrill <jason@redhat.com>
3971
3972 * configure.in: Remove all references to libg++ and librx.
3973
3974 * configure, configure.in, Makefile.in: Unify gcc and binutils.
3975
1af08294
HPN
39762000-07-20 Hans-Peter Nilsson <hp@axis.com>
3977
3978 * config.sub: Update to subversions version 2000-07-06.
3979
ba73c63f
JM
39802000-07-12 Andrew Haley <aph@cygnus.com>
3981
3982 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
3983 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
3984
39852000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
3986
3987 * symlink-tree: Check number of arguments.
3988
d932cae7 39892000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
3990
3991 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
3992
ba73c63f
JM
39932000-07-05 Jim Wilson <wilson@cygnus.com>
3994
3995 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
3996 search path for a g++ extracted from the build tree. This
3997 will allow link tests run by configure scripts in
3998 subdirectories to succeed.
3999
92ee2f86
UC
40002000-07-01 Koundinya K <kk@ddeorg.soft.net>
4001
80413487 4002 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 4003
23f2f29f
CV
40042000-06-28 Corinna Vinschen <vinschen@cygnus.com>
4005
4006 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
4007 `os2'. Force ac_cv_exeext to be ".exe" in that case.
4008
f04f5a67
TW
40092000-06-19 Timothy Wall <twall@cygnus.com>
4010
4011 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
4012 * config.sub: Add tic54x target.
4013
11da68be
NC
40142000-06-07 Phillip Thomas <pthomas@suse.de>
4015
4016 * README-maintainer-mode: New file: Contains notes on using
4017 --enable-maintainer-mode with binutils.
4018
d932cae7 40192000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
4020
4021 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
4022
d932cae7 40232000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
4024
4025 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
4026 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
4027
9442cea3
L
402820000-05-21 H.J. Lu (hjl@gnu.org)
4029
80413487
RH
4030 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
4031 directory are used if they exist. Make sure
4032 $(build_tooldir)/include is searched for header files,
4033 $(build_tooldir)/lib/ for library files.
9442cea3 4034 (GCC_FOR_TARGET): Likewise.
80413487 4035 (CXX_FOR_TARGET): Likewise.
9442cea3 4036
d932cae7 40372000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
4038
4039 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
4040
d932cae7 40412000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
4042
4043 * Makefile.in (configure-target-libiberty): Depend on
4044 configure-target-newlib.
4045
ba73c63f
JM
40462000-05-16 Alexandre Oliva <aoliva@cygnus.com>
4047
4048 * configure.in, Makefile.in: Merge all libffi-related
4049 configury stuff from the libgcj tree.
4050
d932cae7 40512000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
4052
4053 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
4054 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
4055
d932cae7 40562000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
4057
4058 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
4059 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 4060 current version information. Add to proto-toplev directory.
b5a23627
AC
4061 (gdb-taz): Build do-djunpack.
4062
ba73c63f
JM
40632000-05-15 David Edelsohn <edelsohn@gnu.org>
4064
4065 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
4066
7c86ed39
L
40672000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4068
4069 * ltmain.sh: Preserve in relink_command any environment
4070 variables that may affect the linker behavior.
4071
d932cae7 40722000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
4073
4074 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
4075
d932cae7 40762000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
4077
4078 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
4079
ed0a91a5
EZ
40802000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
4081
4082 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 4083 with the version name.
ed0a91a5 4084
ba73c63f 40852000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 4086
ba73c63f 4087 * config.if: Tweak.
6cafa39f 4088
ba73c63f 40892000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 4090
ba73c63f 4091 * djunpack.bat: New file.
66156876 4092
d932cae7 40932000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
4094
4095 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
4096 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
4097 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
4098 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 4099
ba73c63f
JM
41002000-04-16 Dave Pitts <dpitts@cozx.com>
4101
80413487
RH
4102 * config.sub (case $basic_machine): Change default for "ibm-*"
4103 to "openedition".
ba73c63f 4104
d932cae7 41052000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
4106
4107 * Makefile.in (gdb-taz): New target. GDB specific archive.
4108 (do-md5sum): New target.
4109 (MD5PROG): Define.
4110 (PACKAGE): Default to TOOL.
4111 (VER): Default to a shell script.
4112 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 4113 md5 checksum generation.
b35ece4e
AC
4114 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
4115 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
4116 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 4117 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 4118
d932cae7 41192000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
4120
4121 * configure (warn_cflags): Delete.
4122
ba73c63f 41232000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 4124 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 4125
80413487
RH
4126 * configure.in (enable_libstdcxx_v3): Add.
4127 (target_libs): Add bits here to switch between libstdc++-v2 and
4128 libstdc++-v3.
4129 * config.if: And this file too.
4130 * Makefile.in: Add libstdc++-v3 targets.
35590697 4131
ba73c63f
JM
41322000-04-05 Michael Meissner <meissner@redhat.com>
4133
4134 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 4135
d332c5ac
JM
41362000-03-29 Jason Merrill <jason@casey.cygnus.com>
4137
4138 * configure.in: -linux-gnu*, not -linux-gnu.
4139
d932cae7 41402000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
4141
4142 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
4143 (do-tar-bz2): Replace TOOL with PACKAGE.
4144 (gdb.tar.bz2): Remove GDBTK from GDB package.
4145 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 4146 dejagnu.tar.bz2): New packages.
6dcbc97b 4147
96ce09a7
ILT
41482000-02-27 Andreas Jaeger <aj@suse.de>
4149
4150 * configure.in: Add entry for mips*-*-linux*, move catch all
4151 *-*-*linux* entry below this one.
4152
2031769e
ILT
41532000-02-27 Ian Lance Taylor <ian@zembu.com>
4154
4155 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
4156
4bab746c
NC
41572000-02-24 Nick Clifton <nickc@cygnus.com>
4158
4159 * config.sub: Support an OS of "wince".
4160
d932cae7 41612000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
4162
4163 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 4164 version.
ada59422 4165
5b93d8bb
AM
41662000-02-23 Linas Vepstas <linas@linas.org>
4167
4168 * config.sub: Add support for Linux/IBM 370.
4169 * configure.in: Likewise.
4170
2fb651f6
NC
41712000-02-22 Nick Clifton <nickc@cygnus.com>
4172
4173 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
4174
b8441c25
CF
41752000-02-20 Christopher Faylor <cgf@cygnus.com>
4176
4177 * config.guess: Guess "cygwin" rather than "cygwin32".
4178
d332c5ac
JM
41792000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4180
4181 * configure (gcc_version): When setting, narrow search to
4182 lines containing `version_string'.
4183
ba73c63f
JM
41842000-02-15 Denis Chertykov <denisc@overta.ru>
4185
4186 * config.sub: Add support for avr target.
4187
d932cae7 41882000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
4189
4190 * config.sub: Add mmix-knuth-mmixware.
4191
41922000-01-27 Christopher Faylor <cgf@redhat.com>
4193
4194 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
4195 structure stuff to -L library search.
4196 (CXX_FOR_TARGET): Ditto.
4197 (CROSS_CHECK_MODULES): Fix spelling mistake.
4198
41992000-01-24 Mark Mitchell <mark@codesourcery.com>
4200
4201 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
4202 the C++ compiler.
4203
42042000-01-12 Richard Henderson <rth@cygnus.com>
4205
4206 * configure.in: Don't build some bits for beos.
4207
42082000-01-12 Joel Sherrill (joel@OARcorp.com)
4209
4210 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
4211 as include files.
4212
91b2c84d
GK
42132000-01-06 Geoff Keating <geoffk@cygnus.com>
4214
4215 * configure.in: Use mt-aix43 to handle *_TARGET defs,
4216 not mh-aix43.
4217
ba73c63f
JM
42181999-12-14 Richard Henderson <rth@cygnus.com>
4219
4220 * config.guess (alpha-osf, alpha-linux): Detect ev67.
4221 * config.sub: Accept alphaev[78], alphaev8.
4222
42231999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4224
4225 * config.guess, config.sub: Update from autoconf.
4226
4227Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4228
4229 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
4230 necessary libraries are missing.
4231
42321999-10-25 Andreas Schwab <schwab@suse.de>
4233
4234 * configure: Fix quoting inside arguments of eval.
4235
42361999-10-21 Nick Clifton <nickc@cygnus.com>
4237
4238 * config-ml.in: Allow suppression of some ARM multilibs.
4239
4240Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
4241
4242 * config.guess: Add OS/390 match pattern.
4243 * config.sub: Add mvs, openedition targets.
4244 * configure.in (i370-ibm-opened*): New.
4245
ef14edc4
ILT
42461999-09-04 Steve Chamberlain <sac@pobox.com>
4247
4248 * config.sub: Add support for configuring for pj.
4249
afb478e8
NC
42501999-08-31 Nick Clifton <nickc@cygnus.com>
4251
fd6848f6 4252 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 4253
ba73c63f 42541999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
4255
4256 * configure.in: Do not configure or build ld for AIX
4257 platforms. ld is known to be broken on these platforms.
4258
ba73c63f
JM
4259Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4260
4261 * config-ml.in: Pass compiler flag corresponding to multidirs to
4262 subdir configures.
4263
c363de44
ILT
42641999-08-09 Ian Lance Taylor <ian@zembu.com>
4265
4266 * Makefile.in (LDFLAGS): Define.
4267
dc8bc5a6
ILT
42681999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
4269
4270 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
4271 noconfigdirs.
4272 (*-*-cygwin*): Likewise.
4273
6ca3858e
ILT
42741999-08-08 Ian Lance Taylor <ian@zembu.com>
4275
71141bb6
ILT
4276 * mkdep: New file.
4277 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
4278 (BINUTILS_SUPPORT_DIRS): Add mkdep.
4279
6ca3858e
ILT
4280 From Eli Zaretskii <eliz@is.elta.co.il>:
4281 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
4282 long file name when using DJGPP on MS-DOS.
4283
ba73c63f
JM
4284Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
4285
4286 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
4287
2735a327
AM
42881999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
4289
4290 * Makefile.in (check-target-libio): Remove all-target-libstdc++
4291 dependency as this causes "make check" to globally "make all"
4292
ba73c63f
JM
4293Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
4294
4295 * configure.in (target_libs): Added target-zlib.
4296 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
4297 (CONFIGURE_TARGET_MODULES): Likewise.
4298 (CHECK_TARGET_MODULES): Likewise.
4299 (INSTALL_TARGET_MODULES): Likewise.
4300 (CLEAN_TARGET_MODULES): Likewise.
4301 (configure-target-zlib): New target.
4302 (all-target-zlib): Likewise.
4303 (all-target-libjava): Depend on all-target-zlib.
4304 (configure-target-libjava): Depend on configure-target-zlib.
4305
4306 * Makefile.in (configure-target-libjava): Depend on
4307 configure-target-newlib.
4308 (configure-target-boehm-gc): New target.
4309 (configure-target-qthreads): New target.
4310
80413487
RH
4311 * configure.in (target_libs): Added target-qthreads.
4312 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
4313 (CONFIGURE_TARGET_MODULES): Likewise.
4314 (CHECK_TARGET_MODULES): Likewise.
4315 (INSTALL_TARGET_MODULES): Likewise.
4316 (CLEAN_TARGET_MODULES): Likewise.
4317 (all-target-qthreads): New target.
4318 (configure-target-libjava): Depend on configure-target-qthreads.
4319 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
4320
4321 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
4322 (CONFIGURE_TARGET_MODULES): Likewise.
4323 (CHECK_TARGET_MODULES): Likewise.
4324 (INSTALL_TARGET_MODULES): Likewise.
4325 (CLEAN_TARGET_MODULES): Likewise.
4326 (all-target-libjava): New target.
4327 (all-target-boehm-gc): Likewise.
4328 * configure.in (target_libs): Added libjava, boehm-gc.
4329
08d836d6
ILT
43301999-07-22 Ian Lance Taylor <ian@zembu.com>
4331
4332 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
4333 configure.bat in SUPPORT_FILES.
4334 (gas+binutils.tar.bz2): Likewise.
4335
4336 * makeall.bat: Remove; obsolete.
4337
8f36e47c
ILT
43381999-07-21 Ian Lance Taylor <ian@zembu.com>
4339
4340 From Mark Elbrecht:
4341 * configure.bat: Remove; obsolete.
4342
56e82f25
ILT
43431999-07-11 Ian Lance Taylor <ian@zembu.com>
4344
4345 * configure: Add -W -Wall to the default CFLAGS when compiling with
4346 gcc.
4347
1001d816
JL
4348Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
4349
4350 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
4351
106117aa
MM
43521999-06-30 Mark Mitchell <mark@codesourcery.com>
4353
4354 * configure.in: Build ld on IRIX6.
4355
c376f4ed
ILT
43561999-06-12 Ian Lance Taylor <ian@zembu.com>
4357
4358 * Makefile.in: Change distribution targets to use bzip2 instead of
4359 gzip.
4360 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 4361 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 4362
306b7445
NC
43631999-06-04 Nick Clifton <nickc@cygnus.com>
4364
4365 * config.sub: Add mcore target.
4366
d932cae7 43671999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
4368
4369 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
4370
d932cae7 43711999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
4372
4373 * config.guess (dummy): Changed to $dummy.
4374
6c3175b0
NC
43751999-05-24 Nick Clifton <nickc@cygnus.com>
4376
ba73c63f
JM
4377 * config.sub: Tidied up case statements.
4378
43791999-05-22 Ben Elliston <bje@cygnus.com>
4380
4381 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
4382 <jiro@din.or.jp>.
4383
4384 * config.guess: Merge with FSF version. Future changes will be
4385 more accurately recorded in this ChangeLog.
4386 * config.sub: Likewise.
4387
d932cae7 43881999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
4389
4390 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 4391
252b5132
RH
43921999-04-30 Tom Tromey <tromey@cygnus.com>
4393
4394 * ltmain.sh: [mode link] Always use CC given by ltconfig.
4395
43961999-04-23 Tom Tromey <tromey@cygnus.com>
4397
4398 * ltconfig, ltmain.sh: Update to libtool 1.2f.
4399
44001999-04-20 Drew Moseley <dmoseley@cygnus.com>
4401
4402 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
4403 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
4404 Bad merge removed these two changes.
4405
ba73c63f 4406Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 4407 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
4408
4409 * config.guess (interix Alpha): Add.
4410
252b5132
RH
44111999-04-11 Richard Henderson <rth@cygnus.com>
4412
4413 * configure.in (i?86-*-beos*): Do config gperf; don't config
4414 gdb, newlib, or libgloss.
4415
d932cae7 44161999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 4417
ba73c63f
JM
4418 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
4419 link a trivial program with -mabi=64. If it fails, remove mabi=64
4420 from multidirs.
4421
d932cae7 44221999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
4423
4424 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
4425
252b5132
RH
44261999-04-08 Nick Clifton <nickc@cygnus.com>
4427
4428 * config.sub: Add support for mcore targets.
4429
44301999-04-07 Michael Meissner <meissner@cygnus.com>
4431
4432 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
4433 not mt-ospace, in order to shut up assembler warning about using
4434 symbols that are named the same as registers.
4435
44361999-04-07 Drew Moseley <dmoseley@cygnus.com>
4437
4438 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
4439 dependency list for all-target-cygmon.
4440
44411999-04-05 Doug Evans <devans@casey.cygnus.com>
4442
4443 * config-ml.in: Check $host, not $target, for selective multilibs.
4444 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
4445 thumb interworking, and underscore prefix multilibs.
4446
44471999-04-04 Ian Lance Taylor <ian@zembu.com>
4448
4449 * missing: Update to version from current automake.
4450
4451Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
4452
4453 * configure (gxx_include_dir): Removed.
4454
4455 * configure.in (gxx_include_dir): Handle it.
4456 * Makefile.in: Likewise.
4457
44581999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
4459
4460 * config.sub (mips64vr4111,mips64vr4111el) Add.
4461
44621999-03-21 Ben Elliston <bje@cygnus.com>
4463
80413487 4464 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
4465
4466Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
4467
252b5132
RH
4468 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
4469 config/mh-djgpp.
4470
4471Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
4472
4473 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
4474 all-target-newlib to dependency list for all-target-bsp.
4475
4476Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
4477
4478 * config.sub: Add i386-uwin support.
4479 * config.guess: Likewise.
4480
4481Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4482
4483 * configure.in: cleanup, add mh-*pic handling for arm, special
4484 case powerpc*-*-aix*
4485
4486Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
4487
4488 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
4489 can be built.
4490
4491Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
4492
4493 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 4494 targets.
252b5132
RH
4495
44961999-03-02 Nick Clifton <nickc@cygnus.com>
4497
4498 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
4499
d932cae7 45001999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
4501
4502 * config.sub: Check for "cygwin*" rather than "cygwin32*"
4503
45041999-02-24 Nick Clifton <nickc@cygnus.com>
4505
4506 * config.sub: Fix typo in arm recognition.
4507
d932cae7 45081999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
4509
4510 * configure.in (noconfigdirs): Changed target_configdirs to
4511 include target-bsp only for m68k-*-elf* and m68k-*-coff*
4512 rather than m68k-*-* since it is not known to work on
4513 m68k-aout. Ditto for arm-*-*oabi.
4514
d932cae7 45151999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
4516
4517 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
4518
45191999-02-19 Ben Elliston <bje@cygnus.com>
4520
4521 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
4522 Smart and improved by Andrew Cagney.
4523
d932cae7 45241999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
4525
4526 * config.guess: Recognize openbsd-*-hppa.
4527
d932cae7 45281999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
4529
4530 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
4531 only if it is not empty.
4532
45331999-02-17 Nick Clifton <nickc@cygnus.com>
4534
4535 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 4536
fd6848f6 4537 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
4538
4539 * config.sub: Modified to recognize uname's armv* syntax.
4540
45411999-02-17 Mark Salter <msalter@cygnus.com>
4542
4543 * configure.in: Added target-bsp for sparclite.
4544
d932cae7 45451999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
4546
4547 * config.sub: Recognize alphapca5[67] and up to alphaev8.
4548
45491999-02-08 Nick Clifton <nickc@cygnus.com>
4550
4551 * configure.in: Add support for strongarm port.
4552 * config.sub: Add support for strongarm target.
4553
d932cae7 45541999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 4555
252b5132
RH
4556 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
4557 the old name config/mh-cygwin32.
4558 Enable texinfo.
4559
d932cae7 45601999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
4561
4562 * configure.in: Do build ld for ix86 Solaris.
4563
d932cae7 45641999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
4565
4566 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
4567 $AR_FOR_TARGET. Likewise for RANLIB.
4568
d932cae7 45691999-02-02 Catherine Moore <clm@cygnus.com>
35590697 4570
80413487
RH
4571 * config.sub (oabi): Recognize.
4572 * configure.in (arm-*-oabi): Handle.
252b5132 4573
d932cae7 45741999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
4575
4576 * config.guess: Improve detection of i686 on UnixWare 7.
4577
d932cae7 45781999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
4579
4580 * config.guess: Add support for i386-pc-interix.
4581 * config.sub: Likewise.
4582 * configure.in: Likewise.
252b5132 4583
d932cae7 45841999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
4585
4586 * Makefile.in: Remove unneeded all-target-libio from
4587 from all-target-winsup target since it is now unneeded.
4588 Add all-target-libtermcap in its place since it is now
4589 needed.
4590
d932cae7 45911998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
4592
4593 * configure.in: makefile stub for cygwin target is probably
4594 unnecessary. Remove it for now.
252b5132 4595
d932cae7 45961998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
4597
4598 * configure.in: libtermcap.a should be built when cygwin is the
4599 target as well as the host.
4600 * config.guess: Allow mixed case in cygwin uname output.
4601 * Makefile.in: Add libtermcap target.
252b5132 4602
d932cae7 46031998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
4604
4605 * config.sub: Clean up handling of hppa2.0.
4606
d932cae7 46071998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
4608
4609 * config.guess: Use C code to identify more HP machines.
4610
4611Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
4612
4613 * config.sub: Handle hppa2.0.
4614
ba73c63f
JM
4615Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
4616
4617 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 4618 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
4619
46201998-12-15 Mark Salter <msalter@cygnus.com>
4621
4622 * configure.in: Added target-bsp for several target architectures.
4623
4624 * Makefile.in: Added rules for bsp.
4625
252b5132
RH
4626Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
4627
4628 * config.guess: Improve detection of hppa2.0 processors.
4629
4630Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
4631
4632 * config.guess: Recognize FreeBSD using ELF automatically.
4633
46341998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
4635
4636 * configure (skip-this-dir): Add handling for new shell script, which
4637 might be created by a sub-directory's configure to indicate, this particular
4638 directory is "unwanted".
4639 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
4640
252b5132
RH
4641Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
4642
4643 * ltconfig: import from libtool, after changing libtool to
4644 account for the cygwin name change.
4645
4646Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
4647
4648 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
4649 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
4650
4651Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
4652
4653 * configure.in: Add libtermcap to list of cygwin dependencies.
4654
d932cae7 46551998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 4656
80413487
RH
4657 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
4658 they include winsup/include when it's a cygwin target.
252b5132
RH
4659
46601998-11-12 Tom Tromey <tromey@cygnus.com>
4661
4662 * configure.in (host_tools): Added zip.
4663 * Makefile.in (all-target-libjava): Depend on all-zip.
4664 (all-zip): New target.
4665 (ALL_MODULES): Added all-zip.
4666 (NATIVE_CHECK_MODULES): Added check-zip.
4667 (INSTALL_MODULES): Added install-zip.
4668 (CLEAN_MODULES): Added clean-zip.
4669
d932cae7 46701998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
4671
4672 * Makefile.in: lose "32" from comment about cygwin.
4673
d932cae7 46741998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
4675
4676 * configure.in: Use -Os to build target libraries for the fr30.
4677
d932cae7 46781998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
4679
4680 * config.sub: Add fr30.
4681
d932cae7 46821998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 4683
80413487 4684 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
4685 cygwin* instead of cygwin32*.
4686 * config.sub: Check cygwin* instead of cygwin32*.
4687
d932cae7 46881998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
4689
4690 * config.guess: Match any version of Unixware7.
4691
252b5132
RH
46921998-10-20 Syd Polk <spolk@cygnus.com>
4693
4694 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
4695 if desired.
4696
d932cae7 46971998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
4698
4699 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
4700 these if the appropriate directories and files to not exist.
4701
d932cae7 47021998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
4703
4704 * Makefile.in (DEVO_SUPPORT): Add config.if.
4705
d932cae7 47061998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
4707
4708 * configure: Add pattern to replace "build_tooldir"'s
4709 definition in the generated Makefile with "tooldir"'s
4710 actual value.
4711
252b5132
RH
4712Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
4713
4714 * config.sub: Bring back lost sparcv9.
4715
ba73c63f
JM
4716 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
4717
4718Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
4719
4720 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
4721 CC_FOR_TARGET and friends.
4722
4723Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 4724
ba73c63f
JM
4725 * Makefile.in (build_tooldir): New variable, same as tooldir.
4726 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
4727 -B$(build_tooldir)/bin/.
4728 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
4729
252b5132
RH
4730Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
4731
4732 * config.sub: Add support for i[34567]86-pc-udk.
4733 * configure.in: Likewise.
4734
4735Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
4736
4737 * Makefile.in: add bzip2 package building bits for user
4738 tools module
4739 * configure.in: ditto
4740
ba73c63f
JM
4741Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
4742
4743 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
4744 (ALL_TARGET_MODULES): Add all-target-libobjc.
4745 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
4746 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
4747 (all-target-libchill): Add dependencies.
4748 * configure.in (target_libs): Add libchill.
35590697 4749
252b5132
RH
47501998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
4751
ba73c63f 4752 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
4753
4754Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
4755
4756 * Makefile.in (all-automake): fix dependencies.
4757
4758Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
4759
4760 * configure.in: Minor cleanups for building in the $(target_alias)
4761 subdir.
4762
47631998-09-22 Jim Wilson <wilson@cygnus.com>
4764
4765 * Makefile.in (bootstrap): Set r and s before make all. Use
4766 BASE_FLAGS_TO_PASS in make all.
4767 (cross): Likewise.
4768
47691998-09-20 Mark Mitchell <mark@markmitchell.com>
4770
4771 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
4772
252b5132
RH
4773Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
4774
4775 * config.sub: Fix typo in last change.
4776
47771998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
4778
4779 * config.sub: Add support for C4x target.
4780 * configure.in: Likewise.
4781
47821998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
4783
4784 * config.sub: Recognize sparcv9 just like sparc64.
4785
4786Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
4787
4788 * config.guess: Match "Pent II" or "PentII" for OpenServer.
4789
4790Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
4791
4792 * config.guess: Correctly identify Pentium II sco boxes.
4793
4794 * config.guess: Fix "tr" code. From Weiwen Liu.
4795
4796Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
4797
4798 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
4799 stabs.
4800
4801Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
4802
4803 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
4804 (ALL_TARGET_MODULES): Add all-target-libchill.
4805 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
4806 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
4807 (all-target-libchill): Add dependencies.
4808 * configure.in (target_libs): Add libchill.
4809
4810Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
4811
4812 * config.guess: Avoid assumptions about "tr" behaves when
4813 LANG is set to something other than English.
4814
4815Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
4816
4817 * configure (gxx_include_dir): Changed to
4818 '${prefix}/include/g++'-${libstdcxx_interface}.
4819
4820 * config.if: New to determine the interfaces.
4821
4822Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
4823
4824 * config.guess: Detect and handle MPE/IX.
4825 * config.sub: Deal with MPE/IX.
4826
4827Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
4828
4829 * configure.in: Use mh-aix43.
4830
48311998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
4832
4833 * configure: Fix --without/--disable cases for gxx-include-dir.
4834
4835Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
4836
4837 * mdata-sh: Imported. Needed for automake support.
4838
4839Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
4840
ba73c63f 4841 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
4842 "chmod og=u `find . -print`".
4843
4844Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
4845
ba73c63f 4846 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
4847
4848Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
4849
4850 * Makefile.in: Undo previous patch.
4851
4852Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
4853
4854 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
4855 to here ...
4856 (install-no-fixedincludes): and here
4857 (INSTALL_MODULES): ... from here.
4858
4859Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
4860
4861 * config.sub: Merge with FSF.
4862
4863 * config.guess: Merge with FSF.
4864
4865Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
4866
4867 * configure (extraconfigdirs): New variable.
4868 (SUBDIRS): Add extraconfigdirs and recurse on them too.
4869 * Makefile.in (all): Move higher in file.
4870 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
4871 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
4872 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
4873 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
4874 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
4875
48761998-07-23 Brendan Kehoe <brendan@cygnus.com>
4877
4878 * Makefile.in (all-target-libjava): Depend on all-gcc and
4879 all-target-newlib.
4880 (configure-target-libjava): Depend on $(ALL_GCC).
4881
4882Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
4883
4884 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
4885 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
4886
4887Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
4888
4889 * ylwrap: Change absolute path checks to check for DOS style path
4890 names.
4891
4892 * ylwrap: Don't use a full path name if the source file is in the
4893 same directory. From hjl@lucon.org (H.J. Lu).
4894
4895 * config-ml.in: Default to being verbose, to match Feb 18 change to
4896 configure.
4897
4898Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
4899
4900 Brought over from egcs:
4901
4902 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
4903
4904 * configure.in (target_subdir): Set to ${target_alias} instead
4905 of "libraries".
4906
4907 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
4908
4909 * configure.in (target_subdir): Set to libraries if enable_multilib.
4910
4911Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
4912
4913 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
4914 multilibs, force reconfiguration the first time we create
4915 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
4916
4917Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
4918
4919 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
4920 avoid confusion with --no-recursion.
4921
4922Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
4923
4924 * configure.in: Win32 hosts shouldn't use install -x
4925 * install-sh: remove -x option, and special .exe-handling
4926 hack.
4927
4928Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
4929
4930 * config.guess: Recognize i586-pc-beos.
4931 * configure.in: Don't build some bits for beos.
4932
4933Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
4934
4935 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
4936 CFLAGS default to -O2.
4937
4938 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
4939 when using GNU ld.
4940
4941Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
4942
4943 * ltmain.sh: Correct install when using a different shell.
4944
4945Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
4946
4947 * ltconfig, ltmain.sh: Update to libtool 1.2b.
4948
4949Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
4950
4951 * makefile.vms: Update to build binutils/makefile.vms. Add install
4952 target.
4953
4954Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
4955
4956 * ltconfig: Update to correct AIX handling.
4957
4958Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
4959
4960 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
4961
4962 * configure.in (target_subdir): Set to ${target_alias} instead
4963 of "libraries".
4964
49651998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
4966
4967 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
4968 (Makefile): Depend on $(gcc_version_trigger).
4969
4970 * configure (gcc_version): Change default initializer to empty
4971 string.
4972 (gcc_version_trigger): New variable; pass this variable down
4973 to subdir configures to enable them checking gcc's version
4974 themselves. Emit make macros for both gcc_version vars.
4975 (topsrcdir): Initialize reliably.
4976 (recursion line): Remove --with-gcc-version=${gcc_version}.
4977
49781998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
4979
4980 * configure (enable_version_specific_runtime_libs): Implement new flag
4981 --enable-version-specific-runtime-libs which installs C++ runtime stuff
4982 in $(libsubdir); emit definition in each generated Makefile.
4983 (gxx_include_dir): Initialize depending on
4984 $enable_version_specific_runtime_libs.
4985
49861998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
4987
4988 * configure (gcc_version): Initialize properly depending on
4989 how and where configure is started.
4990 (recursion line): Pass a --with-gcc-version=${gcc_version}
4991 to configures in subdirs.
4992
4993Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
4994
4995 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 4996 cygmon
252b5132
RH
4997
4998Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
4999
5000 * configure.in: Add cygmon and libstub support for mn10200.
5001
50021998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
5003
5004 * configure (gcc_version): Add new variable describing the
5005 particular gcc version we're building.
5006 * Makefile.in (libsubdir): Add new macro for the directory
5007 in which the compiler finds executables, libraries, etc.
5008 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
5009 and libsubdir.
5010
5011Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
5012
ba73c63f
JM
5013 * Makefile.in (local-clean): Remove *.log.
5014 (warning.log): Built with warn_summary from build.log.
5015 (mail-report.log): Run test_summary.
5016 (mail-report-with-warnings.log): Run test_summary including
5017 warning.log in the report.
252b5132
RH
5018
5019Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
5020
5021 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
5022
5023Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
5024
5025 * Makefile.in (grep): Grep no longer depends on libiberty.
5026
5027Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
5028
5029 * Makefile.in: all-snavigator needs all-libgui.
5030
5031Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
5032
5033 * configure.in: Add cygmon and libstub support for mn10300.
5034
5035Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
5036
5037 * missing: Update to version from automake 1.3.
5038
5039 * ltmain.sh: On installation, don't get confused if the same name
5040 appears more than once in the list of library names.
5041
5042Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
5043
5044 * config.sub: Accept m68060 and m5200 as CPU names.
5045
5046Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
5047
5048 * configure: Use && rather than using -a in test, because odd
5049 strings can confuse test.
5050 * configure.in: Likewise.
5051
5052Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
5053
5054 * ltconfig, ltmain.sh: Bring in Visual C++ support.
5055
5056Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
5057
5058 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
5059 bootstrap4-lean): New targets.
5060
5061Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
5062
5063 * mpw-* Delete. Not used.
252b5132
RH
5064
5065Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
5066
5067 * COPYING.LIB: Update FSF address.
5068
5069Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
5070
5071 * ltconfig, ltmain.sh: Update to libtool 1.2a.
5072
5073 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
5074 GAS_SUPPORT_DIRS.
5075
5076Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
5077
5078 * ltconfig, ltmain.sh: Avoid producing a version number if
5079 -version-info was not used.
5080
5081Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
5082
5083 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
5084 building with newlib.
5085
50861998-04-30 Paul Eggert <eggert@twinsun.com>
5087
ba73c63f 5088 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 5089 Solaris `make' causes it to continue to next definition.
252b5132 5090
afb8d725
JM
5091Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
5092
5093 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
5094 the right GUI libraries and files are installed along with GDB.
5095
252b5132
RH
5096Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
5097
5098 * configure.in: Change alpha to alpha* in several places.
5099
5100Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
5101
5102 * config.sub: Recognize sparc86x.
5103
5104Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 5105
252b5132
RH
5106 * configure.in (--enable-target-optspace): Remove debug echo.
5107
5108Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
5109
5110 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
5111
5112Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
5113
5114 * ltconfig: Update cygwin32 support.
5115
5116 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
5117 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
5118 (GDB_SUPPORT_DIRS): Likewise.
5119
5120Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
5121
5122 * configure.in (target_makefile_frag): If --enable-target-optspace,
5123 use -Os to compile target libraries rather than -O2. Default to
5124 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
5125 not used.
5126 * configure.in (target_cflags): Ditto for d30v.
5127
5128Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
5129
5130 * Makefile.in (all-bfd): Depend on all-intl.
5131 (all-binutils): Likewise.
5132 (all-gas): Likewise.
5133 (all-gprof): Likewise.
5134 (all-ld): Likewise.
5135
252b5132
RH
51361998-04-19 Brendan Kehoe <brendan@cygnus.com>
5137
5138 * configure.in (host_tools): Fix typo, lbtool -> libtool.
5139
5140Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
5141
5142 * Makefile.in (all-bfd): Depend upon all-libiberty.
5143
5144 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
5145
5146Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
5147
5148 * Makefile.in: Add libstub.
5149
5150 * configure.in: Ditto. Build libstub for targets that have cygmon
5151 support.
5152
5153Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
5154
5155 * configure.in: Don't set PICFLAG on ix86-cygwin32.
5156
5157Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
5158
5159 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
5160 use mh-sysv5 if specified. Support gprof on SCO Open Server.
5161
5162Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
5163
5164 * configure: Define DEFAULT_M4 by searching PATH.
5165 * Makfile.in: Use DEFAULT_M4.
5166
5167Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
5168
5169 * ltconfig: Add cygwin32 support.
5170
5171 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
5172 to configure and build.
5173
5174Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
5175
5176 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
5177
5178Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
5179
5180 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
5181
5182Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
5183
5184 * Makefile.in: add ash make rules
5185 * configure.in: add ash to native_only and host_tools lists
5186
5187Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
5188
5189 * Makefile.in (all-gettext, all-intl): New targets.
5190 (ALL_MODULES): Added all-gettext, all-intl.
5191 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
5192 (INSTALL_MODULES): Added install-gettext, install-intl.
5193 (CLEAN_MODULES): Added clean-gettext, clean-intl.
5194
5195 * configure.in (host_tools): Added gettext.
5196 (native_only): Likewise.
5197 (noconfigdirs) [various cases]: Likewise.
5198 (host_libs): Added intl.
5199
afb8d725
JM
5200Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
5201
5202 * configure: Do not disable building gdbtk for cygwin32 hosts.
5203
ba73c63f
JM
5204Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
5205
5206 * configure.in: Add thumb-coff target.
5207 * config.sub: Add thumb-coff target.
5208
252b5132
RH
5209Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
5210
5211 * Makefile.in: Revert yesterday's change.
5212 (all-target-winsup): all-target-librx stays out of here.
5213
5214Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
5215
ba73c63f
JM
5216 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
5217 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
5218 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
5219 Remove references to librx and libg++.
5220
5221Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
5222
5223 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
5224 recursive makes
5225
5226Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
5227
5228 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
5229 for newlib directory.
5230 (CXX_FOR_TARGET): Likewise.
5231
5232Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
5233
5234 * ltconfig: Update after libtool/ltconfig.in change for
5235 hpux11.
5236
5237Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
5238
5239 * ltconfig, ltmain.sh: Update to libtool 1.2.
5240
5241Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
5242
5243 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
5244 (install-gcc-cross): Instead, override LANGUAGES here.
5245
52461998-03-18 Dave Love <d.love@dl.ac.uk>
5247
5248 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
5249 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
5250
5251Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
5252
5253 * configure.in: Add Thumb-pe target.
5254
5255Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 5256
252b5132
RH
5257 * Makefile.in - changed sn targets to snavigator
5258 * configure.in - changed sn targets to snavigator
5259
5260Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
5261
5262 * config-ml.in: After building symlink tree call make distclean
5263 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
5264 to be the case for libiberty.
5265
5266Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
5267
5268 * configure: When making link, also check the current
5269 directory. The configure scripts may create one.
5270
5271Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
5272
5273 * config.sub: Accept alphapca56 and alphaev6 properly.
5274
5275Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5276
5277 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
5278
252b5132
RH
5279Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
5280
80413487 5281 * config.sub (sco5): Fix typo.
252b5132
RH
5282
5283Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
5284
5285 * Makefile.in (INSTALL_MODULES): Move install-tcl before
5286 install-itcl.
5287 (install-itcl): Remove dependency on install-tcl.
5288
5289Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
5290
5291 * configure.in: Remove libgloss from noconfigdirs for MN10300.
5292
252b5132
RH
5293Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
5294
5295 * configure.in: Don't build libgui for a cygwin32 target when not on
5296 a cygwin32 host.
5297
5298Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
5299
5300 * configure (redirect): Set to null, so default behavior of
5301 configure is now --verbose.
5302
53031998-02-16 Dave Love <d.love@dl.ac.uk>
5304
5305 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
5306 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
5307
5308Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
5309
5310 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
5311 this change to sync Makefile.in with its ChangeLog entries.
5312
5313Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
5314
5315 * ltmain.sh (mkdir): Check that the directory doesn't exist
5316 before we exit with error, so that we don't get races during
5317 parallel builds.
5318
5319Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
5320
5321 * ltconfig, ltmain.sh: Update from libtool 1.0i.
5322
5323Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
5324
5325 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
5326 PICFLAG_FOR_TARGET.
5327 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
5328
5329 * configure: Emit a definition for the new macro enable_shared
5330 into each Makefile.
5331
252b5132
RH
5332Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
5333
5334 * configure.in (host_tools, native_only): Add libtool.
5335
5336Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
5337
5338 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
5339 Fix typo in ming config comment.
5340
5341Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
5342
5343 * ltconfig, ltmain.sh: Update from libtool 1.0h.
5344
5345Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
5346
5347 * config.sub: Add tic30 cases, and map c30 to tic30.
5348
ba73c63f
JM
5349Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
5350
5351 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
5352 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
5353 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
5354 (CLEAN_TARGET_MODULES): Similarly
5355 (all-target-libf2c): Add dependences.
35590697 5356 * configure.in (target_libs): Add libf2c.
ba73c63f 5357
252b5132
RH
5358Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
5359
ba73c63f
JM
5360 * configure.in: Remove expect from noconfigdirs when target
5361 is cygwin32. OK to build expect and dejagnu with Canadian
5362 Cross.
252b5132
RH
5363
5364Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
5365
5366 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
5367 host.
5368
5369 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
5370 and mingw32.
5371
5372Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
5373
5374 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
5375 here as it is not defined in the toplevel Makefile.
5376
5377Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
5378
5379 * configure (package_makefile_rules_frag): New variable, which names
5380 a file with generic rules, ...
5381 Change comment to mention we now have FIVE parts.
5382 * configure: Undo last change.
5383
5384Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
5385
5386 * config.guess: More accurate determination of HP processor types.
5387 * config.sub: More accurate determination of HP processor types.
5388
5389Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
5390
5391 * configure (package_makefile_frag): Move inserting the
5392 ${package_makefile_frag} to where it should be according
5393 to the comment.
5394
ba73c63f 5395Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
5396
5397 * config.guess: Add support for Linux/ARM.
5398
5399Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
5400
5401 * .cvsignore: Remove *-info and *-install since they match
5402 release-info and mpw-install, which we don't want to just ignore.
5403
5404Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
5405
5406 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
5407
5408Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
5409
5410 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
5411 local_prefix to sub-make invocations.
5412
5413Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
5414
5415 * configure.in: Check makefile fragments in the source
5416 directory.
5417
5418Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
5419
ba73c63f
JM
5420 * configure.in: Check whether host and target makefile
5421 fragments exist before adding them to *_makefile_frag.
252b5132
RH
5422
5423Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
5424
5425 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 5426
252b5132
RH
5427Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
5428
5429 * configure.in: Make sure we only replace RPATH_ENVVAR on
5430 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
5431 regexp to sed.
5432
5433 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
5434 to sub-makes.
5435
54361998-01-13 Lee Iverson (leei@ai.sri.com)
5437
5438 * config-ml.in (multi-do): LDFLAGS must include multilib
5439 designator.
5440
5441Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
5442
5443 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
5444
5445Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
5446
5447 * config.sub: Add mingw32 support.
5448 * configure.in: Likewise.
252b5132
RH
5449
5450Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
5451
5452 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
5453
5454Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
5455
5456 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
5457 * configure (gxx_include_dir): Provide a definition for subdirs
5458 which do not use autoconf.
5459
5460Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
5461
5462 * config.guess: Sync with egcs. Picks up new alpha support,
5463 BeOS & some additional linux support.
5464
ba73c63f 5465Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
5466
5467 * config.guess: HP 9000/803 is a PA1.1 machine.
5468
ba73c63f
JM
5469Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
5470
5471 * configure.in: It's alpha*-...
252b5132
RH
5472
5473Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
5474
ba73c63f
JM
5475 * configure.in (host_makefile_frag, target_makefile_frag):
5476 Handle multiple config files.
5477 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
5478 alpha-*-*.
252b5132
RH
5479
5480Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
5481
5482 * mkdep: New file.
5483
5484Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
5485
5486 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
5487
5488Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
5489
5490 * Makefile.in: Add libgui directory.
5491 (GDB_TK): Add all-libgui.
5492 * configure.in: Add libgui directory.
5493 * configure: Add all-libgui to GDB_TK.
5494
5495Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
5496
5497 * config-ml.in (multidirs): Add m32r to multilib list.
5498
5499Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
5500
5501 * Makefile.in (all-target-gperf): Change dependency to
5502 all-target-libstdc++.
5503
5504Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
5505
5506 * config.guess: Add BeOS support.
5507
5508Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
5509
5510 Source directory cvs renamed to cvssrc:
5511 * configure.in (host_tools): Change cvs to cvssrc.
5512 (native_only): Likewise.
5513 (noconfigdirs) [various cases]: Likewise.
5514 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
5515 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
5516 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
5517 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
5518 (all-cvssrc): Rename target from all-cvs.
5519
5520Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
5521
5522 * configure (gxx_include_dir): Fix thinko.
5523
5524Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
5525
5526 * Makefile.in (INSTALL_TARGET_CROSS): Define.
5527 (install-cross, install-gcc-cross): New targets.
5528
5529Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
5530
5531 * configure.in (noconfigdirs): Add support for Thumb target.
5532
5533 * config.sub (maybe_os): Add support for Thumb target.
5534
5535Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
5536
5537 * Makefile.in: Add rules for cygmon.
5538
5539 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
5540
5541Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
5542
5543 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
5544 * configure (gxx_include_dir): Provide a definition for subdirs
5545 which do not use autoconf.
5546
5547Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
5548
5549 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 5550 11/18/97 build
252b5132
RH
5551
5552Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
5553
5554 * From Franz Sirl.
5555 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
5556 found on RedHat Linux systems.
5557
5558Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
5559
5560 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
5561 guesses.
5562
5563Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
5564
5565 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
5566
5567Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
5568
5569 * ltmain.sh: If mkdir fails, check whether the directory was created
5570 anyhow by some other process.
5571
5572Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
5573
5574 * configure.in (d30v-*-*): Configure all directories.
5575
5576Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
5577
5578 * configure.in (d30v-*-*): Configure newlib, libiberty directories
5579 for the D30V.
5580
5581Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
5582
5583 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
5584
5585Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
5586
80413487
RH
5587 * include/libiberty.h: Add extern "C" { so it can be used with C++
5588 progrms.
5589 * include/remote-sim.h: Add extern "C" { so it can be used with C++
5590 programs.
252b5132
RH
5591
5592Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
5593
5594 * configure.in (d30v-*-*): Configure GCC now.
5595
5596Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
5597
5598 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
5599 is no longer needed.
5600
5601Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
5602
5603 * Makefile.in: check-target-libio depends on all-target-libstdc++.
5604
5605Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
5606
5607 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
5608 targets using "$@" to provide support for similar but not identical
5609 targets without having to duplicate code.
5610
5611Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
5612
5613 * makefile.vms: Fix to work with DEC C.
5614
5615Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
5616
5617 * config.sub: Add mips-tx39-elf to marketing names.
5618
5619Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
5620
5621 * ltmain.sh: Handle symlinks in generated script.
5622
5623Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
5624
5625 * configure: Handle autoconf style directory options: --bindir,
5626 --datadir, --includedir, --infodir, --libdir, --libexecdir,
5627 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
5628 --sysconfdir.
5629 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
5630 (sharedstatedir, localstatedir, oldincludedir): New variables.
5631 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
5632 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
5633 sbindir, sharedstatedir, and sysconfdir.
5634
5635Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
5636
5637 * Makefile.in (bootstrap-lean): New target.
5638
5639Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
5640
5641 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 5642 sn, and gnuserv from noconfigdirs.
252b5132
RH
5643
5644Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
5645
5646 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
5647
5648Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
5649
ba73c63f 5650 * Makefile.in (cross): New target.
252b5132
RH
5651
5652Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 5653 Jeff Law <law@cygnus.com>
252b5132
RH
5654
5655 * Makefile.in (bootstrap2, bootstrap3): New targets.
5656 (all-bootstrap): Remove outdated and confusing target.
5657 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
5658
afb8d725
JM
5659Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
5660
5661 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 5662 windows. Consistent with gdb/configure.
afb8d725 5663
252b5132
RH
56641997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
5665
252b5132
RH
5666 * configure.in: Name Linux target fragment.
5667
5668 * configure: Rewrite so that project Makefile fragment is inserted
5669 first and appears last in the resulting Makefile.
5670
5671Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
5672
5673 * Makefile.in (install-itcl): Install tcl first.
5674
252b5132 5675Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 5676
252b5132
RH
5677 * configure.in: remove bison from noconfigdirs for Cygwin32 host
5678
5679Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
5680
5681 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
5682
5683 * configure.in (skipdirs): Add target-librx for Linux.
5684 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
5685
5686Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
5687
5688 * Makefile.in (bootstrap): New target.
5689
5690Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
5691
5692 * config.sub: Accept 'amigados' for backward compatability.
5693
5694Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
5695
5696 * config.guess: Merge with FSF.
5697
ba73c63f
JM
5698Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
5699
5700 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
5701
252b5132
RH
5702Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
5703
5704 * config.sub: Add "marketing-names" patch.
5705
5706Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
5707
80413487 5708 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
5709
5710Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
5711
5712 * config.sub: Handle v850-elf.
5713
ba73c63f
JM
5714Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
5715
5716 * .cvsignore (*-install): Remove.
5717
252b5132
RH
5718Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
5719
5720 * ltconfig: Set CONFIG_SHELL in libtool.
5721 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
5722
5723Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
5724
5725 * configure.in (target_subdir): Set to libraries if enable_multilib.
5726
5727Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
5728
5729 * config.guess: Update from gcc directory.
5730
5731Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
5732
5733 * Makefile.in (all-sim): Depends on all-readline.
5734
5735Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
5736
5737 * Makefile.in (BISON, YACC): Use $$s.
5738 (all-bison): Depend on all-texinfo.
5739
5740Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
5741
5742 * Makefile.in (BISON): Add -L flag.
5743 (YACC): Likewise.
5744
5745Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
5746
35590697
AJ
5747 * configure.in (noconfigdirs): Add support for v850e target.
5748
252b5132
RH
5749 * config.sub (maybe_os): Add support for v850e target.
5750
5751Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
5752
35590697
AJ
5753 * configure.in (noconfigdirs): Add support for v850ea target.
5754
252b5132
RH
5755 * config.sub (maybe_os): Add support for v850ea target.
5756
5757Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
5758
5759 * config.sub: Add mipstx39. Delete r3900.
5760
5761Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
5762
5763 * Makefile.in (all-autoconf): Depends on all-texinfo.
5764
5765Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
5766
5767 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
5768 eabi targets.
5769
5770Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
5771
5772 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
5773
5774 * configure: When handling a Canadian Cross, handle YACC as well as
5775 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 5776 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
5777
5778Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
5779
5780 * Makefile.in (BISON): bison, not byacc or bison -y.
5781 (YACC): bison -y or byacc or yacc.
5782 (various): Add *-bison as appropriate.
5783 (taz): No need to mess with BISON anymore.
5784
5785Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
5786
5787 * configure: If OSTYPE matches *win32*, try to find a good value for
5788 CONFIG_SHELL.
5789
5790Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
5791
5792 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
5793 configure.in if it is present.
5794
5795Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
5796
5797 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
5798
5799Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
5800
5801 * config.sub: Recognize `arc' cpu.
5802 * configure.in: Likewise.
5803 * config-ml.in: Likewise.
5804
5805Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
5806
5807 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
5808
5809Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
5810
5811 * configure: Changed sed delimiter from ':' to '|' when
5812 attempting to substitute ${config_shell} for SHELL. On
5813 NT ${config_shell} may contain a ':' in it.
5814
5815Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
5816
5817 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
5818
5819Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
5820
5821 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
5822
5823Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
5824
5825 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
5826
5827 * ylwrap: If the program is a relative path, force it to be
5828 absolute.
5829
5830Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
5831
5832 * configure (tooldir): Set BISON to `bison -y' and not just bison.
5833
5834Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
5835
5836 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
5837 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
5838 for libraries.
252b5132
RH
5839
5840Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
5841
5842 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 5843 separated by spaces.
252b5132
RH
5844
5845Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
5846
5847 * ylwrap: New file.
5848 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
5849
5850 * ltmain.sh: Handle /bin/sh at start of install program.
5851
5852 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
5853
5854 * ltconfig, ltmain.sh: New files, from libtool 1.0.
5855 * missing: New file, from automake 1.2.
5856
5857Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
5858
5859 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
5860 check-tk to CHECK_X11_MODULES.
5861
5862Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
5863
5864 * config.sub: Merge with FSF.
5865
5866Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
5867
5868 * config.guess: Merge with FSF.
5869
5870Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
5871
5872 * configure: Treat msdosdjgpp like go32.
5873 * configure.in: Likewise. Don't remove gprof for go32.
5874
5875 * configure: Change Makefile.tem2 to Makefile.tm2.
5876
5877Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
5878
5879 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
5880
5881Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
5882
5883 * install-sh (chmodcmd): Set to null if the DST directory already
5884 exists. Same as Nov 11th change.
5885
5886Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
5887
35590697 5888 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
5889
5890Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
5891
5892 * config.guess: Update from FSF.
5893
5894Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
5895
5896 * Makefile.in (GDB_TK): Depend on itcl and tix.
5897
5898Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
5899
5900 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
5901 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
5902 (INSTALL_SCRIPT): New variable.
5903 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
5904 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
5905 to -x.
5906 * install-sh: Add support for -x option.
5907
5908Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
5909
5910 * configure.in, Makefile.in: Treat tix like itcl.
5911
5912Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
5913
5914 * Makefile.in (WINDRES): New variable.
5915 (WINDRES_FOR_TARGET): New variable.
5916 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
5917 (EXTRA_HOST_FLAGS): Add WINDRES.
5918 (EXTRA_TARGET_FLAGS): Add WINDRES.
5919 (EXTRA_GCC_FLAGS): Add WINDRES.
5920 ($(DO_X)): Pass down WINDRES.
5921 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
5922 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
5923 DLLTOOL_FOR_TARGET.
5924
5925Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
5926
5927 * configure.in: configure sim before gdb for win32-x-ppc
5928
5929Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
5930
5931 Move gperf into the toplevel, from libg++.
5932 * configure.in (target_tools): Add target-gperf.
5933 (native_only): Add target-gperf.
5934 * Makefile.in (all-target-gperf): New target, depend on
5935 all-target-libg++.
5936 (configure-target-gperf): Empty rule.
5937 (ALL_TARGET_MODULES): Add all-target-gperf.
5938 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
5939 (CHECK_TARGET_MODULES): Add check-target-gperf.
5940 (INSTALL_TARGET_MODULES): Add install-target-gperf.
5941 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
5942
5943Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 5944
252b5132
RH
5945 * config.sub (mn10200): Recognize new basic machine.
5946
5947Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
5948
5949 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
5950 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
5951
5952Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
5953
5954 * configure.in: If we're building mips-sgi-irix6* native, turn on
5955 ENABLE_MULTILIB and set TARGET_SUBDIR.
5956
5957Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
5958
5959 * Makefile.in (all-sn): Depend on all-grep.
5960
5961Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
5962
5963 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
5964
5965 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
5966 Makefile. From Jeff Makey <jeff@cts.com>.
5967 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
5968
5969 * Makefile.in (DISTBISONFILES): Remove.
5970 (taz): Don't futz with DISTBISONFILES. Change BISON to use
5971 $(DEFAULT_YACC).
5972
5973 * configure.in: Build itl, db, sn, etc., when building for native
35590697 5974 cygwin32.
252b5132
RH
5975
5976 * Makefile.in (LD): New variable.
5977 (EXTRA_HOST_FLAGS): Pass down LD.
5978 ($(DO_X)): Likewise.
5979
5980Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
5981
5982 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
5983
5984Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
5985
5986 * configure.in (targargs): Strip out any supplied --build argument
35590697 5987 before adding our own. Always add --build.
252b5132
RH
5988
5989Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
5990
5991 * configure.in (targargs): Pass --build if we're doing
5992 a cross-compile.
5993
5994Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
5995
ba73c63f 5996 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
5997 sed. Otherwise sed chokes on NT path names with drive
5998 designators. Also look for "?:*" as the leading characters in an
5999 absolute pathname.
6000
6001Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
6002
6003 * config.sub: Support for r3900.
6004
6005Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
6006
6007 * configure.in: Use install-sh, not install.sh.
6008
6009Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
6010
6011 * Makefile.in (taz): Improve check for BISON so it doesn't try to
6012 apply it twice.
6013
6014Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
6015
6016 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
6017 install-binutils.
6018
6019Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
6020
6021 * Makefile.in: Add automake targets.
6022 * configure.in (host_tools): Add automake.
6023
6024Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
6025
6026 * configure: Default CXX to c++, not gcc.
6027 * Makefile.in (CXX): Set to c++, not gcc.
6028 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
6029
6030Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
6031
6032 * install-sh: try appending a .exe if source file doesn't
6033 exist
6034
6035Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
6036
6037 * configure.in: Turn on multilib by default.
6038 (cross_only): Remove target-libiberty.
6039
6040 * Makefile.in (all-gcc): Don't depend on libiberty.
6041
6042Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
6043
6044 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
6045
6046Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
6047
6048 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
6049 (DISTBISONFILES): Add ld/Makefile.in
6050
6051Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
6052
6053 * configure.in: if target is cygwin32 but host isn't cygwin32,
6054 don't configure gdb tcl tk expect, not just gdb.
6055
6056Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
6057
6058 * configure.in: Added gnuserv everywhere sn appears.
6059
6060 * Makefile.in (ALL_MODULES): Added all-gnuserv.
6061 (CROSS_CHECK_MODULES): Added check-gnuserv.
6062 (INSTALL_MODULES): Added install-gnuserv.
6063 (CLEAN_MODULES): Added clean-gnuserv.
6064 (all-gnuserv): New target.
6065
6066Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
6067
6068 * config.guess: Fixes for MIPS OpenBSD systems.
6069
6070Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
6071
6072 * Makefile.in (INSTALL_XFORM): Remove.
6073 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
6074
6075 * mkinstalldirs: New file, copied from automake.
6076 * Makefile.in (installdirs): Rename from install-dirs. Use
6077 mkinstalldirs. Change all users.
6078 (DEVO_SUPPORT): Add mkinstalldirs.
6079
6080Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
6081
6082 * install-sh: Rename from install.sh.
6083 * Makefile.in (INSTALL): Change install.sh to install-sh.
6084 (DEVO_SUPPORT): Likewise.
6085
6086 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
6087 Graichen <graichen@rzpd.de>.
6088
6089Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
6090
6091 * config.guess: Recognize OpenBSD systems correctly.
6092
6093Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
6094
6095 * README, Makefile.in (ETC_SUPPORT): Remove references to
6096 cfg-paper*, configure.{texi,man,info*}._
6097
6098Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
6099
6100 * Makefile.in (all.normal): Ensure that gcc is built after all
6101 the x11 - ie gdb - targets.
6102
6103Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
6104
6105 * makefile.vms: Don't run conf-a-gas.
6106
6107Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
6108
80413487 6109 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
6110
6111Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
6112
6113 * configure.in: Remove noconfigdirs case since gdb also
6114 configures and builds for tic80-coff.
6115
6116Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
6117
6118 * configure: Set cache_file to config.cache.
6119 * Makefile.in (local-distclean): Remove config.cache.
6120
6121Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
6122
6123 * COPYING: Update FSF address.
6124
6125Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
6126
6127 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
6128 noconfigdirs.
6129
6130Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
6131
6132 * Makefile.in (install-dirs): Don't crash if prefix, and hence
6133 MAKEDIRS, is empty.
6134
6135Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
6136
6137 * config.sub: Tweak mn10300 entry.
6138
6139Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
6140
6141 * configure.in (host_tools): Put sim before gdb, so gdb's
6142 configure.tgt can determine if the simulator was configured.
6143
6144Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
6145
6146 * config.sub: Move BeOS $os case to be with other Cygnus
6147 local cases.
6148
6149Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
6150
6151 * config.sub: Remove misplaced comment that broke Linux.
6152
6153Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
6154
6155 * config.sub: Add BeOS support.
6156
6157Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
6158
6159 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
6160
6161Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
6162
6163 * configure.in (noconfigdirs): Remove tcl and tk from
6164 noconfigdirs for cygwin32 builds.
6165
6166Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
6167
6168 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
6169
6170Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
6171
6172 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
6173 make-all.com, use makefile.vms instead.
6174
6175Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
6176
6177 * config.sub: Accept -lnews*.
6178
6179Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
6180
6181 * configure.in (noconfigdirs): Disable target-newlib,
35590697 6182 target-examples and target-libiberty for d30v.
252b5132
RH
6183
6184Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
6185
6186 * configure.in (noconfigdirs): Enable ld for d30v.
6187
6188Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
6189
6190 * configure.in (tic80-*-*): Build compiler.
6191
6192Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
6193
6194 * configure.in (d30v-*): Remove sim directory from list of
35590697 6195 unsupported d30v directories
252b5132
RH
6196
6197Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
6198
35590697
AJ
6199 * config.sub, configure.in: Add d30v target cpu.
6200
252b5132
RH
6201Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
6202
6203 * makefile.vms: New file.
6204 * make-all.com: Remove.
6205
6206Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
6207
6208 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
6209
6210Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
6211
6212 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
6213
6214Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
6215
6216 * Makefile.in (ALL_MODULES): Added all-db.
6217 (CROSS_CHECK_MODULES): Addec check-db.
6218 (INSTALL_MODULES): Added install-db.
6219 (CLEAN_MODULES): Added clean-db.
6220
6221Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
6222
6223 * config.guess: Merge with latest FSF sources.
6224
6225Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
6226
6227 * Makefile.in (ALL_MODULES): Added all-itcl.
6228 (CROSS_CHECK_MODULES): Added check-itcl.
6229 (INSTALL_MODULES): Added install-itcl.
6230 (CLEAN_MODULES): Added clean-itcl.
6231
6232Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
6233
6234 * configure.in: build gdb for mn10200
6235
6236Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
6237
6238 * Makefile.in (all-target-winsup): Depend on all-target-libio.
6239
6240Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
6241
6242 * configure.in (tic80-*-*): Turn off most targets right now.
6243
6244Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
6245
6246 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
6247 rather than the makeinfo program.
6248 (do-info): Depend upon all-texinfo.
6249
6250Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
6251
6252 * configure.in: Remove uses of config/mh-linux.
6253
6254 * config.sub, config.guess: Merge with latest FSF sources.
6255
6256Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
6257
6258 * config.sub (case $basic_machine): Add tic80 entries.
6259
6260Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
6261
6262 * config.sub, config.guess: Merge with latest FSF sources.
6263
6264Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
6265
6266 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
6267 * mpw-config.in: Test for NewFolderRecursive.
6268 * mpw-install: Use symbolic name for startup filename.
6269 * mpw-README: Add various additional details.
6270
6271Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
6272
6273 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
6274
6275Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
6276
6277 * configure.in: Do build gcc and the target libraries for
6278 the mn10200.
6279
6280Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
6281
6282 * configure.in: don't avoid building gdb for mn10300 any more
6283 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
6284 instead of single-quoting it.
6285
6286Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
6287
6288 * configure.in: Don't use --with-stabs on IRIX 6.
6289
6290Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
6291
6292 * configure.in (m32r): Build gdb, libg++ now.
6293
6294Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6295
6296 * configure.in (mips*-sgi-irix6*): Remove gdb and related
6297 directories from noconfigdirs.
6298
6299Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
6300
6301 * config.sub (basic_machine): added mips16 configuration
6302
6303Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6304
6305 * config.sub: Handle d10v-unknown.
6306
6307Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
6308
6309 * config.sub: Handle v850-unknown.
6310
6311Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
6312
6313 * Makefile.in: add findutils
6314 * configure.in: add findutils to list of host_tools
6315
6316Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
6317
6318 * config.sub: Handle mn10200 and mn10300.
6319
6320Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6321
6322 * configure.in (d10v-*): Do not build librx.
6323
6324Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
6325
6326 * configure.in (mn10300): Build everything except gdb & libgloss.
6327
6328Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
6329
6330 * config.guess: Patch for Dansk Data Elektronik servers,
6331 from Niels Skou Olsen <nso@dde.dk>.
6332
6333 For ncr, use /bin/uname rather than uname, since GNU uname does not
6334 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
6335
6336 Patch for MIPS R4000 running System V,
6337 from Eric S. Raymond <esr@snark.thyrsus.com>.
6338
6339 Fix thinko for nextstep.
6340
6341 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
6342
6343 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
6344 * config.guess: Guess mips-dec-mach_bsd4.3.
6345
6346 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
6347 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
6348 release numbers.
6349 * config.guess (mips-mips-riscos*): Emit just enough of the
6350 release number.
6351
6352 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
6353 * config.guess (sparc-auspex-sunos*): Added.
6354 (f300-fujitsu-*): Added.
6355
6356 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
6357 * config.guess: Recognize a Tadpole as a sparc.
6358
6359Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
6360
6361 * config.guess: Don't assume that NextStep version is either 2 or
6362 3. NextStep 4 (aka OpenStep 4) has come out now.
6363
6364Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
6365
6366 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
6367 From Rik Faith <faith@cs.unc.edu>.
6368
6369Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
6370
6371 * config.sub: Contributions from bug-gnu-utils to:
6372 Support plain "hppa" (no version given) architecture, reported by
6373 OpenStep.
6374 OpenBSD like NetBSD.
6375 LynxOs is not a hardware supplier.
6376
6377 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 6378 OpenBSD like NetBSD.
252b5132
RH
6379 Stratus systems.
6380 More Pyramid systems.
6381 i[n>4]86 Intel chips.
6382 M680[n>4]0 Motorola chips.
6383 Use unknown instead of lynx for hardware manufacturer.
6384
6385Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
6386
6387 * install.sh (chmodcmd): Set to null if the DST directory already
6388 exists.
6389
6390Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6391
6392 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
6393 not use mt-ppc target Makefile fragment any more.
6394
6395Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
6396
6397 * configure.in (*-*-windows): Exclude everything but those dirs
6398 needed to build windows.
6399
6400Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
6401
6402 * Makefile.in (all-target-winsup): Depend on all-target-librx.
6403
6404Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
6405
6406 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
6407
6408Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
6409
6410 * Undo my previous change.
6411
6412Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
6413
6414 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
6415 unconditionally.
6416 (MAKEOVERRIDES): Define (revert this part of October 18 change).
6417
6418Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
6419
6420 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
6421 host to add it's own flags.
252b5132
RH
6422
6423Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
6424
6425 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
6426
6427Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
6428
6429 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
6430 (CXX_FOR_TARGET): Likewise.
6431 (GCC_FOR_TARGET): Define.
6432 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
6433 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
6434 CC_FOR_TARGET was specified on the command line.
6435 (MAKEOVERRIDES): Don't define.
6436
6437Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
6438
6439 * configure.in (m32r): Fix spelling of libg++ libs.
6440
6441Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
6442
6443 * config.sub (-apple*): Remove, now redundant.
6444
6445Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
6446
6447 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
6448
6449 * configure: Rework yesterday's sed script patch.
6450
6451 * config.sub: Merge with FSF.
6452
6453Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
6454
6455 * config.guess: Merge from FSF.
6456
6457 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
6458 * config.guess: Use pc instead of unknown, for pc clone systems.
6459 Change linux to linux-gnu.
252b5132
RH
6460
6461 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 6462 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
6463
6464Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
6465
6466 * test-build.mk (HOLES): Add "xargs" for gdb.
6467
6468 * configure: Avoid hpux10.20 sed bug.
6469
6470Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
6471
4bddf3ad 6472 * configure.in: Add support for windows host
252b5132
RH
6473 (that is a build done under the Microsoft build environment).
6474
6475Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
6476
6477 * Makefile.in: Replace all uses of srcroot with s, to shrink
6478 command line lengths.
6479
6480 Patches from Geoffrey Noer <noer@cygnus.com>:
6481 * configure.in: If configuring for newlib, pass --with-newlib to
6482 subdirectories.
6483 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
6484 -Bnewlib/ and -Lwinsup to gcc.
6485 (CXX_FOR_TARGET): Likewise.
6486
6487Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
6488
6489 * Makefile.in (ETC_SUPPORT): Add configure.
6490
6491Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
6492
35590697 6493 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
6494 host configuration file.
6495
6496Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
6497
6498 * configure.in: Break mn10x00 support into separate
6499 mn10200 and mn10300 configurations.
6500 * config.sub: Likewise.
6501
6502Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
6503
6504 * configure.in: Add lots of stuff to noconfigdirs for
6505 the mn10x00 targets.
6506
6507 * config.sub, configure.in: Add mn10x00 support.
6508
6509Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
6510
6511 * make-all.com: Call conf-a-gas, not config-a-gas.
6512
6513Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
6514
6515 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 6516 targets.
252b5132
RH
6517
6518Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
6519
6520 * mpw-README: Add much more detail for native PowerMac.
6521 * mpw-install: New file.
6522 * mpw-configure: Add --norecursion and --help options.
6523 * mpw-config.in: Translate readme and install files when
6524 copying to objdir.
6525 * mpw-build.in: Don't always depend on byacc and flex.
6526 (install-only-top): New action.
6527
6528Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
6529
6530 * configure.in: You can now configure GDB for the v850.
6531
6532Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
6533
6534 * configure.in (noconfigdirs): Don't configure any C++ dirs
6535 if targeting D10V.
6536
6537Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
6538
6539 * config.sub: Recognize mips64vr5000.
6540
6541Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
6542
6543 * configure.in: Use a single line for host_tools and native_only.
6544
6545Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
6546
6547 * config.sub, configure.in: Add entries for m32r.
6548
6549Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
6550
6551 * Makefile.in (inet-install): Don't run install-gzip.
6552
6553Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
6554
6555 * configure.in: Don't config lots of things for *-*-windows*.
6556
6557Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
6558
6559 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
6560 (host_libs, host_tools): Copy from configure.in.
6561 * mpw-configure: Don't complain about directories not found.
6562
6563Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6564
6565 * configure.in (i[345]86): Recognize i686 for pentium pro.
6566 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
6567 file.
6568
6569 * config.guess (i[345]86): Ditto.
6570
6571Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6572
6573 * configure.in (noconfigdirs): Removed gdb for D10V.
6574
6575Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
6576
6577 * configure.in: Remove ld, target-libio, target-libg++, and
6578 target-libstdc++ from noconfigdirs.
6579
6580Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
6581
6582 * configure: Fix three locations where shell scripts were
6583 being run directly rather than with config_shell.
6584
6585Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
6586
6587 * configure.in (v850-*-*): Set up initial $noconfigdirs.
6588 * config.sub (basic_machine): Recognize v850.
6589
6590Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
6591
6592 * mpw-configure: Handle multiple enable/disable options and
6593 pass them down recursively, handle -c and -s flags appropriately
6594 depending on choice of compiler, add escape mechanism for
6595 quoted arguments to gC.
6596
6597Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6598
6599 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
6600 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
6601 so that -mrelocatable-lib and -mno-eabi are used.
6602
6603 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
6604 not support --print-multi-lib, don't abort.
6605
252b5132
RH
6606Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
6607
6608 * make-all.com: Run config-a-gas.
6609 * setup.com: Don't copy subdirectory files around.
6610
6611Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
6612
6613 * configure.in (*-*-ose): Remove exclusion of libgloss for this
6614 target, it now compiles correctly.
6615
6616Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
6617
6618 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
6619
6620Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6621
35590697 6622 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
6623
6624Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
6625
6626 * configure.in (native_only): Add prms.
6627
6628Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
6629
6630 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
6631 (BINUTILS_SUPPORT_DIRS): Likewise.
6632
6633Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6634
6635 * configure.in (d10v-*-*): Don't configure ld or gdb until the
6636 d10v support is added.
6637
6638Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6639
6640 * configure.in (d10v-*-*): New target.
6641
6642Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
6643
6644 * config.guess (HP 9000/811): Recognize this as a PA1.1
6645 machine.
6646
6647Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
6648
6649 * Makefile.in (do-tar-gz): New target, split out from tail end of
6650 taz target. Run each command separately, don't use pipes.
6651 (taz): Use it.
6652
6653Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
6654
6655 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
6656 * mpw-build.in: No builds should depend on building byacc or flex,
6657 they are assumed to be installed already.
6658
6659Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6660
6661 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
6662 variable that CC_FOR_TARGET needs.
6663
6664Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6665
6666 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
6667 options have changed since the last time the subdirectory was
6668 configured, and if it has, reconfigure.
6669 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
6670 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
6671
6672Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
6673
6674 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
6675 CLEAN_MODULES): Add bash.
6676 (all-bash): New target.
6677
6678Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
6679
6680 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
6681
6682Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6683
6684 * config.sub (basic_machine): Recognize d10v as a valid processor.
6685
6686Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
6687
6688 * mpw-configure: Add support for --bindir.
6689 * mpw-build.in: Use a GCC-specific build script for GCC actions.
6690
6691Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
6692
6693 * configure.in: add bash, time, gawk to list of hosttools and things
6694 to only build for native toolchains
6695
6696Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6697
6698 * Makefile.in (docdir): Remove.
6699
6700Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6701
6702 * Makefile.in (datadir): Set to $(prefix)/share.
6703
6704Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
6705
6706 * configure.in: build diff and patch for cygwin32-hosted
6707 toolchains.
6708
6709Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
6710
6711 * config.sub: Accept -rtems*.
6712
6713Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
6714
80413487 6715 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
6716 remove diff from the list of things not buildable
6717 via Canadian Cross
252b5132
RH
6718
6719Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
6720
6721 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 6722 don't get ". ".
252b5132
RH
6723
6724Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
6725
6726 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
6727
6728Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
6729
6730 * Makefile.in (taz): Handle case where tex3patch didn't even get
6731 checked out. Also, if it was found, put the symlink in a new util
6732 subdirectory.
6733
6734Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6735
6736 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
6737
6738Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
6739
6740 * config.sub: Recognize -openvms.
6741 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
6742 * make-all.com, setup.com: New files.
6743
6744Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
6745
6746 * Makefile.in (taz): tex3patch moved to texinfo/util.
6747
6748Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
6749
afb8d725 6750 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
6751 * configure.in: remove make from disable-if-Can-Cross list
6752 enable gdb if ${host} and ${target} are cygwin32
6753
6754Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
6755
6756 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
6757 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
6758
6759Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
6760
6761 * config.guess: Combine mips-mips-riscos cases, and use cpp to
6762 distinguish sysv/svr4/bsd variants.
6763 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
6764
6765Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
6766
6767 * configure.in: Added copyright notice.
6768 * move-if-change: Added copyright notice.
6769
6770Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6771
6772 * configure.in (powerpcle-*-solaris*): Until we get shared
6773 libraries working, don't build gdb, sim, make, tcl, tk, or
6774 expect.
6775
6776Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
6777
6778 * config.guess: Merge with FSF:
6779
6780 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
6781 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
6782
6783 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
6784 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
6785
6786 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
6787 * config.guess: Combine two OSF1 rules.
6788 Also recognize field test versions. From mjr@zk3.dec.com.
6789 * config.guess (dgux): Use /usr/bin/uname rather than uname,
6790 because GNU uname does not support -p. From pmr@pajato.com.
6791
6792Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
6793
6794 * Makefile.in (MAKEDIRS): Removed $(tooldir).
6795
6796Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
6797
6798 * mpw-README: Document GCCIncludes.
6799
6800Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
6801
6802 * configure.in (alpha-*-linux*): Set enable_shared to yes.
6803
6804Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
6805
6806 * mpw-configure: Handle --enable-FOO and --disable-FOO.
6807
6808Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
6809
6810 * configure.in (*-*-cygwin32): Configure make.
6811
6812Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
6813
6814 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
6815
6816Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
6817
6818 * Makefile.in (all-inet): Depend on all-perl.
6819
6820 * Makefile.in (inet-install): New target.
6821
6822 * Makefile.in (all-inet): Depend on all-tcl.
6823 (all-inet): Depend on all-send-pr.
6824
6825Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6826
6827 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
6828 temporarily.
6829
6830Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
6831
6832 * configure.in: Don't configure --with-gnu-ld on AIX.
6833
6834Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
6835
6836 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
6837
6838Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
6839
6840 * Makefile.in (ALL_MODULES): Added all-inet.
6841 (CROSS_CHECK_MODULES): Added check-inet.
6842 (INSTALL_MODULES): Added install-inet.
6843 (CLEAN_MODULES): Added clean-inet.
6844 (all-indent): New target.
6845
6846 * configure.in (host_tools): Added inet.
6847 (native_only): Added inet.
6848 (noconfigdirs): Added inet.
6849
6850Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
6851
6852 * configure.in: Don't configure libgloss if we are not configuring
6853 newlib.
6854
6855Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
6856
6857 * configure.in: Don't configure libgloss for unsupported
6858 architectures.
6859
6860Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6861
6862 * Makefile.in (CLEAN_MODULES): Add clean-apache.
6863
6864Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
6865
6866 * Makefile.in (ALL_MODULES): Include all-apache.
6867 (CROSS_CHECK_MODULES): Include check-apache.
6868 (INSTALL_MODULES): Include install-apache.
6869 (all-apache): New target.
6870
6871 * configure.in: Added apache everywhere perl is seen.
6872
6873Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6874
6875 * Makefile.in: Add support for clean-{module} and
6876 clean-target-{module} rules.
6877
6878Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
6879
6880 * configure.in (*-*-ose) do not build libgloss.
6881
6882Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6883
6884 * config.guess (prep*:SunOS:5.*:*): Turn into
6885 powerpele-unknown-solaris2.
6886
6887Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
6888
6889 * configure.in: Permit --enable-shared to specify a list of
6890 directories.
6891
6892Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
6893
6894 * configure.in (host==solaris): Pass only the first word of $CC
6895 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
6896
6897Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
6898
6899 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
6900
6901Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
6902
6903 * Makefile.in (ALL_MODULES): Include all-perl.
6904 (CROSS_CHECK_MODULES): Include check-perl.
6905 (INSTALL_MODULES): Include install-perl.
6906 (ALL_X11_MODULES): Include all-guile.
6907 (CHECK_X11_MODULES): Include check-guile.
6908 (INSTALL_X11_MODULES): Include install-guile.
6909 (all-perl): New target.
6910 (all-guile): New target.
6911
6912 * configure.in (host_tools): Include perl and guile.
6913 (native_only): Include perl and guile.
6914 (noconfigdirs): Don't build guile and perl; no ports have been
6915 done.
6916
6917Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
6918
80413487
RH
6919 * configure (--enable-*): Handle quoted option lists such as
6920 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
6921
6922Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6923
6924 * Makefile.in ({,inst}all-target): New rule so we can make and
6925 install all of the target directories easily.
6926
6927Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6928
6929 * configure.in: Add missing global flag in sed substitution when
6930 deleting `target-' from ${configdirs}.
6931
6932Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
6933
6934 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
6935 option.
6936
6937 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
6938 config/mh-necv4.
6939
6940 * install.sh: Correct misspelling of transformbasename.
6941
6942 * config.guess: Recognize mips-*-sysv*.
6943
6944Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
6945
6946 * config.sub: Recognize mon960.
6947
6948Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
6949
6950 * configure: Restore Canadian Cross handling of BISON and LEX,
6951 removed in Feb 20 change.
6952
6953Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
6954
6955 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
6956 Mention make install. Remove the old copyright date as well the
6957 clumsy and rather pointless copyright on the README file.
6958
6959Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
6960
6961 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
6962 Makefile after running symlink-tree, then run `make distclean' to
6963 avoid clobbering any generated files in srcdir.
6964
6965Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
6966
6967 * configure.in (m68k-*-netbsd*): Build everything now.
6968
6969Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
6970
6971 * Makefile.in (taz): Fix quoting.
6972
6973Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
6974
6975 * configure.in (sparclet-*-*): Build everything now.
6976
6977Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6978
6979 * configure.in (m68k-*-linux*): New host.
6980
6981Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
6982
6983 * configure: Check for bison before byacc.
6984
6985Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
6986
6987 * Makefile.in configure: Change the way LEX and BISON/YACC are
6988 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
6989 searching PATH. These are used as fallbacks by Makefile.in if
6990 flex/bison/byacc aren't in objdir.
6991
6992Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
6993
6994 * Makefile.in: Make everything which depends upon all-bfd also
6995 depend upon all-opcodes, in case --with-commonbfdlib is used.
6996
6997Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6998
6999 * configure.in (host *-*-cygwin32): Don't build gdb if we are
7000 building NT native compilers on Unix.
7001
7002Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
7003
7004 * configure.in: Don't get CC from the host Makefile fragment if we
7005 can find gcc in PATH, or if this is a Canadian Cross. Move the
7006 Solaris test for /usr/ucb/cc to the post target script, just after
7007 the compiler sanity test.
7008
7009Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
7010
7011 * config.sub: Merge with FSF.
7012
7013Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
7014
7015 * Makefile.in (RPATH_ENVVAR): New variable.
7016 (REALLY_SET_LIB_PATH): Use it.
7017 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
7018
7019Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
7020
7021 * config.sub, configure.in: Recognize sparclet cpu.
7022
7023Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
7024
7025 * config.guess: Support m68k-cbm-sysv4.
7026
7027Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7028
7029 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
7030 m68k-unknown-linuxaout from linker help string. Put quotes around
7031 $ld_help_string.
7032
7033Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
7034
7035 * config.guess (powerpc-harris-powerunix): Add guess for port
7036 to new target.
7037
7038Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7039
7040 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
7041
7042Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
7043
7044 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
7045 $(REALLY_SET_LIB_PATH) in Makefile.
7046 * Makefile.in (SET_LIB_PATH): New variable.
7047 (REALLY_SET_LIB_PATH): New variable.
7048 ($(DO_X)): Use $(SET_LIB_PATH).
7049 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
7050 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
7051 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
7052 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
7053 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
7054 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
7055 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
7056 (install-dosrel): Likewise.
7057 (all-opcodes): Depend upon all-libiberty.
7058
7059Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
7060
7061 * config.guess (*:CYGWIN*): New
7062
7063Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7064
7065 * Makefile.in (all-target-winsup): All all-target-libiberty.
7066
7067Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7068
7069 * configure.in (noconfigdirs): Add missing # in front of comment.
7070
7071Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
7072
7073 * configure.in: add second pass to things added to noconfigdirs
7074 so *-gm-magic can exclude libgloss properly.
7075
7076Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
7077
7078 * mpw-configure (extralibs_name, rez_name): Set correctly
7079 for MWC68K compiler.
7080
7081 * mpw-README: Add more info on the necessary build tools.
7082
7083Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
7084
7085 * configure.in, config.sub: Recognize cygwin32.
7086
7087Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
7088
7089 * config.guess, config.sub: Recognize A/UX.
7090
7091Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
7092
7093 * config.sub: Merge with gcc/config.sub.
7094
7095Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
7096
7097 * mpw-build.in (do-binutils): Add build of stamps.
7098
7099Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
7100
7101 * config.sub: Add recognition for mips64vr4100*-* targets.
7102
7103Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7104
7105 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
7106 Add creation of gconfigargs with `--enable-shared' turned on.
7107 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
7108 ($(host)-stamp-stage3-configured): Likewise.
7109 (HOLES): Add chatr and ldd.
7110 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
7111
7112Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
7113
7114 * configure: Pass --nfp to recursive configures.
7115
7116Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
7117
7118 * Makefile.in (DLLTOOL): New.
7119 (DLLTOOL_FOR_TARGET): New.
7120 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
7121 (EXTRA_TARGET_FLAGS): Ditto.
7122 (EXTRA_GCC_FLAGS): Ditto.
7123 (CONFIGURE_TARGET_MODULES): Ditto.
7124 (DO_X): Ditto.
7125 * configure: Add DLLTOOL.
7126
7127Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
7128
7129 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
7130 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
7131 mh-sco, since old workarounds no longer needed, and don't
7132 build ld, since libraries have weak symbols in COFF.
7133
7134Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
7135
7136 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
7137
7138Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
7139
7140 * configure.in: Make sure that ${CC} can be used to compile an
7141 executable.
7142
afb8d725
JM
7143Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
7144
7145 * Makefile.in (all-gdb): Depend on $(GDB_TK).
7146 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
7147 nothing depending on whether gdbtk is being built.
7148
252b5132
RH
7149Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
7150
7151 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
7152
7153Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
7154
7155 * configure.in (noconfigdirs): Put ld or gas in this early, if the
7156 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
7157
7158Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
7159
7160 * config-ml.in: Add support for
7161 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
7162 Simplify setting of multidirs from --disable-foo.
7163
7164Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7165
7166 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
7167 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
7168 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 7169 non-empty, pass them on to the GCC make.
252b5132
RH
7170 (all-bootstrap): New rule that is like all-gcc, except it executes
7171 the GCC bootstrap rule instead of the GCC all rule.
7172
7173Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
7174
7175 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
7176
7177Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7178
7179 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
7180 DG/UX support.
7181
7182Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
7183
7184 * config.sub (i*86*) Change [345] to [3456]
7185
7186Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
7187
7188 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
7189 --with-gnu-ld=no.
7190
7191Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7192
7193 * config-ml.in (rs6000*, powerpc*): Add switches to control which
7194 AIX multilibs get built.
7195
7196Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7197
7198 * configure.in (i386-win32): Don't build expect if we're not
7199 building the tcl subdir.
7200
7201Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
7202
7203 * Makefile.in: (configure-target-examples, all-target-examples):
7204 New targets, configure and build example programs.
7205
7206Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7207
7208 * mpw-configure: If an mpw-config.in generated a file mk.sed,
7209 use it as input to sedit the generated MPW makefile.
7210 * mpw-README: Add a suggestion about Gestalt.h.
7211
7212Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
7213
7214 * config.sub: Accept *-*-ieee*.
7215
7216Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
7217
7218 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
7219 Ronald F. Guilmette <rfg@monkeys.com>.
7220
7221Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7222
7223 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
7224 for powerpc-pe native.
7225 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
7226 (target==powerpc-pe): duplicate i386-win32 entry.
7227
7228Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
7229
7230 * configure.in (noconfigdirs): Exclude target-newlib for all versions
7231 of vxworks, not just vxworks5.1.
7232
7233Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
7234
7235 * mpw-configure: Add support for exec-prefix.
7236
7237Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7238
7239 * config.guess: Recognize HP model 816 machines as having
7240 a PA1.1 processor.
7241
7242Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
7243
7244 * configure: Ignore new autoconf configure options.
7245
252b5132
RH
7246Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
7247
7248 * config.guess: Recognize Pentium under SCO.
7249 From Robert Lipe <robertl@arnet.com>.
7250
7251Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7252
7253 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
7254
7255Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
7256
7257 * configure.in: Don't configure gas for alpha-dec-osf*.
7258
7259Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
7260
7261 * configure.in: Default to --with-stabs for some targets for which
7262 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
7263 i[345]86*-*-unixware*.
7264
7265Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
7266
7267 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
7268 rather than basing it on the target. Simplify handling of options
7269 controlling which directories to configure. Remove extraneous
7270 slash in multi-clean target.
7271
7272Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
7273
7274 * config-ml.in: Prefix more variables with ml_ so they don't collide
7275 with configure's.
7276
7277Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
7278
7279 * configure: Don't turn -v into --v.
7280
7281Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
7282
7283 * configure.in (targargs): Fix typo.
7284
7285 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
7286
7287Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
7288
7289 * configure.in: Strip --host and --target options from
7290 CONFIG_ARGUMENTS, and always configure for --host only. Add
7291 --with-cross-host option when building with a cross-compiler.
7292 * configure: Canonicalize the arguments put into config.status by
7293 always using `=' for an option with an argument. Pass a presumed
7294 --host or --target explicitly.
7295
7296Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
7297
7298 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
7299 into general OS recognition case.
7300
7301Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7302
7303 * configure.in (target_configdirs): add target-winsup only
7304 for win32 target systems.
7305
7306Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
7307
7308 * Makefile.in (all-target-libgloss): Depend upon
7309 configure-target-newlib, since when libgloss is built it looks to
7310 see if the newlib directory exists.
7311
7312Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
7313
7314 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
7315 cfg-ml-*.in.
7316
7317Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
7318
7319 * configure: Handle LD and LD_FOR_TARGET when configuring a
7320 Canadian Cross.
7321
252b5132
RH
7322Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7323
7324 * configure.in (target_libs): add target-winsup.
7325 (target==i386-win32): add patch diff flex make to $noconfigdirs.
7326 (target==ppcle-pe): remove ld from $noconfigdirs.
7327
7328Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
7329
7330 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
7331 Preserve relative path names in $srcdir. Build symlink tree if
7332 configuring cross target dir and srcdir=. (= no VPATH support).
7333 (configure-target-libg++): Depend on configure-target-librx.
7334 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
7335 * config-ml.in: New file.
7336 * symlink-tree: New file.
7337 * configure: Ensure srcdir="." if that's what it is.
7338
7339Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
7340
7341 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
7342 includes and FLEX_SKELETON setting.
7343 * mpw-configure (--with-gnu-ld): New option, controls whether
7344 to use PPCLink or ld with PowerMac GCC.
7345 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
7346 * mpw-config.in: Configure grez if targeting Mac.
7347
7348 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
7349 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
7350 just macos.
252b5132
RH
7351 * configure.in: Configure grez resource compiler if targeting Mac.
7352 * Makefile.in (all-grez, install-grez): New targets.
7353
7354Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
7355
7356 * configure: CXX defaults to gcc, not g++. If we find
35590697 7357 gcc in the path, set CC to gcc -O2.
252b5132
RH
7358
7359Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
7360
7361 * configure: Default ${build} correctly. Avoid picking up extra
7362 spaces when reading CC and CXX from Makefile. When doing a
7363 Canadian Cross, use plausible default values for numerous
7364 variables.
7365 * configure.in: When doing a Canadian Cross, don't try to
7366 configure tools whose configure script can't handle it.
7367
7368Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
7369
7370 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
7371
7372Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
7373
7374 * configure: Remove dubious bug reporting address.
7375
7376Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
7377
7378 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
7379 configure script, run that instead of this directory's configure.
7380 In either case, print a message that we're configuring the sub-dir.
7381
7382Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
7383
7384 * configure.in: Before checking for the existence of various files,
7385 use sed to filter out "target-".
7386
7387Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
7388
7389 * Makefile.in (DO_X): Split rule to decrease command line length
7390 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
7391 (Philippe De Muyter).
7392
7393Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7394
7395 * Makefile.in (all-patch): depend on all-libiberty.
7396
7397Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
7398
7399 * configure.in: If the only directory in target_configdirs which
7400 actually exists is libiberty, then set target_configdirs to empty,
7401 to avoid trying to build a target libiberty in a gas or gdb
7402 distribution.
7403
7404Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
7405
7406 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
7407 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
7408 systems.
252b5132
RH
7409
7410Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
7411
7412 * configure.in (copy_dirs): Use sys-include instead of include
7413 for --with-headers option.
7414
7415Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
7416
7417 * Makefile.in, configure.in: Make winsup builds work with
7418 new scheme.
7419
7420Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
7421
7422 * configure.in: Build the linker on AIX.
7423
7424Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
7425
7426 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
7427 where needed.
7428
7429Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
7430
7431 * Makefile.in (all-gcc): Fix typo.
7432
7433Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
7434
7435 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
7436
7437Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
7438
7439 * configure.in: Rename libFOO to target-libFOO, and xiberty
7440 to target-xiberty, to provide more flexibility.
7441 (target_subdir): Define. Create if cross.
7442 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
7443 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
7444 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
7445 check-libFOO -> check-target-libFOO, etc.
7446 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
7447 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
7448 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
7449 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
7450 allow ALL_GCC="" to only configure.
7451 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
7452 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
7453 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
7454
7455Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
7456
7457 * Makefile.in (taz): Build "info" in etc explicitly.
7458
7459Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
7460
7461 * configure.in: Make sure that CC is undefined (as opposed to
7462 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
7463 problem with autoconf trying to configure on a host without GCC.
7464
7465Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
7466
7467 * mpw-configure: Set host alias from choice of host compiler,
7468 only use generic MPW Makefile sed if present, edit a file
7469 named "hacked_Makefile.in" instead of "Makefile.in" if present.
7470 * mpw-README: Add problem notes about CW6 and CW7.
7471
7472Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
7473
7474 * Makefile.in (taz): Use ";" instead of ";;".
7475
7476Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
7477
7478 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
7479 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
7480 DISTDOCDIRS.
7481 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
7482 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
7483
7484Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
7485
7486 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
7487 and gnats, because they are now subsumed by DISTSTUFFDIRS.
7488 Move bfd to DISTSTUFFDIRS.
7489
7490Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7491
7492 * Makefile.in (X11_LIB): Removed.
7493 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
7494
7495 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
7496
7497Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7498
7499 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
7500 names.
7501
7502Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7503
7504 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
7505
7506Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
7507
7508 * configure.in (i[345]86-*-win32): Always build newlib.
7509 Don't configure cvs, autoconf or texinfo.
7510 * Makefile.in (LD_FOR_TARGET): New.
7511 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
7512 Pass down LD_FOR_TARGET.
7513
7514Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
7515
7516 * winsup: New directory.
7517 * Makefile.in: Build winsup.
7518 * configure.in: Winsup is configured when target is win32.
7519 Can only build win32 target GDB when native.
35590697 7520
252b5132
RH
7521Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
7522
7523 * config.guess: Recognize HP model 819 machines as having
7524 a PA 1.1 processor.
7525
7526Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
7527
7528 * configure: Fix sed loop which substitutes for CC and CXX to
7529 avoid bug found in various sed implementations.
7530
7531Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7532
7533 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
7534 simulator. Use standard powerpc-*-eabi*.
7535
7536Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
7537
7538 * configure.in: Stop putting gas and binutils in noconfigdirs for
7539 powerpc-*-aix* and rs6000-*-*.
7540
7541Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
7542
7543 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
7544 -mcall-aixdesc libraries.
7545
7546Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
7547
7548 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7549
7550 * config.sub (arm | armel | armeb): Fix shell syntax.
7551
7552Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7553
7554 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
7555 -msoft-float and -mcpu=common support.
7556 (powerpc*-*-eabisim*): Add support for building -mcall-aix
7557 libraries.
7558
7559Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
7560
7561 * configure.in: Allow configuration and build of emacs19 for the alpha.
7562
7563Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7564
7565 * configure.in (CC): Get ^CC, not just any old CC, from
7566 ${host_makefile_frag}.
7567
7568Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7569
35590697 7570 * configure.in (CC): Try to get CC from
252b5132
RH
7571 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
7572
7573Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7574
7575 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
7576 only if it exists in $(srcdir).
7577
7578Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
7579
7580 * configure: If CC and CXX are not set in the environment, set
7581 them, based on either an existing Makefile or on searching for gcc
7582 in PATH. Substitute for CC and CXX in Makefile.
7583 * configure.in: Remove libm from target_libs. Separate
7584 target_configdirs from configdirs. If CC is not set in
7585 environment, try to get it from a host Makefile fragment. Rewrite
7586 changes of configdirs to use skipdirs instead. A few minor
7587 tweaks. Take directories out of target_configdirs as they are
7588 taken out of configdirs. Remove existing Makefile files from
7589 subdirectories. Substitute for TARGET_CONFIGDIRS and
7590 CONFIG_ARGUMENTS in Makefile.
7591 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
7592 by configure.in.
7593 (CONFIG_ARGUMENTS): Likewise.
7594 (CONFIGURE_TARGET_MODULES): New variable.
7595 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
7596 ($(CONFIGURE_TARGET_MODULES)): New target.
7597 (configure-libg++, configure-libio): New targets.
7598 (all-libg++): Depend upon configure-libg++.
7599 (all-libio): Depend upon configure-libio.
7600 (configure-libgloss, all-libgloss): New targets.
7601 (configure-libstdc++): New target.
7602 (all-libstdc++): Depend upon configure-libstdc++.
7603 (configure-librx, all-librx): New targets.
7604 (configure-newlib): New target.
7605 (all-newlib): Depend upon configure-newlib
7606 (configure-xiberty): New target.
7607 (all-xiberty): Depend upon configure-xiberty.
7608
7609Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7610
7611 * configure.in (host i[345]86-*-win32): Expand the
7612 noconfigdirs again.
7613
7614Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
7615
7616 * mpw-configure: Fix sed command file name.
7617
7618Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
7619
35590697 7620 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
7621 noconfigdirs again.
7622
7623Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
7624
7625 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
7626 or powerpc*-*-pe*, since they are not yet supported.
7627
7628Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
7629
7630 Add PowerMac support and many other enhancements.
7631 * mpw-configure: New option --cc to select compiler to use,
7632 paste options set according to --cc into the generated
7633 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
7634 if mpw-make.sed is present.
7635 * mpw-config.in: Don't test for gC1, test for mpw-touch,
7636 add forward includes for PowerPC include files.
7637 * mpw-build.in: Build using Makefile.PPC if present.
7638 (do-byacc, etc): Remove separate version resource builds.
7639 (do-gas): Build "stamps" before "all".
7640 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
7641 * mpw-README: Update to reflect --cc option, PowerMac support,
7642 and recently-reported compatibility problems.
7643
7644Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
7645
7646 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
7647 embedded m68k systems (-aout, -coff, -elf, -vxworks).
7648 (--with-multilib-top): Pass to recursive invocations.
7649
7650Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
7651
7652 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
7653 v810-*-*.
7654
7655Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7656
7657 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
7658 gdb, ld and opcodes on v810-*-*.
7659
252b5132
RH
7660Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
7661
7662 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
7663 (local-maintainer-clean): New target.
7664 (maintainer-clean): New target.
7665 (realclean): Just depend upon maintainer-clean.
7666
7667Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7668
7669 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
7670
7671Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
7672
7673 * configure.in: Build ld in mips*-*-bsd* case.
7674
7675Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
7676
7677 * config.sub: Accept -lites* OS. From Ian Dall.
7678
7679Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
7680
7681 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 7682 targets.
252b5132
RH
7683
7684Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7685
7686 * configure.in: treat i386-win32 canadian cross the same as
7687 i386-go32 canadian cross.
7688
7689Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7690
7691 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
7692 running under the simulator to build a reduced set of libraries.
7693 (powerpc-*-eabiaix): Add fine grained multilib support added to
7694 other powerpc targets yesterday.
7695
7696Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7697
7698 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
7699 -disable-softfloat, -disable-relocatable, -disable-aix, and
7700 -disable-sysv to control which multilib libraries get built.
7701
7702Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
7703
7704 * configure: Add Makefile.tem to list of files to remove in trap
7705 handler.
7706
7707Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
7708
7709 * config.guess (*Linux*): Add missing "exit"s.
7710 Also, need specific check for alpha-unknown-linux (uses COFF).
7711
7712Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
7713
7714 * config.guess: Merge with FSF:
7715
7716 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
7717 * config.guess (AIX4): More robust release numbering discovery.
7718
7719 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
7720 * config.guess (i386-sequent-ptx): Properly get version number.
7721
7722 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
7723 * config.guess (mips:*:4*:UMIPS): New case.
7724
7725Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
7726
7727 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
7728 (i386-win32 host): Likewise. Don't build readline.
7729
afb8d725
JM
7730Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
7731
7732 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
7733 SUPPORT_FILES to submakes.
7734
252b5132
RH
7735Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
7736
7737 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
7738 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
7739 mpw-configure.
7740
7741Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
7742
7743 * configure.in (appdirs): Use =, not ==, in test expression when
7744 trying to build the text to print in the warning message for
7745 Solaris users.
7746
7747Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
7748
7749 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
7750
7751Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7752
7753 * config.guess: Recognize lynx-2.3.
7754
7755Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
7756
7757 * config.sub (z8ksim): Deleted
7758 (z8k-*-coff): New, this is the one true name of the target.
7759
7760Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
7761
7762 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
7763
7764Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
7765
7766 * config.guess (*:Linux:*:*): First try asking the linker what the
7767 default object file format is (elf, aout, or coff). Then if this
7768 fails, try previous methods.
7769
7770Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7771
7772 * configure.in: Don't build newlib for *-*-vxworks5.1.
7773
7774Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
7775
7776 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
7777 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
7778
7779Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
7780
7781 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
7782
7783Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
7784
7785 * cfg-ml-com.in: New file.
7786 * cfg-ml-pos.in: New file.
7787
7788Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7789
7790 * COPYING.NEWLIB: Add HP free copyright to list.
7791
7792Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7793
7794 * config.sub: Recognize -eabi* for the system, not just -eabi.
7795
7796Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
7797
7798 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
7799 * config.sub, configure.in (win32): New target and host.
7800
7801Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
7802
7803 * configure.in: Add i386-pe configuration.
7804
7805Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
7806
7807 * mpw-build.in (install): Install GDB after LD.
7808
7809Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
7810
7811 * mpw-config.in (elf/mips.h): Always forward-include, needed
7812 for GDB to build.
7813
7814Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
7815
7816 * testsuite: New directory for customer acceptance and whole tool
7817 chain tests.
7818
7819Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
7820
7821 * configure: If per-host line isn't found, but AC_OUTPUT is found
7822 and a configure script exists, run it instead.
7823
7824Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
7825
7826 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
7827
7828Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
7829
7830 * configure: Set build_{cpu,vendor,os,alias} to host values when
7831 --build isn't specified.
7832
7833Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7834
7835 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
7836 (FLAGS_TO_PASS): Pass them.
7837 (EXTRA_TARGET_FLAGS): Ditto.
7838
252b5132
RH
7839Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
7840
7841 * Makefile.in (all-libg++): Depend on all-libstdc++.
7842
7843Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7844
7845 * configure.in (noconfigdirs): Enable all packages for
7846 i386-unknown-netbsd.
7847
7848Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
7849
7850 * configure.in (noconfigdirs): Don't configure tk for i386-go32
7851 hosted builds (DOS builds)
7852
7853Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
7854
7855 Changes for ARM based on patches from Richard Earnshaw:
7856 * config.sub: Handle armeb and armel.
7857 * configure.in: Omit arm linker only for riscix.
7858
7859Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
7860
7861 * config.guess: Update from FSF.
7862
7863Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
7864
7865 * config.sub: Recognize powerpcle as the little endian varient of
7866 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
7867 powerpcle variant. Convert pentium into i586, not i486. Add p5
7868 alias for i586. Map new x86 variants p6, k5, nexgen into i586
7869 temporarily.
7870
7871Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
7872
7873 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
7874
7875Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
7876
7877 * config.sub: Accept -lites* as a basic system type.
7878
7879Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
7880
7881 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
7882 installed, and if so return linuxoldld as the system name.
7883
7884Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
7885
7886 * config.guess: Add hppa1.1-hp-lites support.
7887
7888Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
7889
7890 * configure.in: Don't build newlib for m68k-vxworks5.1.
7891
7892Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
7893
7894 * configure.in (mips-sgi-irix6): Use mh-irix5.
7895
7896Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
7897
7898 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
7899
7900Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7901
7902 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 7903 OSF/1. Fix compiler flags.
252b5132
RH
7904 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
7905
7906Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
7907
7908 * configure.in: Recognize --with-newlib.
7909 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
7910
afb8d725
JM
7911Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7912
7913 * Makefile.in: move {all,check,install}-gdb from *_MODULES
7914 to *_X11_MODULES due to gdbtk needing X include files et al.
7915
252b5132
RH
7916Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
7917
7918 Merge in support for Mac MPW as a host.
7919 (Old change descriptions retained for informational value.)
7920
7921 * mpw-config.in: Add generic include forwards for cpu-specific
7922 include files in aout and elf directories.
7923
7924 * mpw-configure: Added copyright.
7925 * mpw-config.in: Check for presence of required build tools.
7926 (target_libs): Add newlib.
7927 (target_tools): Add examples.
7928 (Read Me): Generate as "Read Me for MPW" instead.
7929 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
7930 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
7931 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
7932
7933 * mpw-configure: Remove subdir-specific makefile hackery,
7934 delete mk.tmp after using it.
7935
7936 * mpw-build.in (all): Display start and end times.
7937
7938 * mpw-configure (host_canonical): Set.
7939 (target_cpu): Always add to makefiles.
7940 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
7941 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
7942 (mpw-mh-mpw): Look for in srcdir and srcroot.
7943 Use sed instead of mpw-edit-prefix to edit prefix definitions.
7944
7945 * mpw-build.in: (install-only): New target.
7946
7947 * mpw-configure (host_alias, target_alias): Rename from hostalias
7948 and targetalias, add into generated Makefile.
7949 (mk.tmp): If present, add into generated Makefile.
7950 * mpw-build.in (all-gas): Build config.h first before gas proper.
7951
7952 * mpw-configure (config.status): Write only if changed.
7953 * mpw-config.in (readline): Configure it (not built, just used for
7954 definitions).
7955
7956 * mpw-config.in (elf/mips.h): Add a forward include.
7957
7958 * mpw-config.in: Forward-include most .h files in include into
7959 extra-include.
7960 (readline): Don't build.
7961 mpw-build.in (install): Install GDB.
7962
7963 * mpw-configure (prefix, mpw_prefix): Handle it.
7964 * mpw-config.in (mmalloc, readline): Don't configure.
7965 * mpw-build.in (thisscript): Rename to ThisScript.
7966 Use mpw-build instead of BuildProgram everywhere.
7967 (mmalloc, readline): Don't build.
7968 * mpw-README: New file, basic documentation about the MPW port.
7969
7970 * mpw-config.in: Use forward-include to create include files.
7971
7972 * mpw-configure: Add more things to the top of each configured
7973 Makefile, including contents of config/mpw-mh-mpw.
7974 * mpw-config.in (extra-include): Create this directory and fill it
7975 with Posix-like include files when configuring.
7976
7977 * config.sub (apple, mac, mpw): Add various aliases.
7978
7979 * mpw-build.in: New file, top-level build script fragment for MPW.
7980 * mpw-configure: New file, configure script for MPW.
7981 * mpw-config.in: New file, config fragment for MPW.
7982
7983Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7984
7985 * configure.in (host_libs): Remove glob, since it is gone from the
7986 sources.
7987
7988Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7989
7990 * Makefile.in: define empty GDB_NLM_DEPS var.
7991
7992 * configure.in(target_makefile_frag): use config/mt-netware
7993 for netware targets.
7994
7995Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
7996
7997 * config.sub: Merge in recent FSF changes. Remove linux special
7998 cases.
7999
8000Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8001
4bddf3ad 8002 Revert this change:
252b5132
RH
8003
8004 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
8005
8006 * build-all.mk: Use CC=cc -Xs on Solaris.
8007
252b5132
RH
8008Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8009
8010 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
8011 stop using it.
8012 * Makefile.in: Nuke all references to glob subdirectory.
8013
8014Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8015
8016 * configure.in: Fix --enable-shared logic in per-host.
8017
8018Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
8019
8020 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
8021
8022Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8023
8024 * configure.in (noconfigdirs): Don't build gas on AIX, for
8025 powerpc*-*-aix* as well as for rs6000*-*-aix*.
8026
8027Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
8028
8029 * configure: Fix --cache-file to work if the file argument is a
8030 relative path.
8031
8032Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
8033
8034 * configure: If the --cache-file is used, pass it down to
8035 configure in subdirectories.
8036
8037Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
8038
8039 * config.sub: add vxworks29k configuration.
8040
8041Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
8042
8043 * Makefile.in (taz): Do "diststuff" part quietly.
8044
8045Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
8046
8047 * config.sub: Mini-merge with gcc/config.sub.
8048
8049Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8050
8051 * config.guess (IRIX): Sed - to _.
8052
8053Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8054
8055 * Makefile.in (source-vault, binary-vault): New targets.
8056
8057Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
8058
8059 * config.sub: Recognize -eabi as a basic system type.
8060
8061Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8062
8063 * configure.in (enable_shared stuff): Fix typo.
8064
8065Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
8066
8067 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
8068
8069Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8070
8071 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
8072
8073Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8074
8075 * configure.in (rs6000-*-*): Don't build gas.
8076
8077Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
8078
8079 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
8080 reduce command line length.
8081 (AS_FOR_TARGET): Check for as.new, not Makefile.
8082 (NM_FOR_TARGET): Check for nm.new, not Makefile.
8083
8084Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
8085
8086 * config.guess: Merge from FSF.
8087
8088Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
8089
8090 * configure: Don't use $ when handling program_suffix.
8091
8092Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
8093
8094 * configure.in: Configure tk for hppa/hpux.
8095
8096Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
8097
8098 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
8099
8100Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
8101
8102 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
8103 to LIBCXXFLAGS. Tests are better run without it.
8104
8105Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
8106
8107 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
8108
8109Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
8110
8111 * configure.in (*-*-netware*): Don't configure xiberty.
8112
8113Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
8114
8115 * configure.in: Remove tk from native_only list.
8116
8117Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
8118
8119 * build-all.mk: Add mips-ncd-elf target to sun4 targets
8120 for special NCD build.
8121
8122Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
8123
8124 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
8125 makeall.bat, they're only useful for binutils snapshots.
8126 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
8127 makeall.bat to specified SUPPORT_FILES.
8128
8129Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
8130
8131 * build-all.mk: Add Ericsson targets to sun4 and solaris
8132 hosts. Add BNR's sun4 target to solaris host, so their
8133 build-from-source will be tested in-house first.
8134
8135Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
8136
8137 * Makefile.in (LIBCFLAGS): New variable.
8138 (CFLAGS_FOR_TARGET): Ditto.
8139 (LIBCFLAGS_FOR_TARGET): Ditto.
8140 (LIBCXXFLAGS): Ditto.
8141 (CXXFLAGS_FOR_TARGET): Ditto.
8142 (LIBCXXFLAGS_FOR_TARGET): Ditto.
8143 (BASE_FLAGS_TO_PASS): Pass them.
8144 (EXTRA_TARGET_FLAGS): Ditto.
8145
4bddf3ad 8146 * configure.in: Support --enable-shared.
252b5132
RH
8147
8148Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
8149
8150 * configure.in (target_libs): Include libstdc++ again.
8151 * config.guess: Update from FSF (for FreeBSD).
8152
8153Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
8154
8155 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
8156 makeall.bat.
8157 (DISTDOCDIRS): Add `etc'.
8158 (ETC_SUPPORT_PFX): New variable.
8159 (taz): Include anything from etc starting with a word in
8160 ETC_SUPPORT_PFX.
8161
8162Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
8163
8164 * config.sub: Update for recent FSF changes. Remove obsolete
8165 h8300hds entry. Add -windows* and -osx as basic os. Minor
8166 spacing changes.
8167
8168Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
8169
8170 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
8171
8172 * config.guess: Merge with FSF.
8173 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
8174
8175Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
8176
8177 * configure: Since the "trap 0" handler will override the exit
8178 status on many systems, only use it for "exit 1", and make it set
8179 a non-zero exit status; reset it before "exit 0". Also, check
8180 exit status of config.sub, and error out if it failed.
8181
8182Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
8183
8184 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
8185 and install libgloss.
8186
8187Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
8188
8189 * Makefile.in (all-binutils): Depend upon all-byacc.
8190
8191 * configure.in: Don't build emacs on Irix 5.
8192
8193Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8194
8195 * configure.in (*-*-netware*): Add libio.
8196
8197Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
8198
8199 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
8200 (CHECK_TARGET_MODULES): Ditto.
8201 (INSTALL_TARGET_MODULES): Ditto.
8202 (TARGET_LIBS): Ditto.
8203 (all-libstdc++): Note dependencies.
8204
8205Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
8206
8207 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
8208
8209Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
8210
8211 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
8212 -fexternal-templates.
8213
8214 * configure.in (target_libs): Add libstdc++.
8215 (noconfigdirs): Add libstdc++ as appropriate.
8216
8217Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
8218
8219 * config.guess: Update from FSF.
8220
8221Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
8222
8223 * configure: Use ${config_shell} when running ${configsub}.
8224
8225Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
8226
8227 * config.sub: No longer recognize h8300h.
8228
8229Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
8230
8231 * config.sub: Remove extraneous differences between config.sub and
8232 gcc/config.sub.
8233
8234Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
8235
8236 * Makefile.in (DISTSTUFFDIRS): Add gas.
8237
8238Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
8239
8240 * COPYING.NEWLIB: New file.
8241
8242Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
8243
8244 * config.guess (HP-UX): Patch from Harlan Stenn
8245 <harlan@landmark.com> to also emit release level.
8246
8247Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
8248
8249 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
8250
8251Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
8252
8253 * config.sub: Merge nextstep cleanup from FSF.
8254
8255Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
8256
8257 * configure.in (arm-*-*): Don't configure ld for this target.
8258
8259Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8260
8261 * configure.in (*-*-netware): don't configure libg++, libio,
8262 librx, or newlib.
8263
8264Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8265
8266 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
8267 configure ld--it works, but it doesn't support shared libraries.
8268
8269Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
8270
8271 * config.guess (*-unknown-freebsd*): Get rid of possible
8272 trailing "(Release)" in version string.
8273 Patch from Paul Richards <paul@isl.cf.ac.uk>.
8274
8275Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
8276
8277 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
8278 Fix type: *-next-neststep -> *-next-nextstep.
8279
8280 * config.guess: Merge from FSF:
8281
8282 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
8283
8284 * config.guess: Recognize powerpc-ibm-aix3.2.5.
8285
8286 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
8287
8288 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
8289 instead of UNIX_SV for UnixWare 1.0).
8290
8291Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
8292
8293 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
8294 to make gdb/nlm/* build after the compiler and linker.
8295
8296Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
8297
8298 * config.guess (netbsd, freebsd, linux): Accept any machine,
8299 not just i[34]86.
8300 (m68k-atari-sysv4): Relocate to match FSF version.
8301
8302 * config.guess: More merges from the FSF:
8303
8304 Add a space before function call or macro invocation.
8305
8306 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8307
8308 * config.guess: Add trap cmd to remove dummy.c and dummy when
8309 interrupted.
8310
8311 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8312
8313 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
8314 (dummy): Redirect stderr from compilation of dummy.c.
8315
8316 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
8317
8318 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
8319
8320Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
8321
8322 * configure: Accept and ignore --cache*, for compatibility with
8323 new autoconf.
8324
8325Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
8326
8327 * config.guess: Merge from FSF:
8328
8329 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8330
8331 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
8332 (PATH): Add /.attbin at end for finding uname.
8333 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
8334
8335 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
8336
80413487 8337 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
8338
8339 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
8340
80413487
RH
8341 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
8342 to select whether to use ELF or COFF.
252b5132
RH
8343
8344 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8345
80413487 8346 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
8347
8348 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8349
8350 * config.guess: Guess the OS version for HPUX.
8351
8352 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8353
8354 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
8355
8356Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8357
8358 * configure.in: Recognize --with-headers, --with-libs, and
8359 --without-newlib.
8360 * Makefile.in (all-xiberty): Depend upon all-ld.
8361
8362Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8363
8364 * configure.in: Change i[34]86 to i[345]86.
8365
8366Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8367
8368 * configure (version): A few more tweaks to help message.
8369
8370Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
8371
8372 * Makefile.in: Remove (for now) librx as a host library,
8373 now that we're building it for target.
8374
8375Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8376
8377 * configure: Fix up help message; from karl@owl.hq.ileaf.com
8378 (Karl Berry).
8379
8380Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
8381
8382 * configure.in: Also configure librx.
8383
8384Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
8385
8386 * Makefile.in: Update various rules to reflect that librx
8387 is now needed for libg++.
8388
8389Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8390
8391 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
8392
8393Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
8394
8395 * configure.in: Configure the examples directory.
8396
8397Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8398
8399 * configure: Simplify Jun 2 1994 change.
8400
8401Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
8402
8403 * change CC to /usr/latest/bin/gcc for lynx host builds, since
8404 /bin/gcc isn't good enough to build gcc.
8405
8406Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
8407
8408 * Makefile.in (GDB_SUPPORT_FILES): Remove
8409 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
8410 (gdb.tar.gz): Add new rule to use standard distribution building
8411 mechanism.
8412
8413Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8414
8415 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
8416 Bill Cox <bill@cygnus.com>.
8417
8418Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
8419
8420 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
8421
8422Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
8423
8424 * configure: Search current dir first in .gdbinit.
8425
8426Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
8427
8428 * config.sub: Recognize freebsd (merged from gcc config.sub).
8429
8430Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
8431
8432 * config.sub: Refer to NeXT's operating system as nextstep.
8433
8434 * config.sub (case $basic_machine): Re-order the cases, to match
8435 the order in the FSF version (which is mostly alphabethical).
8436 Merge in some additions and changes from the FSF.
8437
8438Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
8439
8440 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
8441 * config.sub: Recognize cxux7.
8442 * configure.in: Use mh-cxux for m88k-harris-cxux*.
8443
8444Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
8445
8446 * config.sub: Fix typo powerpc -> powerpc-*.
8447
8448Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
8449
8450 * Makefile.in: `all-emacs19' depends on `all-byacc'.
8451
8452 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
8453 parallel with all-emacs and install-emacs). Top-level command
8454 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
8455
8456Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8457
8458 * test-build.mk ($(host)-stamp-stage2-installed): Remove
8459 $(relbindir)/make before doing ``make install'', and use
8460 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
8461 installing over running make binary.
8462 ($(host)-stamp-stage3-installed): Likewise.
8463
8464Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8465
8466 * config.guess: Recognize Mach.
8467
8468Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8469
8470 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
8471 see whether --exec-prefix was used.
8472
8473Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
8474
8475 * README: Explicitly mention libg++/README. (Zoo's idea.)
8476
8477Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8478
8479 * Makefile.in: Add all-librx target similar to all-libproc.
8480
8481Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
8482
8483 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
8484 with post 1.2 uname bogosity.
8485
8486Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8487
8488 * configure: Remove temporary files on receipt of a signal.
8489
8490Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
8491
8492 * configure: If there is a package_makefile_frag, remove
8493 ${subdir}/Makefile.tem after copying it in.
8494
8495Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
8496
8497 * build_all.mk: support rs6000 lynx identifies itself as
8498 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
8499 since /bin/gcc is too feeble to compile a modern gcc.
8500
8501Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
8502
8503 * brought devo/test-build.mk update-to-date with progressive/
8504 test-build.mk. Add lynx targets and hppa flag info.
8505
8506Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
8507
8508 * configure.in: Use mh-ncrsvr43. Patch from
8509 Tom McConnell <tmcconne@sedona.intel.com>.
8510
8511Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
8512
8513 * config.guess (i386-unknown-bsdi): No longer need to
8514 check #if defined(__bsdi__) && defined(__i386__).
8515
8516Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8517
8518 * configure: Set program_transform_nameoption correctly.
8519
8520Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
8521
8522 * brought build-all.mk update-to-date with progressive build-all.mk,
8523 added new targets and hppa info.
35590697 8524
252b5132
RH
8525Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8526
8527 * configure: If config.guess result is a prefix of the user
8528 specified target, assume a native build and use the user specified
8529 target as the host alias. Remove SunOS patch suffix removal hack.
8530 * configure.in: Remove SunOS patch suffix removal hack.
8531
8532 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
8533 in NATIVE_CHECK_MODULES.
8534
8535Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
8536
8537 * Makefile.in: Rename HOST_ONLY to NATIVE.
8538 * configure: Delete SunOs patch suffix from host_canonical
8539 and build_canonical variables that are prepended to Makefiles.
8540 * configure.in: Add comments for easier maintenance.
8541
8542Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8543
8544 * Makefile.in: Add all-libproc target similar to all-gui.
8545
8546Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
8547
8548 * Makefile.in (CHECK_MODULES): split into
8549 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
8550
8551Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
8552
8553 * config.guess (i386-unknown-bsdi): New system to guess.
8554
8555Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8556
8557 * Makefile.in: Add all-gui target (but not yet build by "all").
8558
8559Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
8560
8561 * config.sub: Move deletion of patch suffix from here...
8562 * configure.in: To here, at Ian's suggestion. The top-
8563 level scripts might need to know of a patch level.
8564
8565Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
8566
8567 * config.sub: Strip off patch suffix so rtl is recognized
8568 as a sunos4.1.3 machine, even though it's been patched.
8569
8570Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
8571
8572 * Makefile.in (INSTALL_LAST): Delete.
8573 (INSTALL_DOSREL): New.
8574
8575Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8576
8577 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
8578 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
8579 whether we pass down --with-gnu-ld anyhow.
8580
8581Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
8582
8583 * Makefile.in (INSTALL_LAST): Change operation so it works
8584 on more flavors of make.
8585 * configure.in (go32): Don't build libg++ or libio.
8586
8587Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
8588
8589 * Makefile.in (Move HOST_PREFIX_1 and friends up so
8590 they can be overriden by templates.
8591
8592Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
8593
8594 * configure.in (target==go32): Don't build gdb.
8595 * dosrel: New directory.
8596
8597Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
8598
8599 * configure.in (host==go32): Configure dosrel too.
8600 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
8601 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
8602 be set by incoming names or templates.
8603 (INSTALL_LAST): New rule.
252b5132
RH
8604
8605Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
8606
8607 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
8608
8609Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
8610
252b5132
RH
8611 * configure.in (appdirs): New variable. Currently empty, but will
8612 be used in gas distribution. If nonempty, lists a set of
8613 directories at least one of which must get configured, or top
8614 level configuration is considered to have failed.
8615 (rs6000-*-lynxos*): Use new file name.
8616
8617Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8618
8619 Eliminate XTRAFLAGS.
8620 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
8621 newlib include files using -idirafter, and also use -nostdinc.
8622 (CXX_FOR_TARGET): Likewise.
8623 (XTRAFLAGS): Removed.
8624 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
8625 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
8626 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
8627 ($(DO_X)): Don't pass down XTRAFLAGS.
8628
8629Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
8630
8631 * configure.in (mips*-dec-bsd*): New target; do build linker.
8632 (mips*-*-bsd*): New target; don't build linker.
8633
8634Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
8635
8636 * configure.in: support rs6000-*-lynxos* configuration.
8637 support sunos4 as a cross target.
8638
8639 * config.sub: look for lynx*, not lynx since the OS version may
8640 legitimately be part of the name.
8641
8642Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
8643
8644 * configure.in (i[34]86-*-sco*): Move to be with other i386
8645 targets.
8646 (romp-*-*): New target. Skip various binary utilities.
8647 (vax-*-*): New target. Don't build newlib.
8648 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
8649
8650Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8651
8652 * configure.in: Only set host_makefile_frag if config
8653 directory exists.
8654
8655Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8656
8657 * install.sh: If $dstdir exists, don't check whether each
8658 component does.
8659
8660Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8661
8662 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
8663
8664Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
8665
35590697
AJ
8666 * configure.in (*-*-lynxos*): Don't configure newlib for either
8667 native or cross Lynx.
252b5132
RH
8668
8669Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
8670
8671 * config.sub (sparc64-elf): Fix os.
8672 (z8k): Remove duplicate.
8673
8674Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8675
8676 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
8677 gcc/stmp-fixproto, to try to prevent fixproto from being run.
8678
8679Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
8680
8681 * configure: Make file links cleanly even if Lynx fails on
80413487 8682 an NFS symlink (at least fail cleanly).
252b5132
RH
8683
8684Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
8685
8686 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
8687 -XNh2000.
8688
8689Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8690
8691 * configure: Unknown options are fatal again.
8692
8693Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
8694
8695 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 8696 compatibility.
252b5132
RH
8697
8698Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
8699
8700 * build-all.mk: Add `clean' target.
8701
8702Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8703
8704 * config.guess: Add SINIX support.
8705 * configure.in: Add mips-*-sysv4* support.
8706
8707Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
8708
8709 * build-all.mk: Document all useful targets.
8710 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
8711 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
8712
8713Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8714
8715 * configure: Support --silent, --quiet.
8716
8717Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8718
8719 * configure: Support --disable-FEATURE.
8720
8721Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8722
8723 * config.guess: Recognize NCR running SVR4.3.
8724
8725Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
8726
8727 * config.guess: Make BSDI generate i386-unknown-bsd386.
8728 Patch from Paul Eggert <eggert@twinsun.com>.
8729
8730Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8731
8732 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
8733
8734Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8735
8736 * configure: Make unrecognized options give nonfatal warnings
8737 instead of fatal errors, and pass them to any subdirectory
8738 configures in case they recognize them.
8739 Make --x equivalent to --with-x.
8740
8741Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8742
8743 * configure: Add --enable-* options. Clean up usage message and
8744 some comments.
8745
8746Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
8747
8748 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
8749
8750Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8751
8752 * configure.in (hppa*-*-*): Enable binutils.
8753
8754Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8755
8756 * config.sub: Recognize cisco.
8757
8758Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
8759
8760 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
8761
8762Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8763
8764 * config.guess: about target *-hitachi-hiuxwe2, don't print more
8765 than one configuration name. Add comment.
8766
8767Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
8768
8769 * config.guess: about target *-hitachi-hiuxwe2, fixed
8770 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
8771 macro is incorrect.]
8772
8773Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8774
8775 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
8776 than the "make ls" stuff which used to be here.
8777
8778Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
8779
8780 * config.guess: Recognize i[34]86-unknown-freebsd.
8781 From Shawn M Carey <smcarey@rodan.syr.edu>.
8782
8783Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
8784
8785 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
8786
8787Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8788
8789 * config.guess: Check for ptx.
8790
8791Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
8792
8793 * config.sub: Add os9k checking.
8794
8795Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8796
8797 * config.guess: Handle OSF1 running on HPPA processors
8798
8799Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
8800
8801 * configure: If subdir configure fails, print out a message with
8802 subdirectory name, in case subdir's configure code didn't identify
8803 itself.
8804
8805Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
8806
8807 * configure.in: Remove embedded newlines from configdirs.
8808 Avoid mismatches of substrings. Fix matching strings at end
8809 of configdirs.
8810
8811Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
8812
8813 * config.guess: Add Lynx/rs6000 config support.
8814
8815Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
8816
8817 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
8818
8819Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
8820
8821 * configure.in (hppa*-*-osf*): Treat this just like most other
8822 PA configurations (eg no binutils or ld).
8823 (hppa*-*-*elf*): These configurations have binutils and ld.
8824
8825Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8826
8827 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
8828
8829Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8830
8831 * configure.in (rs6000-*-*): Build gas.
8832
8833Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8834
80413487 8835 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
8836
8837Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8838
8839 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
8840 for GDB and GDB has been fixed to not need it.
8841
252b5132
RH
8842Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
8843
8844 * config.guess: Recognize vax hosts.
8845
8846Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
8847
8848 * configure (while loop): Don't use "break 2" inside case
8849 statement -- the case statement isn't an enclosing loop.
8850
8851Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
8852
8853 * config.guess: Clean up NeXT support, to allow nextstep
8854 on Intel machines. Make OS be nextstep.
8855
8856Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
8857
8858 * config.guess: Add alternate forms for Convex.
8859
8860Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
8861
8862 * configure: Completely rewrite option processing. Take
8863 advantage of pattern-matching to avoid invoking test frequently.
8864 Also clean up host and target defaulting logic.
8865
8866Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
8867
8868 * Makefile.in: Replace all occurrances of "rootme" with "r" and
8869 "$${rootme}" with "$$r", to increase the likelihood that the do-*
8870 commands (plus user environment) will fit SCO limits.
8871
8872Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8873
8874 * configure.in: Don't issue warnings about directories which are
8875 not being configured if -norecursion is set. Correct test for
8876 --with-gnu-as and --with-gnu-ld to not get confused by substring
8877 matches.
8878
8879 * configure.in: Don't build gas for alpha-dec-osf1*.
8880
8881Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
8882
8883 * configure: Back out Per's change of 12/19/1993. It changes the
8884 behavior of configure in unexpected and confusing ways.
8885
8886 Also, use different delim char when calculating
8887 program_transform_name so that the name can contain slashes.
8888
8889Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
8890
8891 * configure.in, config.sub: Add support for VSTa micro-kernel.
8892
8893Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8894
8895 * configure.in: Nuke hacks which were used to get a special
8896 version of GAS for HPPA configurations.
8897
8898Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
8899
8900 * configure: If only ${target_alias} is given, use that
8901 as the default for ${host_alias}.
8902 * configure: Add missing back-slashes before nested quotes.
8903
8904Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
8905
8906 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
8907
8908Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
8909
8910 * config.guess: Recognize some Tektronix configurations.
8911 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
8912
8913Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
8914
8915 * config.sub: Match any flavor of SH.
8916
8917Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
8918
8919 * configure.in: Don't try to configure newlib for Alpha.
8920
8921Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8922
8923 * configure.in: Don't build ld for Irix 5. Don't build gas,
8924 libg++ or libio for any Alpha target.
8925
8926 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
8927
8928Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
8929
8930 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
8931 default arguments -- so it tried to compress itself.
8932
8933Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
8934
8935 * configure.in (notsupp): ensure that a space is always at the end
8936 of the configdirs list, since the grep checks for an explicit space
8937
8938Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8939
8940 * configure.in (target i386-sysv4.2): don't build ld, since static
8941 versions of many libraries are not available.
8942
8943Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8944
8945 * config.guess: Recognize Apollos (using environment variables).
8946 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
8947
8948Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8949
8950 * config.guess: Recognize Sony news mips running newsos.
8951
8952Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
8953
8954 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
8955 "fi ; else" for bash.
8956
8957Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
8958
8959 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
8960
8961Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
8962
8963 * config.sub: accept unixware as an alias for svr4.2.
8964 Fix some inconsistancies with the gcc version.
8965
8966Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8967
8968 * Makefile.in (DISTDOCDIRS): Add gdb.
8969
8970Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
8971
8972 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
8973
8974Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
8975
8976 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
8977 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
8978 this now.
8979
8980Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8981
8982 * config.sub: Accept hiux* as an OS name.
8983
8984 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
8985 etc/make-stds.texi. The underscore came from gcc, and dje now
8986 agrees that RUNTESTFLAGS is the correct name.
8987
8988Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
8989
8990 * install.sh: Remove 'set -e'. It makes any conditionals
8991 in the script useless.
8992
8993 * config.guess: Automatically recognize arm-acorn-riscix
8994 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
8995
8996Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
8997
8998 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
8999
9000Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
9001
9002 * Makefile.in (DISTDOCDIRS): New variable.
9003 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 9004 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
9005
9006Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9007
9008 * configure.in (hppa target): check the source directory for the
9009 pagas sub-directory
9010
9011Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
9012
9013 * config.sub: Allow -aout* and -elf*.
9014
9015Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
9016
9017 * configure.in: Don't build ld on i386-solaris2, same as for
9018 sparc-solaris2.
9019
9020Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
9021
9022 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
9023
9024Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9025
9026 * configure.in: Configure gdb for alpha.
9027
9028Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9029
9030 * Makefile.in (CXXFLAGS): Add -O.
9031
9032Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9033
9034 * config.guess: added support for DG Aviion
9035
9036Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
9037
9038 * configure.in: Produce warning message for subdirectories not
9039 configurable for this host/target combination. Don't try to
9040 configure gdb for vms.
9041
9042Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
9043
9044 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
9045 appropriate files before making "diststuff".
9046 (DISTBISONFILES): New var: list of files to be edited.
9047 (DISTSTUFFDIRS): Add binutils.
9048
9049Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9050
9051 * config.sub: also handle mipsel and mips64el (for little endian mips)
9052
9053Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9054
9055 * configure.in: Add * to end of all OS names.
9056
9057Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
9058
9059 * configure.in: Build newlib for LynxOS native.
9060
9061Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9062
9063 * config.guess: Add support for delta 88k running SVR3.
9064
9065 * configure.in: Add comment about HP compiler vs. emacs.
9066
9067Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9068
9069 * configure.in: don't build ld on solaris2 (not a viable option
9070 due to bugs in getpwnam & getpwuid)
9071
9072Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
9073
9074 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
9075 config.guess will produce a full version number.
9076
9077Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9078
9079 * configure.in: Build linker and binutils for alpha-dec-osf1.
9080
9081Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9082
9083 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
9084 and gdb/testsuite/Makefile.in.
9085
9086Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9087
9088 * configure.in: recognize mips*- instead of mips-
9089
9090Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
9091
9092 * config.sub: Accept linux*coff and linux*elf as operating
9093 systems.
9094
9095Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9096
9097 * config.sub: Recognize mips64, and mips3 as an alias for it.
9098
9099Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9100
9101 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
9102 gdb knows how to handle OSF/1 shared libraries.
9103
9104Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9105
9106 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
9107 * config.guess: Recognize Hitachi's HIUX.
9108 * config.sub: Recognize h3050r* and hppahitachi.
9109 Remove redundant cases for hp9k[23]*.
9110
9111Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9112
9113 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
9114 if gas and ld are in the source tree and are in ${configdirs}.
9115 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 9116 --with options (but still pass them down on the command line,
252b5132
RH
9117 if they were explicitly specified).
9118
9119Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9120
9121 * configure: substitute SHELL value in Makefile.in with
9122 ${CONFIG_SHELL}
9123
9124Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9125
9126 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
9127 *-*-solaris2* targets.
9128
9129Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9130
9131 * Makefile.in: define M4, and pass it down to sub-makes;
9132 all-autoconf now depends on all-m4
9133
9134Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9135
9136 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
9137 presence of {ar,ranlib} instead of a configured directory
9138
9139Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9140
9141 * config.guess: Accept 34?? as well as 33?? for NCR.
9142
9143Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9144
9145 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
9146 of 'gas' in sed commands, since 'gash' is now in the tree as well.
9147
9148Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9149
9150 * configure: grab values for $(CC) and $(CXX) from the
9151 environment, so that someone can do "CC=gcc configure; make" and
9152 have it work right (matching the way that autoconf works now)
9153
9154 * configure.in, Makefile.in: add support for gash, the tcl
9155 interface to Galaxy
9156
9157 * config.guess: add NetBSD variants (hp300, x86)
9158
9159Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
9160
9161 * install.sh: Support -d option (in the manner of SunOS 4 install,
9162 as it is more deterministic than that of GNU install)
9163 (chmodcmd): Set file to mode 755 by default (should also do default
9164 chgrp and chown, but I don't feel like dealing with that now)
9165
9166Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
9167
9168 * config.sub: Remove h8300hhms alias.
9169
9170Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9171
9172 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
9173
9174Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9175
9176 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
9177 as stmp-fixinc
9178
9179Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
9180
9181 * config.sub: recognize m88110-bug-coff.
9182
9183Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9184
9185 * Makefile.in (all-libio): all dependencies on the toolchain used
9186 to build this (gcc, gas, ld, etc)
9187
9188Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9189
9190 * config.guess: Deal with OSF/1 1.3 on alpha.
9191
9192Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9193
9194 * install.sh: add some 'else true' clauses for portability
9195
9196 * configure.in: don't build libio for h8[35]00-*-* targets
9197
9198Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
9199
9200 * Makefile.in: Add support for new libio.
9201
9202Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9203
9204 * install.sh: If one command fails, don't try the rest. Don't try
9205 to remove $dsttmp (via trap) unless we have already created it.
9206 If $src doesn't exist, detect it and exit with an error.
9207
9208 * config.guess: Recognize BSD on hp300.
9209
9210Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
9211
9212 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
9213 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
9214
9215Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
9216
9217 * Makefile.in (all-send-pr): depends on all-prms
9218
9219Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9220
9221 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
9222
9223Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9224
9225 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
9226 Added test for mips-mips-riscos5.
9227
9228Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9229
9230 * configure.in: use mh-hp300 for 68k HP hosts
9231
9232Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9233
9234 * configure: add support for CONFIG_SHELL, so that you can use
9235 some alternate shell for evaluating configure scripts
9236
9237Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
9238
9239 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
9240 in configure script to bug-gdb@prep.ai.mit.edu when building
9241 distribution archive.
9242 * Makefile.in (COMPRESS): Remove def.
9243 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
9244 gdb.tar.Z and make-gdb.tar.Z respectively.
9245 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
9246 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
9247 to convergence with 'taz' target in Makefile.in.
9248
9249Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9250
9251 * install.sh (dsttmp): use trap to ensure that tmp files go
9252 away on error conditions
9253
9254Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9255
9256 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
9257
9258Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9259
9260 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
9261 its parent is '/' not ''.
9262
9263 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
9264
9265Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
9266
9267 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
9268 that ${newsrcdir}/configure.in does.
9269
9270Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9271
9272 * test-build.mk: support for CONFIG_SHELL
9273
9274Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
9275
9276 * config.sub (netware): Add as a basic system type.
9277
9278Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
9279
9280 * Makefile.in (Makefile): depend on configure.in. Also drop the
9281 $(srcdir)/ from the dependency on Makefile.in.
9282
9283Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
9284
9285 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
9286 (h8300hhms is temporary until multi-libraries are implemented).
9287 * configure.in: Handle h8300h too.
9288
9289Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9290
9291 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
9292
9293Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
9294
9295 * configure: Remove extraneous output when guessing host type.
9296 * config.guess: Remove extraneous output when guessing using C
9297 compiler rather than uname, or when guessing fails.
9298
9299Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
9300
9301 * Makefile.in: remove all.cross and install.cross targets
9302
9303 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
9304 definitions
9305
9306Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
9307
9308 * configure.in (target sh): Build gprof.
9309
9310Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9311
9312 * config.sub: change -solaris to -solaris2
9313
9314Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9315
9316 * configure.in: Use config/mh-riscos for mips-*-sysv*.
9317
9318Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
9319
9320 * configure: Correct error message for missing Makefile.in to
9321 print correct directory.
9322
9323Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9324
9325 * install.sh: kludge around 386BSD shell bug
9326
9327Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
9328
9329 * config.guess: Recognize NeXT.
9330 * config.guess: Recognize i486-ncr-sysv4.
9331 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
9332
9333Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
9334
9335 * Makefile.in (MAKEINFOFLAGS): New variable.
9336 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
9337 * build-all.mk, test-build.mk: Pass down --no-split as
9338 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
9339
9340Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
9341
9342 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
9343
9344Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
9345
9346 * Makefile.in (libg++.tar.z): New rule.
9347 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
9348 * Makefile.in (taz): Only do a single chmod.
9349
9350Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
9351
9352 * install.sh: don't use dirname anymore (replaced with sed usage)
9353
9354Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
9355
9356 * Makefile.in: Change extension for gzip'd files from '.z' to
9357 '.gz' per new FSF standard usage.
9358
9359Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
9360
9361 * configure: put quotes around the final value of program_transform_name
9362
9363Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9364
9365 * Makefile.in: new install.sh support; update install-info rules
9366
9367Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
9368
9369 * configure.in: Build diff for crosses, but not for go32 host.
9370
9371 * configure.in: Build gprof only for native, and don't build it
9372 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
9373
9374Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
9375
9376 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
9377
9378Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
9379
9380 * configure.in (host_tools): Add prms.
9381
9382Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9383
9384 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
9385 with $(FLAGS_TO_PASS) on the command line
9386
9387 * config.sub: Recognize lynx and lynxos
9388
9389Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
9390
9391 * config.sub: Accept -ecoff*, not just -ecoff.
9392
9393Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9394
9395 * Makefile.in (taz): Use .gz suffix instead of .z.
9396 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
9397 names.
9398
9399Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9400
9401 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
9402
9403Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9404
9405 * Makefile.in (install-no-fixedincludes): install gcc last, so
9406 that rebuilds that might happen during 'make install' don't get
9407 bogus gcc include files
9408
9409Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9410
9411 Change from Utah for HPPA support:
9412 * config.guess: Recognize hppa1.x-hp-bsd.
9413
9414Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
9415
9416 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
9417 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
9418
9419Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
9420
9421 * config.sub: Add support for rom68k and bug boot monitors.
9422
9423Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
9424
9425 * Makefile.in: Make all-opcodes depend on all-bfd.
9426
9427Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
9428
9429 * config.guess: Added special check for i[34]86-univel-sysv4*.
9430
9431Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
9432
9433 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
9434 the processor rather than assuming i486.
9435
9436Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9437
9438 * config.guess: Recognize SunOS6 as Solaris3.
9439
9440Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
9441
9442 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
9443 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
9444
9445Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
9446
9447 * build-all.mk (all-cross): New target for Canadian Cross.
9448 Added Q2 go32 targets.
9449 * test-build.mk: Configure go32 cross sparclite-aout and
9450 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
9451 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
9452
9453Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9454
9455 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
9456 GO32 hosted toolchains
9457
9458Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
9459
9460 * configure: change so "-exec-prefix" gets passed down rather
9461 than "-exec_prefix" so autoconf generated Makefiles get the
9462 exec_prefix set right.
9463
9464Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9465
9466 * config.guess: get the Solaris2 minor version number
9467
9468 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
9469
9470Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
9471
9472 * config.guess: Recognize some Sequent platforms.
9473
9474Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9475
9476 * Makefile.in: added the vault-install target
9477
9478 * configure.in: actually use the Sun3 makefile fragment that's in
9479 config, also added the release dir to configdirs
9480
9481Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9482
9483 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
9484
9485Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9486
9487 * configure.in: remove some program from Alpha targetted toolchains
9488
9489Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
9490
9491 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
9492 gprof.
9493 (taz): Run "make diststuff" in those directories instead of "make
9494 proto-dir". Look for "VERSION=" only at start of line in subdir
9495 Makefile. Use "gzip -9" for compression.
9496 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
9497 (binutils.tar.z): New target.
9498
9499Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
9500
9501 * Makefile.in (taz): Include gpl.texinfo.
9502
9503Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
9504
9505 * Makefile.in (setup-dirs): Merged into "taz" target.
9506 (taz): Only do `proto-dir' stuff if a directory is actually needed
9507 for this target.
9508
9509Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
9510
9511 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
9512 (FLAGS_TO_PASS): Pass down MUNCH_NM.
9513 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
9514 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
9515 (gcc-no-fixedincludes): Correct for current gcc Makefile.
9516
9517Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
9518
9519 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
9520 config.sub, and move-if-change to gdb testsuite distribution
9521 archive, so the testsuite can be extracted, configured, and
9522 run separately from the gdb distribution. Blow away the Chill
9523 tests that require a Chill compiled executable, since GNU Chill
9524 is not yet publically available.
9525
9526Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9527
9528 * test-build.mk: set environment variables in a single command,
9529 instead of a list of assignments and exports
9530
9531 * config.guess: recognize Alpha/OSF1 systems
9532
9533Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9534
9535 * configure: Change help message to prefer --options rather than
9536 -options.
9537
9538Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9539
9540 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
9541 zippy@ecst.csuchico.edu.
9542 * config.guess: Recognize miniframe.
9543
9544Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
9545
9546 * Makefile.in: Use srcroot to find runtest rather than rootme.
9547 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
9548
9549Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
9550
9551 * test-build.mk: Extensive additions to support building on a
9552 machine other than the host.
9553
9554Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
9555
9556 * configure (tooldir): Fix for i386-aix again.
9557
9558Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
9559
9560 * configure, Makefile.in: Change definition of $(tooldir)
9561 to match the FSF.
9562
9563Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
9564
9565 * config.guess: Recognize i[34]86/SVR4.
9566
9567Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
9568
9569 * Makefile.in (all-gdb): gdb depends on sim.
9570
9571Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
9572
9573 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
9574 at the same time we make the prototype gdb directory.
9575 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
9576 files at the same time as the gdb base release distribution.
9577
9578Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
9579
9580 * Makefile.in (check): Use individual check targets rather than
9581 DO_X rule.
9582 (check-gcc): Added.
9583
9584Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
9585
9586 * config.sub: Use sysv3.2 not sysv32 for canonical OS
9587 for System V release 3.2.
9588
9589Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9590
9591 * config.sub: Recognize hppaosf.
9592 * configure.in: Do configure ld/binutils/gas for it.
9593
9594Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9595
9596 * configure (tooldir): Alter syntax used to set this, for systems
9597 where "\$" isn't handled right, like i386-aix.
9598
9599Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
9600
9601 * configure: Pass program-transform-name, not
9602 program_transform_name, to recursive configures.
9603
9604Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
9605
9606 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
9607 of gas+ld+binutils.
9608
9609Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
9610
9611 * config.guess: Recognize AIX3.2 as distinct from 3.1.
9612
9613Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9614
9615 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
9616
252b5132
RH
9617Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
9618
9619 * Makefile.in (PRMS): Set back to all-prms.
9620
9621Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
9622
9623 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
9624 targets, rather than for MIPS hosts.
9625
9626Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9627
9628 * configure.in: add comment for --with-x default values
9629
9630 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
9631
9632 * Makefile.in: add check-* targets for each of the directories in
9633 the tree. Add a definition of RUNTEST that will use the one we
9634 just built, if it exists. Pass this down via FLAGS_TO_PASS.
9635
9636Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
9637
9638 * configure.in: Removed obsolete references to bfd_target and
9639 target_makefile_frag.
9640
9641 * build-all.mk: Set assorted targets for Q2.
9642 * config.sub: Recognize z8k-sim and h8300-hms.
9643 * test-build.mk: Really don't pass host to configure.
9644 (HOLES): Added uname.
9645
9646Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
9647
9648 * configure: Handle an empty program-prefix, program-suffix or
9649 program-transform-name correctly.
9650
9651Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
9652
9653 * build-all.mk: -G 8 no longer required for MIPS targets.
9654 * test-build.mk: Don't pass host argument to configure; make it
9655 guess.
9656
9657Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
9658
9659 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
9660 * Makefile.in (COMPRESS): New macro, like GZIP.
9661
9662Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
9663
9664 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
9665
9666 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
9667 with gas currently defaults to -G 0.
9668
9669Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
9670
9671 * Makefile.in (all-flex): flex depends on byacc.
9672
9673 * build-all.mk: If host not specified, use config.guess. Pass TAG
9674 to test-build.mk as RELEASE_TAG.
9675 * test-build.mk (configargs): New variable containing arguments to
9676 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
9677 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
9678
9679 * config.guess: Use /bin/uname when checking -X argument on SCO,
9680 to avoid invoking GNU uname which doesn't understand -X.
9681
9682 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
9683
9684 * configure.in: Build gas for mips-*-*.
9685
9686Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9687
9688 * Makefile.in (all.normal): insert missing backslash.
9689
9690Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
9691
4bddf3ad 9692 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
9693
9694 * Makefile.in: Complete overhaul to merge many almost identical
9695 targets.
9696
9697Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9698
9699 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
9700 (gdb.tar.Z): Adjusted.
9701
9702 * Makefile.in (setup-dirs, taz): New targets; should be general
9703 enough to adapt for gdb sometime. Build only .z file.
9704 (gas.tar.z): New target.
9705
9706Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
9707
9708 * build-all.mk: Use CC=cc -Xs on Solaris.
9709
252b5132
RH
9710Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
9711
9712 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
9713 for handling BISON for FSF releases.
9714
9715Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9716
9717 * configure: Actually implement the change zoo just documented.
9718
9719Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9720
9721 * configure: when using config.guess, only set target_alias when
9722 it's not already been set (ie, on the command line)
9723
9724Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9725
9726 * Makefile.in: add installcheck target, set PRMS to install-prms
9727
9728Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9729
9730 * configure: add support for package_makefile_fragment, handle the
9731 case where a directory has a configure.in file but no Makefile.in
9732 more gracefully (with an actual understandable error message, even);
9733 add support for --without (and add this to the usage message); also
9734 explicitly add a --host=${host_alias} to the command line when
9735 config.guess is used
9736
9737Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
9738
9739 * configure: Must use both --host and --target in recursive calls.
9740
9741Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
9742
9743 * Makefile.in: Change deja-gnu to dejagnu.
9744
9745Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
9746
9747 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
9748
9749Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9750
9751 * configure.in: canonicalize all instances to *-*-solaris2*,
9752 also strip out a number of tools to not build for go32 host
9753
9754Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9755
9756 * config.guess: add GPL.
9757
9758 * Makefile.in, config.guess, config.sub, configure: bump
9759 copyrights to 93.
9760
9761Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
9762
9763 * Makefile.in (do-info): Removed obsolete check for existence of
9764 localenv file.
9765
9766 * Makefile.in (MAKEOVERRIDES): Define to be empty.
9767
9768Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9769
9770 * Makefile.in: a couple of 'else true' for decstation,
9771 support for TclX
9772
9773 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
9774
9775Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
9776
9777 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
9778
9779Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
9780
9781 * config.guess: Recognize i386-ibm-aix (PS/2).
9782 * configure.in: Use config/mh-aix386 file for it.
9783
9784Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
9785
9786 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
9787 CC_FOR_TARGET instead.
9788 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
9789
9790Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
9791
9792 * Makefile.in: Add sim to list of directories sent with gdb
9793
9794Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
9795
9796 * configure.in: Put back mips-dec-bsd* case.
9797
9798Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
9799
9800 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
9801 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
9802 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
9803
9804Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9805
9806 * configure.in: remove no-op mips-dec-bsd* in "case $target"
9807
9808 * Makefile.in (dir.info): only run gen-info-dir if it exists,
9809 (install-info): install dir.info only if it exists,
9810 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
9811
9812Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
9813
9814 * configure.in: For vms target, skip bfd, ld, binutils. Do build
9815 gas for mips-dec-bsd.
9816
9817Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
9818
9819 * configure (makesrcdir): If ${srcdir} is relative and not ".",
9820 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
9821
9822Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
9823
9824 * configure.in: Added "dejagnu" to hosttools list.
9825
9826Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
9827
9828 * config.sub, configure.in, config.guess: Add support
9829 for Bosx, an AIX variant from Bull.
9830 Patches from F.Pierresteguy@frcl.bull.fr.
9831
9832Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
9833
9834 * devo/dejagnu: Initial creation of devo/dejagnu.
9835 Migrated dejagnu testcases and support files for testing software
9836 tools to reside as subdirectories, currently called "testsuite",
9837 within the directory of the software tool. Migrated all programs,
9838 support libraries, etc. beloging to dejagnu proper from
9839 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
9840 with no modifications. The changes to these files which will
9841 allow them to configure, build, and execute properly will be made
9842 in a future update.
9843
9844Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
9845
9846 * Makefile.in: Change send_pr to send-pr.
9847 * configure.in: Likewise.
9848 * send_pr: Renamed directory to send-pr.
9849
9850Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
9851
9852 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
9853
9854Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
9855
9856 * README: Update for gdb-4.8 release.
9857 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
9858 gdb-xxx.tar.z (gzip'd) file also.
9859
9860Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9861
9862 * Makefile.in: make all-diff depend on all-libiberty
9863
9864Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
9865
9866 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
9867
9868Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9869
9870 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
9871
9872Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
9873
9874 * Makefile.in (DEVO_SUPPORT): Remove etc directory
9875 (ETC_SUPPORT): Only add the files GDB wants from etc/.
9876 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
9877
9878Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9879
9880 * Makefile.in: makeinfo binary is in a new location
9881
9882Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
9883
9884 * config.sub: Accept -ecoff as an OS.
9885
9886 * Makefile.in: Various changes to eliminate a level of make
9887 recursion and reduce the required command line length.
9888 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
9889 sub-makes.
9890 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
9891 variables holding settings for specific sub-makes.
9892 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
9893 in terms of BASE_FLAGS_TO_PASS.
9894 (TARGET_LIBS): New variable listing directories which use
9895 TARGET_FLAGS_TO_PASS.
9896 (subdir_do): Eliminated.
9897 (do-*): New set of targets to replace subdir_do.
9898 (various): All targets which used subdir_do now depend on do-*.
9899 (local-clean): Renamed from do_clean.
9900 (local-distclean): New target, dependency of distclean and
9901 realclean.
9902 (install-info): Don't create directories. Depend on dir.info
9903 rather than calling make recursively.
9904 (install-dir.info): Eliminated.
9905 (install-info-dirs): Create all info directories here.
9906 (dir.info): Depend upon do-install-info.
9907
9908 * test-build.mk (HOLES): Added false.
9909
9910Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
9911
9912 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
9913
9914Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9915
9916 * Makefile.in (info): remove dependency on all-texinfo. The
9917 problem was really in texinfo/C, not at this level.
9918
9919Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
9920
9921 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
9922
9923Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
9924
9925 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
9926 GDB releases.
9927
9928Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9929
9930 * configure: Include srcdir in message about target of link not
9931 being found. Don't convert `-' to `_' in `with' options being
9932 passed to subdirs.
9933
9934Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9935
9936 * configure.in: add uudecode to host_tools
9937
9938 * Makefile.in: added {all,install}-uudecode targets, added them to
9939 the appropriate lists
9940
9941Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
9942
9943 * Makefile.in (all-gcc): Added dependency on all-gas.
9944
9945 * configure.in (mips-*-*): Build ld and binutils.
9946
9947Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9948
9949 * configure: check return code from mkdir, print error message and
9950 exit on failure.
9951
9952Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
9953
9954 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
9955
9956Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
9957
9958 * test-build.mk (HOLES): Added tar, cpio and uudecode.
9959
9960Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
9961
9962 * config.sub (h8500): Recognize this as a cpu type.
9963
9964Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9965
9966 * configure: source directory missing is no longer a warning
9967
9968 * configure.in: recognize irix[34]* instead of irix[34]
9969
9970 * Makefile.in: define and pass down X11_LIB
9971
252b5132
RH
9972Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
9973
9974 * guess-systype: Renamed to ...
9975 * config.guess: ... by popular request.
9976 * configure.in, Makefile.in: Update accordingly.
9977
9978Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
9979
9980 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
9981 + Add Convex, Cray/Unicos, and Encore/Multimax support.
9982 + Execute ./dummy instead of assuming . is in PATH.
9983
9984Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
9985
9986 * guess-systype: New shell script. Attempts to guess the
9987 canonical host name of the executing host.
9988 Only a few hosts are supported so far.
9989 * configure: Call guess-systype if no host is specified.
9990
9991Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
9992
9993 * Makefile.in (gcc-no-fixedincludes): Made to work with current
9994 gcc Makefile.
9995
9996
9997Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
9998
9999 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
10000 (all-gcc, install-gcc, subdir_do): Use it.
10001
10002Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
10003
10004 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
10005
10006Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
10007
10008 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
10009 set exclusively by configure, using configure.in .
10010
10011Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10012
10013 * test-build.mk: set $PATH for all builds
10014
10015 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
10016
10017Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
10018
10019 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
10020 the one used in gcc/Makefile.in, so that a null expansion doesn't
10021 override the one needed to build gcc with a native cc.
10022
10023
10024Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10025
10026 * configure: Accept -with arguments.
10027
10028Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
10029
10030 * Makefile.in: added h8300sim
10031
10032Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
10033
252b5132
RH
10034 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
10035 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
10036 (all-cygnus, native, build-cygnus): Make
10037 $(canonhost)-stamp-3stage-done, not $(host)....
10038 * test-build.mk (stamp-3stage-compared): Use tail +10c for
10039 i386-sco3.2v4. Added else true to if command.
10040
10041Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
10042
10043 * config.sub: (from FSF) Sequent uses a BSD-like OS.
10044
10045Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
10046
10047 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
10048
10049Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10050
10051 * configure.in: don't remove binutils from Solaris builds
10052
10053Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
10054
10055 * Makefile.in: get rid of earlier definitions for *clean,
10056 also handle the recursive info rule better
10057
10058Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
10059
10060 * Makefile.in (mostlyclean, distclean, realclean): Fix to
10061 do more-or-less the right thing.
10062
10063Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
10064
10065 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
10066 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
10067
10068Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10069
10070 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
10071 $(host_canonical).
10072
10073 * configure.in: split the configdirs list into 4 categories (native
10074 v. cross, library v. tool) and handle the cross-only and native-
10075 only in more reasonable (and correct!) way.
10076
10077Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
10078
10079 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
10080 configdirs anymore.
10081
10082Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10083
10084 * Makefile.in: extensive cleanup:: removed all of the explicit
10085 clean-* targets, collapsed many wrappers around subdir_do into
10086 one, added additional targets to satisfy standards.texi, deleted
10087 some old targets, some changes for consistency
10088
10089Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10090
10091 * configure.in: handle some programs as cross-only, and others as
10092 native only
10093
10094 * test-build.mk: handle partial holes in a more generic manner
10095
10096 * Makefile.in: m4 depends on libiberty
10097
252b5132
RH
10098Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10099
10100 * configure.in: add m4, textutils, fileutils, sed, shellutils,
10101 time, wdiff, and find to configdirs
10102
10103 * Makefile.in: all, clean, and install rules for the new programs
10104 added to configure.in
10105
10106Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10107
10108 * configure.in: use mh-sun for all *-sun-* hosts
10109
252b5132
RH
10110Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10111
10112 * Makefile.in: define flags for X11 include files and library file
10113 locations, pass them down to the programs that need this info
10114
10115 * build-all.mk: added a 'native' target, to 3stage the native toolchain
10116
252b5132
RH
10117Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10118
10119 * configure.in: start building libg++ for HP-UX targets
10120
10121Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
10122
10123 * README: Update references to files moved into etc/.
10124
10125Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
10126
10127 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
10128 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
10129
10130Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
10131
10132 * configure: accept dash as well as underscore in long option
10133 names for FSF compatibility.
10134
10135Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
10136
10137 * config.sub: added -sco3.2v4 support from FSF.
10138
10139Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10140
10141 * configure.in: expand the section that adds or removes
10142 directories from the list of programs to build, to handle native
10143 vs. cross in addition to host v. native
10144
10145Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
10146
10147 * Makefile.in: Replace C++ in macro names with CXX.
10148 This is less likely to break ...
10149
10150Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10151
10152 * test-build.mk: add -w to GNU_MAKE
10153
10154Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10155
10156 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
10157 add 'sparc' to list of recognized cpus. This needed to make
10158 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
10159 Delete some redundant ose68 variants. Recognize -wrs as an os,
10160 then changes that into $CPU-wrs-vxworks.
10161
10162 * configure.in: remove most references to gdbtest, regularize
10163 target based program removal
10164
10165 * test-build.mk: import from p3 tree (many fixes and changes)
10166
10167Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
10168
10169 * Makefile.in: added rules to handle tcl, tk, and expect
10170
10171 * configure.in: handle those directories if they exist
10172
10173Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10174
10175 * config.sub: removed bogus hppabsd and hppahpux names, since
10176 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
10177
10178Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10179
10180 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
10181 depends upon all-xiberty
10182
10183 * Makefile.in: changes from p3, including:
10184
10185 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
10186
10187 * Makefile.in (XTRAFLAGS): include newlib directories if
10188 newlib/Makefile exists, rather than if host != target.
10189
10190 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
10191
10192 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
10193 from the same source tree and not building a cross-compiler. This
10194 matters for the libg++ configuration if reconfiguring a tree that
10195 has already been installed.
10196
10197 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
10198
10199 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
10200 pick up the machine and system specific header files.
10201
10202 * Makefile.in: added AS_FOR_TARGET, passed down in
10203 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
10204 the C compiler to use to create programs which are run in the
10205 build environment, set it to default to $(CC), and passed it down
10206 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
10207
10208 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
10209
10210 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
10211 We need them for unusual native builds, like systems without
10212 ranlib.
10213
10214 * configure: also define $(host_canonical) and
80413487
RH
10215 $(target_canonical), which are the full, canonical names for the
10216 given host and target
252b5132
RH
10217
10218Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
10219
10220 * Makefile.in: Added separate definitions for C++.
10221
10222Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
10223
10224 * configure.in (configdirs): Add deja-gnu.
10225
10226Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
10227
10228 * README: Update for configure.texi and gdb-4.7 release.
10229
10230Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
10231
10232 * Makefile.in: Move "all" target to top of file.
10233 Previously, first target was ".PHONY" which caused BSD4.4 make
10234 to build .PHONY when make was run without arguments.
10235
10236Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
10237
10238 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
10239 Library-copylefted code in libiberty.
10240
10241Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
10242
10243 * config.sub: Replace m68kmote with plain old m68k.
10244
10245Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
10246
10247 * Makefile.in: Remove space from blank line, avoid Make complaints.
10248
10249Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
10250
10251 * config.sub: Complain if no argument is given. Added support for
10252 386bsd as OS and target alias.
10253
10254Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
10255
10256 * Makefile.in (XTRAFLAGS): include newlib directories if
10257 newlib/Makefile exists, rather than if host != target.
10258
10259Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
10260
10261 * config.sub: recognize sparclite-wrs-vxworks.
10262
10263 * Makefile.in (install-xiberty): added *-xiberty make rules (from
10264 p3.) Added clean-xiberty to clean.
10265
10266Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10267
10268 * configure.in: use *-*-* instead of nested cases for host and target
10269
10270Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
10271
10272 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
10273 from the same source tree and not building a cross-compiler. This
10274 matters for the libg++ configuration if reconfiguring a tree that
10275 has already been installed.
10276
10277Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
10278
10279 * config.sub (i486v/i486v4): Merge in from FSF version.
10280
10281Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
10282
10283 * configure: only set PWD if it is already set.
10284
10285Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
10286
10287 * configure: just set PWD=`pwd` at the top, since Ultrix sh
10288 doesn't have unset and all success paths (and most error paths)
10289 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
10290 to just ${PWD} to avoid confusion.)
10291
10292Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
10293
10294 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
10295 even for a native compilation.
10296
10297Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
10298
10299 Changes to make the gdb.tar.Z rule work better.
10300
10301 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
10302 (DEVO_SUPPORT): Add configure.texi.
10303 (bfd-ilrt.tar.Z): Remove ancient rule.
10304
10305Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
10306
10307 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
10308 pick up the machine and system specific header files.
10309
10310 * configure.in, config.sub: added new target m68010-adobe-scout,
10311 with alias of adobe68k. Changed configure.in to check for
10312 -scout before -sco* to avoid a false match.
10313
10314 * Makefile.in: added AS_FOR_TARGET, passed down in
10315 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
10316 the C compiler to use to create programs which are run in the
10317 build environment, set it to default to $(CC), and passed it down
10318 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
10319
10320Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
10321
10322 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
10323 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
10324 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
10325 FOR_TARGET variants, to newlib and libg++.
10326
10327Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
10328
10329 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
10330 first.
10331
10332Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
10333
10334 * config.sub: Accept `elf' as an environment.
10335
10336Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
10337
10338 * Makefile.in (all-opcodes): cd into the right directory
10339
10340Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
10341
10342 * configure: added -program_transform_name option, used as
10343 argument to sed when installing programs.
10344 configure.texi: added documentation for -program_prefix,
10345 -program_suffix and -program_transform_name.
10346
10347Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
10348
10349 * config.sub: Accept i486 where i386 ok.
10350
10351Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
10352
10353 * config.sub: accept we32k
10354
10355Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
10356
35590697 10357 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
10358
10359 * Makefile.in: don't create all directories for ``make install'';
10360 let the subdirectories create the ones they need.
10361
10362Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10363
80413487 10364 * COPYING: new file, GPL v2
252b5132
RH
10365
10366Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10367
10368 * Makefile.in: use the new gen-info-dir, which needs a template
10369 argument (which also lives in texinfo)
10370
10371 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
10372
252b5132
RH
10373Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
10374
10375 * config.sub (ncr3000): Change i386 to i486.
10376
10377Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10378
10379 * Makefile.in: add install-rcs, install-grep to
10380 install-no-fixedincludes, removed install-bison and install-libgcc
10381
10382Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
10383
10384 * configure.in: grab the HPUX makefile fragment if on HPUX
10385
10386Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
10387
10388 * Makefile.in: eradicate bison spoor (ditto libgcc).
10389 configure.in: recognise m68{k,000}-ericsson-OSE.
10390 es1800 is alias for m68k-ericsson-OSE
10391
10392Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10393
10394 * configure.in: rearrange the parts that remove programs from
10395 configdirs, based now on HOST==TARGET or by canonical triple.
10396
10397Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10398
10399 * test-build.mk: recurse explicitly with -f test-build.mk when
10400 appropriate. predicate stage3 and comparison on the existence
10401 of gcc. That is, if gcc isn't around, we aren't three-staging.
10402 On very clean, also remove ...stamp-co. Build in-place before
10403 doing other builds.
10404
10405Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
10406
10407 * Makefile.in, configure.in: add tgas
10408
10409Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10410
10411 * Makefile.in: a number of changes merged in from progressive.
10412
10413 * configure.in: add libm.
10414
10415 * .cvsignore: ignore some stuff that comes from test-build.mk.
10416
252b5132
RH
10417Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
10418
10419 * config.sub: Add es1800 (m68k-ericsson-es1800).
10420
10421Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
10422
10423 * configure: Add program_suffix (parallel to program_prefix)
10424 * Makefile.in: adjust directory-creating script for losing decstation
10425
10426Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
10427
10428 * configure: Minor $subdir-related fixes.
10429
10430Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
10431
10432 * configure: fix various problems with propogating
10433 makefile_target_frag in subdirs.
10434 * configure.in: config libgcc if its there
10435
10436Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
10437
10438 * config.sub: HPPA merge.
10439
252b5132
RH
10440Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
10441
10442 * Makefile.in: Replace all-bison with all-byacc in all
10443 dependency lines for other tools (which now use byacc).
10444
10445Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
10446
10447 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
10448
252b5132
RH
10449Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
10450
10451 * Makefile.in: make gprof rules similar to byacc rules (instead of
10452 vestigal $(unsubdir) that didn't work...)
10453
10454Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
10455
10456 * config.sub: Add support for Linux.
10457 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
10458 (at least for libg++).
10459
10460Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
10461
10462 * configure.texi: fix doc for the -nfp option to configure
10463
10464Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
10465
10466 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
10467
10468Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
10469
10470 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
10471 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
10472 * configure.in: added solaris* host_makefile_frag hook.
10473
10474Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10475
10476 * config.sub: changed recognition of m68000 so that various
10477 m68k types can be specified via m680[01234]0
10478
10479Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10480
10481 * config.sub (basic_machine): fix sed so that '-foo' isn't
10482 completely substituted out while .+'-foo' loses the '-foo'
10483
10484Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
10485
10486 * config.sub ($os): Add -aout.
10487
10488Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
10489
10490 * configure: If host_makefile_frag is absolute, don't
10491 prefix ${invsubdir} (relevant to libg++ auto-configure).
10492
10493Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
10494
10495 * Makefile.in (tooldir): Define it.
10496 (all-ld): Depend on all-flex.
10497
10498Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
10499
10500 * Makefile.in (check): Fix libg++ special case.
10501
10502Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
10503
10504 * configure: do not bury `pwd` into config.status, thus do fewer
10505 pwd's.
10506
10507 * configure: print the "Building in" message only when building in
10508 other than "." AND verbose.
10509
10510 * configure: remove -s, rework -v to better accomodate guested
10511 configures.
10512
10513 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
10514
10515Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
10516
10517 * Makefile.in: macroize flags passed on recursion. remove
10518 fileutils.
10519
10520Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
10521
10522 * configure: get makesrcdir right for subdirs deeper than 1.
10523
10524 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
10525 install.
10526
10527Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
10528
10529 * Makefile.in: don't print subdir_do or recursion lines.
10530
10531Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
10532
10533 * standards.texi: added menu item.
10534
10535 * Makefile.in: build and install standards.info.
10536
10537 * standards.texi: new file.
10538
10539Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10540
10541 * configure: test for and move config.status pieces from
10542 ${subdir}/.
10543
10544Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
10545
252b5132
RH
10546 * configure: Test for existance of files before trying to mv
10547 them, to avoid numerous non-existance messages.
10548
10549Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
10550
10551 * configure: correct final line of config.status.
10552
10553 * configure: patch from eggert. Avoids a protection problem if
10554 the original Makefile.in is read only.
10555
10556 * configure: use move-if-change from gcc to create config.status.
10557 Some makefiles depend on config.status to tell if a directory
10558 has been reconfigured for a different host. This change
10559 prevents those directories from remaking everything in the case
10560 where the reconfig was only intended to rebuild a Makefile.
10561
10562 * configure: test for config.sub with "config.sub sun4" rather
10563 than "config.sub ${host_alias}". Otherwise we can't tell a bad
10564 host alias from a missing config.sub.
10565
10566Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10567
10568 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
10569 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
10570
10571Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
10572
10573 * configure: mkdir ${subdir} as needed.
10574
10575Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
10576
10577 * Makefile.in,configure.in: added autoconf.
10578
10579Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10580
10581 * Makefile.in: no longer pass against on recursion.
10582
10583 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
10584 definitions are not inherited.
10585
10586 * configure: correct makesrcdir when subdir is .
10587
10588Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
10589
10590 * configure: Add support for 'subdirs' variable, which is
10591 like 'configdirs', except that configure doesn't re-invoke
10592 itself for subdirs, it just creates a Makefile for each subdir.
10593 * configure.texi: Document subdirs.
10594
10595Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10596
10597 * configure.in: added flex to configdirs
10598
10599Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
10600
10601 * Makefile.in: remove clean-stamps from clean.
10602
10603Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
10604
10605 * configure.in: Add gdbtest to configdirs.
10606
10607Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
10608
10609 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
10610 to recursive makes.
10611 * configure.in: Recognize new ncr3000 config.
10612
10613Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
10614
10615 * Makefile.in, configure.in: removed references to gdbm.
10616
10617Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
10618
10619 * config.sub: Don't canonicalize os value
10620 newsos* to bsd (readline needs to check for newsos).
10621 (This fix was earlier made Jan 31, but got re-broken.)
10622
10623Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
10624
10625 * configure.in: sco is an os, not a vendor!
10626
10627 * configure: Quote $( better. Keep various shells happy.
10628
10629Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
10630
10631 * Makefile.in: eliminate stamp-files.
10632
10633Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
10634
10635 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
10636 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
10637
10638Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
10639
10640 * config.sub: fix iris/iris3.
10641
10642Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
10643
10644 * configure: re-add -rm.
10645
10646Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
10647
10648 * Maskefile.in: add .stmp-rcs to all.
10649
10650 * configure.in: remove gas from rs6000 build, use aix host fragment.
10651
10652Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
10653
10654 * configure: pass down site_option during recursion.
10655
10656Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
10657
10658 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
10659
10660Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
10661
10662 * configure: Change exec_prefix so that it really defaults to prefix.
10663
10664Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
10665
10666 * Makefile.in, configure.in: Add support for mmalloc library.
10667
10668Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
10669
10670 * Makefile.in: add stmp dependencies for a few more things.
10671
10672Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
10673
10674 * configure: adjusted error message on objdir/srcdir configure
10675 collision, per john's suggestion.
10676
10677 * Makefile.in: add libiberty stmp to all and all.cross.
10678
10679Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
10680
10681 * Makefile.in: remove force dependencies, add grep to all.
10682
10683Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
10684
10685 * Makefile.in: drop flex. make stamp files work.
10686
10687 * configure: added test for conflicting configuration in srcdir,
10688 remove trailing slashes from srcdir. Otherwise emacs gdb mode
10689 gets cranky. use relative paths for configure and srcdir
10690 whenever possible. Send some error messages to stderr that were
10691 going to stdout.
10692
10693Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
10694
10695 * Makefile.in: Fix libg++ rule to check for gcc directory
10696 before using gcc/gcc. Also pass XTRAFLAGS.
10697
10698Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
10699
10700 * Makefile.in: added stmp-files so that directories aren't polled
10701 when they are already built.
10702
10703 * configure.texi: fixed a node pointer problem.
10704
10705Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
10706
4bddf3ad 10707 * config.sub configure.in gdb/configure.in
252b5132
RH
10708 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
10709 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
10710 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
10711
10712Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10713
10714 * configure: -recurring becomes -silent. corrected help message
10715 for -site= option.
10716
10717 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
10718
10719Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10720
10721 * configure: when building Makefile for crosses, replace
10722 tooldir and program_prefix. default srcdir from location of
10723 config.sub. remove "for host in hosts" and "for target in
10724 targets" loops.
10725
10726Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10727
10728 * Makefile.in: Do not pass bindir or mandir to cvs.
10729
10730Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
10731
10732 * Makefile.in, configure.in: removed traces of namesubdir,
10733 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
10734 copyrights to '92, changed some from Cygnus to FSF.
10735
10736 * configure.texi: remove most references to multiple hosts,
10737 multiple targets, subdirs, etc.
10738
10739 * configure.man: removed rcsid. reference config.sub not
10740 config.subr.
10741
10742 * Makefile.in: mkdir $(infodir) on install-info.
10743
10744Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
10745
10746 * configure.texi: Explain better about .gdbinit and about
10747 the environment that configure.in sections run in.
10748
10749Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
10750
10751 * configure.in: Ultrix is only a decstation if it's a MIPS.
10752
10753Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
10754
10755 * README: DOC.configure => cfg-paper.texi.
10756
10757Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
10758
10759 * config.sub (near case $os): Don't convert newsos* to bsd!
10760
10761Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
10762
10763 * Makefile.in: Reinstall change from gdb-4.3 that reduces
10764 the number of copies of COPYING that go into the GDB tar file.
10765
10766Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
10767
4bddf3ad 10768 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
10769 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
10770 Fix SCO configuration stuff.
10771
10772Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
10773
10774 * Makefile.in: For libg++, make sure the -I pointing
10775 to the gcc directory goes *after* all the libg++-local -I flags.
10776 Also, move just-gcc dependency from just-libg++ to all-libg++.
10777
10778Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
10779
10780 * configure: Change -x to -f to keep Ultrix /bin/test happy.
10781
10782Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
10783
10784 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
10785
10786Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
10787
10788 * config.sub: Add stratus configuration frags. Also
10789 submitted to FSF.
10790
10791Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
10792
10793 * Makefile.in (DEV_SUPPORT): add configure.man.
10794
10795 * config.sub(Decode manufacturer-specific): add -none*.
10796
10797Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
10798
10799 * Makefile.in: remove form feeds to make Sun's make happy.
10800 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
10801
10802Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
10803
10804 * Makefile.in (AR_FLAGS): Make quieter.
10805
10806Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
10807
10808 * configure.in: Add libg++.
10809 * configure: When verbose, don't output the command line at each
10810 level; it will be unremarkably the same as the previous version,
10811 which will be the same as what the user typed.
10812
10813Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
10814
10815 * configure.in, Makefile.in: fix clean-info, add flex. add
10816 fileutils.
10817
10818 * configure: be less sensitive to spaces in Makefile.in. Do not
10819 look for sources in "..". Doing so breaks subdirectories that
10820 might have their own configure. If a subdir has it's own
10821 configure script, use it.
10822
10823Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
10824
10825 * cfg-paper.texi: some changes suggested by rms.
10826
10827Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
10828
10829 * config.sub: Merge in some small additions from the FSF version,
10830 taken from the gcc distribution, to bring the Cygnus and FSF
10831 versions into closer sync.
10832
10833Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
10834
10835 * configure.in: Changed svr4 references to sysv4.
10836
10837Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
10838
10839 * configure: added -V for version number option.
10840
10841Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
10842
10843 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
10844 renamed from DOC.configure to cfg-paper.texi.
10845
10846Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10847
10848 * configure, config.subr, config.sub: config.subr is now
10849 config.sub again.
10850
10851Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
10852
10853 * configure.texi: new file, in progress.
10854
10855 * Makefile.in: build info file and install the man page for
10856 configure.
10857
10858 * configure.man: new file, first cut.
10859
10860 * configure: find config.subr again now that configuration "none"
10861 has gone. removed all traces of the -ansi option. removed all
10862 traces of the -languages option.
10863
10864 * config.subr: resync from rms.
10865
d932cae7 108661991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
10867
10868 * configure, config.sub, config.subr: merge config.sub into
10869 config.subr, call the result config.subr, remove config.sub, use
10870 config.subr.
10871
10872 * Makefile.in: revised install for dir.info.
10873
d932cae7 108741991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
10875
10876 * configure.in: add decstation host makefile frag.
10877
10878 * Makefile.in: BISON now bison -y again. also install-gcc on
10879 install. clean-gdbm on clean. infodir belongs in datadir.
10880 Make directories for info install. Build dir.info here then
10881 install it.
10882
d932cae7 108831991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
10884
10885 * Makefile.in: fix for bad directory tests.
10886
d932cae7 108871991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
10888
10889 * configure: \{1,2\} appears to be a sysv'ism. Use a different
10890 regexp. -srcdir relative was being handled incorrectly.
10891
10892 * Makefile.in: unwrapped some for loops so that parallel makes
10893 work again and so one can focus one's attention on a particular
10894 package.
10895
d932cae7 108961991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
10897
10898 * configure: added PWD as a stand in for `pwd` (for speed). use
10899 elif wherever possible. make -srcdir work without -objdir.
10900 -objdir= commented out.
10901
d932cae7 109021991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
10903
10904 * configure: +options become --options. -subdirs commented out.
10905 added -host, -datadir. Renamed -destdir to -prefix. Comment in
10906 Makefile now at top of generated Makefile. Removed cvs log
10907 entries. added -srcdir. create .gdbinit only if there is one
10908 in ${srcdir}.
10909
10910 * Makefile.in: idestdir and ddestdir go away. Added copyrights
10911 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
10912 and mandir now keyed off datadir by default.
10913
d932cae7 109141991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
10915
10916 * Freshly created ChangeLog.
10917
10918\f
10919Local Variables:
10920mode: change-log
10921left-margin: 8
10922fill-column: 76
10923version-control: never
10924End:
This page took 0.747244 seconds and 4 git commands to generate.