PR binutils/1990
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
d7730bac
NC
12005-12-27 Nick Clifton <nickc@redhat.com>
2
3 PR binutils/1990
4 * libtool.m4: Synchronize with version in GCC sources.
5
c02dabc3
PB
62005-12-20 Paolo Bonzini <bonzini@gnu.org>
7
8 Revert Ada-related part of the previous change.
9
10 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
11 Do not pass.
12 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
13 * Makefile.in: Regenerate.
14 * configure.in: Do not include mt-ppc-aix target fragment.
15 * configure: Regenerate.
16
f6d183c0
PB
172005-12-19 Paolo Bonzini <bonzini@gnu.org>
18
19 * configure.in: Select appropriate fragments for PowerPC/AIX.
20 * configure: Regenerate.
21
22 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
23 BOOT_CFLAGS, BOOT_LDFLAGS.
24 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
25 BOOT_CFLAGS, BOOT_LDFLAGS.
26 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
27 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
28 (stage): Fail if we cannot complete the work.
29 * Makefile.in: Regenerate.
30
f29759fc
JJ
312005-12-16 Jeff Johnston <jjohnstn@redhat.com>
32
33 * COPYING.NEWLIB: Update copyright year for default
34 copyright.
35
1f054001
PB
362005-12-15 Paolo Bonzini <bonzini@gnu.org>
37
38 * Makefile.tpl (all, do-[+make_target+], do-check, install,
39 install-host-nogcc): Don't invoke $(stage) at the end.
40 * Makefile.in: Regenerate.
41
0aed8855
PB
422005-12-14 Paolo Bonzini <bonzini@gnu.org>
43
44 * configure.in: Flip the top-level bootstrap switch.
45 * configure: Regenerate.
46
47 Merge from gcc:
48
49 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
50
51 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
52 $(stage) and $(unstage).
53 (EXTRA_TARGET_FLAGS): Correct double-quoting.
54 (all): Remove stray semicolon.
55 (local-distclean): Don't handle multilib.tmp and multilib.out.
56 (install.all): Set $s for consistency.
57 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
58 check_multilibs setting. Always make the install directory.
59 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
60 Correct @if/@endif.
61 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
62 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
63 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
64 (multilib.out): Remove.
65 * Makefile.in: Regenerated.
66
672005-12-12 Nathan Sidwell <nathan@codesourcery.com>
68
69 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
70 * configure.in: Replace ms1 arch with mt.
71 * configure: Rebuilt.
72
732005-12-05 Paolo Bonzini <bonzini@gnu.org>
74
75 Sync with gcc:
76
4970f871
NS
772005-12-12 Nathan Sidwell <nathan@codesourcery.com>
78
79 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
80 * configure.in: Replace ms1 arch with mt.
81 * configure: Rebuilt.
82
be01d343
PB
832005-12-05 Paolo Bonzini <bonzini@gnu.org>
84
85 Sync with gcc:
86
87 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
88
89 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
90 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
91 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
92 Find in-tree tools if available.
93 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
94 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
95 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
96 (COMPILER_*_FOR_TARGET): New.
97 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
98 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
99 (CONFIGURED_*, USUAL_*): Remove.
100 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
101 STRIP): Use autoconf substitutions.
102 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
103 COMPILER_NM_FOR_TARGET): New.
104 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
105
106 (all): Make all-host and all-target in parallel.
107 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
108 that $$r and $$s are set before invoking a recursive make.
109 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
110 ([+bootstrap-target+]): Inline most of the `all' target.
111
112 2005-11-29 Ben Elliston <bje@au.ibm.com>
113
114 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
115 from the gcc build directory.
116 * Makefile.in: Regenerate.
117
118 2005-11-29 Ben Elliston <bje@au.ibm.com>
119
120 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
121 depend on all-libdecnumber.
122 * configure.in (host_libs): Include libdecnumber.
123 * Makefile.in: Regenerate.
124 * configure: Likewise.
125
126 2005-11-21 Kean Johnston <jkj@sco.com>
127
128 * config.sub, config.guess: Sync from upstream sources.
129
907be67c
DJ
1302005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
131
132 * Makefile.def: Remove gdb dependencies for gdbtk.
133 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
134 (configure-gdb, install-gdb): New rules.
135 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
136 * Makefile.in, configure: Regenerated.
137
e360f423
PB
1382005-10-22 Paolo Bonzini <bonzini@gnu.org>
139
140 PR bootstrap/24297
141 * Makefile.tpl (do-[+make-target+], do-check, install,
142 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
143 are set before recursing.
144 * Makefile.in: Regenerate.
145
45d5eb0a
EB
1462005-10-20 Eric Botcazou <ebotcazou@adacore.com>
147
148 PR bootstrap/18939
149 * Makefile.def (gcc) <target>: Fix thinko.
150 * Makefile.in: Regenerate.
151
3cf3372e
BS
1522005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
153
154 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
155 * configure: Regenerate.
156
bd70a46f
KH
1572005-10-09 Kazu Hirata <kazu@codesourcery.com>
158
159 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
160 target-libffi, target-qthreads, target-libjava, and
161 targetlibobjc.
162 * configure: Regenerate.
163
5ae72758
DJ
1642005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
165
166 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
167 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
168 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
169 (USUAL_OBJDUMP_FOR_TARGET): New.
170 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
171 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 172 * configure, Makefile.in: Regenerated.
5ae72758 173
cc96343e
PB
1742005-10-05 Paolo Bonzini <bonzini@gnu.org>
175
176 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
177 before other host packages.
178
f70224b5
PB
1792005-10-05 Paolo Bonzini <bonzini@gnu.org>
180
181 PR bootstrap/22340
182
183 * configure.in (default_target): Remove.
184 * Makefile.tpl (all): Do not use prerequisites as subroutines
185 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
186 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
187 use prerequisites as subroutines.
188 (check-host, check-target): New.
189 (bootstrap configure & all targets): Do not use stage*-start
190 if the directory layout is already ok.
191 (non-bootstrap configure & all targets): Prepend a $(unstage).
192 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
193 (NOTPARALLEL): Remove.
194 (unstage, stage variables): New variables.
195 (unstage, stage targets): Simply expand to those variables.
196
197 * configure: Regenerate.
198 * Makefile.in: Regenerate.
199
c13c918a
JW
2002005-10-04 James E Wilson <wilson@specifix.com>
201
202 * Makefile.def (lang_env_dependencies): Add libmudflap.
203 * Makefile.in: Regenerate.
204
376a0e54
CM
2052005-10-03 Catherine Moore <clm@cm00re.com>
206
207 * configure.in (bfin-*-*): Support bfin.
208 * configure: Regenerated.
209
d320aacb
L
2102005-09-30 H.J. Lu <hongjiu.lu@intel.com>
211
212 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
213 * configure: Regenerated.
214
7e0f7140
GK
2152005-09-28 Geoffrey Keating <geoffk@apple.com>
216
217 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
218 (LIPO_FOR_TARGET): New.
219 (CONFIGURED_LIPO_FOR_TARGET): New.
220 (USUAL_LIPO_FOR_TARGET): New.
221 (STRIP_FOR_TARGET): New.
222 (CONFIGURED_STRIP_FOR_TARGET): New.
223 (USUAL_STRIP_FOR_TARGET): New.
224 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
225 STRIP_FOR_TARGET.
226 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
227 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
228 * Makefile.in: Regenerate.
229 * configure: Regenerate.
230
096f7d00
DE
2312005-09-19 David Edelsohn <edelsohn@gnu.org>
232
233 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
234 (rs6000-*-aix*): Same.
235 * configure: Regenerate.
236
2372005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
238
239 * configure.in: Recognize f95 in the --enable-languages option,
240 and substitute it for fortran, issuing a warning.
241 * configure: Regenerate.
242
2016dfcc
BE
2432005-09-07 Ben Elliston <bje@au.ibm.com>
244
245 Import from Autoconf sources:
246
247 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
248 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
249 Elliston. Handle weird characters correctly.
250
6dd2fda9
DD
2512005-08-30 Phil Edwards <phil@codesourcery.com>
252
253 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
254 * configure: Regenerated.
255
e6db70d4
RE
2562005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
257
258 * Makefile.def (libssp): Add to lang_env_dependencies.
259 * Makefile.in: Regenerate.
260
e1e3d0f5
CG
2612005-08-17 Christian Groessler <chris@groessler.org>
262
263 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
264 * Makefile.in: Regenerate.
265
05cbd757
PB
2662005-08-12 Paolo Bonzini <bonzini@gnu.org>
267
268 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
269 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
270 Look for alternate names of the target cc and c++
271 * configure: Regenerate.
272
55db4b87
PB
2732005-08-08 Paolo Bonzini <bonzini@gnu.org>
274
275 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
276 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
277 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
278 tools; remove code to manually set them.
279 (Target tools): Look in the environment for them.
280 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
281 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
282 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
283 build directory.
284 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
285 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
286 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
287 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
288 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
289 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
290 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
291 * configure: Regenerate.
292 * Makefile.in: Regenerate.
293
414e5532
MM
2942005-07-27 Mark Mitchell <mark@codesourcery.com>
295
296 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
297 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
298 * Makefile.in: Regenerated.
299
a19b6204
MM
3002005-07-26 Mark Mitchell <mark@codesourcery.com>
301
302 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
303 (CFLAGS_FOR_TARGET): Use it.
304 (CXXFLAGS_FOR_TARGET): Likewise.
305 * Makefile.in: Regenerated.
306 * configure.in (--with-build-sysroot): New option.
307 * configure: Regenerated.
308
b73aa406
PB
3092005-07-24 Paolo Bonzini <bonzini@gnu.org>
310
311 * Makefile.tpl: Wrap install between unstage and stage
312 * Makefile.in: Regenerate.
313
6e4d0bcb
KC
3142005-07-16 Kelley Cook <kcook@gcc.gnu.org>
315
316 * all files: Update FSF address.
317
49f58d10
JB
3182005-07-14 Jim Blandy <jimb@redhat.com>
319
320 * configure.in: Add cases for Renesas m32c.
321 * configure: Regenerated.
322
1d9c9cd7
KC
3232005-07-14 Kelley Cook <kcook@gcc.gnu.org>
324
325 * COPYING, compile, config-ml.in, config.guess,
326 config.sub, install-sh, missing, mkinstalldirs,
327 symlink-tree, ylwrap: Sync from upstream sources.
328
1587117a
EC
3292005-07-13 Eric Christopher <echristo@redhat.com>
330
331 * configure.in: Add toplevel noconfigdir support for tpf.
332 * configure: Regenerate.
333
bb780410
DD
3342005-07-11 Jakub Jelinek <jakub@redhat.com>
335
336 * Makefile.def (target_modules): Add libssp.
337 * configure.in (target_libraries): Add target-libssp.
338 * configure: Rebuilt.
339 * Makefile.in: Rebuilt.
340
064d0a7c
PB
3412005-07-11 Paolo Bonzini <bonzini@gnu.org>
342
343 PR ada/22340
344
345 * Makefile.def: Sync with gcc.
346 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
347 * Makefile.in: Regenerate.
348
b2edd3b5
AS
3492005-07-07 Andreas Schwab <schwab@suse.de>
350
351 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
352 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
353 * Makefile.in: Regenerated.
354
5f128533
KH
3552005-07-07 Kazu Hirata <kazu@codesourcery.com>
356
357 * configure.in: Add --enable-libssp and --disable-libssp.
358 * configure: Regenerate with autoconf-2.13.
359
4e3fc8e5
GK
3602005-07-06 Geoffrey Keating <geoffk@apple.com>
361
362 * configure.in: Don't build sim or rda when targetting darwin.
363 * configure: Regenerate.
364
c7357d6a
BE
3652005-07-04 Ben Elliston <bje@gnu.org>
366
367 * src-release (do-proto-toplev): Remove dejagnu bits.
368 (DEJAGNU_SUPPORT_DIRS): Remove.
369 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
370 (GDBD_SUPPORT_DIRS): Likewise.
371 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
372 (INSIGHTD_SUPPORT_DIRS): Likewise.
373 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
374
3752005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
376
377 * setup.com (mpw): Remove unused directive.
378
7d329e61
PB
3792005-06-22 Paolo Bonzini <bonzini@gnu.org>
380
381 * Makefile.def (stagefeedback): Come after profile.
382 Define profiledbootstrap target.
383 * Makefile.tpl (profiledbootstrap): Remove.
384 (stageprofile-end): Zap stagefeedback.
385 (stagefeedback-start): Copy all .gcda files, not only GCC's.
386 * Makefile.in: Regenerate.
387
e5fbed21
DD
3882005-06-13 Zack Weinberg <zack@codesourcery.com>
389
390 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
391 In 'cpp' stanza, support '#line' as well as '# '.
392
59f7ec45
HPN
3932005-06-07 Hans-Peter Nilsson <hp@axis.com>
394
395 * configure.in (unsupported_languages): New macro.
396 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
397 non-ported target libraries in noconfigdirs.
398 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
399 non-linux-gnu. Remove libgcj_ex_libffi.
400 <lang_frag loop>: Set add_this_lang=no if the language is in
401 unsupported_languages.
402 * configure: Regenerate.
403
c10e9ba7
DD
4042005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
405
406 * configure.in: Fix typo in handling of --with-mpfr-dir.
407 * configure: Regenerate.
408
20deb2b8
JB
4092005-06-02 Jim Blandy <jimb@redhat.com>
410
411 * config.sub: Add cases for the Renesas m32c. (This patch has been
412 accepted into the master sources.)
413
cdb9b172
AH
4142005-06-02 Aldy Hernandez <aldyh@redhat.com>
415 Michael Snyder <msnyder@redhat.com>
416 Stan Cox <scox@redhat.com>
417
418 * configure.in: Set noconfigdirs for ms1.
419
420 * configure: Regenerate.
421
1dc3053f
PB
4222005-05-25 Paolo Bonzini <bonzini@gnu.org>
423
424 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
425 (Dependencies): Consider target modules for bootstrap dependencies.
426 Make target bootstrap modules depend on each stage's gcc.
427 * Makefile.in: Regenerate.
428
c60fe18b
PB
4292005-05-20 Paolo Bonzini <bonzini@gnu.org>
430
431 * Makefile.def (configure-gcc): Depend on binutils having been built.
432 (all-gcc): No need to do it here.
433 * Makefile.in: Regenerate.
434
27258dd4
PB
4352005-05-19 Paul Brook <paul@codesourcery.com>
436
437 * configure.in: Rewrite misleading error message when requested
438 language cannot be built.
439 * configure: Regenerate.
440
42ecbf5e
DJ
4412005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
442
443 * ylwrap: Import from Automake 1.9.5.
444
ae380b45
MS
4452005-05-04 Mike Stump <mrs@apple.com>
446
447 * configure.in: Always pass --target to target configures as
448 otherwise rebuilds that do --recheck will fail.
811d3af8 449 * configure: Rebuilt.
ae380b45 450
d545f33b
PB
4512005-05-04 Paolo Bonzini <bonzini@gnu.org>
452
453 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
454 STAGE_HOST_EXPORTS.
455 (configure, all): Add bootstrap support.
456 (Host modules, target modules): Pass post-stage1 flags and exports.
457 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
458 * Makefile.in: Regenerate.
459
2faa2958
PB
4602005-04-29 Paolo Bonzini <bonzini@gnu.org>
461
462 Sync from gcc:
463
464 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
465
466 * config.sub: Update from master copy.
467
468 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
469
470 * configure.in <crisv32-*-*, cris-*-*>: New local variable
471 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
472 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
473 "*-*-elf" and "*-*-linux*".
474 * configure: Regenerate.
475
a7254363
PB
4762005-04-06 Paolo Bonzini <bonzini@gnu.org>
477
478 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
479 (TARGET_CONFIGARGS): Include --with-target-subdir.
480 (configure, all): New macros. Use them throughout.
481
a8637a7d
PB
4822005-04-05 Paolo Bonzini <bonzini@gnu.org>
483
484 * Makefile.tpl: Sync with gcc.
485 * Makefile.in: Regenerate.
486
dd387d52
JR
4872005-03-30 J"orn Rennecke <joern.rennecke@st.com>
488
489 * config/mh-mingw32: Delete.
490 * configure.in: Don't use it.
491 * configure: Regenerate.
492
e90269c8
PB
4932005-03-31 Paolo Bonzini <bonzini@gnu.org>
494
495 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
496 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
497 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
498 (HOST_LIB_PATH): Generate from Makefile.def.
499 (TARGET_LIB_PATH): Likewise.
500 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
501 * Makefile.in: Regenerate.
502 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
503 (RPATH_ENVVAR): Include Darwin case.
504 * configure: Regenerate.
505
9a237d9e
PB
5062005-03-25 Paolo Bonzini <bonzini@gnu.org>
507
508 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
509 * configure: Regenerate.
510
479759c8
ZW
5112005-03-21 Zack Weinberg <zack@codesourcery.com>
512
513 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
514 gcc_version, and gcc_version_trigger from set of flags to pass.
515 * Makefile.tpl: Remove definitions of above variables.
516 (config.status): Remove dependency on $(gcc_version_trigger).
517 * Makefile.in: Regenerate.
518 * configure.in: Do not reference config/gcc-version.m4 nor
519 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
520 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
521 * configure: Regenerate.
522
4cfaf6d5
DD
5232005-03-16 Manfred Hollstein <manfred.h@gmx.net>
524 Andrew Pinski <pinskia@physics.uc.edu>
525
526 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
527 * Makefile.in: Regenerate.
528
33a3fb7b
AO
5292005-03-01 Alexandre Oliva <aoliva@redhat.com>
530
531 PR libgcj/20160
532 * ltmain.sh: Avoid creating archives with components that have
533 duplicate basenames.
534
2da12f12
PB
5352005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
536
479759c8
ZW
537 PR bootstrap/20250
538 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
539 instead of check.
540 * Makefile.in: Regenerate.
2da12f12 541
b00612cc
PB
5422005-02-28 Paolo Bonzini <bonzini@gnu.org>
543
544 Sync from gcc.
545
546 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
547
548 PR bootstrap/17383
549 * Makefile.def (target_modules): Remove "stage", now unnecessary.
550 * Makefile.tpl (HOST_SUBDIR): New substitution.
551 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
552 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
553 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
554 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
555 (Host modules, Bootstrapped modules): Use it.
556 (Build modules, Target modules): Do not create symlink trees,
557 always configure out-of-srcdir.
558 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
559 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
560 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
561 $(HOST_SUBDIR). Create a symlink for host_subdir.
562
563 * Makefile.in: Regenerate.
564 * configure: Regenerate.
565
566 Merged from libada-gnattools-branch:
567 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
568
569 * Makefile.def: Add gnattools as a module, depending on target-libada.
570 * Makefile.in: Regenerate.
571 * configure.in: Include gnattools in host_tools; disable it if ada
572 is disabled.
573 * configure: Regenerate.
574
c3e65f62
NC
5752005-02-23 Nick Clifton <nickc@redhat.com>
576
577 * configure: Regenerate.
578
e4d180c2
NC
5792005-02-22 Paul Schlie <schlie@comcast.net>
580
581 * configure.in: Allow darwin targeted ports to build tk, itcl and
582 libgui.
583
e3c770b1
EB
5842005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
585
586 PR libgcj/10353
587 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
588 * configure: Regenerate.
589
9c73618c
AC
5902005-02-08 Andrew Cagney <cagney@gnu.org>
591
592 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
593 gdb/ section. Update GDB's URL.
594
c46f8c51
AC
5952005-01-31 Andrew Cagney <cagney@gnu.org>
596
597 * gettext.m4: Only set ENABLE_NLS when gettext is present.
598
c7e66c6d
HPN
5992005-01-29 Hans-Peter Nilsson <hp@axis.com>
600
601 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
602 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
603 target-libgloss when not *-*-elf and *-*-aout.
604 * configure: Regenerate.
605
a53bf506
AC
6062005-01-27 Andrew Cagney <cagney@gnu.org>
607
608 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
609
45181ed1
AC
6102005-01-24 Andrew Cagney <cagney@gnu.org>
611
612 * gettext.m4: Only fall back to ../intl/ when it's present.
613
a1e0f4e4
KC
6142005-01-17 Kelley Cook <kcook@gcc.gnu.org>
615
616 * install-sh, config.sub: Import from upstream.
617
6182005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
619
620 PR bootstrap/18222
621 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
622 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
623 * Makefile.in: Regenerate.
624
c50382e2
PB
6252005-01-03 Paolo Bonzini <bonzini@gnu.org>
626
627 Revert 2004-12-28 Makefile changes, a better fix will be
628 applied to mainline and src after GCC 4.0 branches.
629
11d07737
PB
6302004-12-28 Paolo Bonzini <bonzini@gnu.org>
631
632 PR bootstrap/17383
633
634 * Makefile.def (target_modules): Remove stage parameter,
635 it is always true now.
636 * Makefile.tpl (configure-build-[+module+],
637 configure-target-[+module+]): Always build symlink tree
638 for the directory and for include. BUILD_SUBDIR and
639 TARGET_SUBDIR cannot be . anymore.
640 * Makefile.in: Regenerate.
641
dadfdbe2
DD
6422004-12-25 David Edelsohn <edelsohn@gnu.org>
643
644 Revert 2004-12-08 Makefile changes.
645
dbf85af7
JR
6462004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
647
648 * configure.in (sh64-*-*): Reenable gprof.
649 * configure: Regenerate.
650
6b8fea99
JB
6512004-12-09 Jim Blandy <jimb@redhat.com>
652
653 * MAINTAINERS: List 'depcomp' as part of automake.
654
7341462c
DE
6552004-12-08 David Edelsohn <edelsohn@gnu.org>
656
657 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
658 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
659 (EXTRA_TARGET_FLAGS): Add PICFLAG.
660 * Makefile.in: Regenerate.
661
21fde4dc
DD
6622004-12-07 Matt Kraai <kraai@ftbfs.org>
663
664 * Makefile.tpl: Generate normal dependencies if the LHS module is
665 not bootstrapped.
666 * Makefile.in: Regenerate.
667
3da796a2
RS
6682004-12-03 Richard Sandiford <rsandifo@redhat.com>
669
670 * configure.in: Include config/gxx-include-dir.m4. Use
671 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
672 * configure: Regenerate.
673
73fb7068
RS
6742004-12-03 Richard Sandiford <rsandifo@redhat.com>
675
676 * config.if: Delete.
677 * configure.in: Set libstdcxx_incdir directly.
678 * configure: Regenerate.
679 * MAINTAINERS: Remove mention of config.if.
680 * src-release (DEVO_SUPPORT): Remove config.if.
681
6c8e6ce9
EC
6822004-12-02 Eric Christopher <echristo@redhat.com>
683
3b6098f8
EC
684 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
685 of things to remove.
6c8e6ce9 686 * Makefile.in: Regenerate.
479759c8 687
b8658a2f
RS
6882004-12-02 Richard Sandiford <rsandifo@redhat.com>
689
690 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
691 * configure: Regenerate.
692
afefada0
RS
6932004-12-02 Richard Sandiford <rsandifo@redhat.com>
694
695 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
696 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
697 * configure: Regenerate.
698
5dcac624
DA
6992004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
700
701 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
702 (hppa*64*-*-*): Delete incorrect comment.
703 * configure: Rebuilt.
704
57d1eb1a
DD
7052004-11-15 Kelley Cook <kcook@gcc.gnu.org>
706
707 * install-sh, compile: Import from automake.
708
7092004-11-15 Kelley Cook <kcook@gcc.gnu.org>
710
711 * config.guess, config.sub: Import from savannnah.
712
6d389afc
MS
7132004-11-12 Mike Stump <mrs@apple.com>
714
715 * Makefile.def: Add html support.
716 * Makefile.tpl: Likewise.
717 * Makefile.in: Regenerate.
718
69e57115
GK
7192004-11-11 Geoffrey Keating <geoffk@apple.com>
720
721 PR 18423
722 * configure.in: Remove all instances of build-fixincludes from
723 noconfigdirs.
724 (build_configargs): Supply --target to subdirectories.
725 * configure: Regenerate.
726
727 * Makefile.def: Make gcc install depend on fixincludes install.
728 * Makefile.in: Regenerate.
729
ba719b26
HPN
7302004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
731
732 * configure.in (noconfigdirs) [mmix-*-*]: Disable
733 target-libgfortran.
734 * configure: Regenerate.
735
c37653e7
DE
7362004-11-07 David Edelsohn <edelsohn@gnu.org>
737
738 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
739 like CC.
740
1eefd493
PB
7412004-11-05 Paolo Bonzini <bonzini@gnu.org>
742
743 * Makefile.def (host fixincludes): Specify missing targets.
744 * Makefile.in: Regenerate.
745
02b1af09
L
7462004-11-04 H.J. Lu <hongjiu.lu@intel.com>
747
748 PR other/17783
749 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
750 * configure: Regenerated.
751
7f266840
DJ
7522004-11-04 Daniel Jacobowitz <dan@debian.org>
753
754 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
755 * configure: Regenerated.
756
47444073
AL
7572004-10-28 Eric B. Weddington <ericw@evcohs.com>
758
759 PR target/18151
760 * configure.in (case ${target}): Do not build fixincludes for avr.
761 * configure: Regenerated.
762
caeba88f
AL
7632004-10-26 Paolo Bonzini <bonzini@gnu.org>
764
765 * configure.in (case ${target}): Do not build fixincludes
766 on platforms where it is not used.
767 * configure: Regenerated.
768
0fdbe983
DJ
7692004-10-23 Daniel Jacobowitz <dan@debian.org>
770
771 * configure.in: Use an absolute path to install-sh.
772 * configure: Regenerated.
773
1c0f67c1
AC
7742004-10-19 Andrew Cagney <cagney@gnu.org>
775
776 * src-release (do-djunpack, do-md5sum): Install the generated file
777 directly into the proto-toplev/ directory.
479759c8 778
a9cfce9c
AC
7792004-10-19 Andrew Cagney <cagney@gnu.org>
780
781 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
782
ac0fa625
DD
7832004-10-12 Kelley Cook <kcook@gcc.gnu.org>
784
785 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
786 * configure: Regenerate.
787
d27cc32e
PB
7882004-10-06 Paolo Bonzini <bonzini@gnu.org>
789
790 Fix wrong conflict resolution in:
791
792 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
793
794 * Makefile.in: Regenerate.
795 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
796 in the recursive `make', instead of hardwiring `all'.
797 (Autogenerated TARGET-* variables): New.
798
1763908f
UW
7992004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
800
801 Merged from GCC / libtool upstream:
802 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
803 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
804 * ltcf-cxx.sh (tpf*): Likewise.
805 * ltconfig (tpf*): Add TPF OS configuration support.
806
0490e016
NC
8072004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
808
809 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 810 * configure: Regenerate.
0490e016 811
32be62b5
RS
8122004-09-24 Michael Roth <mroth@nessie.de>
813
814 * configure.in (--without-headers): Add missing double quotes.
815 * configure: Regenerate.
816
6048df60
DD
8172004-09-24 Kelley Cook <kcook@gcc.gnu.org>
818
819 * ylwrap: Revert to previous version.
820
315b3b02
L
8212004-09-23 H.J. Lu <hongjiu.lu@intel.com>
822
6048df60 823 PR bootstrap/17369
315b3b02
L
824 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
825 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
826 SET_GCC_LIB_PATH_CMD.
827 (BASE_TARGET_EXPORTS): Likewise.
828 * Makefile.in: Regenerated.
829
830 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
831 * configure: Regenerated.
832
fe69863c
DD
8332004-09-23 Kelley Cook <kcook@gcc.gnu.org>
834
835 * config.guess: New upstream version
836 * compile, depcomp, install-sh, ylwrap: Likewise.
837
8382004-09-19 Roger Sayle <roger@eyesopen.com>
839
840 * config/mh-x86omitfp: New host makefile fragment. Add
841 -fomit-frame-pointer to the default BOOT_CFLAGS.
842 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
843 * configure: Regenerate.
844
8452004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
846
847 PR target/11572
848 * configure.in (*-*-darwin*): Renable libobjc.
849 * configure: Regenerate.
850
be75bbe1 8512004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 852
be75bbe1
DB
853 * Makefile.def: Remove libbanshee.
854 * Makefile.tpl: Ditto.
855 * configure.in: Ditto.
856 * Makefile.in: Regen.
857 * configure: Ditto.
858
1b882a91
PB
8592004-09-07 Paolo Bonzini <bonzini@gnu.org>
860
861 * missing: Import latest version from master repository.
862
eb1352ed
NC
8632004-09-04 Nick Clifton <nickc@redhat.com>
864
865 * config.sub: Import latest version from master repository.
866 * config.guess: Likewise.
867 This includes these changes:
479759c8 868
eb1352ed
NC
869 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
870
871 * config.sub: Handle crisv32, alias etraxfs.
872 * config.guess (crisv32:Linux:*:*): Handle.
873
874 2004-08-13 Brad Smith <brad@comstyle.com>
875
876 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
877 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
878
879 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
880
881 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
882 assume the processor is a powerpc. This is because coreutils
883 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
884 in this case, due to a MacOS X bug that causes
885 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
886 to return a negative number.
887 Problem reported by Petter Reinholdtsen in:
888 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
889
890 2004-07-19 Ben Elliston <bje@gnu.org>
891
892 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
893
894 2004-06-24 Ben Elliston <bje@gnu.org>
895
896 * config.guess: Update copyright years.
897 * config.sub: Likewise.
898
899 2004-06-22 Robert Millan <robertmh@gnu.org>
900
901 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
902 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
903
904 2004-06-22 Stanley F. Quayle <stan@stanq.com>
905
906 * config.guess (*:*VMS:*:*): New entry. Replaces
907 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
908 manufacturer.
909
910 2004-06-22 Ben Elliston <bje@gnu.org>
911
912 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
913 * config.sub: Likewise.
914
915 2004-06-22 Ben Elliston <bje@gnu.org>
916
917 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
918 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
919
920 2004-06-11 Ben Elliston <bje@gnu.org>
921
922 * config.guess (pegasos:OpenBSD:*:*): Remove.
923
924 2004-06-11 Ben Elliston <bje@gnu.org>
925
926 From Wouter Verhelst <wouter@grep.be>:
927 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
928
929 2004-06-11 Ben Elliston <bje@gnu.org>
930
931 * config.guess (luna88k:OpenBSD:*:*): New.
932
933 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
934
935 * config.guess (m32r*:Linux:*:*): New case.
936 * config.sub: Handle m32rle.
937
938 2004-03-12 Ben Elliston <bje@wasabisystems.com>
939
940 From Jens Petersen <petersen@redhat.com>:
941 * config.sub: Handle sparcv8.
942
943 2004-03-03 Ben Elliston <bje@wasabisystems.com>
944
945 From Tom Smith <smith@cag.lkg.hp.com>:
946 * config.guess: Version suffixes are equally significant on Tru64
947 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
948 prefix of "P" (patched kernel).
949
950 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
951
952 * config.sub: Add support for National Semiconductor CRX target.
953
2a3124ca 9542004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 955
2a3124ca
RH
956 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
957 *-*-netware, but add target-libmudflap.
958 Consolidate *-*-netware targets (of which really only i?86 exists)
959 into a single entry.
960 * configure: Likewise.
961
0df3d27f
PB
9622004-09-01 Paolo Bonzini <bonzini@gnu.org>
963
964 * Makefile.tpl (sorry): Remove.
965 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
966 (cleanstrap targets): Depend on distclean, not distclean-stage1.
967 (do-clean): Clean per-stage directories too.
968 (do-distclean): Run distclean-stage1 too.
969 (.NOTPARALLEL): Enable during toplevel bootstrap.
970 (stage[+id+]-bubble): Enable parallel execution during
971 the recursive invocation.
972 * Makefile.in: Regenerate.
973
974 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
975
976 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
977
978 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
979 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
980 * configure: regenerate
479759c8
ZW
981 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
982 -mdynamic-no-pic
0df3d27f
PB
983
9842004-08-31 Paolo Bonzini <bonzini@gnu.org>
985
986 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
987 include.
988 * configure.in: Fix indentation.
989 * configure: Regenerate.
990
ee025550
PB
9912004-08-31 Paolo Bonzini <bonzini@gnu.org>
992
993 * Makefile.def (build_modules): Add fixincludes.
994 (dependencies): Make gcc depend on fixincludes.
995 * configure.in (build_tools): Add fixincludes.
996 (build_configdirs): Always include build_libs.
997 * Makefile.in: Regenerate.
998 * configure: Regenerate.
999
10002004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
1001
1002 * Makefile.def (bootstrap stages): Add 'lean' parameter.
1003 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
1004 phony targets; do not generate timestamp files.
1005 (distclean-stageN): Remove references to their timestamp files.
1006 (restageN, touch-stageN): Remove.
1007 (stageN-bubble): Rewritten.
1008 (compare): Support lean bootstraps.
1009 * Makefile.in: Regenerate.
1010
1011 * configure.in: Only warn when bootstrapping but
1012 build != host or build != target. Support lean bootstraps.
1013 * configure: Regenerate.
1014
1015 Sync from gcc:
1016 2004-08-26 Phil Edwards <phil@codesourcery.com>
1017
1018 * configure.in: Give a better error message if GMP/MPFR are missing
1019 and a language needing them has been requested.
1020 * configure: Regenerated.
1021
1022 2004-08-25 Phil Edwards <phil@codesourcery.com>
1023
1024 * configure.in: Print a list of available language front-ends if
1025 a requested one is missing. Tidy stray tab characters.
1026 * configure: Regenerated.
1027
72b2455a
PB
10282004-08-17 Paolo Bonzini <bonzini@gnu.org>
1029
1030 * Makefile.in: Regenerate.
1031 * configure: Regenerate.
1032
1033 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
1034 stage_*_flags.
1035 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
1036 for bootstrapped modules if toplevel bootstrap is going.
1037 (GCC bootstrap): Generate per-stage targets for all bootstrapped
1038 modules. Adjust for changes in Makefile.def. Enable several
1039 rules even in non-bootstrap mode, just to avoid peppering the
1040 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
1041 (stage-[+prev+]-bubble): Remove.
1042
1043 * Makefile.def (Dependencies): Depend on all-build-bison,
1044 all-build-flex, all-build-byacc, all-build-texinfo, rather
1045 than the host variations.
1046 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
1047 with BUILD_SUBDIR.
1048 (BISON): Update for recent Bisons.
1049 (YACC): Fix typo.
1050 (cross): Depend on all-build.
1051 (all): Do not depend on all-build.
1052 (prebootstrap): Remove.
1053 (dep-kind): Accept separate prefixes for MODULE and ON variables.
1054 (Prebootstrap dependencies): Add them to the per-stage targets
1055 and to all-prebootstrap.
1056 * configure.in (build_configdirs): Always enable build_tools.
1057 (BUILD_DIR_PREFIX): Remove.
1058
1059 * Makefile.def (gcc): Add target variable.
1060 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
1061 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1062 in the recursive `make', instead of hardwiring `all'.
1063 (Autogenerated TARGET-* variables): New.
1064
de0b4a87
JW
10652004-08-17 Robert Millan <robertmh@gnu.org>
1066
1067 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
1068 (instead of FreeBSD).
1069 * configure: Regenerate.
1070
ad681c85
NN
10712004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
1072
675c6968
NN
1073 * Makefile.def, configure.in, src-release: Remove useless, bogus
1074 references to tix.
1075 * Makefile.in, configure: Regenerate.
1076
ad681c85
NN
1077 * src-release: Stop distributing mmalloc with gdb (which doesn't
1078 use it).
1079 * Makefile.def: GDB doesn't depend on mmalloc anymore.
1080 * Makefile.in: Regenerate.
1081
11b04d1f
DD
10822004-08-09 Mark Mitchell <mark@codesourcery.com>
1083
1084 * configure.in (arm*-*-eabi*): New target.
1085 * configure: Regenerate.
1086
f2420bea
NN
10872004-08-01 Robert Millan <robertmh@gnu.org>
1088
1089 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
1090 libmudflap for all GNU-based systems (with Glibc).
1091 * configure: Regenerate.
1092
9e6ce191
PB
10932004-08-06 Paolo Bonzini <bonzini@gnu.org>
1094
1095 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
1096 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
1097 (Dependencies): New section.
1098 * Makefile.tpl (Dependencies): Generate from Makefile.def.
1099 (configure-target-[+module+]): Depend on maybe-all-gcc
1100 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
1101 (toplevel profiledbootstrap): Fix dependencies.
1102 * Makefile.in: Regenerate.
1103
df4a6958
MM
11042004-08-03 Mark Mitchell <mark@codesourcery.com>
1105
1106 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
1107 target-libiberty to noconfigdirs.
1108
11b04d1f
DD
11092004-08-03 Paul Brook <paul@codesourcery.com>
1110
1111 * configure.in: Check for MPFR as well as GMP.
1112 * configure: Regenerate.
1113
b813574b
PB
11142004-08-03 Paolo Bonzini <bonzini@gnu.org>
1115
1116 * Makefile.def (host-modules): Add gcc.
1117 * Makefile.in: Regenerate.
1118 * Makefile.tpl (sorry): New rule.
1119 (configure-host, all-host, [+make_target+]-host, do-check,
1120 install-host): Do not add gcc as a special case.
1121 (host modules): Add a small special-casing for gcc. Export
1122 extra_make_flags through the environment.
1123 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
1124 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
1125 other recursive targets for gcc): Remove.
1126
1127 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
1128 (stage, unstage): New rules.
1129 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
1130 distclean-stage[+id+]): Use stage_current.
1131 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
1132 the stage*-start rules.
1133
61edac0c
JW
11342004-07-19 Robert Millan <robertmh@gnu.org>
1135
1136 Synced from gcc:
1137
1138 2004-04-26 Robert Millan <robertmh@gnu.org>
1139
1140 Add patches from libtool CVS.
1141 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
1142 * ltconfig: Likewise.
1143 * ltcf-c.sh: Likewise.
1144 * ltcf-cxx.sh: Likewise.
1145 * ltcf-gcj.sh: Likewise.
1146
3e707e94
PB
11472004-07-12 Paolo Bonzini <bonzini@gnu.org>
1148
1149 * configure.in: Add noconfigdirs for crx-*-*.
1150 * configure: Regenerate.
1151
11522004-07-12 Paolo Bonzini <bonzini@gnu.org>
1153
1154 Synced from gcc:
1155
1156 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
1157
1158 * configure.in: Build libmudflap by default on FreeBSD.
1159 * configure: Regenerated.
1160
1161 2004-07-09 Mark Mitchell <mark@codesourcery.com>
1162
1163 * configure.in: Do not build libmudflap by default on non-GNU/Linux
1164 systems.
1165 * configure: Regenerated.
1166
1167 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1168
1169 PR target/16344
1170 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
1171 feedback based compiler.
1172 * Makefile.in: Rebuilt.
1173
1174 2004-07-05 Phil Edwards <phil@codesourcery.com>
1175
1176 * configure.in: Do not prepend $srcdir to /dev/null in
1177 makefile fragments.
1178 * configure: Regenerate.
1179
a7ee7660
AO
11802004-07-08 Alexandre Oliva <aoliva@redhat.com>
1181
1182 * Makefile.def (host_modules): Set bootstrap=true for flex.
1183 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
1184 * Makefile.in: Rebuilt.
1185
6a9cf61e
PB
11862004-07-01 Paolo Bonzini <bonzini@gnu.org>
1187
1188 * Makefile.def (build_modules): Add bison, byacc, flex,
1189 m4, texinfo.
1190 (flags_to_pass): Add FLEX.
1191 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
1192 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
1193 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
1194 DEFAULT_MAKEINFO): Remove.
1195 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
1196 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
1197 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
1198 objdir or else use configured tool.
1199 (all-build): New.
1200 (all): Depend on it.
1201 (Build module dependencies): Add.
1202 * Makefile.in: Regenerate.
1203 * configure.in: Better support for multiple build modules,
1204 matching what is done for host/target modules. Do not look
1205 for "plausible" locations of build tools if Canadian cross.
1206 Use autoconf's AC_PROG_CC to find a C compiler. Define
1207 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
1208 * configure: Regenerate.
1209
95b6a1f2
PB
12102004-06-22 Paolo Bonzini <bonzini@gnu.org>
1211
1212 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
1213 * Makefile.in: Regenerate.
1214
7ffa0b57
PB
12152004-06-22 Paolo Bonzini <bonzini@gnu.org>
1216
1217 * Makefile.tpl (configure-build-[+module+],
1218 configure-[+module+], configure-target-[+module+]): Pass
1219 [+extra_configure_args+].
1220 (all-build-[+module+], all-[+module+], check-[+module+],
1221 install-[+module+], [+make_target+]-[+module+],
1222 all-target-[+module+], check-target-[+module+],
1223 install-target-[+module+], [+make_target+]-target-[+module+]):
1224 Pass [+extra_make_args+].
1225 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
1226 (GCC_HOST_EXPORTS): Remove.
1227 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
1228 cross, check-gcc, check-gcc-c++, install-gcc,
1229 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
1230 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
1231 * Makefile.in: Regenerate.
1232
929ba6e7
CF
12332004-06-21 Christopher Faylor <cgf@alum.bu.edu>
1234
1235 * configure.in: Check for srcdir/winsup rather than build directory
1236 winsup.
1237 * configure: Regenerate.
1238
b76d7de0
CV
12392004-06-17 Corinna Vinschen <vinschen@redhat.com>
1240
1241 * configure.in: Don't build Cygwin native newlib if winsup
1242 directory is missing. Emit warning instead.
1243 * configure: Regenerate.
1244
656fdd47
PB
12452004-06-09 Paolo Bonzini <bonzini@gnu.org>
1246
1247 * Makefile.tpl (touch-stage[+id+]): New.
1248 (restage[+prev+]): Depend on touch-stage[+id+].
1249
1250 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
1251 Use it throughout.
1252
1253 * Makefile.def: Add profile and feedback bootstrap stages.
1254 Remove next field from bootstrap stages.
1255 * Makefile.tpl (LN, LN_S): Substitute.
1256 (stageN-start, stageN-end): Use double-colon rules, to
1257 provide a hook for additional setup commands.
1258 (distclean-stageN-gcc, restageN): Create dependencies from
1259 [+prev+], not from [+next+].
1260 (stageN-bubble): Add commands for successive stages from
1261 [+prev+], using double-colon rules.
1262 (all-stageN-gcc): Fix typo.
1263 (stagefeedback-start, profiledbootstrap): New.
1264 * Makefile.in: Regenerate.
1265 * configure.in: Call ACX_PROG_LN.
1266 * configure: Regenerate.
1267
498d4a71
CF
12682004-06-03 Paolo Bonzini <bonzini@gnu.org>
1269
1270 * configure.in: Fix --enable-bootstrap breakage introduced in trees
1271 without gcc.
1272 * configure: Regenerate.
1273
377d8c42
PB
12742004-06-01 Paolo Bonzini <bonzini@gnu.org>
1275
1276 * Makefile.tpl: Fix typo.
1277 * Makefile.in: Regenerate.
1278
f5f8a794
PB
12792004-06-01 Paolo Bonzini <bonzini@gnu.org>
1280
1281 * configure.in: Remove new- prefix from toplevel
1282 bootstrap targets.
1283 * configure: Regenerate.
1284
f7a4c34f
PB
12852004-06-01 Paolo Bonzini <bonzini@gnu.org>
1286
1287 Merge this patch from the gcc tree:
1288
1289 2004-05-30 Andreas Jaeger <aj@suse.de>
1290 Jim Wilson <wilson@specifixinc.com>
1291
1292 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
1293 like CC.
1294
319cab08
PB
12952004-06-01 Paolo Bonzini <bonzini@gnu.org>
1296
1297 * Makefile.tpl (all.normal): Rename to all.
1298 (all): Replace with a rule to pick the default
1299 target from configure.
1300 (all-gcc, configure-gcc): Use conditionals to
1301 do nothing when toplevel bootstrap is going on.
1302 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
1303 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
1304 * configure.in: Support --enable-bootstrap.
1305
1306 * Makefile.def: Remove new- prefix from toplevel
1307 bootstrap targets.
1308 * Makefile.tpl: Likewise.
1309
1310 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
1311 target.
1312
1313 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
1314 $(RECURSE_FLAGS) to recursive invocation of make.
1315
1316 * Makefile.in: Regenerate.
1317 * configure: Regenerate.
1318
88f64edc
DJ
13192004-05-27 Daniel Jacobowitz <dan@debian.org>
1320
1321 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
1322 * configure: Regenerate.
1323
378fce5b
DD
13242004-05-25 Daniel Jacobowitz <drow@false.org>
1325
1326 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
1327 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
1328 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
1329 targets.
1330 * Makefile.in: Regenerate.
1331
dfdffa2c
PB
13322005-05-24 Paolo Bonzini <bonzini@gnu.org>
1333
1334 * configure.in: Test the ability to symlink directories.
1335 * configure: Regenerate.
1336
1337 * Makefile.def (bootstrap-stage): New definitions.
1338 * Makefile.tpl (configure-stage1-gcc,
1339 configure-stage2-gcc, configure-stage3-gcc,
1340 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
1341 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
1342 new-restage3, compare): Autogenerate, see Makefile.in
1343 entry for behavioral changes.
1344 (distclean-stage1, new-stage1-start, new-stage1-end,
1345 new-stage1-bubble, distclean-stage2, new-stage2-start,
1346 new-stage2-end, new-stage2-bubble, distclean-stage3,
1347 new-stage3-start, new-stage3-end): New autogenerated targets.
1348 (objext, prebootstrap, BOOT_CFLAGS,
1349 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
1350 targets.
1351
1352 * Makefile.in: Regenerate.
1353 (distclean-stage1, new-stage1-start, new-stage1-end,
1354 new-stage1-bubble, distclean-stage2, new-stage2-start,
1355 new-stage2-end, new-stage2-bubble, distclean-stage3,
1356 new-stage3-start, new-stage3-end): New targets.
1357 (all-stage1-gcc): Move prebootstrap dependency from here...
1358 (configure-stage1-gcc): ...to here.
1359 (new-bootstrap): Use bubble targets.
1360 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1361 Use per-stage distclean targets.
1362 (configure-stage1-gcc, configure-stage2-gcc,
1363 configure-stage3-gcc, all-stage1-gcc,
1364 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
1365 Use new-stageN-start to prepare the tree.
1366
04cf1b77
PB
13672004-05-23 Paolo Bonzini <bonzini@gnu.org>
1368
1369 * Makefile.def (host_modules): add libcpp.
1370 * Makefile.tpl: Add dependencies on and for libcpp.
1371 * Makefile.in: Regenerate.
1372 * configure.in: Add libcpp host module.
1373 * configure: Regenerate.
1374
80b200a1
ZW
13752004-05-17 Zack Weinberg <zack@codesourcery.com>
1376
1377 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
1378 of libf2c.
1379 * configure, Makefile.in: Regenerate.
1380
4b1cb4fe
DD
13812004-05-13 Diego Novillo <dnovillo@redhat.com>
1382
1383 Merge from tree-ssa-20020619-branch.
1384
1385 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
1386 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
1387 (HOST_GMPLIBS): Define.
1388 (HOST_GMPINC): Define.
1389 (TARGET_LIB_PATH): Add libmudflap.
1390 (GFORTRAN_FOR_TARGET): Define.
1391 (configure-build*): Export GFORTRAN.
1392 (configure-gcc): Export GMPLIBS and GMPINC.
1393 (all-gcc): Add maybe-all-libbanshee.
1394 (configure-target-libgfortran): Define.
1395 * Makefile.in: Regenerate.
1396 * configure.in (host_libs): Add libbanshee.
1397 (target_libraries): Add target-libmudflap and target-libgfortran.
1398 Add --with-libbanshee.
1399 Handle --disable-libmudflap.
1400 (*-*-freebsd*): Use with_gmp.
1401 Add $(libgcj) to noconfigdirs.
1402 * configure: Regenerate.
1403 * depcomp: New file.
1404 * MAINTAINERS: Add tree-ssa maintainers.
1405
14062004-04-28 Paolo Bonzini <bonzini@gnu.org>
1407
1408 * config/acx.m4: Fix fastcompare support for new-bootstrap.
1409 * configure: Regenerate.
1410
b8908782
DD
14112004-04-27 Paolo Bonzini <bonzini@gnu.org>
1412
1413 Revert:
1414 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
1415
1416 * Makefile.def (flags_to_pass): Remove *dir variables that
1417 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1418 as well as prefix and exec_prefix.
1419 * Makefile.in: Regenerate.
1420
14212004-04-26 Paolo Bonzini <bonzini@gnu.org>
1422
1423 * Makefile.def (host_modules): Mark with the bootstrap
1424 flag packages on which gcc depends.
1425 * Makefile.tpl (all-bootstrap): Use it.
1426 * Makefile.in: Regenerate.
1427
14282004-04-26 Paolo Bonzini <bonzini@gnu.org>
1429
1430 * Makefile.def (flags_to_pass): Remove *dir variables that
1431 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1432 as well as prefix and exec_prefix.
1433 * Makefile.in: Regenerate.
1434
14352004-04-26 Paolo Bonzini <bonzini@gnu.org>
1436
80b200a1
ZW
1437 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
1438 * configure: Regenerate.
1439 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
1440 * gcc/Makefile.tpl (compare): Use the result of the test.
1441 * gcc/Makefile.in: Regenerate.
b8908782
DD
1442
14432004-04-23 Paolo Bonzini <bonzini@gnu.org>
1444
1445 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
1446 Always relocate gcc and prev-gcc to the original names, even
1447 if the build fails.
1448 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1449 New targets.
1450
0f260896
RO
14512004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1452
1453 * configure.in (mips*-*-irix5*): Enable ld.
1454 * configure: Regenerate.
1455
51860f05
JW
14562004-04-15 James E Wilson <wilson@specifixinc.com>
1457
1458 * Makefile.tpl (configure-[+module+], configure-gcc,
1459 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
1460 Set and export LDFLAGS.
1461 * Makefile.in: Regenerate.
1462
54752a6b
NN
14632004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
1464
1465 PR bootstrap/14871
1466 * Makefile.tpl: If we don't have built-in-tree target tools,
1467 use the ones found by configure rather than hacking around with
1468 program_transform_name.
1469 * configure.in: Give Makefile.tpl the information necessary
1470 to do that.
1471 * Makefile.in: Regenerate.
1472 * configure: Regenerate.
1473
14742004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
1475
1476 PR bootstrap/14760
1477 * configure.in: When computing baseargs, strip *all* copies of
1478 offending options. Also, don't match/substitute the trailing space,
1479 so that this actually works when two similar options are separated by
1480 only one space.
1481 * configure: Regenerate.
1482
14832004-04-06 David Edelsohn <edelsohn@gnu.org>
1484
80b200a1
ZW
1485 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
1486 (rs6000-*-aix*): Same.
1487 * configure: Regenerate.
54752a6b 1488
5e2b61fb
SS
14892004-03-25 Stan Shebs <shebs@apple.com>
1490
1491 Remove MPW support, no longer used.
1492 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
1493 mpw-install: Remove files.
1494 * src-release (DEVO_SUPPORT): Remove names of removed files.
1495 * MAINTAINERS: Likewise.
1496
1a6f2dc7
NN
14972004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
1498
a0049f1b
NN
1499 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
1500 STRICT_WARN, WARN_CFLAGS flags passed down to make.
1501 * Makefile.in: Regenerate.
1502
1a6f2dc7
NN
1503 * configure.in (top level bootstrap support): Rework --enable-werror
1504 to set @stage2_werror_flag@.
1505 * configure: Regenerate.
1506 * Makefile.tpl (top level bootstrap support): Pass
1507 @stage2_werror_flag@ down to configure in stages 2 and 3.
1508 * Makefile.in: Regenerate.
1509
920e3419
NN
15102004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
1511
1512 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
1513 for stages 2 and 3 as well as in make. As a consequence, remove
1514 OUTPUT_OPTION (now detected by configure) from the flags passed down
1515 to make.
1516 * Makefile.in: Regenerate.
1517
1518 * Makefile.tpl (new-bootstrap): Fix typo.
1519 * Makefile.in: Regenerate.
1520
4fa63067
NN
15212004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
1522
1523 * Makefile.tpl: Rearrange by moving recursive_targets rules
1524 into their proper sections.
1525 * Makefile.tpl (top level bootstrap support): Move disabling
1526 of coverage flags from 'make' to 'configure'; improve comments.
1527 * Makefile.in: Regenerate.
1528
1529 * Makefile.tpl (experimental top level bootstrap) Move stage1
1530 language setting from all- target to configure- target; disable
1531 intermodule optimization in stage 1; prevent gratuitous rebuilds
1532 of stage 1.
1533 * Makefile.in: Regenerate.
1534 * configure.in: Comma-separate stage 1 language list for top
1535 level bootstrap.
1536 * configure: Regenerate.
1537
1538 * Makefile.tpl: Clean up experimental top level bootstrap support:
1539 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
1540 prev-gcc in configure- targets as well as all- targets.
1541 * Makefile.in: Regenerate.
1542
fb8a10fd
NN
15432004-03-17 Paolo Bonzini <bonzini@gnu.org>
1544
1545 * configure.in: Remove symbolic link section.
1546 * configure: Regenerate.
1547 * Makefile.tpl (links): Remove.
1548 * Makefile.in: Regenerate.
1549
947f426e 15502004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 1551 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
1552
1553 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 1554 Set with AC_CHECK_PROGS.
947f426e
NN
1555 * configure.in: Fix comment typo from last patch.
1556 * configure: Regenerate.
1557
1d39f329
NN
15582004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
1559
1560 * Makefile.tpl: Introduce experimental top level bootstrap support.
1561 * Makefile.in: Regenerate.
1562 * configure.in: Introduce support for top level bootstrap.
1563 * configure: Regenerate.
1564
4b0ac75d 15652004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 1566 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
1567
1568 PR bootstrap/14522
1569 * configure.in: Cope with shells that do not support unquoted ^
1570 * configure: Regenerate.
1571
2e70b094 15722004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 1573 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
1574
1575 PR bootstrap/14522
1576 * configure.in: Cope with shell that do not support nesting
1577 quotes inside quoted backquote substitutions.
1578 * configure: Regenerate.
1579
15802004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
1581
1582 PR bootstrap/14522
1583 * configure.in: Fix escaping of $.
1584 * configure: Regenerate.
1585
9e07f89d
NN
15862004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
1587
1588 * configure: Regenerate.
1589
15902004-03-08 Paolo Bonzini <bonzini@gnu.org>
1591
1592 PR ada/14131
1593 Move language detection to the top level.
1594 * configure.in: Find default values for the tools as
1595 soon as possible. Disable ada if GNAT is not found.
1596 Emit error message about missing languages. Expand
1597 --enable-languages=all for the gcc subdirectory.
1598
1712ab83
RS
15992004-03-01 Richard Sandiford <rsandifo@redhat.com>
1600
1601 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
1602 and disable libgcj.
1603 * configure: Regenerated.
1604
3dee29da
NN
16052004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
1606
1607 PR bootstrap/7087
1608 * Makefile.tpl: Guard XFOO sed statements better.
1609 * Makefile.tpl: Add dependency for configure-target-libada.
1610 * Makefile.in: Regenerate (incidentally fixes broken
1611 commit when libada-branch was merged).
1612
0558264b
AC
16132004-02-28 Andrew Cagney <cagney@redhat.com>
1614
1615 * src-release (CVS_NAMES): Define.
1616 (do-tar, do-tar): Prune $(CVS_NAMES).
1617
c38f9803
AC
16182004-02-23 Andrew Cagney <cagney@redhat.com>
1619
1620 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
1621 2004-02-19.09.
1622
55636792
NN
16232004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
1624
1625 PR bootstrap/11932
1626 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
1627
1e600082
AC
16282004-02-19 Andrew Cagney <cagney@redhat.com>
1629
1630 * config.guess: Update from version 2003-06-12 to 2004-02-16.
1631 * config.sub: Update from version 2003-06-13 to 2004-02-16.
1632
3769cd82
DD
16332004-02-11 David Edelsohn <edelsohn@gnu.org>
1634
1635 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
1636 (rs6000-*-aix*): Same.
1637 * configure: Regenerate.
1638
a92834c8
DD
16392004-02-11 Kelley Cook <kcook@gcc.gnu.org>
1640
1641 * configure.in (host): Add in missing $noconfigdirs to defines.
1642 * configure: Regenerate.
1643
a2592b1b
DD
16442004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
1645 Nathanael Nerode <neroden@gcc.gnu.org>
1646
1647 PR ada/6637, PR ada/5911
80b200a1 1648 Merge with libada-branch:
a2592b1b
DD
1649 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
1650 with appropriate dependencies. Add --enable-libada configure switch.
1651 * configure, Makefile.in: Regenerate.
1652
e31d1ea3
DD
16532004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1654
1655 * configure.in: Don't pass --with-stabs on IRIX 5 either.
1656 * configure: Regenerate.
1657
db85f5c0
JJ
16582004-02-02 Jeff Johnston <jjohnstn@redhat.com>
1659
1660 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 1661
fc434214
DD
16622004-01-23 DJ Delorie <dj@redhat.com>
1663
1664 * Makefile.def (target_modules) [libiberty]: Don't stage.
1665 * Makefile.in: Rebuilt.
1666
ad445c2c 16672004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 1668
ad445c2c
JJ
1669 * COPYING.NEWLIB: Update to include copyrights for new
1670 iconv code.
1671
72bbedde
AC
16722004-01-15 Andrew Cagney <cagney@redhat.com>
1673
1674 * src-release: Update copyright year.
1675 (do-proto-toplev): Configure using i686-pc-linux-gnu.
1676 (NEWLIB_SUPPORT_DIRS): Delete macro.
1677 (newlib.tar.bz2): Delete rule.
1678
a6d6062d
DD
16792004-01-14 Loren J. Rittle <ljrittle@acm.org>
1680
1681 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
1682 * Makefile.tpl (configure-target-[+module+]): Support stage.
1683 * Makefile.in: Rebuilt.
1684
f8b73030
MR
16852003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1686
1687 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
1688 throughout.
1689
aff0e9df
NN
16902004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
1691
bb5dca17
NN
1692 * configure.in: Use ./config.cache, not config.cache.
1693 * configure: Regenerate.
1694 * Makefile.tpl: Special-casing not needed for GCC any more.
1695 * Makefile.in: Regenerate.
1696
82252c06
NN
1697 * configure.in: Don't share a cache file for host dirs.
1698 * configure: Regenerate.
1699
aff0e9df
NN
1700 * config-ml.in: Don't mess with the cache file.
1701
95036d20
NN
17022004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
1703
ac7b618e
NN
1704 * Makefile.tpl: Make GCC use a separate config.cache.
1705 * Makefile.in: Regenerate.
1706
95036d20
NN
1707 PR bootstrap/11932, PR bootstrap/11933
1708 (I don't know if it will fix either of them, but it relates
1709 to them.)
1710 * configure.in: Don't use shared config.cache for target
1711 directories.
1712 * configure: Regenerate.
1713
08c1856b
DD
17142003-12-31 Roger Sayle <roger@eyesopen.com>
1715
1716 * configure.in (ia64*-*-hpux*): Disable building java libraries.
1717 * configure: Regenerated.
1718
c1968181 17192003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 1720
c1968181
DD
1721 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
1722 * configure: Regenerated.
1723
10ecffb9
NN
17242003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
1725
1726 Port change over from GCC:
1727 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
1728 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
1729 (configure-build-[+module+], configure-[+module+]): Likewise.
1730 (configure-target-[+module+], configure-gcc, config.status): Likewise.
1731 * Makefile.in: Regenerate.
1732
f2ab5990
TF
17332003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
1734
1735 * configure.in (raw_libstdcxx_flags): Remove the leading space.
1736 * configure: Regenerate.
1737
41a7d11a
JJ
17382003-11-27 Jeff Johnston <jjohnstn@redhat.com>
1739
80b200a1 1740 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
1741 stdlib.
1742
d9441a1f
DD
17432003-11-14 Arnaud Charlet <charlet@act-europe.fr>
1744
1745 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
1746 * Makefile.in: Regenerate.
1747
3a48a978
DD
17482003-10-20 Phil Edwards <phil@codesourcery.com>
1749
1750 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
1751 * configure: Regenerate.
1752
f0b24077
NN
17532003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
1754
1755 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
1756 HOST_FLAGS_TO_PASS.
1757 * Makefile.in: Regenerate.
1758
5fbad20a
DD
17592003-10-05 Mohan Embar <gnustuff@thisiscool.com>
1760
1761 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
1762 * configure: Rebuilt
1763 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
1764 * Makefile.in: Rebuilt
1765
78be4155
L
17662003-10-03 H.J. Lu <hongjiu.lu@intel.com>
1767
1768 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
1769
051fcc7a
L
17702003-10-01 Phil Edwards <pme@gcc.gnu.org>
1771
1772 * config-ml.in: Use ac_configure_args directly instead of
1773 ml_arguments. Only set ml_norecursion if --no[-]recursion is
1774 actually seen.
1775
17762003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
1777
1778 * config-ml.in: Propagate INSTALL variables.
1779
f27d4f92
DJ
17802003-09-21 Daniel Jacobowitz <drow@mvista.com>
1781
1782 * configure.in: Pass a computed --program-transform-name
1783 to subconfigures.
1784 * configure: Regenerated.
1785
cae4d560
NN
17862003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
1787
1788 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
1789 * Makefile.in: Regenerate.
1790
1791 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
1792 * Makefile.in: Regenerate.
1793
8ff944f6
DJ
17942003-09-17 Daniel Jacobowitz <drow@mvista.com>
1795
1796 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
1797 quoting.
1798 * configure: Regenerated.
1799
d9a35680
MC
18002003-09-12 Michael Chastain <mec@shout.net>
1801
1802 Fix PR gdb/857.
1803 * src-release (do-proto-topleve): Remove junk files
1804 intl/config.cache, intl/config.status,
1805 intl/config.h, intl/stamp-h.
1806
710068b9
AC
18072003-09-14 Andrew Cagney <cagney@redhat.com>
1808
1809 * src-release (dejagnu.tar): New target.
1810 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
1811 (do-djunpack): Use $(PACKAGE) for the package name.
1812
e1008165
DD
18132003-09-04 DJ Delorie <dj@redhat.com>
1814
1815 * configure: Regenerate.
1816
21998d12
NC
18172003-09-04 Robert Millan <robertmh@gnu.org>
1818
1819 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 1820
ccca4bb3
DD
18212003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1822
1823 * configure.in: Ensure arguments to sed are properly spaced.
1824 * configure: Regenerate.
1825
ee949b5e
DJ
18262003-08-28 Daniel Jacobowitz <drow@mvista.com>
1827
1828 Merge from gcc:
1829 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
1830 * install-sh: Update to newer upstream versions (associated with
1831 aclocal 1.7).
1832 * missing: Likewise, plus $1Help2man -> $1 typo fix.
1833
75addda2
DJ
18342003-08-27 Daniel Jacobowitz <drow@mvista.com>
1835
1836 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
1837 * configure: Regenerated.
1838
8d2877d8
NN
18392003-08-23 Phil Edwards <pme@gcc.gnu.org>
1840
1841 * configure.in: Use newline instead of semicolon when assuming
1842 shell arguments in a for loop.
1843 * configure: Regenerated.
1844
d2cc0e0d
GK
18452003-08-20 Geoffrey Keating <geoffk@apple.com>
1846
1847 PR 8180
1848 * configure.in: When testing with_libs and with_headers, treat
1849 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
1850 * configure: Regenerate.
80b200a1 1851
d2cc0e0d
GK
1852 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
1853 make, shell, etc.
1854 (baseargs): Likewise.
1855 * configure: Regenerate.
1856
04d1ab34
GK
18572003-08-19 Geoffrey Keating <geoffk@apple.com>
1858
1859 * configure.in: Disable libgcj for darwin not on powerpc.
1860 * configure: Rebuild.
1861
ca506da8
MC
18622003-08-15 Michael Chastain <mec@shout.net>
1863
1864 * src-release (do-proto-toplev): Remove junk files
1865 dejagnu/example/calc/config.status,
1866 dejagnu/example/calc/config.log.
1867
a4aa3f49
DD
18682003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
1869
1870 * config-ml.in, symlink-tree: Add license.
1871
ede4fbe4
NN
18722003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
1873
1874 Merge from gcc:
1875
1876 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
1877 * Makefile.tpl (check, check-c++): Express dependencies using
1878 dependencies rather than commands.
1879 * Makefile.in: Regenerate.
1880
1881 2003-07-31 Geoffrey Keating <geoffk@apple.com>
1882 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1883 * Makefile.in: Update.
1884
970f29af
AC
18852003-08-01 Andrew Cagney <cagney@redhat.com>
1886
1887 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
1888 * configure: Ditto.
1889
b2884a0c
DD
18902003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
1891
1892 * configure.in: Enable libgcj for darwin.
1893 * configure: Rebuild.
1894
c07f46a4
NN
18952003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
1896
1897 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
1898
9175bfc0
NN
18992003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
1900
1901 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
1902 creating target and build subdirs to build all parent dirs as needed.
1903 * Makefile.in: Rebuild.
1904 * configure.in: Don't build dirs explicitly here.
1905 * configure: Rebuild.
1906
b9abda6a
AO
19072003-07-22 Alexandre Oliva <aoliva@redhat.com>
1908
1909 * Makefile.tpl (all-make): Depend on intl.
1910 * Makefile.in: Rebuilt.
1911
eef8ffd4
NN
19122003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
1913
1914 * config.if: Remove unused libc_interface determination.
1915
295efaf0
NN
19162003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
1917
1918 * Makefile.in: Regenerate, correctly this time.
1919
e5c3f801
NN
19202003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
1921
1922 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
1923 unused INSTALL_PROGRAM_ARGS.
1924 * configure.in: Use AC_PROG_INSTALL.
1925 * Makefile.in: Regenerate.
1926 * configure: Regenerate.
1927
4a18bd6b
AO
19282003-07-10 Alexandre Oliva <aoliva@redhat.com>
1929
1930 * configure: Rebuilt.
1931 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
1932 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
1933 newlib nor libgloss.
1934 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
1935 * configure.in (am33_2.0-*-linux*): Added.
1936
fbd1054d
BW
19372003-07-09 Bob Wilson <bob.wilson@acm.org>
1938
1939 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
1940 * configure: Regenerate.
1941
b40e3958
L
19422003-07-06 H.J. Lu <hongjiu.lu@intel.com>
1943
1944 * config-ml.in: Replace PWD with PWD_COMMAND.
1945 * Makefile.tpl: Likewise.
1946 * Makefile.in: Regenerated.
1947
4a5be7ba
NN
19482003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
1949
1950 * configure.in: Clean up config-lang.in handling. Delete
1951 useless assignment to "subdirs".
1952 * configure: Regenerate.
1953
9c14acb8
NN
19542003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
1955
1956 * configure.in: Rename 'target_libs' to 'target_libraries'.
1957 Remove useless reference to 'target_libs'.
1958 * configure: Regenerate.
1959
8f32e830
KS
19602003-06-23 Keith Seitz <kseitz@sources.redhat.com>
1961
1962 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
1963 * Makefile.in: Regenerate.
1964
12f0bd74
NN
19652003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
1966
1967 * Makefile.def: Introduce flags_to_pass.
1968 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
1969 * Makefile.in: Regenerate.
1970
b07c2aad
HPN
19712003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
1972
1973 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
1974 and target-libgloss.
1975 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
1976 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 1977 * configure: Regenerate.
b07c2aad 1978
56f25033
DD
19792003-06-17 Benjamin Kosnik <bkoz@redhat.com>
1980
1981 * configure.in: Update testsuite_flags to new location.
1982 * configure. Regenerate.
80b200a1 1983
4ec9a3b2
NN
19842003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
1985
1986 * Makefile.tpl: Remove BUILD_CC stuff.
1987 * Makefile.in: Regenerate.
1988
059083b1 19892003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 1990
059083b1
L
1991 * config.guess: Update to 2003-06-12 version.
1992 * config.sub: Update to 2003-06-13 version.
1993
535b046a
TS
19942003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1995
1996 * MAINTAINERS: Add myself as MIPS co-maintainer.
1997
00c22daa 19982003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 1999
00c22daa
L
2000 * config.guess: Update to 2003-06-06 version.
2001 * config.sub: Update to 2003-06-06 version.
2002
1047cb91
DD
20032003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2004
2005 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
2006 * configure. Regenerate.
2007
123494c8
NN
20082003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
2009
1047cb91
DD
2010 * configure.in: Disable serial configure by default.
2011 * configure: Regenerate.
2012 * Makefile.tpl: Abolish .NOTPARALLEL.
2013 * Makefile.in: Regenerate.
2014
7f121bbf
NN
2015 * Makefile.tpl: Replace {build,host,target}_canonical by
2016 {build,host,target}.
2017 * Makefile.in: Regenerate.
2018
123494c8
NN
2019 * Makefile.tpl: Fix stupid pasto.
2020 * Makefile.in: Regenerate.
2021
ec7e0995
NN
20222003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
2023
2024 * Makefile.tpl: Remove bogus conditional.
2025 * Makefile.in: Regenerate.
2026
27b1cc72
NN
20272003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
2028
2a4cbe27
NN
2029 * Makefile.tpl: Make 'recursive targets' using autogen rather
2030 than shell loop. Remove duplicate 'clean' targets and false
2031 comments.
2032 * Makefile.def: Add systematic dependencies to 'recursive' targets.
2033 Add systematic method of specifying missing targets in subdirs.
2034 Add copyright boilerplate.
2035 * Makefile.in: Regenerate.
2036 * configure.in: Add 'recursive targets' to maybe list.
2037 * configure: Regenerate.
2038
27b1cc72
NN
2039 * Makefile.tpl: Rename [+target+] to [+make_target+].
2040 * Makefile.def: Rename 'target' to 'make_target'.
2041
01e51bd0
NC
20422003-05-30 Nick Clifton <nickc@redhat.com>
2043
2044 * README-maintainer-mode: Update URL for locating blessed config
2045 tools.
2046
2fd84b42
NC
20472003-05-29 Robert Millan <rmh@debian.org>
2048
2049 * ltconfig: Import this patch and modify for use with current
2050 version of ltconfig:
2051
2052 2003-05-21 Bruno Haible <bruno@clisp.org>
2053
2054 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
2055 GNU/FreeBSD.
2056
8945c6bb
DD
20572003-05-28 DJ Delorie <dj@redhat.com>
2058
2059 * Makefile.tpl: Make maybe-check-gcc .PHONY.
2060 * Makefile.in: Regenerate.
2061
2f9632a1
JJ
20622003-05-28 Jeff Johnston <jjohnstn@redhat.com>
2063
80b200a1 2064 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 2065
3a12db16 20662003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 2067
3a12db16
DD
2068 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
2069 newlib or libgloss.
2070 * Makefile.in: Regenerate.
2071
44482353
DD
20722003-05-21 DJ Delorie <dj@redhat.com>
2073
2074 * Makefile.tpl: Add missing empty maybe-check-gcc target.
2075 * Makefile.in: Regenerate.
2076
fec2c52d
MR
20772003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2078
2079 * configure.in: Use curly braces in the definition of tooldir.
2080 * configure: Regenerate.
2081
16ae0395
NN
20822003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
2083
2084 * configure.in: Switch more things to use maybe dependencies.
80b200a1 2085 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
2086 Factor out common code from autogen IF statements.
2087 * configure: Regenerate.
2088 * Makefile.in: Regenerate.
2089
ec11bdc6
DD
20902003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
2091
2092 * configure.in: Accept i[3456789]86 for machine type.
2093 * configure: Regenerate.
2094
dd12c3a8
NN
20952003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
2096
2097 * configure.in: Switch more things to use maybe dependencies.
2098 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
2099 * configure: Regenerate.
2100 * Makefile.tpl: Switch more things to use maybe dependencies.
2101 * Makefile.in: Regenerate.
2102
cf662e21
AJ
21032003-05-16 Andreas Schwab <schwab@suse.de>
2104
2105 * Makefile.tpl (install-opcodes): Define.
2106 * Makefile.in: Rebuild.
2107
5481b376
AJ
21082003-05-13 Andreas Jaeger <aj@suse.de>
2109
2110 * config.guess: Update to 2003-05-09 version.
2111 * config.sub: Update to 2003-05-09 version.
2112
3959a22a
AJ
21132003-05-13 Michael Eager <eager@mvista.com>
2114
2115 * configure.in: Correct sed script so that options in quotes are not
2116 deleted.
2117 * configure: Rebuild.
2118
564b43e5
CV
21192003-05-12 Corinna Vinschen <corinna@vinschen.de>
2120
2121 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
2122 and $$s/newlib/libc/sys/cygwin32 include paths.
2123 * configure: Ditto.
2124
bb947dc9
L
21252003-05-05 H.J. Lu <hjl@gnu.org>
2126
2127 * config-ml.in: Restored from gcc repository.
2128
77f7441a
CD
21292003-05-02 Chris Demetriou <cgd@broadcom.com>
2130
80b200a1
ZW
2131 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
2132 * Makefile.in: Regenerate.
77f7441a 2133
a26d7085
DJ
21342003-04-27 Daniel Jacobowitz <drow@mvista.com>
2135
2136 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
2137 and Makefile.def.
2138
e4c4d240
DJ
21392003-04-27 Daniel Jacobowitz <drow@mvista.com>
2140
2141 * Makefile.tpl: Clean $(BUILD_SUBDIR).
2142 * Makefile.in: Regenerated.
2143
62a3fc85
DD
21442003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2145
2146 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
2147 * Makefile.in: Regenerate.
2148
21492003-04-18 Jakub Jelinek <jakub@redhat.com>
2150
2151 * configure.in (powerpc64*-*-linux*): Remove.
2152 * configure: Rebuilt.
2153
5b474aa8
DD
21542003-04-17 Phil Edwards <pme@gcc.gnu.org>
2155
2156 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
2157 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
2158 and restrap.
2159 * Makefile.in: Regenerate.
2160
21612003-04-16 Richard Earnshaw <rearnsha@arm.com>
2162
2163 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
2164 * configure: Regenerated.
2165
bc295afe
AO
21662003-04-11 Alexandre Oliva <aoliva@redhat.com>
2167
2168 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
2169 * */configure: Rebuilt.
2170
3728fade
NN
21712003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
2172
2173 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
2174 * Makefile.in: Regenerate.
2175
ce5b542e
MC
21762003-03-14 Michael Chastain <mec@shout.net>
2177
2178 * Makefile.in: Regenerate with correct Makefile.def.
2179
3db0a37f
NN
21802003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
2181
2182 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
2183 Make macro.
2184 * Makefile.in: Regenerate.
2185 * configure.in: Clean up gxx_include_dir logic.
2186 * configure: Regenerate.
2187
34349c6e
DD
21882003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2189
2190 * configure.in (gxx_include_dir): Fix typo.
2191 * configure: Regenerated.
2192
686c28c9
AC
21932003-03-06 Andrew Cagney <cagney@redhat.com>
2194
2195 * texinfo/texinfo.tex: Import version 2003-02-03.16.
2196
bba45b8b 21972003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 2198
bba45b8b
NN
2199 * configure.in: Include $(build_tooldir)/sys-include in
2200 FLAGS_FOR_TARGET.
2201 * configure: Regenerated.
2202
2683747f
NN
22032003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
2204
bba45b8b
NN
2205 * Makefile.tpl: Reindent.
2206 * Makefile.in: Regenerate.
2207 * configure.in: Reindent. Don't set unused variables.
2208 * configure: Regenerate.
2209
2683747f
NN
2210 * Makefile.tpl: Always pass down RANLIB.
2211 * Makefile.in: Regenerate.
2212
2213 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
2214 * Makefile.in: Regenerate.
2215 * configure.in: Remove unused logic relating to --enable-shared
2216 and --enable-threads. Remove bogus comments. Remove redundant
2217 noconfigdirs.
2218 * configure: Regenerate.
2219
2220 * configure.in: Replace ${libstdcxx_version} by its value.
2221 Remove reference to mh-dgux.
2222 * configure: Regenerate.
2223
50212802
NN
22242003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
2225
2226 * Makefile.tpl: Rearrange.
2227 * Makefile.in: Regenerate.
2228
a6be7fc6
NC
22292003-02-25 Nick Clifton <nickc@redhat.com>
2230
2231 * configure: Remove site-file supprot - it is obsolete.
2232
f8a495c8
NC
22332003-02-24 Uwe Stieber <uwe@wwws.de>
2234
2235 * configure.in: Add support for kaOS as cross build target system.
2236 * configure: Regenerated.
2237
3decd77d
DD
22382003-02-20 Sean McNeil <sean@blue.mcneil.com>
2239
2240 * Makefile.tpl: Add definition of CPPFLAGS to pass into
2241 configure-target-* as some target builds may require additional
2242 flags for preprocessor tests.
2243 * Makefile.in: Regenerated.
2244
f4ff34a3
AO
22452003-02-19 Alexandre Oliva <aoliva@redhat.com>
2246
2247 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
2248 * ltconfig: Handle it.
2249 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
2250 auto-detecting it.
2251
b7e4a931
AO
22522003-02-19 Alexandre Oliva <aoliva@redhat.com>
2253
2254 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
2255 it is used as argument to $CC.
2256 * ltcf-gcj.sh: Likewise.
2257
6b784d9f
AO
22582003-02-19 Alexandre Oliva <aoliva@redhat.com>
2259
2260 * configure.in: Introduce --enable-maintainer-mode.
2261 * configure: Rebuilt.
2262 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
2263 for maintainer mode.
2264 * Makefile.in: Rebuilt.
2265
8bcd8a07
AC
22662003-02-19 Andrew Cagney <ac131313@redhat.com>
2267
2268 * configure: Regenerate using autoconf 2.13.
2269
ee3fd329
AM
22702003-02-19 Alan Modra <amodra@bigpond.net.au>
2271
2272 * config.guess: Import latest version.
2273 * config.sub: Import latest version.
2274
e9e45685
JM
22752003-02-18 Jason Merrill <jason@redhat.com>
2276
2277 * Makefile.tpl (check-c++): Allow parallelism.
2278
859789af
AC
22792003-02-17 Andrew Cagney <ac131313@redhat.com>
2280
2281 * configure: Regenerate using autoconf 000227.
2282
b3f16a9b
GK
22832003-02-15 Geoffrey Keating <geoffk@apple.com>
2284
2285 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
2286 don't configure target-libobjc.
2287 * configure: Regenerate.
2288
72e60e02
DD
22892003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2290
2291 * Makefile.tpl (RANLIB): Define.
2292 * Makefile.in: Regenerate.
2293
91f0e695
KS
22942003-02-06 Keith R Seitz <keiths@redhat.com>
2295
2296 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
2297 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
2298 * Makefile.in: Regenerated.
2299 * configure.in: Remove all traces of snavigator, db, and grep.
2300 * configure: Regenerated.
2301
122bfa92
FCE
23022003-01-31 Frank Ch. Eigler <fche@redhat.com>
2303
2304 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
2305 * Makefile.in: Regenerated.
2306
264095c3
AO
23072003-01-30 Alexandre Oliva <aoliva@redhat.com>
2308
2309 * config.if: Copy from GCC.
2310
a84dbcb3
AO
23112003-01-27 Phil Edwards <pme@gcc.gnu.org>
2312
2313 * configure.in: Revert 24Jan change.
2314 * configure: Regenerate.
2315
19618276
NN
23162003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
2317
2318 * configure.in: Revert previous change.
2319 * configure: Regenerate.
2320
b7f27a92
NN
23212003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
2322
2323 * configure.in: Make rda native-only.
2324 * configure: Regenerate.
2325
83326456
NN
23262003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
2327
2328 * configure.in: Add missing \.
2329 * configure: Rebuilt.
2330
5e367fa5
JJ
23312003-01-17 Jakub Jelinek <jakub@redhat.com>
2332
2333 * configure.in (baseargs): Avoid using \| in sed regular
2334 expressions.
2335 * configure: Rebuilt.
2336
e01f337c
JJ
23372003-01-16 Jakub Jelinek <jakub@redhat.com>
2338
2339 * configure.in (baseargs): Remove all supported forms of
2340 --cache-file, --srcdir, --host, --build and --target options
2341 from argument lists.
2342 * configure: Rebuilt.
2343
aa236487
AO
23442003-01-15 Alexandre Oliva <aoliva@redhat.com>
2345
2346 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
2347 * configure: Rebuilt.
2348
586c0873
NN
23492003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
2350
2351 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
2352 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
2353 * Makefile.in: Regenerate.
2354 * configure: Regenerate.
2355
497f816e
DD
23562003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
2357
2358 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
2359 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
2360 * Makefile.in: Regenerate.
2361
bfbe5519
AO
23622003-01-09 Alexandre Oliva <aoliva@redhat.com>
2363
2364 * configure.in: Remove Makefile in build, host and target modules
2365 unless configure was run with --no-recursion.
2366 * configure: Rebuilt.
2367
3f234ef5
CD
23682003-01-08 Chris Demetriou <cgd@broadcom.com>
2369
2370 * config.guess: Update to 2003-01-03 version.
2371 * config.sub: Update to 2003-01-03 version.
2372
a3982d48
CF
23732003-01-07 Christopher Faylor <cgf@redhat.com>
2374
2375 * configure: Regenerate with proper autoconf 2.13.
2376
75778ec4
CF
23772003-01-07 Christopher Faylor <cgf@redhat.com>
2378
80b200a1
ZW
2379 * configure.in: Add AC_PREREQ for consistency.
2380 * configure: Regenerate.
75778ec4 2381
c180f501
AC
23822003-01-06 Andrew Cagney <ac131313@redhat.com>
2383
2384 * configure.in (GDB_TK): Add tcl directories conditional on
2385 gdb/gdbtk directory being present.
2386 * configure: Regenerate.
5481b376 2387
46ca2cc2
DA
23882003-01-04 John David Anglin <dave.anglin@nrc.ca>
2389
2390 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
2391 by gcc if LD is not defined and we are not doing a Canadian Cross.
2392 * configure: Rebuilt.
2393
53dd8dab
DJ
23942003-01-01 Daniel Jacobowitz <drow@mvista.com>
2395
2396 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
2397
50ceb20c
TT
23982002-12-31 Tom Tromey <tromey@redhat.com>
2399
2400 * Makefile.in: Rebuilt.
2401 * Makefile.def (target_modules) [libffi]: Allow installation.
2402
e78b5cfe
AS
24032002-12-31 Andreas Schwab <schwab@suse.de>
2404
2405 * configure.in: Fix use of $program_transform_name.
2406 * configure: Regenerated.
2407
67448102
DJ
24082002-12-30 Daniel Jacobowitz <drow@mvista.com>
2409
2410 * configure.in (baseargs): Don't remove first configure argument.
2411 * configure: Regenerated.
2412
e6bfb94a
AO
24132002-12-29 Alexandre Oliva <aoliva@redhat.com>
2414
2415 * Makefile.tpl (local-distclean): Don't remove...
2416 (multilib.ts): ... this. Moved into...
2417 (multilib.out): ... this. Don't use sub-make.
2418 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
2419 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
2420 (configure-build-[+module+], configure-[+module+],
2421 configure-target-[+module+], configure-gcc): ... these. Test
2422 for Makefile existence. Drop config.status from dependencies.
2423 * Makefile.in: Rebuilt.
2424 * configure.in: Move gcc-version-trigger to the end of
2425 ac_configure_args. Add comments to maybedep.tmp and
2426 serdep.tmp. Introduce --disable-serial-configure. Remove
2427 nonopt from baseargs, matching and removing corresponding
2428 whitespace while at it.
2429 * configure: Rebuilt.
2430
8f0dfb36
AO
24312002-12-28 Alexandre Oliva <aoliva@redhat.com>
2432
2433 * configure.in (host_configargs): Replace reference to
2434 no-longer-defined buildopts with --build=${build_alias}.
2435 * configure: Rebuilt.
2436
43be203f
AO
24372002-12-28 Alexandre Oliva <aoliva@redhat.com>
2438
2439 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
2440 program_transform_name to standard idiom.
2441 (AUTOGEN, AUTOCONF): Define.
2442 (Makefile.in): Use $(AUTOGEN).
2443 (Makefile): Depend on config.status, and use autoconf-style rule to
2444 build it. Move original commands to...
2445 (config.status): ... this new target.
2446 (configure): Add $(srcdir). Depend on config/acx.m4. Use
2447 $(AUTOCONF).
2448 * Makefile.in: Rebuilt.
2449
a0da8069
NN
24502002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
2451
d18f1c9f
NN
2452 * Makefile.tpl: Fix dramatic bustage due to change in
2453 program_transform_name.
2454 * Makefile.in: Regenerate.
2455
2456 * configure.in: Remove unnecessary PATH setting.
2457 * configure: Regnerate.
2458
2459 * configure.in: Don't default to unprefixed tools unless
2460 the native tools will work.
2461 * configure: Regenerate.
2462
a0da8069
NN
2463 * configure.in: Convert to autoconf script. Blow away lots
2464 of now-redundant Makefile fragments.
2465 * configure: Generate using Autoconf.
2466 * Makefile.tpl: Rewrite to reflect autoconfiscation.
2467 * Makefile.in: Regenerate.
2468
c567df0a
NN
24692002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
2470
5481b376 2471 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
2472 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
2473
5481b376 2474 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 2475 where they belong.
2c7f9a32 2476
2dabcfb4
AS
24772002-12-24 Andreas Schwab <schwab@suse.de>
2478
2479 * Makefile.tpl (multilib.out): Fix missing space.
2480 * Makefile.in: Regenerate.
2481
1086bc09
NN
24822002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
2483
2484 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
2485 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
2486 * Makefile.in: Regenerate.
2487 * configure.in: Remove unnecessary leftovers.
2488
1086bc09
NN
24892002-12-21 Geoffrey Keating <geoffk@apple.com>
2490
2491 * configure.in (extra_ranlibflags_for_target): New variable.
2492 (*-*-darwin): Add -c to ranlib commands.
2493 * configure (tooldir): Handle extra_ranlibflags_for_target.
2494
14e9ca95
JJ
24952002-12-20 Jeff Johnston <jjohnstn@redhat.com>
2496
2497 * COPYING.NEWLIB: Updated.
2498 * COPYING.LIBGLOSS: Ditto.
2499
14c428fb
NN
25002002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
2501
2502 * Makefile.tpl: Revert HJL's change.
2503 * Makefile.in: Regenerated.
2504 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
2505 always.
2506
313b8244
AS
25072002-12-19 Andreas Schwab <schwab@suse.de>
2508
2509 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
2510 * Makefile.in: Regenerate.
2511
efeae3db
L
25122002-12-18 H.J. Lu <hjl@gnu.org>
2513
2514 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
2515 * Makefile.in: Regenerated.
2516
2517 * configure.in (build_prefix): New. Substitute.
2518
43d92c63
NN
25192002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
2520
59da4fe6
NN
2521 * Makefile.tpl: Don't let real targets depend on phony targets.
2522 * Makefile.in: Regenerate.
2523
43d92c63
NN
2524 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
2525 * Makefile.in: Regenerate.
2526
b72e6a2d
JM
25272002-12-16 Jason Merrill <jason@redhat.com>
2528
2529 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
2530 previous 'make bootstrap'.
2531 * Makefile.in: Regenerate.
2532
95c72c44
HPN
25332002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
2534
2535 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
2536
7d695d07
JM
25372002-12-13 Jason Merrill <jason@redhat.com>
2538
2539 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
2540 library tests.
2541 (check-c++): Just depend on it and check-target-libstdc++-v3.
2542 * Makefile.in: Regenerate.
2543
54103d1e
NN
25442002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
2545
2546 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
2547 * Makefile.in: Regenerate.
2548
4024f1e1
JJ
25492002-12-12 Jeff Johnston <jjohnstn@redhat.com>
2550
80b200a1
ZW
2551 * COPYING.NEWLIB: Update list of alternate Regent of California
2552 licenses and discuss official revoking of advertising clause.
2553 * COPYING.LIBGLOSS: Ditto.
4024f1e1 2554
7dda0df6
AO
25552002-12-12 Alexandre Oliva <aoliva@redhat.com>
2556
2557 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
2558 * Makefile.in: Rebuilt.
2559
d03be79e 25602002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 2561
929293f4
NN
2562 * configure: Fix bug put in by gremlins.
2563
d03be79e
NN
2564 * Makefile.tpl: Substitute more autoconfily.
2565 * configure: Substitute more autoconfily.
2566 * Makefile.in: Regenerate.
2567
25682002-12-08 Andrew Cagney <ac131313@redhat.com>
2569
2570 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
2571 * Makefile.in (all-sim): Ditto.
a36d530e
DD
2572
25732002-12-06 DJ Delorie <dj@redhat.com>
2574
2575 * Makefile.tpl: Change configure dependencies to not have real
2576 targets depend on phony targets.
b4a77b47 2577
db1ac78d
NN
25782002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
2579
bcaf2395
NN
2580 * configure.in: Revert unintentional change.
2581
b4fa093e
NN
2582 * src-release: Configure host subdirs.
2583
db1ac78d
NN
2584 * Makefile.tpl: Change dependency for */multilib.out so that
2585 it works when gcc isn't in the tree.
2586
2587 * configure.in: Substitute more.
2588 * configure: Run subconfigures from the Makefile.
2589 * Makefile.tpl: Run subconfigures from the Makefile; add a few
2590 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
2591
15723a45
NN
25922002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
2593
e2b9e2dc
NN
2594 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
2595 and corresponding dependencies.
2596 * Makefile.in: Regenerate.
2597
2af579c4
NN
2598 * configure.in (host_tools): Order binutils, gas and ld for
2599 convenience in running the testsuites.
2600
a2cc058a
NN
2601 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
2602 * Makefile.in: Regenerate.
2603 * configure.in: Introduce rules to serialize subconfigure runs.
2604
15723a45
NN
2605 * configure.in: Introduce BASE_CC_FOR_TARGET.
2606 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
2607 Realize configure-build-* targets. Realize configure-target-* targets.
2608 * Makefile.in: Regenerate.
2609
ae831be5
NN
26102002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
2611
2612 * configure: Move gcc_version_trigger stuff from here...
2613 * configure.in: ...to here.
2614
2615 * configure.in: Separate subconfigure options added by this file from
2616 options given by the user. Add machinery to put args for host
2617 subconfigures into the Makefile.
2618
2619 * Makefile.tpl: Remove 'vault' targets.
2620 * Makefile.tpl: Reorder and comment dependencies.
2621 * Makefile.in: Regenerate.
2622
bbf7c8ac
NN
26232002-11-28 Geoffrey Keating <geoffk@apple.com>
2624
2625 * configure.in: Move host-specific darwin noconfigdirs into
2626 the host-specific section.
2627
930314a4
NN
26282002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
2629
52d7cdee
NN
2630 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
2631 during replay.
2632 * Makefile.in: Regenerate.
2633
930314a4
NN
2634 (finishing slow-motion replay)
2635 * configure: Remove skip-this-dir support.
2636 * Makefile.tpl: Remove skip-this-dir support.
2637
2638 * Makefile.tpl: Remove leftover support for non-autoconfiscated
2639 subdirectories.
2640 * Makefile.in: Regenerate.
2641
2642 * Makefile.tpl: Strip out useless setting of 'dir'.
2643 * Makefile.in: Regenerate.
5481b376 2644
930314a4
NN
26452002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
2646
2647 (finishing slow-motion replay)
2648 * configure.in: Fix deeply stupid bug.
2649
2650 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
2651 shell code in CXX_FOR_TARGET
2652 * Makefile.def: Introduce raw_cxx.
2653 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
2654 RAW_CXX_FOR_TARGET.
2655 * Makefile.in: Regenerate.
2656
26572002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
2658
2659 (finishing slow-motion replay)
2660 * Makefile.tpl: Remove unnecessary ifs.
2661 * Makefile.in: Regenerate.
2662
5481b376 2663 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
2664 dependencies. Maybe-ize build-libiberty. Create dummy install
2665 targets for 'no_install' modules.
5481b376 2666 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 2667 build_modules stuff to configure.in.
5481b376 2668 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
2669 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
2670 * Makefile.in: Regenerate.
2671
3866be5d
NN
26722002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
2673
2674 (continuing slow-motion replay)
2675 * Makefile.tpl: Make all-target, install-target behave similarly
2676 to all, install (only hitting configured targets). Eliminate
2677 unused macro defintions.
2678
2679 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
2680 build != host.
2681
2682 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
2683
2684 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
2685
5481b376 2686 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
2687 configuring. Remove references to "dosrel".
2688 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 2689 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 2690 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 2691 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
2692 and redundant dependency; rearrange slightly.
2693 * Makefile.def: Add host-side libtermcap, utils.
2694
2695 * Makefile.in: Regenerate.
2696
e393202e
NN
26972002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
2698
2699 (Continuing slow-motion replay)
2700 * Makefile.def: Add list of recursive targets to autogenerate.
2701 Add build_modules.
2702 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
2703 targets. Autogenerate *-build-* targets.
2704 * Makefile.in: Regenerate.
2705
583d52d7
NN
27062002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
2707
2708 (Continuing slow-motion replay)
2709 * configure: More autoconf-style substitutions.
2710 * Makefile.tpl: More autoconf-style substitutions.
2711 * Makefile.in: Regenerate.
2712
27132002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
2714
2715 (Continuing slow-motion replay)
2716 * configure: Substitute more variables in a more autoconf-friendly
2717 way. Simplify slightly.
2718 * Makefile.tpl: Make more variables substitutable in an
2719 autoconf-friendly way.
2720 * Makefile.in: Regenerate.
2721
874e38b4
NN
27222002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
2723
2724 (Continuing slow-motion replay)
2725 * configure.in (v810*): Remove special setting of tools.
2726
2727 * configure: Add support for extra required flags for ar or nm.
2728 * configure.in (aix4.3+): Use above support for target-specific
2729 issues, rather than using config/mt-aix43.
2730
852e5f18
NN
27312002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
2732
2733 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
2734 * configure: Remove 'removing', which doesn't work. Replace $subdir
2735 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
2736 with $srcdir. Reformat indentation. Substitute some variables
2737 formerly hard-coded in the Makefile for build=host.
2738 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
2739 * Makefile.def: Autogenerate more.
2740 * Makefile.in: Regenerate.
2741
c9a0d920
DD
27422002-11-13 Bruce Korb <bkorb@gnu.org>
2743
2744 * Makefile.tpl: syntactic cleanup
2745
dd2768ff
KB
27462002-11-04 Kevin Buettner <kevinb@redhat.com>
2747
2748 * Makefile.def (host_modules): Add rda.
2749 * Makefile.in: Regenerate.
2750 * configure.in (target_tool): Add target-rda to list.
2751
1aa8389d
DD
27522002-10-25 Phil Edwards <pme@gcc.gnu.org>
2753
2754 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
2755 and restrap targets to this rule.
2756 * Makefile.in: Regenerate.
2757
28f46298
HPN
27582002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
2759
2760 * configure.in (i[3456]86-*-linux*): Add check to disable
2761 ${libgcj} for glibc1.
2762
ff72e302
NC
27632002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
2764
2765 * configure.in: Add tic4x target.
2766
8607b6c9
NN
27672002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
2768
2769 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
2770 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
2771 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
2772 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
2773 * Makefile.in: Regenerate.
2774
f8f61f4a
NN
27752002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
2776
c86f794b
NN
2777 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
2778 * Makefile.in: Regenerate.
2779
a9590527
NN
2780 * Makefile.def: Remove order dependency comments.
2781 * Makefile.tpl: Add explicit install-install dependencies.
2782 * Makefile.in: Regenerate.
2783
8412ce72
NN
2784 * Makefile.tpl: Remove material now in src-release. (Finally!)
2785 * Makefile.in: Regenerate.
2786
8b9f37f1
NN
2787 * configure: Restore my original patch by syncing with gcc version.
2788
f8f61f4a
NN
2789 * Bring following over from gcc:
2790
27912002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
2792
2793 * configure.in (s390*-*-linux*): Enable libgcj.
2794
403d9505
NN
27952002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
2796
2797 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
2798
95f6f383
AM
27992002-10-02 Alan Modra <amodra@bigpond.net.au>
2800
e4673b0a 2801 * configure: Move stray lines back to where they belong.
95f6f383 2802
748503c8
NN
28032002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
2804
a581b5c3
NN
2805 * Makefile.tpl: Insert configure-target target, for src-release.
2806
c084f5b4
NN
2807 * configure: Finish reverting change which Andrew Cagney started
2808 reverting. Should fix bustage.
2809
7aa673ed 2810 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
2811 * src-release: New file. Contains material for making net
2812 releases for gdb, binutils, et al., formerly in Makefile.in.
2813
82a9b2d9
NC
28142002-09-30 Nick Clifton <nickc@redhat.com>
2815
2816 * cpu: New top level directory. Intended to hold input files for
2817 CGEN which have FSF copyright assignment.
2818 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
2819
c2463a00
AC
28202002-09-29 Andrew Cagney <ac131313@redhat.com>
2821
2822 Revert below (note that src does not contain Makefile.tpl):
2823 * Makefile.tpl: Make subsituted variables more autoconfy.
2824 * Makefile.in: Regenerate.
2825
f03b4789
NN
28262002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
2827
c11e16a9
NN
2828 * configure: Revert accidentally applied changes.
2829
f03b4789
NN
2830 * Makefile.tpl: Make more autoconf-friendly.
2831 * Makefile.in: Regenerate.
2832 * configure: Make substitution more autoconf-like.
2833
28342002-09-28 Richard Earnshaw <rearnsha@arm.com>
2835
2836 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
2837 single entry to handle all these.
2838 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
2839 libjava on arm-*-elf.
2840
c0292023
GK
28412002-09-27 Geoffrey Keating <geoffk@apple.com>
2842
2843 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
2844 things that depend on them.
2845
c66d951e
NN
28462002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
2847
2848 * Makefile.tpl: Make subsituted variables more autoconfy.
2849 * Makefile.in: Regenerate.
2850 * configure: Make seds more autoconfy.
2851
907a7241 28522002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
2853
2854 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
2855 * Makefile.in: Regenerate.
2856 * configure.in: Rewrite sed statements to look autoconfy.
2857
907a7241
NN
2858 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
2859 all-target-foo on configure-target-foo.
2860 * Makefile.def: Ditto.
2861 * Makefile.in: Rebuild.
2862
405ea7a0
NN
28632002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
2864
2865 * Makefile.def: New file.
2866 * Makefile.tpl: New file.
2867 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
2868
2869 * configure.in: Minor rearrangement. Simplify tests.
2870
bdc57bfd
JT
28712002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
2872
2873 * configure.in (with_headers): Skip copy if value is "yes".
2874 (with_libs): Likewise.
2875
ae03d6e2
NN
28762002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
2877
2878 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
2879 * configure.in (sh*-*-pe*): Ditto.
2880 * configure.in (mips*-*-pe*): Ditto.
2881 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
2882
2883 * configure.in: Rearrange.
2884
707960fe
NC
28852002-09-12 Nick Clifton <nickc@redhat.com>
2886
2887 * Import these changes from the config master repository:
2888
2889 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
2890
2891 * config.sub: Add tic4x target.
2892
2893 2002-09-03 Ben Elliston <bje@redhat.com>
2894
2895 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
2896 Reported by <Duncan_Stodart@insession.com>.
2897
36ea319f
JJ
28982002-09-10 Jeff Johnston <jjohnstn@redhat.com>
2899
2900 * COPYING.NEWLIB: More updates.
2901
cf57480a
JJ
29022002-09-09 Jeff Johnston <jjohnstn@redhat.com>
2903
2904 * COPYING.NEWLIB: Update.
2905
fd31a171
AC
29062002-08-23 Andrew Cagney <ac131313@redhat.com>
2907
23b632fc
AC
2908 * texinfo/texinfo.tex: Import version 2002-06-04.06.
2909
fd31a171
AC
2910 * config.guess: Import version 2002-08-23.
2911 * config.sub: Import version 2002-08-22.
2912
a08bafb5
AO
29132002-08-20 Alexandre Oliva <aoliva@redhat.com>
2914
2915 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
2916 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
2917 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
2918
17240c1f
NC
29192002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
2920
2921 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
2922
e70ad0c6
L
29232002-08-04 H.J. Lu (hjl@gnu.org)
2924
2925 * configure.in (mips*-*-linux*): Don't skip target-libffi.
2926
574e6d11
DD
29272002-07-31 Alan Modra <amodra@bigpond.net.au>
2928
2929 * configure.in: Move generic linux case to end. Copy generic
2930 linux noconfigdirs to mips*-*-linux* entry and new
2931 powerpc64*-*-linux* entry. Add target-libffi for the latter.
2932
611e7523
CD
29332002-07-19 Chris Demetriou <cgd@broadcom.com>
2934
2935 * MAINTAINERS: Clarify on config.guess and config.sub, and add
2936 one instance of them which was missed to the list to update.
2937
51759676
CD
29382002-07-16 Chris Demetriou <cgd@broadcom.com>
2939
2940 * config.guess: Update to 2002-07-09 version.
2941 * config.sub: Update to 2002-07-03 version.
2942
7c1f909c
DD
29432002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
2944
2945 * configure.in: Remove two redundant tests.
2946
d7cf5d30
DD
29472002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2948
2949 * configure.in (mips*-*-irix6*o32): Enable stabs.
2950
c74222f7
DD
29512002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
2952
5b53c336
DD
2953 * configure.in: Don't build grez.
2954 * Makefile.in: Ditto.
2955
c74222f7
DD
2956 * Makefile.in: Remove references to bsp, cygmon, libstub.
2957 * configure.in: Ditto.
2958
2959 * configure.in: Remove leftover reference to gdbtest.
2960
edd1b227
DD
29612002-07-08 Phil Edwards <pme@gcc.gnu.org>
2962
2963 * configure.in (gxx_include_dir): Change to match versioned
2964 C++ headers if --enable-version-specific-runtime-libs is used.
2965
486186e3
AO
29662002-07-04 Steve Ellcey <sje@cup.hp.com>
2967
2968 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
2969
ff0a3bf8
DD
29702002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
2971
2972 * configure.in: Make --without-x work.
2973
1dfa8174
NC
29742002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
2975
2976 * contrib: New directory. Created to contain a copy of the
5481b376 2977 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
2978 the FSF GCC sources.
2979
07637366
DD
29802002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
2981
b6f83f2a
DD
2982 * configure.in: Rearrange target Makefile fragment collection.
2983
07637366
DD
2984 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
2985 cvs[src].
2986 * configure.in: Ditto.
2987
f48556b1
DD
29882002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
2989
2990 * Makefile.in: Eliminate 'apache' targets.
2991 * configure.in: Eliminate 'apache' targets.
2992
2993 * configure.in: Eliminate redundant tests. Reorganize.
2994
2995 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
2996
2997 * config-ml.in: Eliminate references to Cygnus configure.
2998
2999 * Makefile.in: Eliminate references to building emacs.
3000
30012002-07-01 Denis Chertykov <denisc@overta.ru>
3002
3003 * configure.in: Add support for ip2k.
3004
cdb9e2b8
BE
30052002-06-24 Ben Elliston <bje@redhat.com>
3006
3007 * configure.in (host_tools): Remove cgen.
3008
3009 * Makefile.in (all-cgen): Remove; runs from its source directory.
3010 (check-cgen, install-cgen, clean-cgen): Likewise.
3011 (all-opcodes): No not depend on all-cgen.
3012 (all-sim): Likewise.
3013
3558860c
DD
30142002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
3015
3016 * configure.in: Fix AIX configury bug.
3017
e3b0c936
DD
30182002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
3019
cdb9e2b8 3020 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 3021
cdb9e2b8
BE
3022 * configure.in: Move definition of libstdcxx_flags right above
3023 usage, rather than way earlier.
8ee424c0 3024
c712250a
DD
3025 * configure.in: Pull definition of is_cross_compiler earlier.
3026
9ee1a75c
DD
3027 * configure.in: Rearrange a little.
3028
e3b0c936
DD
3029 * configure.in: Remove references to librx.
3030 * Makefile.in: Remove references to librx.
3031
b2bd228e
DD
30322002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
3033
3034 * configure.in: Eliminate ${gasdir} variable.
3035
7cd52483
DB
30362002-06-18 Dave Brolley <brolley@redhat.com>
3037
3038 * configure.in: Add support for frv.
3039 * config.sub: Add support for frv.
3040
6c5e141a
DD
30412002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3042
3043 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
3044
0d18b56d
JT
30452002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
3046
3047 * configure.in (vax-*-netbsd*): Re-enable gas.
3048
fd8958d5
DD
30492002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
3050
27f15fdd
DD
3051 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
3052 BUILD_PREFIX_1, to correct nomenclature.
3053 * configure: Likewise.
3054
fd8958d5
DD
3055 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
3056 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
3057
0c2442b7
DD
30582002-05-31 Olaf Hering <olh@suse.de>
3059
3060 * config-ml.in: Propogate DESTDIR also.
3061
a3602181
JT
30622002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
3063
3064 * configure.in (vax-*-netbsd*): Don't build gas for this
3065 platform.
3066
c95f53ae
MM
30672002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
3068
3069 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
3070 and libgcj for AVR.
3071
1d7c1053
NC
30722002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
3073
3074 * config.sub: Add DLX target.
3075
4b37028f
JT
30762002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
3077
3078 * config.guess: Update to 2002-05-22 version.
3079 * config.sub: Likewise.
3080
d5de0a84
NC
30812002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3082
3083 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
3084 * config-ml.in: Likewise.
3085 * configure: Likewise.
3086 * configure.in: Likewise.
3087
c92a0210
DD
30882002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
3089
115a77aa
DD
3090 * configure.in: Simplify makefile fragment collection.
3091
3092 * configure.in: Remove code to build emacs.
e99daf2b 3093
91e060aa
DD
3094 * configure.in : Remove --srcdir argument from targargs and buildargs
3095 (it's always overridden in the Makefile anyway). Rearrange a bit.
3096
3097 * configure: Move some logic to configure.in.
3098 * configure.in: Move some logic from configure.
c92a0210 3099
91217342
JJ
31002002-05-07 Jeff Johnston <jjohnstn@redhat.com>
3101
3102 * COPYING.LIBGLOSS: New file.
3103
d3d8a9ee
NC
31042002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
3105
3106 * Makefile.in: Honour DESTDIR.
3107
3a036cdc
AO
31082002-05-05 Alexandre Oliva <aoliva@redhat.com>
3109
3110 * configure.in (noconfigdirs): Don't disable libgcj on
3111 sparc64-*-solaris* and sparcv9-*-solaris*.
3112
6d095fe4
AO
31132002-05-03 Alexandre Oliva <aoliva@redhat.com>
3114
3115 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
3116
dac55df9
TF
31172002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
3118
3119 * configure.in (FLAGS_FOR_TARGET): Do not add
3120 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
3121 on i[3456]86-*-linux*.
3122
a018e15b
TF
31232002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
3124
3125 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
3126
3127 * configure.in (noconfigdirs): Do not add target-newlib if
3128 target == i[3456]86-*-linux*, and host == target.
3129
5f284831
MM
31302002-04-29 Mark Mitchell <mark@codesourcery.com>
3131
3132 * config.guess: Updated to 2002-04-26's version.
3133 * config.sub: Updated to 2002-04-26's version.
3134
33babf59
DD
31352002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
3136
bd5f7da2
DD
3137 * configure.in: delete reference to absent file
3138
a0c4f3a0
DD
3139 * configure.in: replace '[' with 'test'
3140
66f1ba4f
DD
3141 * configure.in: Eliminate references to gash.
3142 * Makefile.in: Eliminate references to gash.
3143
7c3ab50c
DD
3144 * configure.in: remove useless references to 'pic' makefile fragments.
3145
bbc025f5
DD
3146 * configure.in: (*-*-windows*) Finish removing.
3147
33babf59
DD
3148 * configure.in: Eliminate redundant test for libgui.
3149
d5ec694c
DD
31502002-04-26 Joel Sherrill <joel@OARcorp.com>
3151
3152 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
3153 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
3154
57a5346c
DD
31552002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
3156
3157 * configure.in: remove references to dead files
3158
dbf93899
DD
31592002-04-18 Tom Tromey <tromey@redhat.com>
3160
3161 * configure.in: Disallow configuring libgcj when it is already
3162 installed and we're using Solaris 2.8 linker. Do enable libgcj on
3163 Solaris 2.8 by default. For PR libgcj/6158.
3164
26eadf68
DD
31652002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
3166
3167 * configure.in: Move default CC setting out of config/mh-* fragments
3168 directly into here.
3169
a0a2c6c6
DD
31702002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
3171
3172 * configure.in: don't even try to configure or make a subdirectory
3173 if there's no configure script for it.
3174
9972f812
DD
31752002-04-15 Mark Mitchell <mark@codesourcery.com>
3176
3177 * MAINTAINERS: Remove chill maintainers.
3178 * Makefile.in (CHILLFLAGS): Remove.
3179 (CHILL_LIB): Remove.
3180 (TARGET_CONFIGDIRS): Remove libchill.
3181 (CHILL_FOR_TARGET): Remove.
3182 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
3183 CHILL_LIB.
3184 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
3185 (CHECK_TARGET_MODULES): Likewise.
3186 (INSTALL_TARGET_MODULES): Likewise.
3187 (CLEAN_TARGET_MODULES): Likewise.
3188 (configure-target-libchill): Remove.
3189 (all-target-libchill): Remove.
3190 * configure.in (target_libs): Remove target-libchill.
3191 Do not compute CHILL_FOR_TARGET.
3192 * libchill: Remove directory.
5481b376 3193
75205f78
DD
31942002-04-15 DJ Delorie <dj@redhat.com>
3195
3196 * Makefile.in, configure.in, configure: Sync with gcc, entries
3197 follow...
3198
31992002-04-08 Tom Tromey <tromey@redhat.com>
3200
3201 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
3202 Fixes PR libgcj/6068.
3203
32042002-03-30 Krister Walfridsson <cato@df.lth.se>
3205
3206 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
3207
32082002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3209
3210 * configure.in (alpha*-dec-osf*): Enable libgcj.
3211
32122002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
3213
3214 Fix for: PR bootstrap/3591, target/5676
3215 * configure.in (mcore-pe): Disable the configuration of
3216 libstdc++-v3 since exceptions are not supported.
3217
32182002-03-20 Anthony Green <green@redhat.com>
3219
3220 * configure.in: Enable libgcj for xscale-elf target.
3221
32222002-02-28 Alexandre Oliva <aoliva@redhat.com>
3223
3224 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
3225 libjava.
3226 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
3227
32282002-02-22 Alexandre Oliva <aoliva@redhat.com>
3229
3230 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
3231 libstdc++-v3 and libjava.
3232
32332002-02-11 Adam Megacz <adam@xwt.org>
3234
3235 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
3236 boehm-gc
3237
32382002-02-09 Alexandre Oliva <aoliva@redhat.com>
3239
3240 * config.guess: Updated to 2002-01-30's version.
3241 * config.sub: Updated to 2002-02-01's version.
3242 Contribute sh64-elf.
3243 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
3244 * configure.in: Added sh64-*-*.
3245
32462002-01-17 H.J. Lu <hjl@gnu.org>
3247
3248 * Makefile.in (all-fastjar): Also depend on all-libiberty.
3249 (all-target-fastjar): Also depend on all-target-libiberty.
3250
3251Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
3252
3253 * configure, configure.in: Use temp file for long sed commands.
3254
32552001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
3256
3257 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
3258 libf2c.
3259
32602001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
3261
3262 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
3263
32642001-10-11 Hans-Peter Nilsson <hp@axis.com>
3265
3266 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
3267
32682001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
3269
3270 * configure: Handle temporary files securely using mkdir.
3271
32722001-09-26 Will Cohen <wcohen@redhat.com>
3273
3274 * configure.in (*-*-linux*): Disable configuration of target-newlib
3275 and target-libgloss.
3276
32772001-09-26 Alexandre Oliva <aoliva@redhat.com>
3278
3279 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
3280 RANLIB.
3281
32822001-08-11 Graham Stott <grahams@redhat.com>
3283
3284 * Makefile.in (check-c++): Add missing semicolon.
3285
32862001-07-25 Andrew Haley <aph@cambridge.redhat.com>
3287
3288 * configure.in (sh-*-linux*): New.
3289
32902001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3291
3292 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
3293 and libgcj on m68hc11/m68hc12.
3294
32952001-06-27 H.J. Lu (hjl@gnu.org)
3296
3297 * Makefile (CFLAGS_FOR_BUILD): New.
3298 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
3299
33002001-06-01 Hans-Peter Nilsson <hp@axis.com>
3301
3302 * configure.in (libstdcxx_flags): Do not try to execute
3303 libstdc++-v3/testsuite_flags until it exists.
3304
33052001-05-18 Benjamin Kosnik <bkoz@redhat.com>
3306
3307 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
3308
33092001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
3310
3311 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
3312
3313Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
3314
3315 * configure.in: Move *-chorusos target case to the proper switch.
3316 Disable libgcj.
3317
33182001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3319
3320 * Makefile.in (STAGE1_CFLAGS): Pass down.
3321
33222001-04-13 Alan Modra <amodra@one.net.au>
3323
3324 * config.guess: Add hppa64-linux support. Note for next import that
3325 this is already in the master file.
3326 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
3327
33282001-03-22 Colin Howell <chowell@redhat.com>
3329
3330 * Makefile.in (DO_X): Do not backslash single-quotes in
3331 backquotes (two places).
3332
33332001-03-18 Laurynas Biveinis <lauras@softhome.net>
3334
3335 * Makefile.in (DO_X): Quote nested quotes.
3336
33372001-03-15 Laurynas Biveinis <lauras@softhome.net>
3338
3339 * Makefile.in (DO_X): Use double quotes for quoting
3340 "RANLIB=$${RANLIB}".
3341
33422001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
3343
3344 * configure.in: Only use `lang_requires' for languages athat are
3345 actually enabled.
3346
33472001-03-07 Tom Tromey <tromey@redhat.com>
3348
3349 * configure.in: Allow config-lang.in to set `lang_requires' to list
3350 of other required languages.
3351
33522001-03-06 Laurynas Biveinis <lauras@softhome.net>
3353
3354 * Makefile.in: Remove RANLIB definition. Use RANLIB
3355 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
3356 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
3357
33582001-02-28 Benjamin Kosnik <bkoz@redhat.com>
3359 Alexandre Oliva <aoliva@redhat.com>
3360
3361 * Makefile.in (check-c++): Use tabs, not spaces.
3362
33632001-02-19 Benjamin Kosnik <bkoz@redhat.com>
3364
3365 * Makefile.in (check-c++): New rule.
3366
3367 * configure.in (target_libs): Remove libg++.
3368 (noconfigdirs): Remove libg++.
3369 (noconfigdirs): Same.
3370 (noconfigdirs): Same.
3371 (noconfigdirs): Same.
3372
3373 * config-ml.in: Remove libg++ references.
3374
3375 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
3376 (ALL_TARGET_MODULES): Same.
3377 (configure-target-libg++): Remove.
3378 (all-target-libg++): Remove.
3379 (configure-target-libio): Remove.
3380 (all-target-libio): Remove.
3381 (check-target-libio): Remove.
3382 (.PHONY): Remove.
3383 (libg++.tar.bz2): Remove.
3384 (all-target-cygmon): Remove libio.
3385 (all-target-libstdc++): Remove.
3386 (configure-target-libstdc++): Remove.
3387 (TARGET_LIB_PATH): Remove libstdc++.
3388 (ALL_GCC_CXX): Remove libstdc++.
3389 (all-target-gperf): Correct.
3390
33912001-02-15 Anthony Green <green@redhat.com>
3392
3393 * configure: Introduce GCJ_FOR_TARGET.
3394 * configure.in: Ditto.
3395 * Makefile.in: Ditto.
3396
33972001-02-08 Chandrakala Chavva <cchavva@redhat.com>
3398
3399 * configure.in: for *-chorusos, don't config target-newlib and
3400 target-libgloss.
3401
34022001-02-04 Mark Mitchell <mark@codesourcery.com>
3403
3404 Remove V2 C++ library.
3405 * configure.in: Remove --enable-libstdcxx_v3 support.
3406
34072001-01-27 Richard Henderson <rth@redhat.com>
3408
3409 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
3410
34112001-01-26 Tom Tromey <tromey@redhat.com>
3412
3413 * configure.in: Allow libgcj to be built on Sparc Solaris.
3414
34152001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
3416
3417 * configure.in: Enable libgcj on several additional platforms.
3418
34192001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
3420
3421 * configure.in: Enable libgcj for linux targets.
3422
34232001-01-09 Mike Stump <mrs@wrs.com>
3424
3425 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
3426 failures of subdirectories.
3427
34282001-01-02 Laurynas Biveinis <lauras@softhome.net>
3429
3430 * configure: handle DOS-style absolute paths.
3431
34322001-01-02 Laurynas Biveinis <lauras@softhome.net>
3433
3434 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
3435
34362000-12-18 Benjamin Kosnik <bkoz@redhat.com>
3437
3438 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
3439 (libstdcxx_incdir): Pass down.
3440 * config.if: Remove expired bits for cxx_interface, add stub.
3441 (libstdcxx_incdir): Add variable for g++ include directory.
3442 * configure.in (gxx_include_dir): Use it.
3443
34442000-12-15 Andreas Jaeger <aj@suse.de>
3445
3446 * configure.in: Handle lang_dirs.
3447
34482000-12-13 Anthony Green <green@redhat.com>
3449
3450 * configure.in: Disable libgcj for any target not specifically
3451 listed. Disable libgcj for x86 and Alpha Linux until compatible
3452 with g++ abi.
3453
34542000-12-13 Mike Stump <mrs@wrs.com>
3455
3456 * Makefile.in (local-distclean): Also remove fastjar.
3457
34582000-12-10 Anthony Green <green@redhat.com>
3459
3460 * configure.in: Define libgcj. Disable libgcj target libraries for
3461 most targets.
3462
34632000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
3464
3465 * configure.in (target_libs): Revert 2000-12-08 patch.
3466 (noconfigdirs): Added target-libjava.
3467
34682000-12-09 Laurynas Biveinis <lauras@softhome.net>
3469
3470 * Makefile.in: handle DOS-style absolute paths.
3471
34722000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
3473
3474 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
3475 libjava.
3476 * configure.in (target_libs): Removed `target-libjava'.
3477
34782000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
3479
3480 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
3481 (ALL_MODULES): Added fastjar.
3482 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
3483 (all-target-libjava): all-fastjar replaces all-zip.
3484 (all-fastjar): Added.
3485 (configure-target-fastjar, all-target-fastjar): Likewise.
3486 * configure.in (host_tools): Added fastjar.
3487
34882000-12-07 Mike Stump <mrs@wrs.com>
3489
3490 * Makefile.in (local-distclean): Remove leftover built files.
3491
34922000-11-16 Fred Fish <fnf@be.com>
3493
3494 * configure.in (enable_libstdcxx_v3): Fix typo,
3495 libstd++ -> libstdc++.
3496
34972000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
3498
3499 * configure: Provide the original toplevel configure arguments
3500 (including $0) to subprocesses in the environment rather than
3501 through gcc/configargs.h.
3502
35032000-11-12 Mark Mitchell <mark@codesourcery.com>
3504
3505 * configure: Turn on libstdc++ V3 by default.
3506
35072000-10-16 Michael Meissner <meissner@redhat.com>
3508
3509 * configure (gcc/configargs.h): Only create if there is a build GCC
3510 directory created.
3511
35122000-10-05 Phil Edwards <pme@gcc.gnu.org>
3513
3514 * configure: Save configure arguments to gcc/configargs.h.
3515
35162000-10-04 Andris Pavenis <pavenis@latnet.lv>
3517
3518 * Makefile.in (bootstrap): avoid recursion if subdir missing
3519 (cross): ditto
3520 (do-proto-toplev): ditto
3521
3522Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
3523
3524 * configure.in: Do not build byacc for hppa64. Provide paths to the
3525 X11 libraries for hppa64.
3526
35272000-09-02 Anthony Green <green@cygnus.com>
3528
3529 * Makefile.in (all-gcc): Depend on all-zlib.
3530 (CLEAN_MODULES): Add clean-zlib.
3531 (ALL_MODULES): Add all-zlib.
3532 * configure.in (host_libs): Add zlib.
3533
35342000-08-25 Alexandre Oliva <aoliva@redhat.com>
3535
3536 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
3537 $targargs to tell whether newlib is going to be built.
3538
3539 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
3540 $$r/TARGET_SUBDIR/libio for _G_config.h.
3541
35422000-08-14 Zack Weinberg <zack@wolery.cumb.org>
3543
3544 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
3545
3546 * configure: Make enable_threads and enable_shared defaults
3547 explicit. Substitute enable_threads into generated Makefiles.
3548 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
3549 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
3550
35512000-08-02 Manfred Hollstein <manfredh@redhat.com>
3552
3553 * configure.in: Re-enable all references to libg++ and librx.
3554
ffb97b2f 35552002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 3556
ffb97b2f
DD
3557 * configure.in: Add *-*-freebsd* configurations.
3558
bbf6e9e3
AC
35592002-04-07 Andrew Cagney <ac131313@redhat.com>
3560
3561 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
3562 (do-tar, do-bz2): New rules.
3563 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
3564 (gdb-tar): New rule.
3565 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
3566 (insight_dejagnu.tar): New rule.
3567 (insight.tar): New rule.
3568 (gdb+dejagnu.tar): New rule.
3569 (gdb.tar): New rule.
3570
8f1579c0
AC
35712002-04-07 Andrew Cagney <ac131313@redhat.com>
3572
3573 * MAINTAINERS: Update dejagnu/
3574
ba3c59ab
AO
35752002-03-16 Alexandre Oliva <aoliva@redhat.com>
3576
3577 * ltmain.sh (relink_command): Fix typo in previous change.
3578
6243d5dd
AO
35792002-03-15 Alexandre Oliva <aoliva@redhat.com>
3580
3581 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
3582 (relink_command): Added --tag flags.
3583 (mode=install): If relinking fails; error out.
3584
80413487
RH
35852002-03-12 Richard Henderson <rth@redhat.com>
3586
3587 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
3588 .NOTPARALLEL tag.
3589 (do-check): Rename from check.
3590 (check): Allow parallel check.
3591
3daeddf6
RH
35922002-03-11 Richard Henderson <rth@redhat.com>
3593
3594 * Makefile.in (.NOTPARALLEL): Add fake tag.
3595
fad93c55
L
35962002-03-07 H.J. Lu (hjl@gnu.org)
3597
3598 * configure.in: Enable gprof for mips*-*-linux*.
3599
2e8357fc
AO
36002002-02-28 Alexandre Oliva <aoliva@redhat.com>
3601
3602 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
3603 libjava.
3604 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
3605
bd48e1a9
AC
36062002-02-24 Andrew Cagney <ac131313@redhat.com>
3607
3608 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
3609
39121370
DJ
36102002-02-23 Daniel Jacobowitz <drow@mvista.com>
3611
3612 * config.guess: Import from master sources, rev 1.232.
3613 * config.sub: Import from master sources, rev 1.246.
3614
081ff160
AO
36152002-02-23 Alexandre Oliva <aoliva@redhat.com>
3616
3617 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
3618 because its Makefile is there; test for the executable instead.
3619
20a5393b
AO
36202002-02-09 Alexandre Oliva <aoliva@redhat.com>
3621
3622 Contribute sh64-elf.
3623 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
3624 * configure.in: Added sh64-*-*.
3625
38135629
JJ
36262002-02-04 Jeff Johnston <jjohnstn@redhat.com>
3627
80413487
RH
3628 * COPYING.NEWLIB: Remove advertising clause from
3629 Berkeley and Red Hat licenses.
38135629 3630
48d19748
MD
36312002-02-01 Mo DeJong <supermo@bayarea.net>
3632
3633 * Makefile.in: Add all-tix to deps for all-snavigator
3634 so that tix is built when building snavigator.
3635
f6e1c110
BE
36362002-02-01 Ben Elliston <bje@redhat.com>
3637
3638 * config.guess: Import from master sources, rev 1.229.
3639 * config.sub: Import from master sources, rev 1.240.
3640
4867be41
DJ
36412002-01-27 Daniel Jacobowitz <drow@mvista.com>
3642
3643 From Steve Ellcey <sje@cup.hp.com>:
3644 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
3645 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
3646 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
3647 IA64.
3648 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
3649 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
3650 soname_spec, sys_lib_search_path_spec): Ditto.
3651
e82380cc
JT
36522002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
3653
3654 * configure.in (*-*-netbsd*): New. Skip target-newlib,
3655 target-libiberty, and target-libgloss. Skip Java-related
3656 libraries if not supported for NetBSD on target CPU.
3657
1319fb9c
NC
36582002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
3659
3660 * configure.in: Import StrongARM and XScale target_configdirs from
3661 FSF GCC version.
3662
b020f6ac
L
36632002-01-16 H.J. Lu (hjl@gnu.org)
3664
3665 * config.guess: Import from master sources, rev 1.225.
3666 * config.sub: Import from master sources, rev 1.238.
3667
3668 * MAINTAINERS: Updated notes on config.guess and config.sub.
3669
a0c1c920
NC
36702002-01-11 Steve Ellcey <sje@cup.hp.com>
3671
3672 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
3673 ld and gdb are not supported.
3674
a9fa5e1f
JJ
36752002-01-07 Jeff Johnston <jjohnstn@redhat.com>
3676
3677 * Change reference to Cygnus Solutions to be Red Hat.
3678
94077108
JJ
36792002-01-07 Jeff Johnston <jjohnstn@redhat.com>
3680
3681 * COPYING.NEWLIB: Update generic copyright date.
3682
05ecd75c
MS
36832002-01-07 Mark Salter <msalter@redhat.com>
3684
3685 * configure.in: Remove target-bsp and target-cygmon from arm builds.
3686 Allow target-libgloss to be built for arm, strongarm, and xscale.
3687
a106bb62
BE
36882002-01-03 Ben Elliston <bje@redhat.com>
3689
3690 * MAINTAINERS: Update URL for config.* scripts.
3691
0e254642
AM
36922001-12-18 Alan Modra <amodra@bigpond.net.au>
3693
3694 * config.sub: Import latest version.
3695 * config.guess: Likewise.
3696
0a0d0041
TF
36972001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
3698
3699 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
3700 options for i[3456]86-pc-linux* native builds.
3701
d932cae7
NC
37022001-12-05 Laurent Guerby <guerby@acm.org>
3703
3704 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 3705 libiberty.
d932cae7
NC
3706
3707 Import this patch from gcc:
5481b376 3708
d932cae7
NC
3709 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
3710
3711 * symlink-tree: handle DOS-style absolute paths.
3712
49b7683b
DD
37132001-11-28 DJ Delorie <dj@redhat.com>
3714 Zack Weinberg <zack@codesourcery.com>
3715
3716 When build != host, create libiberty for the build machine.
3717
3718 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
3719 CONFIG_ARGUMENTS.
3720 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
3721 New variables.
3722 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
3723 and rules.
3724 (all.normal): Depend on ALL_BUILD_MODULES.
3725 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
3726 (all-build-libiberty): Depend on configure-build-libiberty.
3727
3728 * configure: Calculate and substitute proper value for
3729 ALL_BUILD_MODULES.
3730 * configure.in: Create the build subdirectory.
3731 Calculate and substitute TARGET_CONFIGARGS (formerly
3732 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
3733
26ef82f4
GK
37342001-11-26 Geoffrey Keating <geoffk@redhat.com>
3735
3736 * config.sub: Update to version 1.232 on subversion.
3737
43e64072
NC
37382001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
3739
3740 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
3741 files from .po files for a distribution.
3742
66f6c0d5
HPN
37432001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
3744
3745 * COPYING.NEWLIB: Mention preserved notice in specific parts.
3746
4a02fdb2
JH
37472001-11-13 Jeff Holcomb <jeffh@redhat.com>
3748
3749 Merged from net gcc:
3750 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
3751 * ltcf-c.sh: Use $objext, not $ac_objext.
3752 2001-07-27 Mark Kettenis <kettenis@gnu.org>
3753 * ltcf-cxx.sh: Add support for GNU.
3754 2001-07-22 Timothy Wall <twall@redhat.com>
3755 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
3756 default settings if using GNU tools with that configuration.
3757 * ltcf-cxx.sh: Ditto.
3758 * ltcf-gcj.sh: Ditto.
3759 2001-07-21 Michael Chastain <chastain@redhat.com>
3760 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
3761 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
3762 * ltmain.sh: Mark as gcc-local.
3763
227b9953
JH
37642001-11-13 Jeff Holcomb <jeffh@redhat.com>
3765
3766 * Makefile.in (all-bison): Revert 2001-10-24.
3767 Don't depend on texinfo.
3768
cbbab8fb
JJ
37692001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
3770
80413487 3771 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 3772
922b2485
DD
37732001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
3774
3775 * configure.in (--enable-languages): Be more permissive about
3776 syntax. Check for empty lists better. Warn about $LANGUAGES.
3777
f08fa01d
HPN
37782001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
3779
3780 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
3781
fee3da4e
JH
37822001-10-24 Jeff Holcomb <jeffh@redhat.com>
3783
3784 Makefile.in (all-bison): Don't depend on texinfo.
3785
73fb1ef9
AM
37862001-10-03 Alan Modra <amodra@bigpond.net.au>
3787
3788 * gettext.m4: Test po/POTFILES.in exists before trying to read.
3789
373688ac
AO
37902001-09-29 Alexandre Oliva <aoliva@redhat.com>
3791
3792 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
3793
9c07660b
HPN
37942001-09-28 Hans-Peter Nilsson <hp@axis.com>
3795
3796 * config.sub, config.guess: Import latest from subversions.
3797
3f152009
AO
37982001-09-21 Alexandre Oliva <aoliva@redhat.com>
3799
3800 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
3801 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
3802 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
3803 avoid quotes nesting problems.
3804 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
3805 (DO_X): Export only variables that are set.
3806
8f6a59e5
BE
38072001-09-19 Ben Elliston <bje@redhat.com>
3808
3809 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
3810 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
3811 semantics. Use the shell built-in "type" command instead.
3812
a1ec19fa
TS
38132001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3814
3815 * config.sub: Reverted the earlier change, this version is not the
3816 master file.
3817
4008bd9b
TS
38182001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3819
3820 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
3821 Add support for mips64.
3822
dd1e52a4
JH
38232001-09-03 Jeff Holcomb <jeffh@redhat.com>
3824
3825 * configure.in: Enable libstdc++-v3 for h8300 targets.
3826
91549d1c
EC
38272001-08-30 Eric Christopher <echristo@redhat.com>
3828 Jason Eckhardt <jle@redhat.com>
3829
3830 * config.sub: Add support for mipsisa32.
3831
cf966cf9
EC
38322001-08-30 Eric Christopher <echristo@redhat.com>
3833
3834 * config.sub, config.guess: Import latest from subversions.
3835
82208dc5
AM
38362001-08-20 Alan Modra <amodra@bigpond.net.au>
3837
3838 * config.sub, config.guess: Import latest from subversions.
3839
4dca8403
DD
38402001-07-26 DJ Delorie <dj@redhat.com>
3841
3842 * MAINTAINERS: Clarify libiberty merge rules and procedures.
3843
1107dce2
AM
38442001-06-19 Alan Modra <amodra@bigpond.net.au>
3845
3846 * Makefile.in: Revert 2001-06-17.
3847 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
3848
e09a6604
L
38492001-06-17 H.J. Lu <hjl@gnu.org>
3850
3851 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
3852 (gas+binutils.tar.bz2): Likewise.
3853 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
3854
31a8b634
AC
3855Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
3856
3857 * Makefile.in (VER): When present, extract the version number from
5481b376 3858 the file version.in.
31a8b634 3859
dc70af01
AO
38602001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
3861
3862 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
3863 gcc/xgcc is built, use -print-prog-name to find out the program
3864 name to use.
3865
839bbd8c
AO
38662001-06-04 Mark Mitchell <mark@codesourcery.com>
3867
3868 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
3869 with_gcc]: Use `gcc -shared' to build a shared library.
3870
566e9a30
AO
38712001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
3872
3873 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
3874 archives.
3875
e877bb69
AO
38762001-05-28 Simon Patarin <simon.patarin@inria.fr>
3877
3878 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
3879 libraries when using g++ with native linker.
3880
1605288b
AO
38812001-05-28 Alexandre Oliva <aoliva@redhat.com>
3882
3883 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
3884
11a383ba
TR
38852001-05-24 Tom Rix <trix@redhat.com>
3886
3887 * configure.in : enable ld for aix
cf966cf9 3888
18611226
AO
38892001-05-22 Alexandre Oliva <aoliva@redhat.com>
3890
3891 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
3892 [aix4*|aix5*]: Prepend blank.
3893
6be7c12c
AO
38942001-05-20 Alexandre Oliva <aoliva@redhat.com>
3895
3896 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3897 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
3898 of subdir/configure scripts to use the new libtool.m4.
3899
4ed00bba
L
39002001-05-14 H.J. Lu <hjl@gnu.org>
3901
3902 * config.if (libc_interface): Set to -libc6.2- for cross
3903 compiling to Linux/glibc 2.2.
3904
b1af961c
AO
39052001-05-03 Alexandre Oliva <aoliva@redhat.com>
3906
3907 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
3908 libgcj.
3909
5ec3e74e
AO
39102001-04-26 Alexandre Oliva <aoliva@redhat.com>
3911
3912 * configure.in (noconfigdirs): Don't reset it from scratch in the
3913 target case; only append to it.
3914
b3ed1d6b
AO
39152001-04-26 Alexandre Oliva <aoliva@redhat.com>
3916
3917 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
3918 sparc-*-solaris2.8]: Disable ${libgcj}.
3919
96111c10
AO
39202001-04-25 Alexandre Oliva <aoliva@redhat.com>
3921
3922 * configure.in (libgcj_saved): Copy from $libgcj.
3923 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
3924 --disable-libgcj.
3925
b5bf43f2
AO
39262001-04-20 Alexandre Oliva <aoliva@redhat.com>
3927
3928 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
3929 1.641.2.228.
3930
8cc32590
AO
39312001-04-12 Alexandre Oliva <aoliva@redhat.com>
3932
3933 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3934 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
3935
dec0cb0c
AO
39362001-04-01 Alexandre Oliva <aoliva@redhat.com>
3937
3938 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
3939 New macros.
3940 (bootstrap, cross): Use RECURSE_FLAGS.
3941 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
3942
6a9c3886
AO
39432001-03-27 Alexandre Oliva <aoliva@redhat.com>
3944
3945 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
3946
d4fc7db8
NC
39472001-03-23 Nick Clifton <nickc@redhat.com>
3948
3949 * README-maintainer-mode: Add note about inability to use "make
3950 distclean" in maintainer mode.
3951
7389ff65
AO
39522001-03-22 Alexandre Oliva <aoliva@redhat.com>
3953
3954 Re-installed:
3955 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
3956 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
3957 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
3958 * ltcf-cxx.sh: Likewise.
3959 * ltcf-gcj.sh: Likewise.
3960
b3e0dc8e
PB
39612001-03-22 Philip Blundell <philb@gnu.org>
3962
3963 * config.sub, config.guess: Import latest from subversions.
3964
469b781c
AO
39652001-03-22 Alexandre Oliva <aoliva@redhat.com>
3966
3967 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3968 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
3969
b0dad762
MC
39702001-03-20 Michael Chastain <chastain@redhat.com>
3971
3972 * Makefile.in: all-m4 depends on all-texinfo.
3973
c559bb17
AO
39742001-03-08 Alexandre Oliva <aoliva@redhat.com>
3975
3976 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
3977
fef4ae2e
JJ
39782001-02-22 Jeff Johnston <jjohnstn@redhat.com>
3979
3980 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
3981 longer valid.
3982
8d6dd99d
NC
39832001-02-16 Nick Clifton <nickc@redhat.com>
3984
3985 * configure.in (noconfigdirs): Allow configuration of texinfo
3986 for Cygwin hosts.
3987
a85d7ed0
NC
39882001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
3989
3990 * config.guess: Add linux target for S/390.
3991 * config.sub: Likewise.
3992 * configure.in: Likewise.
3993
51221c5e
DD
39942001-02-06 Ben Elliston <bje@redhat.com>
3995
3996 * configure: Output host type to stdout, not stderr.
3997
9dec4c71
MS
39982001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3999
4000 * config.guess: Import from subversions.gnu.org (revision 1.181).
4001 * config.sub: Import from subversions.gnu.org (revision 1.199).
4002
9add9c04
AM
40032001-01-30 Alan Modra <alan@linuxcare.com.au>
4004
4005 * config.guess: Handle hppa64-linux systems.
4006
8679174d
MS
40072001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4008
4009 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
4010 Don't unset, it's non-portable and no longer necessary, set to empty
4011 instead.
4012
02d01ed4
MS
40132001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4014
4015 * ltconfig: Shell portability fix for the tagname validity check.
4016
4cc5853d
MS
40172001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4018
4019 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
4020
7487e485
AO
40212001-01-27 Alexandre Oliva <aoliva@redhat.com>
4022
4023 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
4024 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
4025
f332af52
AO
40262001-01-24 Alexandre Oliva <aoliva@redhat.com>
4027
4028 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
4029 keep at least one of build_libtool_libs or build_old_libs set to
4030 yes.
4031
ef099754
AO
40322001-01-24 Alexandre Oliva <aoliva@redhat.com>
4033
4034 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
4035 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
4036
8341f2fc 40372000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 4038
8341f2fc
AJ
4039 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
4040
40412000-11-03 Philip Blundell <pb@futuretv.com>
4042
4043 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
4044 files.
ebf0fa2e 4045
c320a39f
JJ
40462001-01-15 Jeff Johnston <jjohnstn@redhat.com>
4047
4048 * COPYING.NEWLIB: Put into source repository.
4049
8817b92e
BE
40502001-01-15 Ben Elliston <bje@redhat.com>
4051
4052 * configure.in (host_tools): Add sid.
4053 Always configure cgen.
4054 * Makefile.in (all-sid): New target.
4055 (check-sid, clean-sid, install-sid): Likewise.
4056
35590697
AJ
40572001-01-07 Andreas Jaeger <aj@suse.de>
4058
80413487 4059 * config.sub, config.guess: Update from subversions.
35590697 4060
6ee6cea6
AO
40612000-12-12 Alexandre Oliva <aoliva@redhat.com>
4062
4063 * configure.in: Disable language-specific target libraries for
4064 languages that aren't enabled.
4065
077b8428
NC
40662000-11-24 Nick Clifton <nickc@redhat.com>
4067
4068 * configure.in (xscale-elf): Add target.
4069 (xscale-coff): Add target.
4070 (c4x, c5x, tic54x): Move after ARM targets.
4071
9e28a1ed
AO
40722000-11-23 Alexandre Oliva <aoliva@redhat.com>
4073
4074 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
4075
be98a80a
ILT
40762000-11-20 Ian Lance Taylor <ian@zembu.com>
4077
4078 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
4079
5cec67bf
AO
40802000-11-18 Alexandre Oliva <aoliva@redhat.com>
4081
4082 * Makefile.in: Merge with GCC and libgcj.
4083 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
4084 configure-target-<library> when their configure scripts need the C
4085 or C++ library to have already been built to work properly.
4086 (do_proto_toplev): Set them to an empty string.
4087
d932cae7 40882000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
4089
4090 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
4091 (REALLY_SET_LIB_PATH): Use them.
4092
d932cae7 40932000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
4094
4095 * config.sub: Add support for Sun Chorus
4096
8602ff0c
NC
40972000-11-02 Per Lundberg <plundis@chaosdev.org>
4098
4099 * config.sub: Add support for the *-storm-chaos OS.
4100
f9e0997d
NC
41012000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
4102
80413487
RH
4103 * configure.in (noconfigdirs): Don't compile some
4104 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 4105
d64552c5
AO
41062000-09-30 Alexandre Oliva <aoliva@redhat.com>
4107
4108 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
4109 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
4110 all affected `configure' scripts.
4111
97f60b31
AO
41122000-09-25 Alexandre Oliva <aoliva@redhat.com>
4113
4114 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
4115 ltcf-c.sh.
4116
6e8dd58f
PB
41172000-09-12 Philip Blundell <philb@gnu.org>
4118
4119 * config.sub, config.guess: Update from subversions.
4120
103a2e99
AO
41212000-09-06 Alexandre Oliva <aoliva@redhat.com>
4122
51601921
AO
4123 * Makefile.in (all-zlib): Added dummy target.
4124
103a2e99
AO
4125 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
4126 multi-language branch.
4127
2809b4b9
AO
41282000-09-05 Alexandre Oliva <aoliva@redhat.com>
4129
4130 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
4131 (bootstrap*): Depend on all-bootstrap.
4132
7450026c
AO
41332000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
4134
4135 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
4136 crosses, but add gcc/include to the header search path for them.
4137
6cf86f7f
AO
41382000-08-31 Alexandre Oliva <aoliva@redhat.com>
4139
4140 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
4141 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
4142 * gettext.m4: New file, extracted from aclocal.m4.
4143
ce2ea6e3
AO
41442000-08-22 Alexandre Oliva <aoliva@redhat.com>
4145
4146 * config-ml.in (CC, CXX): Avoid trailing whitespace.
4147 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
4148 sub-configures.
4149
9765193e
DE
41502000-08-20 Doug Evans <dje@casey.transmeta.com>
4151
4152 * Makefile.in (ALL_MODULES): Add all-cgen.
4153 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
4154 (all-cgen): New target.
4155 (all-opcodes,all-sim): Depend on all-cgen.
4156 * configure.in (host_tools): Add cgen.
4157 Only configure cgen if --enable-cgen-maint.
4158
d7b32520
AO
41592000-08-17 Alexandre Oliva <aoliva@redhat.com>
4160
4161 * config-ml.in (CC, CXX): Don't introduce a leading space.
4162
e52ef561
AO
41632000-08-16 Alexandre Oliva <aoliva@redhat.com>
4164
4165 * configure.in (libstdcxx_flags): Use
4166 libstdc++-v3/src/libstdc++.INC.
4167
88f9c2a0
AO
41682000-08-15 Alexandre Oliva <aoliva@redhat.com>
4169
4170 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
4171
98fbe43f
JM
41722000-08-11 Jason Merrill <jason@redhat.com>
4173
4174 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
4175 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
4176 (FLAGS_FOR_TARGET): Not here.
4177 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
4178
279ddab4
DD
41792000-08-07 DJ Delorie <dj@redhat.com>
4180
4181 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
4182 "if we're also building gcc, and it's a gcc that will run on the
4183 build machine, we want to use its includes instead of the system's
4184 default includes".
4185
60523a83
AO
41862000-08-03 Alexandre Oliva <aoliva@redhat.com>
4187
24ffec7a
AO
4188 * configure.in (libstdcxx_flags): Don't use `"'.
4189
60523a83
AO
4190 * config-ml.in: Adjust multilib search paths to the
4191 appropriate multilib tree.
4192
daf644b5
AO
41932000-08-02 Alexandre Oliva <aoliva@redhat.com>
4194
4195 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
4196 commas in $LANGUAGES.
4197
63266560
DD
41982000-08-01 Alexandre Oliva <aoliva@redhat.com>
4199
4200 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
4201
42022000-07-31 Alexandre Oliva <aoliva@redhat.com>
4203
4204 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
4205 CXX_FOR_TARGET for sed.
4206
42072000-07-30 Alexandre Oliva <aoliva@redhat.com>
4208
4209 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
4210 Do not override if already set in the environment or in configure.
4211 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
4212 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
4213
9e449d3e
AO
42142000-07-27 Alexandre Oliva <aoliva@redhat.com>
4215
4216 * Makefile.in (FLAGS_FOR_TARGET): New macro.
4217 (GCC_FOR_TARGET): Use it.
4218 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
4219 * configure.in: ... here.
4220 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
4221 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
4222
8bbd92e0
AO
42232000-07-24 Alexandre Oliva <aoliva@redhat.com>
4224
fd1f87b2
AO
4225 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
4226 (configure-target-libchill, configure-target-libobjc): Likewise.
4227
8bbd92e0
AO
4228 * configure.in: Use the same cache file for all target libs.
4229 * config-ml.in: But different cache files per multilib variant.
4230
25c6c112
JL
42312000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4232
4233 * configure (topsrcdir): Don't use dirname.
4234
ba73c63f
JM
42352000-07-20 Jason Merrill <jason@redhat.com>
4236
4237 * configure.in: Remove all references to libg++ and librx.
4238
4239 * configure, configure.in, Makefile.in: Unify gcc and binutils.
4240
1af08294
HPN
42412000-07-20 Hans-Peter Nilsson <hp@axis.com>
4242
4243 * config.sub: Update to subversions version 2000-07-06.
4244
ba73c63f
JM
42452000-07-12 Andrew Haley <aph@cygnus.com>
4246
4247 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
4248 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
4249
42502000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
4251
4252 * symlink-tree: Check number of arguments.
4253
d932cae7 42542000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
4255
4256 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
4257
ba73c63f
JM
42582000-07-05 Jim Wilson <wilson@cygnus.com>
4259
4260 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
4261 search path for a g++ extracted from the build tree. This
4262 will allow link tests run by configure scripts in
4263 subdirectories to succeed.
4264
92ee2f86
UC
42652000-07-01 Koundinya K <kk@ddeorg.soft.net>
4266
80413487 4267 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 4268
23f2f29f
CV
42692000-06-28 Corinna Vinschen <vinschen@cygnus.com>
4270
4271 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
4272 `os2'. Force ac_cv_exeext to be ".exe" in that case.
4273
f04f5a67
TW
42742000-06-19 Timothy Wall <twall@cygnus.com>
4275
4276 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
4277 * config.sub: Add tic54x target.
4278
11da68be
NC
42792000-06-07 Phillip Thomas <pthomas@suse.de>
4280
4281 * README-maintainer-mode: New file: Contains notes on using
4282 --enable-maintainer-mode with binutils.
4283
d932cae7 42842000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
4285
4286 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
4287
d932cae7 42882000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
4289
4290 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
4291 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
4292
9442cea3
L
429320000-05-21 H.J. Lu (hjl@gnu.org)
4294
80413487
RH
4295 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
4296 directory are used if they exist. Make sure
4297 $(build_tooldir)/include is searched for header files,
4298 $(build_tooldir)/lib/ for library files.
9442cea3 4299 (GCC_FOR_TARGET): Likewise.
80413487 4300 (CXX_FOR_TARGET): Likewise.
9442cea3 4301
d932cae7 43022000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
4303
4304 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
4305
d932cae7 43062000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
4307
4308 * Makefile.in (configure-target-libiberty): Depend on
4309 configure-target-newlib.
4310
ba73c63f
JM
43112000-05-16 Alexandre Oliva <aoliva@cygnus.com>
4312
4313 * configure.in, Makefile.in: Merge all libffi-related
4314 configury stuff from the libgcj tree.
4315
d932cae7 43162000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
4317
4318 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
4319 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
4320
d932cae7 43212000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
4322
4323 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
4324 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 4325 current version information. Add to proto-toplev directory.
b5a23627
AC
4326 (gdb-taz): Build do-djunpack.
4327
ba73c63f
JM
43282000-05-15 David Edelsohn <edelsohn@gnu.org>
4329
4330 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
4331
7c86ed39
L
43322000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4333
4334 * ltmain.sh: Preserve in relink_command any environment
4335 variables that may affect the linker behavior.
4336
d932cae7 43372000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
4338
4339 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
4340
d932cae7 43412000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
4342
4343 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
4344
ed0a91a5
EZ
43452000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
4346
4347 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 4348 with the version name.
ed0a91a5 4349
ba73c63f 43502000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 4351
ba73c63f 4352 * config.if: Tweak.
6cafa39f 4353
ba73c63f 43542000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 4355
ba73c63f 4356 * djunpack.bat: New file.
66156876 4357
d932cae7 43582000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
4359
4360 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
4361 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
4362 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
4363 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 4364
ba73c63f
JM
43652000-04-16 Dave Pitts <dpitts@cozx.com>
4366
80413487
RH
4367 * config.sub (case $basic_machine): Change default for "ibm-*"
4368 to "openedition".
ba73c63f 4369
d932cae7 43702000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
4371
4372 * Makefile.in (gdb-taz): New target. GDB specific archive.
4373 (do-md5sum): New target.
4374 (MD5PROG): Define.
4375 (PACKAGE): Default to TOOL.
4376 (VER): Default to a shell script.
4377 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 4378 md5 checksum generation.
b35ece4e
AC
4379 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
4380 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
4381 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 4382 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 4383
d932cae7 43842000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
4385
4386 * configure (warn_cflags): Delete.
4387
ba73c63f 43882000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 4389 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 4390
80413487
RH
4391 * configure.in (enable_libstdcxx_v3): Add.
4392 (target_libs): Add bits here to switch between libstdc++-v2 and
4393 libstdc++-v3.
4394 * config.if: And this file too.
4395 * Makefile.in: Add libstdc++-v3 targets.
35590697 4396
ba73c63f
JM
43972000-04-05 Michael Meissner <meissner@redhat.com>
4398
4399 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 4400
d332c5ac
JM
44012000-03-29 Jason Merrill <jason@casey.cygnus.com>
4402
4403 * configure.in: -linux-gnu*, not -linux-gnu.
4404
d932cae7 44052000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
4406
4407 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
4408 (do-tar-bz2): Replace TOOL with PACKAGE.
4409 (gdb.tar.bz2): Remove GDBTK from GDB package.
4410 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 4411 dejagnu.tar.bz2): New packages.
6dcbc97b 4412
96ce09a7
ILT
44132000-02-27 Andreas Jaeger <aj@suse.de>
4414
4415 * configure.in: Add entry for mips*-*-linux*, move catch all
4416 *-*-*linux* entry below this one.
4417
2031769e
ILT
44182000-02-27 Ian Lance Taylor <ian@zembu.com>
4419
4420 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
4421
4bab746c
NC
44222000-02-24 Nick Clifton <nickc@cygnus.com>
4423
4424 * config.sub: Support an OS of "wince".
4425
d932cae7 44262000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
4427
4428 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 4429 version.
ada59422 4430
5b93d8bb
AM
44312000-02-23 Linas Vepstas <linas@linas.org>
4432
4433 * config.sub: Add support for Linux/IBM 370.
4434 * configure.in: Likewise.
4435
2fb651f6
NC
44362000-02-22 Nick Clifton <nickc@cygnus.com>
4437
4438 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
4439
b8441c25
CF
44402000-02-20 Christopher Faylor <cgf@cygnus.com>
4441
4442 * config.guess: Guess "cygwin" rather than "cygwin32".
4443
d332c5ac
JM
44442000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4445
4446 * configure (gcc_version): When setting, narrow search to
4447 lines containing `version_string'.
4448
ba73c63f
JM
44492000-02-15 Denis Chertykov <denisc@overta.ru>
4450
4451 * config.sub: Add support for avr target.
4452
d932cae7 44532000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
4454
4455 * config.sub: Add mmix-knuth-mmixware.
4456
44572000-01-27 Christopher Faylor <cgf@redhat.com>
4458
4459 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
4460 structure stuff to -L library search.
4461 (CXX_FOR_TARGET): Ditto.
4462 (CROSS_CHECK_MODULES): Fix spelling mistake.
4463
44642000-01-24 Mark Mitchell <mark@codesourcery.com>
4465
4466 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
4467 the C++ compiler.
4468
44692000-01-12 Richard Henderson <rth@cygnus.com>
4470
4471 * configure.in: Don't build some bits for beos.
4472
44732000-01-12 Joel Sherrill (joel@OARcorp.com)
4474
4475 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
4476 as include files.
4477
91b2c84d
GK
44782000-01-06 Geoff Keating <geoffk@cygnus.com>
4479
4480 * configure.in: Use mt-aix43 to handle *_TARGET defs,
4481 not mh-aix43.
4482
ba73c63f
JM
44831999-12-14 Richard Henderson <rth@cygnus.com>
4484
4485 * config.guess (alpha-osf, alpha-linux): Detect ev67.
4486 * config.sub: Accept alphaev[78], alphaev8.
4487
44881999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4489
4490 * config.guess, config.sub: Update from autoconf.
4491
4492Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4493
4494 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
4495 necessary libraries are missing.
4496
44971999-10-25 Andreas Schwab <schwab@suse.de>
4498
4499 * configure: Fix quoting inside arguments of eval.
4500
45011999-10-21 Nick Clifton <nickc@cygnus.com>
4502
4503 * config-ml.in: Allow suppression of some ARM multilibs.
4504
4505Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
4506
4507 * config.guess: Add OS/390 match pattern.
4508 * config.sub: Add mvs, openedition targets.
4509 * configure.in (i370-ibm-opened*): New.
4510
ef14edc4
ILT
45111999-09-04 Steve Chamberlain <sac@pobox.com>
4512
4513 * config.sub: Add support for configuring for pj.
4514
afb478e8
NC
45151999-08-31 Nick Clifton <nickc@cygnus.com>
4516
fd6848f6 4517 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 4518
ba73c63f 45191999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
4520
4521 * configure.in: Do not configure or build ld for AIX
4522 platforms. ld is known to be broken on these platforms.
4523
ba73c63f
JM
4524Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4525
4526 * config-ml.in: Pass compiler flag corresponding to multidirs to
4527 subdir configures.
4528
c363de44
ILT
45291999-08-09 Ian Lance Taylor <ian@zembu.com>
4530
4531 * Makefile.in (LDFLAGS): Define.
4532
dc8bc5a6
ILT
45331999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
4534
4535 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
4536 noconfigdirs.
4537 (*-*-cygwin*): Likewise.
4538
6ca3858e
ILT
45391999-08-08 Ian Lance Taylor <ian@zembu.com>
4540
71141bb6
ILT
4541 * mkdep: New file.
4542 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
4543 (BINUTILS_SUPPORT_DIRS): Add mkdep.
4544
6ca3858e
ILT
4545 From Eli Zaretskii <eliz@is.elta.co.il>:
4546 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
4547 long file name when using DJGPP on MS-DOS.
4548
ba73c63f
JM
4549Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
4550
4551 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
4552
2735a327
AM
45531999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
4554
4555 * Makefile.in (check-target-libio): Remove all-target-libstdc++
4556 dependency as this causes "make check" to globally "make all"
4557
ba73c63f
JM
4558Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
4559
4560 * configure.in (target_libs): Added target-zlib.
4561 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
4562 (CONFIGURE_TARGET_MODULES): Likewise.
4563 (CHECK_TARGET_MODULES): Likewise.
4564 (INSTALL_TARGET_MODULES): Likewise.
4565 (CLEAN_TARGET_MODULES): Likewise.
4566 (configure-target-zlib): New target.
4567 (all-target-zlib): Likewise.
4568 (all-target-libjava): Depend on all-target-zlib.
4569 (configure-target-libjava): Depend on configure-target-zlib.
4570
4571 * Makefile.in (configure-target-libjava): Depend on
4572 configure-target-newlib.
4573 (configure-target-boehm-gc): New target.
4574 (configure-target-qthreads): New target.
4575
80413487
RH
4576 * configure.in (target_libs): Added target-qthreads.
4577 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
4578 (CONFIGURE_TARGET_MODULES): Likewise.
4579 (CHECK_TARGET_MODULES): Likewise.
4580 (INSTALL_TARGET_MODULES): Likewise.
4581 (CLEAN_TARGET_MODULES): Likewise.
4582 (all-target-qthreads): New target.
4583 (configure-target-libjava): Depend on configure-target-qthreads.
4584 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
4585
4586 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
4587 (CONFIGURE_TARGET_MODULES): Likewise.
4588 (CHECK_TARGET_MODULES): Likewise.
4589 (INSTALL_TARGET_MODULES): Likewise.
4590 (CLEAN_TARGET_MODULES): Likewise.
4591 (all-target-libjava): New target.
4592 (all-target-boehm-gc): Likewise.
4593 * configure.in (target_libs): Added libjava, boehm-gc.
4594
08d836d6
ILT
45951999-07-22 Ian Lance Taylor <ian@zembu.com>
4596
4597 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
4598 configure.bat in SUPPORT_FILES.
4599 (gas+binutils.tar.bz2): Likewise.
4600
4601 * makeall.bat: Remove; obsolete.
4602
8f36e47c
ILT
46031999-07-21 Ian Lance Taylor <ian@zembu.com>
4604
4605 From Mark Elbrecht:
4606 * configure.bat: Remove; obsolete.
4607
56e82f25
ILT
46081999-07-11 Ian Lance Taylor <ian@zembu.com>
4609
4610 * configure: Add -W -Wall to the default CFLAGS when compiling with
4611 gcc.
4612
1001d816
JL
4613Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
4614
4615 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
4616
106117aa
MM
46171999-06-30 Mark Mitchell <mark@codesourcery.com>
4618
4619 * configure.in: Build ld on IRIX6.
4620
c376f4ed
ILT
46211999-06-12 Ian Lance Taylor <ian@zembu.com>
4622
4623 * Makefile.in: Change distribution targets to use bzip2 instead of
4624 gzip.
4625 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 4626 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 4627
306b7445
NC
46281999-06-04 Nick Clifton <nickc@cygnus.com>
4629
4630 * config.sub: Add mcore target.
4631
d932cae7 46321999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
4633
4634 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
4635
d932cae7 46361999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
4637
4638 * config.guess (dummy): Changed to $dummy.
4639
6c3175b0
NC
46401999-05-24 Nick Clifton <nickc@cygnus.com>
4641
ba73c63f
JM
4642 * config.sub: Tidied up case statements.
4643
46441999-05-22 Ben Elliston <bje@cygnus.com>
4645
4646 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
4647 <jiro@din.or.jp>.
4648
4649 * config.guess: Merge with FSF version. Future changes will be
4650 more accurately recorded in this ChangeLog.
4651 * config.sub: Likewise.
4652
d932cae7 46531999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
4654
4655 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 4656
252b5132
RH
46571999-04-30 Tom Tromey <tromey@cygnus.com>
4658
4659 * ltmain.sh: [mode link] Always use CC given by ltconfig.
4660
46611999-04-23 Tom Tromey <tromey@cygnus.com>
4662
4663 * ltconfig, ltmain.sh: Update to libtool 1.2f.
4664
46651999-04-20 Drew Moseley <dmoseley@cygnus.com>
4666
4667 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
4668 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
4669 Bad merge removed these two changes.
4670
ba73c63f 4671Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 4672 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
4673
4674 * config.guess (interix Alpha): Add.
4675
252b5132
RH
46761999-04-11 Richard Henderson <rth@cygnus.com>
4677
4678 * configure.in (i?86-*-beos*): Do config gperf; don't config
4679 gdb, newlib, or libgloss.
4680
d932cae7 46811999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 4682
ba73c63f
JM
4683 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
4684 link a trivial program with -mabi=64. If it fails, remove mabi=64
4685 from multidirs.
4686
d932cae7 46871999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
4688
4689 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
4690
252b5132
RH
46911999-04-08 Nick Clifton <nickc@cygnus.com>
4692
4693 * config.sub: Add support for mcore targets.
4694
46951999-04-07 Michael Meissner <meissner@cygnus.com>
4696
4697 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
4698 not mt-ospace, in order to shut up assembler warning about using
4699 symbols that are named the same as registers.
4700
47011999-04-07 Drew Moseley <dmoseley@cygnus.com>
4702
4703 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
4704 dependency list for all-target-cygmon.
4705
47061999-04-05 Doug Evans <devans@casey.cygnus.com>
4707
4708 * config-ml.in: Check $host, not $target, for selective multilibs.
4709 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
4710 thumb interworking, and underscore prefix multilibs.
4711
47121999-04-04 Ian Lance Taylor <ian@zembu.com>
4713
4714 * missing: Update to version from current automake.
4715
4716Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
4717
4718 * configure (gxx_include_dir): Removed.
4719
4720 * configure.in (gxx_include_dir): Handle it.
4721 * Makefile.in: Likewise.
4722
47231999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
4724
4725 * config.sub (mips64vr4111,mips64vr4111el) Add.
4726
47271999-03-21 Ben Elliston <bje@cygnus.com>
4728
80413487 4729 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
4730
4731Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
4732
252b5132
RH
4733 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
4734 config/mh-djgpp.
4735
4736Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
4737
4738 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
4739 all-target-newlib to dependency list for all-target-bsp.
4740
4741Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
4742
4743 * config.sub: Add i386-uwin support.
4744 * config.guess: Likewise.
4745
4746Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4747
4748 * configure.in: cleanup, add mh-*pic handling for arm, special
4749 case powerpc*-*-aix*
4750
4751Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
4752
4753 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
4754 can be built.
4755
4756Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
4757
4758 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 4759 targets.
252b5132
RH
4760
47611999-03-02 Nick Clifton <nickc@cygnus.com>
4762
4763 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
4764
d932cae7 47651999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
4766
4767 * config.sub: Check for "cygwin*" rather than "cygwin32*"
4768
47691999-02-24 Nick Clifton <nickc@cygnus.com>
4770
4771 * config.sub: Fix typo in arm recognition.
4772
d932cae7 47731999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
4774
4775 * configure.in (noconfigdirs): Changed target_configdirs to
4776 include target-bsp only for m68k-*-elf* and m68k-*-coff*
4777 rather than m68k-*-* since it is not known to work on
4778 m68k-aout. Ditto for arm-*-*oabi.
4779
d932cae7 47801999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
4781
4782 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
4783
47841999-02-19 Ben Elliston <bje@cygnus.com>
4785
4786 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
4787 Smart and improved by Andrew Cagney.
4788
d932cae7 47891999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
4790
4791 * config.guess: Recognize openbsd-*-hppa.
4792
d932cae7 47931999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
4794
4795 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
4796 only if it is not empty.
4797
47981999-02-17 Nick Clifton <nickc@cygnus.com>
4799
4800 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 4801
fd6848f6 4802 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
4803
4804 * config.sub: Modified to recognize uname's armv* syntax.
4805
48061999-02-17 Mark Salter <msalter@cygnus.com>
4807
4808 * configure.in: Added target-bsp for sparclite.
4809
d932cae7 48101999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
4811
4812 * config.sub: Recognize alphapca5[67] and up to alphaev8.
4813
48141999-02-08 Nick Clifton <nickc@cygnus.com>
4815
4816 * configure.in: Add support for strongarm port.
4817 * config.sub: Add support for strongarm target.
4818
d932cae7 48191999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 4820
252b5132
RH
4821 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
4822 the old name config/mh-cygwin32.
4823 Enable texinfo.
4824
d932cae7 48251999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
4826
4827 * configure.in: Do build ld for ix86 Solaris.
4828
d932cae7 48291999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
4830
4831 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
4832 $AR_FOR_TARGET. Likewise for RANLIB.
4833
d932cae7 48341999-02-02 Catherine Moore <clm@cygnus.com>
35590697 4835
80413487
RH
4836 * config.sub (oabi): Recognize.
4837 * configure.in (arm-*-oabi): Handle.
252b5132 4838
d932cae7 48391999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
4840
4841 * config.guess: Improve detection of i686 on UnixWare 7.
4842
d932cae7 48431999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
4844
4845 * config.guess: Add support for i386-pc-interix.
4846 * config.sub: Likewise.
4847 * configure.in: Likewise.
252b5132 4848
d932cae7 48491999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
4850
4851 * Makefile.in: Remove unneeded all-target-libio from
4852 from all-target-winsup target since it is now unneeded.
4853 Add all-target-libtermcap in its place since it is now
4854 needed.
4855
d932cae7 48561998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
4857
4858 * configure.in: makefile stub for cygwin target is probably
4859 unnecessary. Remove it for now.
252b5132 4860
d932cae7 48611998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
4862
4863 * configure.in: libtermcap.a should be built when cygwin is the
4864 target as well as the host.
4865 * config.guess: Allow mixed case in cygwin uname output.
4866 * Makefile.in: Add libtermcap target.
252b5132 4867
d932cae7 48681998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
4869
4870 * config.sub: Clean up handling of hppa2.0.
4871
d932cae7 48721998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
4873
4874 * config.guess: Use C code to identify more HP machines.
4875
4876Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
4877
4878 * config.sub: Handle hppa2.0.
4879
ba73c63f
JM
4880Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
4881
4882 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 4883 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
4884
48851998-12-15 Mark Salter <msalter@cygnus.com>
4886
4887 * configure.in: Added target-bsp for several target architectures.
4888
4889 * Makefile.in: Added rules for bsp.
4890
252b5132
RH
4891Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
4892
4893 * config.guess: Improve detection of hppa2.0 processors.
4894
4895Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
4896
4897 * config.guess: Recognize FreeBSD using ELF automatically.
4898
48991998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
4900
4901 * configure (skip-this-dir): Add handling for new shell script, which
4902 might be created by a sub-directory's configure to indicate, this particular
4903 directory is "unwanted".
4904 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
4905
252b5132
RH
4906Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
4907
4908 * ltconfig: import from libtool, after changing libtool to
4909 account for the cygwin name change.
4910
4911Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
4912
4913 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
4914 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
4915
4916Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
4917
4918 * configure.in: Add libtermcap to list of cygwin dependencies.
4919
d932cae7 49201998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 4921
80413487
RH
4922 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
4923 they include winsup/include when it's a cygwin target.
252b5132
RH
4924
49251998-11-12 Tom Tromey <tromey@cygnus.com>
4926
4927 * configure.in (host_tools): Added zip.
4928 * Makefile.in (all-target-libjava): Depend on all-zip.
4929 (all-zip): New target.
4930 (ALL_MODULES): Added all-zip.
4931 (NATIVE_CHECK_MODULES): Added check-zip.
4932 (INSTALL_MODULES): Added install-zip.
4933 (CLEAN_MODULES): Added clean-zip.
4934
d932cae7 49351998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
4936
4937 * Makefile.in: lose "32" from comment about cygwin.
4938
d932cae7 49391998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
4940
4941 * configure.in: Use -Os to build target libraries for the fr30.
4942
d932cae7 49431998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
4944
4945 * config.sub: Add fr30.
4946
d932cae7 49471998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 4948
80413487 4949 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
4950 cygwin* instead of cygwin32*.
4951 * config.sub: Check cygwin* instead of cygwin32*.
4952
d932cae7 49531998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
4954
4955 * config.guess: Match any version of Unixware7.
4956
252b5132
RH
49571998-10-20 Syd Polk <spolk@cygnus.com>
4958
4959 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
4960 if desired.
4961
d932cae7 49621998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
4963
4964 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
4965 these if the appropriate directories and files to not exist.
4966
d932cae7 49671998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
4968
4969 * Makefile.in (DEVO_SUPPORT): Add config.if.
4970
d932cae7 49711998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
4972
4973 * configure: Add pattern to replace "build_tooldir"'s
4974 definition in the generated Makefile with "tooldir"'s
4975 actual value.
4976
252b5132
RH
4977Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
4978
4979 * config.sub: Bring back lost sparcv9.
4980
ba73c63f
JM
4981 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
4982
4983Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
4984
4985 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
4986 CC_FOR_TARGET and friends.
4987
4988Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 4989
ba73c63f
JM
4990 * Makefile.in (build_tooldir): New variable, same as tooldir.
4991 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
4992 -B$(build_tooldir)/bin/.
4993 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
4994
252b5132
RH
4995Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
4996
4997 * config.sub: Add support for i[34567]86-pc-udk.
4998 * configure.in: Likewise.
4999
5000Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
5001
5002 * Makefile.in: add bzip2 package building bits for user
5003 tools module
5004 * configure.in: ditto
5005
ba73c63f
JM
5006Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
5007
5008 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
5009 (ALL_TARGET_MODULES): Add all-target-libobjc.
5010 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
5011 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
5012 (all-target-libchill): Add dependencies.
5013 * configure.in (target_libs): Add libchill.
35590697 5014
252b5132
RH
50151998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
5016
ba73c63f 5017 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
5018
5019Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
5020
5021 * Makefile.in (all-automake): fix dependencies.
5022
5023Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
5024
5025 * configure.in: Minor cleanups for building in the $(target_alias)
5026 subdir.
5027
50281998-09-22 Jim Wilson <wilson@cygnus.com>
5029
5030 * Makefile.in (bootstrap): Set r and s before make all. Use
5031 BASE_FLAGS_TO_PASS in make all.
5032 (cross): Likewise.
5033
50341998-09-20 Mark Mitchell <mark@markmitchell.com>
5035
5036 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
5037
252b5132
RH
5038Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
5039
5040 * config.sub: Fix typo in last change.
5041
50421998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5043
5044 * config.sub: Add support for C4x target.
5045 * configure.in: Likewise.
5046
50471998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
5048
5049 * config.sub: Recognize sparcv9 just like sparc64.
5050
5051Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
5052
5053 * config.guess: Match "Pent II" or "PentII" for OpenServer.
5054
5055Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
5056
5057 * config.guess: Correctly identify Pentium II sco boxes.
5058
5059 * config.guess: Fix "tr" code. From Weiwen Liu.
5060
5061Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
5062
5063 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
5064 stabs.
5065
5066Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
5067
5068 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
5069 (ALL_TARGET_MODULES): Add all-target-libchill.
5070 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
5071 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
5072 (all-target-libchill): Add dependencies.
5073 * configure.in (target_libs): Add libchill.
5074
5075Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
5076
5077 * config.guess: Avoid assumptions about "tr" behaves when
5078 LANG is set to something other than English.
5079
5080Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
5081
5082 * configure (gxx_include_dir): Changed to
5083 '${prefix}/include/g++'-${libstdcxx_interface}.
5084
5085 * config.if: New to determine the interfaces.
5086
5087Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
5088
5089 * config.guess: Detect and handle MPE/IX.
5090 * config.sub: Deal with MPE/IX.
5091
5092Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
5093
5094 * configure.in: Use mh-aix43.
5095
50961998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
5097
5098 * configure: Fix --without/--disable cases for gxx-include-dir.
5099
5100Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
5101
5102 * mdata-sh: Imported. Needed for automake support.
5103
5104Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
5105
ba73c63f 5106 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
5107 "chmod og=u `find . -print`".
5108
5109Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
5110
ba73c63f 5111 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
5112
5113Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
5114
5115 * Makefile.in: Undo previous patch.
5116
5117Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
5118
5119 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
5120 to here ...
5121 (install-no-fixedincludes): and here
5122 (INSTALL_MODULES): ... from here.
5123
5124Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
5125
5126 * config.sub: Merge with FSF.
5127
5128 * config.guess: Merge with FSF.
5129
5130Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
5131
5132 * configure (extraconfigdirs): New variable.
5133 (SUBDIRS): Add extraconfigdirs and recurse on them too.
5134 * Makefile.in (all): Move higher in file.
5135 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
5136 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
5137 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
5138 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
5139 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
5140
51411998-07-23 Brendan Kehoe <brendan@cygnus.com>
5142
5143 * Makefile.in (all-target-libjava): Depend on all-gcc and
5144 all-target-newlib.
5145 (configure-target-libjava): Depend on $(ALL_GCC).
5146
5147Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
5148
5149 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
5150 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
5151
5152Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
5153
5154 * ylwrap: Change absolute path checks to check for DOS style path
5155 names.
5156
5157 * ylwrap: Don't use a full path name if the source file is in the
5158 same directory. From hjl@lucon.org (H.J. Lu).
5159
5160 * config-ml.in: Default to being verbose, to match Feb 18 change to
5161 configure.
5162
5163Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
5164
5165 Brought over from egcs:
5166
5167 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
5168
5169 * configure.in (target_subdir): Set to ${target_alias} instead
5170 of "libraries".
5171
5172 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
5173
5174 * configure.in (target_subdir): Set to libraries if enable_multilib.
5175
5176Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
5177
5178 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
5179 multilibs, force reconfiguration the first time we create
5180 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
5181
5182Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
5183
5184 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
5185 avoid confusion with --no-recursion.
5186
5187Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
5188
5189 * configure.in: Win32 hosts shouldn't use install -x
5190 * install-sh: remove -x option, and special .exe-handling
5191 hack.
5192
5193Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
5194
5195 * config.guess: Recognize i586-pc-beos.
5196 * configure.in: Don't build some bits for beos.
5197
5198Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
5199
5200 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
5201 CFLAGS default to -O2.
5202
5203 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
5204 when using GNU ld.
5205
5206Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
5207
5208 * ltmain.sh: Correct install when using a different shell.
5209
5210Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
5211
5212 * ltconfig, ltmain.sh: Update to libtool 1.2b.
5213
5214Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
5215
5216 * makefile.vms: Update to build binutils/makefile.vms. Add install
5217 target.
5218
5219Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
5220
5221 * ltconfig: Update to correct AIX handling.
5222
5223Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
5224
5225 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
5226
5227 * configure.in (target_subdir): Set to ${target_alias} instead
5228 of "libraries".
5229
52301998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
5231
5232 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
5233 (Makefile): Depend on $(gcc_version_trigger).
5234
5235 * configure (gcc_version): Change default initializer to empty
5236 string.
5237 (gcc_version_trigger): New variable; pass this variable down
5238 to subdir configures to enable them checking gcc's version
5239 themselves. Emit make macros for both gcc_version vars.
5240 (topsrcdir): Initialize reliably.
5241 (recursion line): Remove --with-gcc-version=${gcc_version}.
5242
52431998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
5244
5245 * configure (enable_version_specific_runtime_libs): Implement new flag
5246 --enable-version-specific-runtime-libs which installs C++ runtime stuff
5247 in $(libsubdir); emit definition in each generated Makefile.
5248 (gxx_include_dir): Initialize depending on
5249 $enable_version_specific_runtime_libs.
5250
52511998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
5252
5253 * configure (gcc_version): Initialize properly depending on
5254 how and where configure is started.
5255 (recursion line): Pass a --with-gcc-version=${gcc_version}
5256 to configures in subdirs.
5257
5258Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
5259
5260 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 5261 cygmon
252b5132
RH
5262
5263Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
5264
5265 * configure.in: Add cygmon and libstub support for mn10200.
5266
52671998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
5268
5269 * configure (gcc_version): Add new variable describing the
5270 particular gcc version we're building.
5271 * Makefile.in (libsubdir): Add new macro for the directory
5272 in which the compiler finds executables, libraries, etc.
5273 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
5274 and libsubdir.
5275
5276Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
5277
ba73c63f
JM
5278 * Makefile.in (local-clean): Remove *.log.
5279 (warning.log): Built with warn_summary from build.log.
5280 (mail-report.log): Run test_summary.
5281 (mail-report-with-warnings.log): Run test_summary including
5282 warning.log in the report.
252b5132
RH
5283
5284Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
5285
5286 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
5287
5288Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
5289
5290 * Makefile.in (grep): Grep no longer depends on libiberty.
5291
5292Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
5293
5294 * Makefile.in: all-snavigator needs all-libgui.
5295
5296Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
5297
5298 * configure.in: Add cygmon and libstub support for mn10300.
5299
5300Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
5301
5302 * missing: Update to version from automake 1.3.
5303
5304 * ltmain.sh: On installation, don't get confused if the same name
5305 appears more than once in the list of library names.
5306
5307Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
5308
5309 * config.sub: Accept m68060 and m5200 as CPU names.
5310
5311Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
5312
5313 * configure: Use && rather than using -a in test, because odd
5314 strings can confuse test.
5315 * configure.in: Likewise.
5316
5317Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
5318
5319 * ltconfig, ltmain.sh: Bring in Visual C++ support.
5320
5321Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
5322
5323 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
5324 bootstrap4-lean): New targets.
5325
5326Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
5327
5328 * mpw-* Delete. Not used.
252b5132
RH
5329
5330Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
5331
5332 * COPYING.LIB: Update FSF address.
5333
5334Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
5335
5336 * ltconfig, ltmain.sh: Update to libtool 1.2a.
5337
5338 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
5339 GAS_SUPPORT_DIRS.
5340
5341Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
5342
5343 * ltconfig, ltmain.sh: Avoid producing a version number if
5344 -version-info was not used.
5345
5346Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
5347
5348 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
5349 building with newlib.
5350
53511998-04-30 Paul Eggert <eggert@twinsun.com>
5352
ba73c63f 5353 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 5354 Solaris `make' causes it to continue to next definition.
252b5132 5355
afb8d725
JM
5356Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
5357
5358 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
5359 the right GUI libraries and files are installed along with GDB.
5360
252b5132
RH
5361Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
5362
5363 * configure.in: Change alpha to alpha* in several places.
5364
5365Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
5366
5367 * config.sub: Recognize sparc86x.
5368
5369Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 5370
252b5132
RH
5371 * configure.in (--enable-target-optspace): Remove debug echo.
5372
5373Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
5374
5375 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
5376
5377Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
5378
5379 * ltconfig: Update cygwin32 support.
5380
5381 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
5382 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
5383 (GDB_SUPPORT_DIRS): Likewise.
5384
5385Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
5386
5387 * configure.in (target_makefile_frag): If --enable-target-optspace,
5388 use -Os to compile target libraries rather than -O2. Default to
5389 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
5390 not used.
5391 * configure.in (target_cflags): Ditto for d30v.
5392
5393Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
5394
5395 * Makefile.in (all-bfd): Depend on all-intl.
5396 (all-binutils): Likewise.
5397 (all-gas): Likewise.
5398 (all-gprof): Likewise.
5399 (all-ld): Likewise.
5400
252b5132
RH
54011998-04-19 Brendan Kehoe <brendan@cygnus.com>
5402
5403 * configure.in (host_tools): Fix typo, lbtool -> libtool.
5404
5405Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
5406
5407 * Makefile.in (all-bfd): Depend upon all-libiberty.
5408
5409 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
5410
5411Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
5412
5413 * Makefile.in: Add libstub.
5414
5415 * configure.in: Ditto. Build libstub for targets that have cygmon
5416 support.
5417
5418Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
5419
5420 * configure.in: Don't set PICFLAG on ix86-cygwin32.
5421
5422Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
5423
5424 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
5425 use mh-sysv5 if specified. Support gprof on SCO Open Server.
5426
5427Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
5428
5429 * configure: Define DEFAULT_M4 by searching PATH.
5430 * Makfile.in: Use DEFAULT_M4.
5431
5432Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
5433
5434 * ltconfig: Add cygwin32 support.
5435
5436 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
5437 to configure and build.
5438
5439Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
5440
5441 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
5442
5443Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
5444
5445 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
5446
5447Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
5448
5449 * Makefile.in: add ash make rules
5450 * configure.in: add ash to native_only and host_tools lists
5451
5452Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
5453
5454 * Makefile.in (all-gettext, all-intl): New targets.
5455 (ALL_MODULES): Added all-gettext, all-intl.
5456 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
5457 (INSTALL_MODULES): Added install-gettext, install-intl.
5458 (CLEAN_MODULES): Added clean-gettext, clean-intl.
5459
5460 * configure.in (host_tools): Added gettext.
5461 (native_only): Likewise.
5462 (noconfigdirs) [various cases]: Likewise.
5463 (host_libs): Added intl.
5464
afb8d725
JM
5465Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
5466
5467 * configure: Do not disable building gdbtk for cygwin32 hosts.
5468
ba73c63f
JM
5469Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
5470
5471 * configure.in: Add thumb-coff target.
5472 * config.sub: Add thumb-coff target.
5473
252b5132
RH
5474Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
5475
5476 * Makefile.in: Revert yesterday's change.
5477 (all-target-winsup): all-target-librx stays out of here.
5478
5479Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
5480
ba73c63f
JM
5481 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
5482 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
5483 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
5484 Remove references to librx and libg++.
5485
5486Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
5487
5488 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
5489 recursive makes
5490
5491Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
5492
5493 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
5494 for newlib directory.
5495 (CXX_FOR_TARGET): Likewise.
5496
5497Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
5498
5499 * ltconfig: Update after libtool/ltconfig.in change for
5500 hpux11.
5501
5502Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
5503
5504 * ltconfig, ltmain.sh: Update to libtool 1.2.
5505
5506Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
5507
5508 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
5509 (install-gcc-cross): Instead, override LANGUAGES here.
5510
55111998-03-18 Dave Love <d.love@dl.ac.uk>
5512
5513 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
5514 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
5515
5516Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
5517
5518 * configure.in: Add Thumb-pe target.
5519
5520Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 5521
252b5132
RH
5522 * Makefile.in - changed sn targets to snavigator
5523 * configure.in - changed sn targets to snavigator
5524
5525Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
5526
5527 * config-ml.in: After building symlink tree call make distclean
5528 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
5529 to be the case for libiberty.
5530
5531Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
5532
5533 * configure: When making link, also check the current
5534 directory. The configure scripts may create one.
5535
5536Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
5537
5538 * config.sub: Accept alphapca56 and alphaev6 properly.
5539
5540Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5541
5542 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
5543
252b5132
RH
5544Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
5545
80413487 5546 * config.sub (sco5): Fix typo.
252b5132
RH
5547
5548Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
5549
5550 * Makefile.in (INSTALL_MODULES): Move install-tcl before
5551 install-itcl.
5552 (install-itcl): Remove dependency on install-tcl.
5553
5554Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
5555
5556 * configure.in: Remove libgloss from noconfigdirs for MN10300.
5557
252b5132
RH
5558Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
5559
5560 * configure.in: Don't build libgui for a cygwin32 target when not on
5561 a cygwin32 host.
5562
5563Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
5564
5565 * configure (redirect): Set to null, so default behavior of
5566 configure is now --verbose.
5567
55681998-02-16 Dave Love <d.love@dl.ac.uk>
5569
5570 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
5571 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
5572
5573Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
5574
5575 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
5576 this change to sync Makefile.in with its ChangeLog entries.
5577
5578Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
5579
5580 * ltmain.sh (mkdir): Check that the directory doesn't exist
5581 before we exit with error, so that we don't get races during
5582 parallel builds.
5583
5584Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
5585
5586 * ltconfig, ltmain.sh: Update from libtool 1.0i.
5587
5588Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
5589
5590 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
5591 PICFLAG_FOR_TARGET.
5592 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
5593
5594 * configure: Emit a definition for the new macro enable_shared
5595 into each Makefile.
5596
252b5132
RH
5597Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
5598
5599 * configure.in (host_tools, native_only): Add libtool.
5600
5601Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
5602
5603 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
5604 Fix typo in ming config comment.
5605
5606Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
5607
5608 * ltconfig, ltmain.sh: Update from libtool 1.0h.
5609
5610Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
5611
5612 * config.sub: Add tic30 cases, and map c30 to tic30.
5613
ba73c63f
JM
5614Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
5615
5616 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
5617 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
5618 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
5619 (CLEAN_TARGET_MODULES): Similarly
5620 (all-target-libf2c): Add dependences.
35590697 5621 * configure.in (target_libs): Add libf2c.
ba73c63f 5622
252b5132
RH
5623Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
5624
ba73c63f
JM
5625 * configure.in: Remove expect from noconfigdirs when target
5626 is cygwin32. OK to build expect and dejagnu with Canadian
5627 Cross.
252b5132
RH
5628
5629Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
5630
5631 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
5632 host.
5633
5634 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
5635 and mingw32.
5636
5637Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
5638
5639 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
5640 here as it is not defined in the toplevel Makefile.
5641
5642Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
5643
5644 * configure (package_makefile_rules_frag): New variable, which names
5645 a file with generic rules, ...
5646 Change comment to mention we now have FIVE parts.
5647 * configure: Undo last change.
5648
5649Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
5650
5651 * config.guess: More accurate determination of HP processor types.
5652 * config.sub: More accurate determination of HP processor types.
5653
5654Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
5655
5656 * configure (package_makefile_frag): Move inserting the
5657 ${package_makefile_frag} to where it should be according
5658 to the comment.
5659
ba73c63f 5660Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
5661
5662 * config.guess: Add support for Linux/ARM.
5663
5664Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
5665
5666 * .cvsignore: Remove *-info and *-install since they match
5667 release-info and mpw-install, which we don't want to just ignore.
5668
5669Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
5670
5671 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
5672
5673Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
5674
5675 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
5676 local_prefix to sub-make invocations.
5677
5678Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
5679
5680 * configure.in: Check makefile fragments in the source
5681 directory.
5682
5683Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
5684
ba73c63f
JM
5685 * configure.in: Check whether host and target makefile
5686 fragments exist before adding them to *_makefile_frag.
252b5132
RH
5687
5688Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
5689
5690 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 5691
252b5132
RH
5692Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
5693
5694 * configure.in: Make sure we only replace RPATH_ENVVAR on
5695 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
5696 regexp to sed.
5697
5698 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
5699 to sub-makes.
5700
57011998-01-13 Lee Iverson (leei@ai.sri.com)
5702
5703 * config-ml.in (multi-do): LDFLAGS must include multilib
5704 designator.
5705
5706Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
5707
5708 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
5709
5710Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
5711
5712 * config.sub: Add mingw32 support.
5713 * configure.in: Likewise.
252b5132
RH
5714
5715Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
5716
5717 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
5718
5719Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
5720
5721 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
5722 * configure (gxx_include_dir): Provide a definition for subdirs
5723 which do not use autoconf.
5724
5725Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
5726
5727 * config.guess: Sync with egcs. Picks up new alpha support,
5728 BeOS & some additional linux support.
5729
ba73c63f 5730Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
5731
5732 * config.guess: HP 9000/803 is a PA1.1 machine.
5733
ba73c63f
JM
5734Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
5735
5736 * configure.in: It's alpha*-...
252b5132
RH
5737
5738Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
5739
ba73c63f
JM
5740 * configure.in (host_makefile_frag, target_makefile_frag):
5741 Handle multiple config files.
5742 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
5743 alpha-*-*.
252b5132
RH
5744
5745Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
5746
5747 * mkdep: New file.
5748
5749Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
5750
5751 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
5752
5753Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
5754
5755 * Makefile.in: Add libgui directory.
5756 (GDB_TK): Add all-libgui.
5757 * configure.in: Add libgui directory.
5758 * configure: Add all-libgui to GDB_TK.
5759
5760Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
5761
5762 * config-ml.in (multidirs): Add m32r to multilib list.
5763
5764Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
5765
5766 * Makefile.in (all-target-gperf): Change dependency to
5767 all-target-libstdc++.
5768
5769Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
5770
5771 * config.guess: Add BeOS support.
5772
5773Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
5774
5775 Source directory cvs renamed to cvssrc:
5776 * configure.in (host_tools): Change cvs to cvssrc.
5777 (native_only): Likewise.
5778 (noconfigdirs) [various cases]: Likewise.
5779 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
5780 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
5781 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
5782 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
5783 (all-cvssrc): Rename target from all-cvs.
5784
5785Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
5786
5787 * configure (gxx_include_dir): Fix thinko.
5788
5789Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
5790
5791 * Makefile.in (INSTALL_TARGET_CROSS): Define.
5792 (install-cross, install-gcc-cross): New targets.
5793
5794Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
5795
5796 * configure.in (noconfigdirs): Add support for Thumb target.
5797
5798 * config.sub (maybe_os): Add support for Thumb target.
5799
5800Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
5801
5802 * Makefile.in: Add rules for cygmon.
5803
5804 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
5805
5806Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
5807
5808 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
5809 * configure (gxx_include_dir): Provide a definition for subdirs
5810 which do not use autoconf.
5811
5812Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
5813
5814 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 5815 11/18/97 build
252b5132
RH
5816
5817Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
5818
5819 * From Franz Sirl.
5820 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
5821 found on RedHat Linux systems.
5822
5823Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
5824
5825 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
5826 guesses.
5827
5828Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
5829
5830 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
5831
5832Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
5833
5834 * ltmain.sh: If mkdir fails, check whether the directory was created
5835 anyhow by some other process.
5836
5837Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
5838
5839 * configure.in (d30v-*-*): Configure all directories.
5840
5841Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
5842
5843 * configure.in (d30v-*-*): Configure newlib, libiberty directories
5844 for the D30V.
5845
5846Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
5847
5848 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
5849
5850Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
5851
80413487
RH
5852 * include/libiberty.h: Add extern "C" { so it can be used with C++
5853 progrms.
5854 * include/remote-sim.h: Add extern "C" { so it can be used with C++
5855 programs.
252b5132
RH
5856
5857Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
5858
5859 * configure.in (d30v-*-*): Configure GCC now.
5860
5861Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
5862
5863 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
5864 is no longer needed.
5865
5866Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
5867
5868 * Makefile.in: check-target-libio depends on all-target-libstdc++.
5869
5870Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
5871
5872 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
5873 targets using "$@" to provide support for similar but not identical
5874 targets without having to duplicate code.
5875
5876Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
5877
5878 * makefile.vms: Fix to work with DEC C.
5879
5880Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
5881
5882 * config.sub: Add mips-tx39-elf to marketing names.
5883
5884Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
5885
5886 * ltmain.sh: Handle symlinks in generated script.
5887
5888Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
5889
5890 * configure: Handle autoconf style directory options: --bindir,
5891 --datadir, --includedir, --infodir, --libdir, --libexecdir,
5892 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
5893 --sysconfdir.
5894 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
5895 (sharedstatedir, localstatedir, oldincludedir): New variables.
5896 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
5897 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
5898 sbindir, sharedstatedir, and sysconfdir.
5899
5900Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
5901
5902 * Makefile.in (bootstrap-lean): New target.
5903
5904Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
5905
5906 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 5907 sn, and gnuserv from noconfigdirs.
252b5132
RH
5908
5909Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
5910
5911 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
5912
5913Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
5914
ba73c63f 5915 * Makefile.in (cross): New target.
252b5132
RH
5916
5917Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 5918 Jeff Law <law@cygnus.com>
252b5132
RH
5919
5920 * Makefile.in (bootstrap2, bootstrap3): New targets.
5921 (all-bootstrap): Remove outdated and confusing target.
5922 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
5923
afb8d725
JM
5924Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
5925
5926 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 5927 windows. Consistent with gdb/configure.
afb8d725 5928
252b5132
RH
59291997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
5930
252b5132
RH
5931 * configure.in: Name Linux target fragment.
5932
5933 * configure: Rewrite so that project Makefile fragment is inserted
5934 first and appears last in the resulting Makefile.
5935
5936Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
5937
5938 * Makefile.in (install-itcl): Install tcl first.
5939
252b5132 5940Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 5941
252b5132
RH
5942 * configure.in: remove bison from noconfigdirs for Cygwin32 host
5943
5944Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
5945
5946 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
5947
5948 * configure.in (skipdirs): Add target-librx for Linux.
5949 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
5950
5951Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
5952
5953 * Makefile.in (bootstrap): New target.
5954
5955Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
5956
5957 * config.sub: Accept 'amigados' for backward compatability.
5958
5959Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
5960
5961 * config.guess: Merge with FSF.
5962
ba73c63f
JM
5963Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
5964
5965 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
5966
252b5132
RH
5967Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
5968
5969 * config.sub: Add "marketing-names" patch.
5970
5971Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
5972
80413487 5973 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
5974
5975Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
5976
5977 * config.sub: Handle v850-elf.
5978
ba73c63f
JM
5979Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
5980
5981 * .cvsignore (*-install): Remove.
5982
252b5132
RH
5983Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
5984
5985 * ltconfig: Set CONFIG_SHELL in libtool.
5986 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
5987
5988Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
5989
5990 * configure.in (target_subdir): Set to libraries if enable_multilib.
5991
5992Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
5993
5994 * config.guess: Update from gcc directory.
5995
5996Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
5997
5998 * Makefile.in (all-sim): Depends on all-readline.
5999
6000Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
6001
6002 * Makefile.in (BISON, YACC): Use $$s.
6003 (all-bison): Depend on all-texinfo.
6004
6005Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
6006
6007 * Makefile.in (BISON): Add -L flag.
6008 (YACC): Likewise.
6009
6010Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
6011
35590697
AJ
6012 * configure.in (noconfigdirs): Add support for v850e target.
6013
252b5132
RH
6014 * config.sub (maybe_os): Add support for v850e target.
6015
6016Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
6017
35590697
AJ
6018 * configure.in (noconfigdirs): Add support for v850ea target.
6019
252b5132
RH
6020 * config.sub (maybe_os): Add support for v850ea target.
6021
6022Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
6023
6024 * config.sub: Add mipstx39. Delete r3900.
6025
6026Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
6027
6028 * Makefile.in (all-autoconf): Depends on all-texinfo.
6029
6030Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
6031
6032 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
6033 eabi targets.
6034
6035Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
6036
6037 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
6038
6039 * configure: When handling a Canadian Cross, handle YACC as well as
6040 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 6041 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
6042
6043Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
6044
6045 * Makefile.in (BISON): bison, not byacc or bison -y.
6046 (YACC): bison -y or byacc or yacc.
6047 (various): Add *-bison as appropriate.
6048 (taz): No need to mess with BISON anymore.
6049
6050Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
6051
6052 * configure: If OSTYPE matches *win32*, try to find a good value for
6053 CONFIG_SHELL.
6054
6055Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
6056
6057 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
6058 configure.in if it is present.
6059
6060Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
6061
6062 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
6063
6064Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
6065
6066 * config.sub: Recognize `arc' cpu.
6067 * configure.in: Likewise.
6068 * config-ml.in: Likewise.
6069
6070Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
6071
6072 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
6073
6074Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
6075
6076 * configure: Changed sed delimiter from ':' to '|' when
6077 attempting to substitute ${config_shell} for SHELL. On
6078 NT ${config_shell} may contain a ':' in it.
6079
6080Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
6081
6082 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
6083
6084Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
6085
6086 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
6087
6088Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
6089
6090 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
6091
6092 * ylwrap: If the program is a relative path, force it to be
6093 absolute.
6094
6095Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
6096
6097 * configure (tooldir): Set BISON to `bison -y' and not just bison.
6098
6099Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
6100
6101 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
6102 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
6103 for libraries.
252b5132
RH
6104
6105Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
6106
6107 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 6108 separated by spaces.
252b5132
RH
6109
6110Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
6111
6112 * ylwrap: New file.
6113 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
6114
6115 * ltmain.sh: Handle /bin/sh at start of install program.
6116
6117 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
6118
6119 * ltconfig, ltmain.sh: New files, from libtool 1.0.
6120 * missing: New file, from automake 1.2.
6121
6122Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
6123
6124 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
6125 check-tk to CHECK_X11_MODULES.
6126
6127Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
6128
6129 * config.sub: Merge with FSF.
6130
6131Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
6132
6133 * config.guess: Merge with FSF.
6134
6135Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
6136
6137 * configure: Treat msdosdjgpp like go32.
6138 * configure.in: Likewise. Don't remove gprof for go32.
6139
6140 * configure: Change Makefile.tem2 to Makefile.tm2.
6141
6142Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
6143
6144 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
6145
6146Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
6147
6148 * install-sh (chmodcmd): Set to null if the DST directory already
6149 exists. Same as Nov 11th change.
6150
6151Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
6152
35590697 6153 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
6154
6155Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
6156
6157 * config.guess: Update from FSF.
6158
6159Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
6160
6161 * Makefile.in (GDB_TK): Depend on itcl and tix.
6162
6163Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
6164
6165 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
6166 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
6167 (INSTALL_SCRIPT): New variable.
6168 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
6169 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
6170 to -x.
6171 * install-sh: Add support for -x option.
6172
6173Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
6174
6175 * configure.in, Makefile.in: Treat tix like itcl.
6176
6177Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
6178
6179 * Makefile.in (WINDRES): New variable.
6180 (WINDRES_FOR_TARGET): New variable.
6181 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
6182 (EXTRA_HOST_FLAGS): Add WINDRES.
6183 (EXTRA_TARGET_FLAGS): Add WINDRES.
6184 (EXTRA_GCC_FLAGS): Add WINDRES.
6185 ($(DO_X)): Pass down WINDRES.
6186 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
6187 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
6188 DLLTOOL_FOR_TARGET.
6189
6190Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
6191
6192 * configure.in: configure sim before gdb for win32-x-ppc
6193
6194Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
6195
6196 Move gperf into the toplevel, from libg++.
6197 * configure.in (target_tools): Add target-gperf.
6198 (native_only): Add target-gperf.
6199 * Makefile.in (all-target-gperf): New target, depend on
6200 all-target-libg++.
6201 (configure-target-gperf): Empty rule.
6202 (ALL_TARGET_MODULES): Add all-target-gperf.
6203 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
6204 (CHECK_TARGET_MODULES): Add check-target-gperf.
6205 (INSTALL_TARGET_MODULES): Add install-target-gperf.
6206 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
6207
6208Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 6209
252b5132
RH
6210 * config.sub (mn10200): Recognize new basic machine.
6211
6212Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
6213
6214 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
6215 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
6216
6217Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
6218
6219 * configure.in: If we're building mips-sgi-irix6* native, turn on
6220 ENABLE_MULTILIB and set TARGET_SUBDIR.
6221
6222Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
6223
6224 * Makefile.in (all-sn): Depend on all-grep.
6225
6226Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
6227
6228 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
6229
6230 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
6231 Makefile. From Jeff Makey <jeff@cts.com>.
6232 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
6233
6234 * Makefile.in (DISTBISONFILES): Remove.
6235 (taz): Don't futz with DISTBISONFILES. Change BISON to use
6236 $(DEFAULT_YACC).
6237
6238 * configure.in: Build itl, db, sn, etc., when building for native
35590697 6239 cygwin32.
252b5132
RH
6240
6241 * Makefile.in (LD): New variable.
6242 (EXTRA_HOST_FLAGS): Pass down LD.
6243 ($(DO_X)): Likewise.
6244
6245Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
6246
6247 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
6248
6249Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
6250
6251 * configure.in (targargs): Strip out any supplied --build argument
35590697 6252 before adding our own. Always add --build.
252b5132
RH
6253
6254Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
6255
6256 * configure.in (targargs): Pass --build if we're doing
6257 a cross-compile.
6258
6259Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
6260
ba73c63f 6261 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
6262 sed. Otherwise sed chokes on NT path names with drive
6263 designators. Also look for "?:*" as the leading characters in an
6264 absolute pathname.
6265
6266Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
6267
6268 * config.sub: Support for r3900.
6269
6270Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
6271
6272 * configure.in: Use install-sh, not install.sh.
6273
6274Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
6275
6276 * Makefile.in (taz): Improve check for BISON so it doesn't try to
6277 apply it twice.
6278
6279Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
6280
6281 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
6282 install-binutils.
6283
6284Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
6285
6286 * Makefile.in: Add automake targets.
6287 * configure.in (host_tools): Add automake.
6288
6289Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
6290
6291 * configure: Default CXX to c++, not gcc.
6292 * Makefile.in (CXX): Set to c++, not gcc.
6293 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
6294
6295Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
6296
6297 * install-sh: try appending a .exe if source file doesn't
6298 exist
6299
6300Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
6301
6302 * configure.in: Turn on multilib by default.
6303 (cross_only): Remove target-libiberty.
6304
6305 * Makefile.in (all-gcc): Don't depend on libiberty.
6306
6307Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
6308
6309 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
6310
6311Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
6312
6313 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
6314 (DISTBISONFILES): Add ld/Makefile.in
6315
6316Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
6317
6318 * configure.in: if target is cygwin32 but host isn't cygwin32,
6319 don't configure gdb tcl tk expect, not just gdb.
6320
6321Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
6322
6323 * configure.in: Added gnuserv everywhere sn appears.
6324
6325 * Makefile.in (ALL_MODULES): Added all-gnuserv.
6326 (CROSS_CHECK_MODULES): Added check-gnuserv.
6327 (INSTALL_MODULES): Added install-gnuserv.
6328 (CLEAN_MODULES): Added clean-gnuserv.
6329 (all-gnuserv): New target.
6330
6331Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
6332
6333 * config.guess: Fixes for MIPS OpenBSD systems.
6334
6335Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
6336
6337 * Makefile.in (INSTALL_XFORM): Remove.
6338 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
6339
6340 * mkinstalldirs: New file, copied from automake.
6341 * Makefile.in (installdirs): Rename from install-dirs. Use
6342 mkinstalldirs. Change all users.
6343 (DEVO_SUPPORT): Add mkinstalldirs.
6344
6345Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
6346
6347 * install-sh: Rename from install.sh.
6348 * Makefile.in (INSTALL): Change install.sh to install-sh.
6349 (DEVO_SUPPORT): Likewise.
6350
6351 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
6352 Graichen <graichen@rzpd.de>.
6353
6354Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
6355
6356 * config.guess: Recognize OpenBSD systems correctly.
6357
6358Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
6359
6360 * README, Makefile.in (ETC_SUPPORT): Remove references to
6361 cfg-paper*, configure.{texi,man,info*}._
6362
6363Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
6364
6365 * Makefile.in (all.normal): Ensure that gcc is built after all
6366 the x11 - ie gdb - targets.
6367
6368Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
6369
6370 * makefile.vms: Don't run conf-a-gas.
6371
6372Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
6373
80413487 6374 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
6375
6376Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
6377
6378 * configure.in: Remove noconfigdirs case since gdb also
6379 configures and builds for tic80-coff.
6380
6381Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
6382
6383 * configure: Set cache_file to config.cache.
6384 * Makefile.in (local-distclean): Remove config.cache.
6385
6386Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
6387
6388 * COPYING: Update FSF address.
6389
6390Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
6391
6392 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
6393 noconfigdirs.
6394
6395Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
6396
6397 * Makefile.in (install-dirs): Don't crash if prefix, and hence
6398 MAKEDIRS, is empty.
6399
6400Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
6401
6402 * config.sub: Tweak mn10300 entry.
6403
6404Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
6405
6406 * configure.in (host_tools): Put sim before gdb, so gdb's
6407 configure.tgt can determine if the simulator was configured.
6408
6409Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
6410
6411 * config.sub: Move BeOS $os case to be with other Cygnus
6412 local cases.
6413
6414Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
6415
6416 * config.sub: Remove misplaced comment that broke Linux.
6417
6418Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
6419
6420 * config.sub: Add BeOS support.
6421
6422Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
6423
6424 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
6425
6426Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
6427
6428 * configure.in (noconfigdirs): Remove tcl and tk from
6429 noconfigdirs for cygwin32 builds.
6430
6431Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
6432
6433 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
6434
6435Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
6436
6437 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
6438 make-all.com, use makefile.vms instead.
6439
6440Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
6441
6442 * config.sub: Accept -lnews*.
6443
6444Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
6445
6446 * configure.in (noconfigdirs): Disable target-newlib,
35590697 6447 target-examples and target-libiberty for d30v.
252b5132
RH
6448
6449Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
6450
6451 * configure.in (noconfigdirs): Enable ld for d30v.
6452
6453Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
6454
6455 * configure.in (tic80-*-*): Build compiler.
6456
6457Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
6458
6459 * configure.in (d30v-*): Remove sim directory from list of
35590697 6460 unsupported d30v directories
252b5132
RH
6461
6462Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
6463
35590697
AJ
6464 * config.sub, configure.in: Add d30v target cpu.
6465
252b5132
RH
6466Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
6467
6468 * makefile.vms: New file.
6469 * make-all.com: Remove.
6470
6471Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
6472
6473 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
6474
6475Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
6476
6477 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
6478
6479Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
6480
6481 * Makefile.in (ALL_MODULES): Added all-db.
6482 (CROSS_CHECK_MODULES): Addec check-db.
6483 (INSTALL_MODULES): Added install-db.
6484 (CLEAN_MODULES): Added clean-db.
6485
6486Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
6487
6488 * config.guess: Merge with latest FSF sources.
6489
6490Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
6491
6492 * Makefile.in (ALL_MODULES): Added all-itcl.
6493 (CROSS_CHECK_MODULES): Added check-itcl.
6494 (INSTALL_MODULES): Added install-itcl.
6495 (CLEAN_MODULES): Added clean-itcl.
6496
6497Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
6498
6499 * configure.in: build gdb for mn10200
6500
6501Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
6502
6503 * Makefile.in (all-target-winsup): Depend on all-target-libio.
6504
6505Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
6506
6507 * configure.in (tic80-*-*): Turn off most targets right now.
6508
6509Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
6510
6511 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
6512 rather than the makeinfo program.
6513 (do-info): Depend upon all-texinfo.
6514
6515Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
6516
6517 * configure.in: Remove uses of config/mh-linux.
6518
6519 * config.sub, config.guess: Merge with latest FSF sources.
6520
6521Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
6522
6523 * config.sub (case $basic_machine): Add tic80 entries.
6524
6525Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
6526
6527 * config.sub, config.guess: Merge with latest FSF sources.
6528
6529Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
6530
6531 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
6532 * mpw-config.in: Test for NewFolderRecursive.
6533 * mpw-install: Use symbolic name for startup filename.
6534 * mpw-README: Add various additional details.
6535
6536Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
6537
6538 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
6539
6540Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
6541
6542 * configure.in: Do build gcc and the target libraries for
6543 the mn10200.
6544
6545Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
6546
6547 * configure.in: don't avoid building gdb for mn10300 any more
6548 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
6549 instead of single-quoting it.
6550
6551Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
6552
6553 * configure.in: Don't use --with-stabs on IRIX 6.
6554
6555Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
6556
6557 * configure.in (m32r): Build gdb, libg++ now.
6558
6559Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6560
6561 * configure.in (mips*-sgi-irix6*): Remove gdb and related
6562 directories from noconfigdirs.
6563
6564Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
6565
6566 * config.sub (basic_machine): added mips16 configuration
6567
6568Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6569
6570 * config.sub: Handle d10v-unknown.
6571
6572Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
6573
6574 * config.sub: Handle v850-unknown.
6575
6576Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
6577
6578 * Makefile.in: add findutils
6579 * configure.in: add findutils to list of host_tools
6580
6581Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
6582
6583 * config.sub: Handle mn10200 and mn10300.
6584
6585Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6586
6587 * configure.in (d10v-*): Do not build librx.
6588
6589Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
6590
6591 * configure.in (mn10300): Build everything except gdb & libgloss.
6592
6593Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
6594
6595 * config.guess: Patch for Dansk Data Elektronik servers,
6596 from Niels Skou Olsen <nso@dde.dk>.
6597
6598 For ncr, use /bin/uname rather than uname, since GNU uname does not
6599 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
6600
6601 Patch for MIPS R4000 running System V,
6602 from Eric S. Raymond <esr@snark.thyrsus.com>.
6603
6604 Fix thinko for nextstep.
6605
6606 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
6607
6608 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
6609 * config.guess: Guess mips-dec-mach_bsd4.3.
6610
6611 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
6612 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
6613 release numbers.
6614 * config.guess (mips-mips-riscos*): Emit just enough of the
6615 release number.
6616
6617 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
6618 * config.guess (sparc-auspex-sunos*): Added.
6619 (f300-fujitsu-*): Added.
6620
6621 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
6622 * config.guess: Recognize a Tadpole as a sparc.
6623
6624Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
6625
6626 * config.guess: Don't assume that NextStep version is either 2 or
6627 3. NextStep 4 (aka OpenStep 4) has come out now.
6628
6629Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
6630
6631 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
6632 From Rik Faith <faith@cs.unc.edu>.
6633
6634Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
6635
6636 * config.sub: Contributions from bug-gnu-utils to:
6637 Support plain "hppa" (no version given) architecture, reported by
6638 OpenStep.
6639 OpenBSD like NetBSD.
6640 LynxOs is not a hardware supplier.
6641
6642 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 6643 OpenBSD like NetBSD.
252b5132
RH
6644 Stratus systems.
6645 More Pyramid systems.
6646 i[n>4]86 Intel chips.
6647 M680[n>4]0 Motorola chips.
6648 Use unknown instead of lynx for hardware manufacturer.
6649
6650Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
6651
6652 * install.sh (chmodcmd): Set to null if the DST directory already
6653 exists.
6654
6655Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6656
6657 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
6658 not use mt-ppc target Makefile fragment any more.
6659
6660Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
6661
6662 * configure.in (*-*-windows): Exclude everything but those dirs
6663 needed to build windows.
6664
6665Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
6666
6667 * Makefile.in (all-target-winsup): Depend on all-target-librx.
6668
6669Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
6670
6671 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
6672
6673Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
6674
6675 * Undo my previous change.
6676
6677Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
6678
6679 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
6680 unconditionally.
6681 (MAKEOVERRIDES): Define (revert this part of October 18 change).
6682
6683Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
6684
6685 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
6686 host to add it's own flags.
252b5132
RH
6687
6688Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
6689
6690 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
6691
6692Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
6693
6694 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
6695 (CXX_FOR_TARGET): Likewise.
6696 (GCC_FOR_TARGET): Define.
6697 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
6698 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
6699 CC_FOR_TARGET was specified on the command line.
6700 (MAKEOVERRIDES): Don't define.
6701
6702Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
6703
6704 * configure.in (m32r): Fix spelling of libg++ libs.
6705
6706Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
6707
6708 * config.sub (-apple*): Remove, now redundant.
6709
6710Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
6711
6712 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
6713
6714 * configure: Rework yesterday's sed script patch.
6715
6716 * config.sub: Merge with FSF.
6717
6718Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
6719
6720 * config.guess: Merge from FSF.
6721
6722 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
6723 * config.guess: Use pc instead of unknown, for pc clone systems.
6724 Change linux to linux-gnu.
252b5132
RH
6725
6726 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 6727 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
6728
6729Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
6730
6731 * test-build.mk (HOLES): Add "xargs" for gdb.
6732
6733 * configure: Avoid hpux10.20 sed bug.
6734
6735Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
6736
4bddf3ad 6737 * configure.in: Add support for windows host
252b5132
RH
6738 (that is a build done under the Microsoft build environment).
6739
6740Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
6741
6742 * Makefile.in: Replace all uses of srcroot with s, to shrink
6743 command line lengths.
6744
6745 Patches from Geoffrey Noer <noer@cygnus.com>:
6746 * configure.in: If configuring for newlib, pass --with-newlib to
6747 subdirectories.
6748 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
6749 -Bnewlib/ and -Lwinsup to gcc.
6750 (CXX_FOR_TARGET): Likewise.
6751
6752Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
6753
6754 * Makefile.in (ETC_SUPPORT): Add configure.
6755
6756Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
6757
35590697 6758 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
6759 host configuration file.
6760
6761Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
6762
6763 * configure.in: Break mn10x00 support into separate
6764 mn10200 and mn10300 configurations.
6765 * config.sub: Likewise.
6766
6767Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
6768
6769 * configure.in: Add lots of stuff to noconfigdirs for
6770 the mn10x00 targets.
6771
6772 * config.sub, configure.in: Add mn10x00 support.
6773
6774Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
6775
6776 * make-all.com: Call conf-a-gas, not config-a-gas.
6777
6778Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
6779
6780 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 6781 targets.
252b5132
RH
6782
6783Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
6784
6785 * mpw-README: Add much more detail for native PowerMac.
6786 * mpw-install: New file.
6787 * mpw-configure: Add --norecursion and --help options.
6788 * mpw-config.in: Translate readme and install files when
6789 copying to objdir.
6790 * mpw-build.in: Don't always depend on byacc and flex.
6791 (install-only-top): New action.
6792
6793Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
6794
6795 * configure.in: You can now configure GDB for the v850.
6796
6797Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
6798
6799 * configure.in (noconfigdirs): Don't configure any C++ dirs
6800 if targeting D10V.
6801
6802Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
6803
6804 * config.sub: Recognize mips64vr5000.
6805
6806Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
6807
6808 * configure.in: Use a single line for host_tools and native_only.
6809
6810Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
6811
6812 * config.sub, configure.in: Add entries for m32r.
6813
6814Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
6815
6816 * Makefile.in (inet-install): Don't run install-gzip.
6817
6818Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
6819
6820 * configure.in: Don't config lots of things for *-*-windows*.
6821
6822Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
6823
6824 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
6825 (host_libs, host_tools): Copy from configure.in.
6826 * mpw-configure: Don't complain about directories not found.
6827
6828Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6829
6830 * configure.in (i[345]86): Recognize i686 for pentium pro.
6831 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
6832 file.
6833
6834 * config.guess (i[345]86): Ditto.
6835
6836Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6837
6838 * configure.in (noconfigdirs): Removed gdb for D10V.
6839
6840Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
6841
6842 * configure.in: Remove ld, target-libio, target-libg++, and
6843 target-libstdc++ from noconfigdirs.
6844
6845Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
6846
6847 * configure: Fix three locations where shell scripts were
6848 being run directly rather than with config_shell.
6849
6850Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
6851
6852 * configure.in (v850-*-*): Set up initial $noconfigdirs.
6853 * config.sub (basic_machine): Recognize v850.
6854
6855Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
6856
6857 * mpw-configure: Handle multiple enable/disable options and
6858 pass them down recursively, handle -c and -s flags appropriately
6859 depending on choice of compiler, add escape mechanism for
6860 quoted arguments to gC.
6861
6862Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6863
6864 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
6865 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
6866 so that -mrelocatable-lib and -mno-eabi are used.
6867
6868 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
6869 not support --print-multi-lib, don't abort.
6870
252b5132
RH
6871Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
6872
6873 * make-all.com: Run config-a-gas.
6874 * setup.com: Don't copy subdirectory files around.
6875
6876Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
6877
6878 * configure.in (*-*-ose): Remove exclusion of libgloss for this
6879 target, it now compiles correctly.
6880
6881Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
6882
6883 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
6884
6885Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6886
35590697 6887 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
6888
6889Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
6890
6891 * configure.in (native_only): Add prms.
6892
6893Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
6894
6895 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
6896 (BINUTILS_SUPPORT_DIRS): Likewise.
6897
6898Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6899
6900 * configure.in (d10v-*-*): Don't configure ld or gdb until the
6901 d10v support is added.
6902
6903Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6904
6905 * configure.in (d10v-*-*): New target.
6906
6907Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
6908
6909 * config.guess (HP 9000/811): Recognize this as a PA1.1
6910 machine.
6911
6912Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
6913
6914 * Makefile.in (do-tar-gz): New target, split out from tail end of
6915 taz target. Run each command separately, don't use pipes.
6916 (taz): Use it.
6917
6918Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
6919
6920 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
6921 * mpw-build.in: No builds should depend on building byacc or flex,
6922 they are assumed to be installed already.
6923
6924Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6925
6926 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
6927 variable that CC_FOR_TARGET needs.
6928
6929Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6930
6931 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
6932 options have changed since the last time the subdirectory was
6933 configured, and if it has, reconfigure.
6934 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
6935 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
6936
6937Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
6938
6939 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
6940 CLEAN_MODULES): Add bash.
6941 (all-bash): New target.
6942
6943Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
6944
6945 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
6946
6947Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6948
6949 * config.sub (basic_machine): Recognize d10v as a valid processor.
6950
6951Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
6952
6953 * mpw-configure: Add support for --bindir.
6954 * mpw-build.in: Use a GCC-specific build script for GCC actions.
6955
6956Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
6957
6958 * configure.in: add bash, time, gawk to list of hosttools and things
6959 to only build for native toolchains
6960
6961Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6962
6963 * Makefile.in (docdir): Remove.
6964
6965Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6966
6967 * Makefile.in (datadir): Set to $(prefix)/share.
6968
6969Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
6970
6971 * configure.in: build diff and patch for cygwin32-hosted
6972 toolchains.
6973
6974Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
6975
6976 * config.sub: Accept -rtems*.
6977
6978Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
6979
80413487 6980 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
6981 remove diff from the list of things not buildable
6982 via Canadian Cross
252b5132
RH
6983
6984Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
6985
6986 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 6987 don't get ". ".
252b5132
RH
6988
6989Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
6990
6991 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
6992
6993Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
6994
6995 * Makefile.in (taz): Handle case where tex3patch didn't even get
6996 checked out. Also, if it was found, put the symlink in a new util
6997 subdirectory.
6998
6999Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7000
7001 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
7002
7003Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
7004
7005 * config.sub: Recognize -openvms.
7006 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
7007 * make-all.com, setup.com: New files.
7008
7009Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
7010
7011 * Makefile.in (taz): tex3patch moved to texinfo/util.
7012
7013Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
7014
afb8d725 7015 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
7016 * configure.in: remove make from disable-if-Can-Cross list
7017 enable gdb if ${host} and ${target} are cygwin32
7018
7019Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
7020
7021 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
7022 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
7023
7024Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
7025
7026 * config.guess: Combine mips-mips-riscos cases, and use cpp to
7027 distinguish sysv/svr4/bsd variants.
7028 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
7029
7030Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
7031
7032 * configure.in: Added copyright notice.
7033 * move-if-change: Added copyright notice.
7034
7035Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7036
7037 * configure.in (powerpcle-*-solaris*): Until we get shared
7038 libraries working, don't build gdb, sim, make, tcl, tk, or
7039 expect.
7040
7041Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
7042
7043 * config.guess: Merge with FSF:
7044
7045 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
7046 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
7047
7048 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
7049 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
7050
7051 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
7052 * config.guess: Combine two OSF1 rules.
7053 Also recognize field test versions. From mjr@zk3.dec.com.
7054 * config.guess (dgux): Use /usr/bin/uname rather than uname,
7055 because GNU uname does not support -p. From pmr@pajato.com.
7056
7057Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
7058
7059 * Makefile.in (MAKEDIRS): Removed $(tooldir).
7060
7061Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
7062
7063 * mpw-README: Document GCCIncludes.
7064
7065Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
7066
7067 * configure.in (alpha-*-linux*): Set enable_shared to yes.
7068
7069Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
7070
7071 * mpw-configure: Handle --enable-FOO and --disable-FOO.
7072
7073Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
7074
7075 * configure.in (*-*-cygwin32): Configure make.
7076
7077Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
7078
7079 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
7080
7081Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
7082
7083 * Makefile.in (all-inet): Depend on all-perl.
7084
7085 * Makefile.in (inet-install): New target.
7086
7087 * Makefile.in (all-inet): Depend on all-tcl.
7088 (all-inet): Depend on all-send-pr.
7089
7090Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7091
7092 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
7093 temporarily.
7094
7095Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
7096
7097 * configure.in: Don't configure --with-gnu-ld on AIX.
7098
7099Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
7100
7101 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
7102
7103Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
7104
7105 * Makefile.in (ALL_MODULES): Added all-inet.
7106 (CROSS_CHECK_MODULES): Added check-inet.
7107 (INSTALL_MODULES): Added install-inet.
7108 (CLEAN_MODULES): Added clean-inet.
7109 (all-indent): New target.
7110
7111 * configure.in (host_tools): Added inet.
7112 (native_only): Added inet.
7113 (noconfigdirs): Added inet.
7114
7115Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
7116
7117 * configure.in: Don't configure libgloss if we are not configuring
7118 newlib.
7119
7120Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
7121
7122 * configure.in: Don't configure libgloss for unsupported
7123 architectures.
7124
7125Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7126
7127 * Makefile.in (CLEAN_MODULES): Add clean-apache.
7128
7129Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
7130
7131 * Makefile.in (ALL_MODULES): Include all-apache.
7132 (CROSS_CHECK_MODULES): Include check-apache.
7133 (INSTALL_MODULES): Include install-apache.
7134 (all-apache): New target.
7135
7136 * configure.in: Added apache everywhere perl is seen.
7137
7138Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7139
7140 * Makefile.in: Add support for clean-{module} and
7141 clean-target-{module} rules.
7142
7143Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
7144
7145 * configure.in (*-*-ose) do not build libgloss.
7146
7147Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7148
7149 * config.guess (prep*:SunOS:5.*:*): Turn into
7150 powerpele-unknown-solaris2.
7151
7152Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
7153
7154 * configure.in: Permit --enable-shared to specify a list of
7155 directories.
7156
7157Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
7158
7159 * configure.in (host==solaris): Pass only the first word of $CC
7160 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
7161
7162Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
7163
7164 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
7165
7166Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
7167
7168 * Makefile.in (ALL_MODULES): Include all-perl.
7169 (CROSS_CHECK_MODULES): Include check-perl.
7170 (INSTALL_MODULES): Include install-perl.
7171 (ALL_X11_MODULES): Include all-guile.
7172 (CHECK_X11_MODULES): Include check-guile.
7173 (INSTALL_X11_MODULES): Include install-guile.
7174 (all-perl): New target.
7175 (all-guile): New target.
7176
7177 * configure.in (host_tools): Include perl and guile.
7178 (native_only): Include perl and guile.
7179 (noconfigdirs): Don't build guile and perl; no ports have been
7180 done.
7181
7182Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
7183
80413487
RH
7184 * configure (--enable-*): Handle quoted option lists such as
7185 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
7186
7187Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7188
7189 * Makefile.in ({,inst}all-target): New rule so we can make and
7190 install all of the target directories easily.
7191
7192Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7193
7194 * configure.in: Add missing global flag in sed substitution when
7195 deleting `target-' from ${configdirs}.
7196
7197Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
7198
7199 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
7200 option.
7201
7202 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
7203 config/mh-necv4.
7204
7205 * install.sh: Correct misspelling of transformbasename.
7206
7207 * config.guess: Recognize mips-*-sysv*.
7208
7209Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
7210
7211 * config.sub: Recognize mon960.
7212
7213Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
7214
7215 * configure: Restore Canadian Cross handling of BISON and LEX,
7216 removed in Feb 20 change.
7217
7218Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
7219
7220 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
7221 Mention make install. Remove the old copyright date as well the
7222 clumsy and rather pointless copyright on the README file.
7223
7224Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
7225
7226 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
7227 Makefile after running symlink-tree, then run `make distclean' to
7228 avoid clobbering any generated files in srcdir.
7229
7230Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
7231
7232 * configure.in (m68k-*-netbsd*): Build everything now.
7233
7234Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
7235
7236 * Makefile.in (taz): Fix quoting.
7237
7238Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
7239
7240 * configure.in (sparclet-*-*): Build everything now.
7241
7242Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7243
7244 * configure.in (m68k-*-linux*): New host.
7245
7246Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
7247
7248 * configure: Check for bison before byacc.
7249
7250Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
7251
7252 * Makefile.in configure: Change the way LEX and BISON/YACC are
7253 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
7254 searching PATH. These are used as fallbacks by Makefile.in if
7255 flex/bison/byacc aren't in objdir.
7256
7257Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
7258
7259 * Makefile.in: Make everything which depends upon all-bfd also
7260 depend upon all-opcodes, in case --with-commonbfdlib is used.
7261
7262Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7263
7264 * configure.in (host *-*-cygwin32): Don't build gdb if we are
7265 building NT native compilers on Unix.
7266
7267Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
7268
7269 * configure.in: Don't get CC from the host Makefile fragment if we
7270 can find gcc in PATH, or if this is a Canadian Cross. Move the
7271 Solaris test for /usr/ucb/cc to the post target script, just after
7272 the compiler sanity test.
7273
7274Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
7275
7276 * config.sub: Merge with FSF.
7277
7278Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
7279
7280 * Makefile.in (RPATH_ENVVAR): New variable.
7281 (REALLY_SET_LIB_PATH): Use it.
7282 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
7283
7284Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
7285
7286 * config.sub, configure.in: Recognize sparclet cpu.
7287
7288Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
7289
7290 * config.guess: Support m68k-cbm-sysv4.
7291
7292Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7293
7294 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
7295 m68k-unknown-linuxaout from linker help string. Put quotes around
7296 $ld_help_string.
7297
7298Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
7299
7300 * config.guess (powerpc-harris-powerunix): Add guess for port
7301 to new target.
7302
7303Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7304
7305 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
7306
7307Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
7308
7309 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
7310 $(REALLY_SET_LIB_PATH) in Makefile.
7311 * Makefile.in (SET_LIB_PATH): New variable.
7312 (REALLY_SET_LIB_PATH): New variable.
7313 ($(DO_X)): Use $(SET_LIB_PATH).
7314 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
7315 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
7316 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
7317 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
7318 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
7319 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
7320 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
7321 (install-dosrel): Likewise.
7322 (all-opcodes): Depend upon all-libiberty.
7323
7324Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
7325
7326 * config.guess (*:CYGWIN*): New
7327
7328Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7329
7330 * Makefile.in (all-target-winsup): All all-target-libiberty.
7331
7332Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7333
7334 * configure.in (noconfigdirs): Add missing # in front of comment.
7335
7336Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
7337
7338 * configure.in: add second pass to things added to noconfigdirs
7339 so *-gm-magic can exclude libgloss properly.
7340
7341Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
7342
7343 * mpw-configure (extralibs_name, rez_name): Set correctly
7344 for MWC68K compiler.
7345
7346 * mpw-README: Add more info on the necessary build tools.
7347
7348Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
7349
7350 * configure.in, config.sub: Recognize cygwin32.
7351
7352Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
7353
7354 * config.guess, config.sub: Recognize A/UX.
7355
7356Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
7357
7358 * config.sub: Merge with gcc/config.sub.
7359
7360Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
7361
7362 * mpw-build.in (do-binutils): Add build of stamps.
7363
7364Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
7365
7366 * config.sub: Add recognition for mips64vr4100*-* targets.
7367
7368Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7369
7370 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
7371 Add creation of gconfigargs with `--enable-shared' turned on.
7372 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
7373 ($(host)-stamp-stage3-configured): Likewise.
7374 (HOLES): Add chatr and ldd.
7375 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
7376
7377Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
7378
7379 * configure: Pass --nfp to recursive configures.
7380
7381Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
7382
7383 * Makefile.in (DLLTOOL): New.
7384 (DLLTOOL_FOR_TARGET): New.
7385 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
7386 (EXTRA_TARGET_FLAGS): Ditto.
7387 (EXTRA_GCC_FLAGS): Ditto.
7388 (CONFIGURE_TARGET_MODULES): Ditto.
7389 (DO_X): Ditto.
7390 * configure: Add DLLTOOL.
7391
7392Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
7393
7394 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
7395 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
7396 mh-sco, since old workarounds no longer needed, and don't
7397 build ld, since libraries have weak symbols in COFF.
7398
7399Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
7400
7401 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
7402
7403Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
7404
7405 * configure.in: Make sure that ${CC} can be used to compile an
7406 executable.
7407
afb8d725
JM
7408Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
7409
7410 * Makefile.in (all-gdb): Depend on $(GDB_TK).
7411 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
7412 nothing depending on whether gdbtk is being built.
7413
252b5132
RH
7414Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
7415
7416 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
7417
7418Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
7419
7420 * configure.in (noconfigdirs): Put ld or gas in this early, if the
7421 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
7422
7423Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
7424
7425 * config-ml.in: Add support for
7426 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
7427 Simplify setting of multidirs from --disable-foo.
7428
7429Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7430
7431 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
7432 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
7433 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 7434 non-empty, pass them on to the GCC make.
252b5132
RH
7435 (all-bootstrap): New rule that is like all-gcc, except it executes
7436 the GCC bootstrap rule instead of the GCC all rule.
7437
7438Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
7439
7440 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
7441
7442Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7443
7444 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
7445 DG/UX support.
7446
7447Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
7448
7449 * config.sub (i*86*) Change [345] to [3456]
7450
7451Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
7452
7453 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
7454 --with-gnu-ld=no.
7455
7456Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7457
7458 * config-ml.in (rs6000*, powerpc*): Add switches to control which
7459 AIX multilibs get built.
7460
7461Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7462
7463 * configure.in (i386-win32): Don't build expect if we're not
7464 building the tcl subdir.
7465
7466Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
7467
7468 * Makefile.in: (configure-target-examples, all-target-examples):
7469 New targets, configure and build example programs.
7470
7471Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7472
7473 * mpw-configure: If an mpw-config.in generated a file mk.sed,
7474 use it as input to sedit the generated MPW makefile.
7475 * mpw-README: Add a suggestion about Gestalt.h.
7476
7477Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
7478
7479 * config.sub: Accept *-*-ieee*.
7480
7481Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
7482
7483 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
7484 Ronald F. Guilmette <rfg@monkeys.com>.
7485
7486Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7487
7488 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
7489 for powerpc-pe native.
7490 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
7491 (target==powerpc-pe): duplicate i386-win32 entry.
7492
7493Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
7494
7495 * configure.in (noconfigdirs): Exclude target-newlib for all versions
7496 of vxworks, not just vxworks5.1.
7497
7498Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
7499
7500 * mpw-configure: Add support for exec-prefix.
7501
7502Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7503
7504 * config.guess: Recognize HP model 816 machines as having
7505 a PA1.1 processor.
7506
7507Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
7508
7509 * configure: Ignore new autoconf configure options.
7510
252b5132
RH
7511Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
7512
7513 * config.guess: Recognize Pentium under SCO.
7514 From Robert Lipe <robertl@arnet.com>.
7515
7516Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7517
7518 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
7519
7520Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
7521
7522 * configure.in: Don't configure gas for alpha-dec-osf*.
7523
7524Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
7525
7526 * configure.in: Default to --with-stabs for some targets for which
7527 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
7528 i[345]86*-*-unixware*.
7529
7530Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
7531
7532 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
7533 rather than basing it on the target. Simplify handling of options
7534 controlling which directories to configure. Remove extraneous
7535 slash in multi-clean target.
7536
7537Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
7538
7539 * config-ml.in: Prefix more variables with ml_ so they don't collide
7540 with configure's.
7541
7542Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
7543
7544 * configure: Don't turn -v into --v.
7545
7546Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
7547
7548 * configure.in (targargs): Fix typo.
7549
7550 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
7551
7552Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
7553
7554 * configure.in: Strip --host and --target options from
7555 CONFIG_ARGUMENTS, and always configure for --host only. Add
7556 --with-cross-host option when building with a cross-compiler.
7557 * configure: Canonicalize the arguments put into config.status by
7558 always using `=' for an option with an argument. Pass a presumed
7559 --host or --target explicitly.
7560
7561Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
7562
7563 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
7564 into general OS recognition case.
7565
7566Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7567
7568 * configure.in (target_configdirs): add target-winsup only
7569 for win32 target systems.
7570
7571Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
7572
7573 * Makefile.in (all-target-libgloss): Depend upon
7574 configure-target-newlib, since when libgloss is built it looks to
7575 see if the newlib directory exists.
7576
7577Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
7578
7579 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
7580 cfg-ml-*.in.
7581
7582Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
7583
7584 * configure: Handle LD and LD_FOR_TARGET when configuring a
7585 Canadian Cross.
7586
252b5132
RH
7587Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7588
7589 * configure.in (target_libs): add target-winsup.
7590 (target==i386-win32): add patch diff flex make to $noconfigdirs.
7591 (target==ppcle-pe): remove ld from $noconfigdirs.
7592
7593Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
7594
7595 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
7596 Preserve relative path names in $srcdir. Build symlink tree if
7597 configuring cross target dir and srcdir=. (= no VPATH support).
7598 (configure-target-libg++): Depend on configure-target-librx.
7599 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
7600 * config-ml.in: New file.
7601 * symlink-tree: New file.
7602 * configure: Ensure srcdir="." if that's what it is.
7603
7604Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
7605
7606 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
7607 includes and FLEX_SKELETON setting.
7608 * mpw-configure (--with-gnu-ld): New option, controls whether
7609 to use PPCLink or ld with PowerMac GCC.
7610 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
7611 * mpw-config.in: Configure grez if targeting Mac.
7612
7613 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
7614 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
7615 just macos.
252b5132
RH
7616 * configure.in: Configure grez resource compiler if targeting Mac.
7617 * Makefile.in (all-grez, install-grez): New targets.
7618
7619Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
7620
7621 * configure: CXX defaults to gcc, not g++. If we find
35590697 7622 gcc in the path, set CC to gcc -O2.
252b5132
RH
7623
7624Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
7625
7626 * configure: Default ${build} correctly. Avoid picking up extra
7627 spaces when reading CC and CXX from Makefile. When doing a
7628 Canadian Cross, use plausible default values for numerous
7629 variables.
7630 * configure.in: When doing a Canadian Cross, don't try to
7631 configure tools whose configure script can't handle it.
7632
7633Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
7634
7635 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
7636
7637Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
7638
7639 * configure: Remove dubious bug reporting address.
7640
7641Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
7642
7643 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
7644 configure script, run that instead of this directory's configure.
7645 In either case, print a message that we're configuring the sub-dir.
7646
7647Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
7648
7649 * configure.in: Before checking for the existence of various files,
7650 use sed to filter out "target-".
7651
7652Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
7653
7654 * Makefile.in (DO_X): Split rule to decrease command line length
7655 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
7656 (Philippe De Muyter).
7657
7658Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7659
7660 * Makefile.in (all-patch): depend on all-libiberty.
7661
7662Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
7663
7664 * configure.in: If the only directory in target_configdirs which
7665 actually exists is libiberty, then set target_configdirs to empty,
7666 to avoid trying to build a target libiberty in a gas or gdb
7667 distribution.
7668
7669Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
7670
7671 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
7672 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
7673 systems.
252b5132
RH
7674
7675Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
7676
7677 * configure.in (copy_dirs): Use sys-include instead of include
7678 for --with-headers option.
7679
7680Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
7681
7682 * Makefile.in, configure.in: Make winsup builds work with
7683 new scheme.
7684
7685Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
7686
7687 * configure.in: Build the linker on AIX.
7688
7689Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
7690
7691 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
7692 where needed.
7693
7694Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
7695
7696 * Makefile.in (all-gcc): Fix typo.
7697
7698Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
7699
7700 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
7701
7702Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
7703
7704 * configure.in: Rename libFOO to target-libFOO, and xiberty
7705 to target-xiberty, to provide more flexibility.
7706 (target_subdir): Define. Create if cross.
7707 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
7708 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
7709 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
7710 check-libFOO -> check-target-libFOO, etc.
7711 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
7712 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
7713 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
7714 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
7715 allow ALL_GCC="" to only configure.
7716 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
7717 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
7718 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
7719
7720Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
7721
7722 * Makefile.in (taz): Build "info" in etc explicitly.
7723
7724Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
7725
7726 * configure.in: Make sure that CC is undefined (as opposed to
7727 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
7728 problem with autoconf trying to configure on a host without GCC.
7729
7730Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
7731
7732 * mpw-configure: Set host alias from choice of host compiler,
7733 only use generic MPW Makefile sed if present, edit a file
7734 named "hacked_Makefile.in" instead of "Makefile.in" if present.
7735 * mpw-README: Add problem notes about CW6 and CW7.
7736
7737Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
7738
7739 * Makefile.in (taz): Use ";" instead of ";;".
7740
7741Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
7742
7743 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
7744 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
7745 DISTDOCDIRS.
7746 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
7747 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
7748
7749Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
7750
7751 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
7752 and gnats, because they are now subsumed by DISTSTUFFDIRS.
7753 Move bfd to DISTSTUFFDIRS.
7754
7755Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7756
7757 * Makefile.in (X11_LIB): Removed.
7758 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
7759
7760 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
7761
7762Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7763
7764 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
7765 names.
7766
7767Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7768
7769 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
7770
7771Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
7772
7773 * configure.in (i[345]86-*-win32): Always build newlib.
7774 Don't configure cvs, autoconf or texinfo.
7775 * Makefile.in (LD_FOR_TARGET): New.
7776 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
7777 Pass down LD_FOR_TARGET.
7778
7779Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
7780
7781 * winsup: New directory.
7782 * Makefile.in: Build winsup.
7783 * configure.in: Winsup is configured when target is win32.
7784 Can only build win32 target GDB when native.
35590697 7785
252b5132
RH
7786Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
7787
7788 * config.guess: Recognize HP model 819 machines as having
7789 a PA 1.1 processor.
7790
7791Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
7792
7793 * configure: Fix sed loop which substitutes for CC and CXX to
7794 avoid bug found in various sed implementations.
7795
7796Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7797
7798 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
7799 simulator. Use standard powerpc-*-eabi*.
7800
7801Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
7802
7803 * configure.in: Stop putting gas and binutils in noconfigdirs for
7804 powerpc-*-aix* and rs6000-*-*.
7805
7806Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
7807
7808 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
7809 -mcall-aixdesc libraries.
7810
7811Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
7812
7813 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7814
7815 * config.sub (arm | armel | armeb): Fix shell syntax.
7816
7817Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7818
7819 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
7820 -msoft-float and -mcpu=common support.
7821 (powerpc*-*-eabisim*): Add support for building -mcall-aix
7822 libraries.
7823
7824Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
7825
7826 * configure.in: Allow configuration and build of emacs19 for the alpha.
7827
7828Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7829
7830 * configure.in (CC): Get ^CC, not just any old CC, from
7831 ${host_makefile_frag}.
7832
7833Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7834
35590697 7835 * configure.in (CC): Try to get CC from
252b5132
RH
7836 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
7837
7838Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7839
7840 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
7841 only if it exists in $(srcdir).
7842
7843Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
7844
7845 * configure: If CC and CXX are not set in the environment, set
7846 them, based on either an existing Makefile or on searching for gcc
7847 in PATH. Substitute for CC and CXX in Makefile.
7848 * configure.in: Remove libm from target_libs. Separate
7849 target_configdirs from configdirs. If CC is not set in
7850 environment, try to get it from a host Makefile fragment. Rewrite
7851 changes of configdirs to use skipdirs instead. A few minor
7852 tweaks. Take directories out of target_configdirs as they are
7853 taken out of configdirs. Remove existing Makefile files from
7854 subdirectories. Substitute for TARGET_CONFIGDIRS and
7855 CONFIG_ARGUMENTS in Makefile.
7856 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
7857 by configure.in.
7858 (CONFIG_ARGUMENTS): Likewise.
7859 (CONFIGURE_TARGET_MODULES): New variable.
7860 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
7861 ($(CONFIGURE_TARGET_MODULES)): New target.
7862 (configure-libg++, configure-libio): New targets.
7863 (all-libg++): Depend upon configure-libg++.
7864 (all-libio): Depend upon configure-libio.
7865 (configure-libgloss, all-libgloss): New targets.
7866 (configure-libstdc++): New target.
7867 (all-libstdc++): Depend upon configure-libstdc++.
7868 (configure-librx, all-librx): New targets.
7869 (configure-newlib): New target.
7870 (all-newlib): Depend upon configure-newlib
7871 (configure-xiberty): New target.
7872 (all-xiberty): Depend upon configure-xiberty.
7873
7874Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7875
7876 * configure.in (host i[345]86-*-win32): Expand the
7877 noconfigdirs again.
7878
7879Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
7880
7881 * mpw-configure: Fix sed command file name.
7882
7883Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
7884
35590697 7885 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
7886 noconfigdirs again.
7887
7888Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
7889
7890 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
7891 or powerpc*-*-pe*, since they are not yet supported.
7892
7893Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
7894
7895 Add PowerMac support and many other enhancements.
7896 * mpw-configure: New option --cc to select compiler to use,
7897 paste options set according to --cc into the generated
7898 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
7899 if mpw-make.sed is present.
7900 * mpw-config.in: Don't test for gC1, test for mpw-touch,
7901 add forward includes for PowerPC include files.
7902 * mpw-build.in: Build using Makefile.PPC if present.
7903 (do-byacc, etc): Remove separate version resource builds.
7904 (do-gas): Build "stamps" before "all".
7905 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
7906 * mpw-README: Update to reflect --cc option, PowerMac support,
7907 and recently-reported compatibility problems.
7908
7909Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
7910
7911 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
7912 embedded m68k systems (-aout, -coff, -elf, -vxworks).
7913 (--with-multilib-top): Pass to recursive invocations.
7914
7915Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
7916
7917 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
7918 v810-*-*.
7919
7920Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7921
7922 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
7923 gdb, ld and opcodes on v810-*-*.
7924
252b5132
RH
7925Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
7926
7927 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
7928 (local-maintainer-clean): New target.
7929 (maintainer-clean): New target.
7930 (realclean): Just depend upon maintainer-clean.
7931
7932Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7933
7934 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
7935
7936Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
7937
7938 * configure.in: Build ld in mips*-*-bsd* case.
7939
7940Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
7941
7942 * config.sub: Accept -lites* OS. From Ian Dall.
7943
7944Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
7945
7946 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 7947 targets.
252b5132
RH
7948
7949Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7950
7951 * configure.in: treat i386-win32 canadian cross the same as
7952 i386-go32 canadian cross.
7953
7954Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7955
7956 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
7957 running under the simulator to build a reduced set of libraries.
7958 (powerpc-*-eabiaix): Add fine grained multilib support added to
7959 other powerpc targets yesterday.
7960
7961Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7962
7963 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
7964 -disable-softfloat, -disable-relocatable, -disable-aix, and
7965 -disable-sysv to control which multilib libraries get built.
7966
7967Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
7968
7969 * configure: Add Makefile.tem to list of files to remove in trap
7970 handler.
7971
7972Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
7973
7974 * config.guess (*Linux*): Add missing "exit"s.
7975 Also, need specific check for alpha-unknown-linux (uses COFF).
7976
7977Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
7978
7979 * config.guess: Merge with FSF:
7980
7981 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
7982 * config.guess (AIX4): More robust release numbering discovery.
7983
7984 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
7985 * config.guess (i386-sequent-ptx): Properly get version number.
7986
7987 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
7988 * config.guess (mips:*:4*:UMIPS): New case.
7989
7990Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
7991
7992 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
7993 (i386-win32 host): Likewise. Don't build readline.
7994
afb8d725
JM
7995Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
7996
7997 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
7998 SUPPORT_FILES to submakes.
7999
252b5132
RH
8000Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
8001
8002 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
8003 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
8004 mpw-configure.
8005
8006Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
8007
8008 * configure.in (appdirs): Use =, not ==, in test expression when
8009 trying to build the text to print in the warning message for
8010 Solaris users.
8011
8012Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
8013
8014 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
8015
8016Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8017
8018 * config.guess: Recognize lynx-2.3.
8019
8020Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
8021
8022 * config.sub (z8ksim): Deleted
8023 (z8k-*-coff): New, this is the one true name of the target.
8024
8025Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
8026
8027 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
8028
8029Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
8030
8031 * config.guess (*:Linux:*:*): First try asking the linker what the
8032 default object file format is (elf, aout, or coff). Then if this
8033 fails, try previous methods.
8034
8035Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8036
8037 * configure.in: Don't build newlib for *-*-vxworks5.1.
8038
8039Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
8040
8041 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
8042 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
8043
8044Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
8045
8046 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
8047
8048Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
8049
8050 * cfg-ml-com.in: New file.
8051 * cfg-ml-pos.in: New file.
8052
8053Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8054
8055 * COPYING.NEWLIB: Add HP free copyright to list.
8056
8057Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8058
8059 * config.sub: Recognize -eabi* for the system, not just -eabi.
8060
8061Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
8062
8063 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
8064 * config.sub, configure.in (win32): New target and host.
8065
8066Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
8067
8068 * configure.in: Add i386-pe configuration.
8069
8070Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
8071
8072 * mpw-build.in (install): Install GDB after LD.
8073
8074Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
8075
8076 * mpw-config.in (elf/mips.h): Always forward-include, needed
8077 for GDB to build.
8078
8079Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
8080
8081 * testsuite: New directory for customer acceptance and whole tool
8082 chain tests.
8083
8084Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
8085
8086 * configure: If per-host line isn't found, but AC_OUTPUT is found
8087 and a configure script exists, run it instead.
8088
8089Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
8090
8091 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
8092
8093Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
8094
8095 * configure: Set build_{cpu,vendor,os,alias} to host values when
8096 --build isn't specified.
8097
8098Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8099
8100 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
8101 (FLAGS_TO_PASS): Pass them.
8102 (EXTRA_TARGET_FLAGS): Ditto.
8103
252b5132
RH
8104Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8105
8106 * Makefile.in (all-libg++): Depend on all-libstdc++.
8107
8108Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8109
8110 * configure.in (noconfigdirs): Enable all packages for
8111 i386-unknown-netbsd.
8112
8113Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
8114
8115 * configure.in (noconfigdirs): Don't configure tk for i386-go32
8116 hosted builds (DOS builds)
8117
8118Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
8119
8120 Changes for ARM based on patches from Richard Earnshaw:
8121 * config.sub: Handle armeb and armel.
8122 * configure.in: Omit arm linker only for riscix.
8123
8124Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
8125
8126 * config.guess: Update from FSF.
8127
8128Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
8129
8130 * config.sub: Recognize powerpcle as the little endian varient of
8131 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
8132 powerpcle variant. Convert pentium into i586, not i486. Add p5
8133 alias for i586. Map new x86 variants p6, k5, nexgen into i586
8134 temporarily.
8135
8136Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
8137
8138 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
8139
8140Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
8141
8142 * config.sub: Accept -lites* as a basic system type.
8143
8144Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
8145
8146 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
8147 installed, and if so return linuxoldld as the system name.
8148
8149Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
8150
8151 * config.guess: Add hppa1.1-hp-lites support.
8152
8153Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
8154
8155 * configure.in: Don't build newlib for m68k-vxworks5.1.
8156
8157Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8158
8159 * configure.in (mips-sgi-irix6): Use mh-irix5.
8160
8161Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
8162
8163 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
8164
8165Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8166
8167 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 8168 OSF/1. Fix compiler flags.
252b5132
RH
8169 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
8170
8171Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
8172
8173 * configure.in: Recognize --with-newlib.
8174 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
8175
afb8d725
JM
8176Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8177
8178 * Makefile.in: move {all,check,install}-gdb from *_MODULES
8179 to *_X11_MODULES due to gdbtk needing X include files et al.
8180
252b5132
RH
8181Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
8182
8183 Merge in support for Mac MPW as a host.
8184 (Old change descriptions retained for informational value.)
8185
8186 * mpw-config.in: Add generic include forwards for cpu-specific
8187 include files in aout and elf directories.
8188
8189 * mpw-configure: Added copyright.
8190 * mpw-config.in: Check for presence of required build tools.
8191 (target_libs): Add newlib.
8192 (target_tools): Add examples.
8193 (Read Me): Generate as "Read Me for MPW" instead.
8194 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
8195 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
8196 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
8197
8198 * mpw-configure: Remove subdir-specific makefile hackery,
8199 delete mk.tmp after using it.
8200
8201 * mpw-build.in (all): Display start and end times.
8202
8203 * mpw-configure (host_canonical): Set.
8204 (target_cpu): Always add to makefiles.
8205 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
8206 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
8207 (mpw-mh-mpw): Look for in srcdir and srcroot.
8208 Use sed instead of mpw-edit-prefix to edit prefix definitions.
8209
8210 * mpw-build.in: (install-only): New target.
8211
8212 * mpw-configure (host_alias, target_alias): Rename from hostalias
8213 and targetalias, add into generated Makefile.
8214 (mk.tmp): If present, add into generated Makefile.
8215 * mpw-build.in (all-gas): Build config.h first before gas proper.
8216
8217 * mpw-configure (config.status): Write only if changed.
8218 * mpw-config.in (readline): Configure it (not built, just used for
8219 definitions).
8220
8221 * mpw-config.in (elf/mips.h): Add a forward include.
8222
8223 * mpw-config.in: Forward-include most .h files in include into
8224 extra-include.
8225 (readline): Don't build.
8226 mpw-build.in (install): Install GDB.
8227
8228 * mpw-configure (prefix, mpw_prefix): Handle it.
8229 * mpw-config.in (mmalloc, readline): Don't configure.
8230 * mpw-build.in (thisscript): Rename to ThisScript.
8231 Use mpw-build instead of BuildProgram everywhere.
8232 (mmalloc, readline): Don't build.
8233 * mpw-README: New file, basic documentation about the MPW port.
8234
8235 * mpw-config.in: Use forward-include to create include files.
8236
8237 * mpw-configure: Add more things to the top of each configured
8238 Makefile, including contents of config/mpw-mh-mpw.
8239 * mpw-config.in (extra-include): Create this directory and fill it
8240 with Posix-like include files when configuring.
8241
8242 * config.sub (apple, mac, mpw): Add various aliases.
8243
8244 * mpw-build.in: New file, top-level build script fragment for MPW.
8245 * mpw-configure: New file, configure script for MPW.
8246 * mpw-config.in: New file, config fragment for MPW.
8247
8248Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8249
8250 * configure.in (host_libs): Remove glob, since it is gone from the
8251 sources.
8252
8253Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8254
8255 * Makefile.in: define empty GDB_NLM_DEPS var.
8256
8257 * configure.in(target_makefile_frag): use config/mt-netware
8258 for netware targets.
8259
8260Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
8261
8262 * config.sub: Merge in recent FSF changes. Remove linux special
8263 cases.
8264
8265Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8266
4bddf3ad 8267 Revert this change:
252b5132
RH
8268
8269 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
8270
8271 * build-all.mk: Use CC=cc -Xs on Solaris.
8272
252b5132
RH
8273Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8274
8275 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
8276 stop using it.
8277 * Makefile.in: Nuke all references to glob subdirectory.
8278
8279Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8280
8281 * configure.in: Fix --enable-shared logic in per-host.
8282
8283Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
8284
8285 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
8286
8287Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8288
8289 * configure.in (noconfigdirs): Don't build gas on AIX, for
8290 powerpc*-*-aix* as well as for rs6000*-*-aix*.
8291
8292Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
8293
8294 * configure: Fix --cache-file to work if the file argument is a
8295 relative path.
8296
8297Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
8298
8299 * configure: If the --cache-file is used, pass it down to
8300 configure in subdirectories.
8301
8302Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
8303
8304 * config.sub: add vxworks29k configuration.
8305
8306Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
8307
8308 * Makefile.in (taz): Do "diststuff" part quietly.
8309
8310Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
8311
8312 * config.sub: Mini-merge with gcc/config.sub.
8313
8314Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8315
8316 * config.guess (IRIX): Sed - to _.
8317
8318Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8319
8320 * Makefile.in (source-vault, binary-vault): New targets.
8321
8322Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
8323
8324 * config.sub: Recognize -eabi as a basic system type.
8325
8326Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8327
8328 * configure.in (enable_shared stuff): Fix typo.
8329
8330Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
8331
8332 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
8333
8334Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8335
8336 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
8337
8338Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8339
8340 * configure.in (rs6000-*-*): Don't build gas.
8341
8342Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
8343
8344 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
8345 reduce command line length.
8346 (AS_FOR_TARGET): Check for as.new, not Makefile.
8347 (NM_FOR_TARGET): Check for nm.new, not Makefile.
8348
8349Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
8350
8351 * config.guess: Merge from FSF.
8352
8353Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
8354
8355 * configure: Don't use $ when handling program_suffix.
8356
8357Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
8358
8359 * configure.in: Configure tk for hppa/hpux.
8360
8361Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
8362
8363 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
8364
8365Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
8366
8367 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
8368 to LIBCXXFLAGS. Tests are better run without it.
8369
8370Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
8371
8372 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
8373
8374Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
8375
8376 * configure.in (*-*-netware*): Don't configure xiberty.
8377
8378Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
8379
8380 * configure.in: Remove tk from native_only list.
8381
8382Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
8383
8384 * build-all.mk: Add mips-ncd-elf target to sun4 targets
8385 for special NCD build.
8386
8387Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
8388
8389 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
8390 makeall.bat, they're only useful for binutils snapshots.
8391 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
8392 makeall.bat to specified SUPPORT_FILES.
8393
8394Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
8395
8396 * build-all.mk: Add Ericsson targets to sun4 and solaris
8397 hosts. Add BNR's sun4 target to solaris host, so their
8398 build-from-source will be tested in-house first.
8399
8400Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
8401
8402 * Makefile.in (LIBCFLAGS): New variable.
8403 (CFLAGS_FOR_TARGET): Ditto.
8404 (LIBCFLAGS_FOR_TARGET): Ditto.
8405 (LIBCXXFLAGS): Ditto.
8406 (CXXFLAGS_FOR_TARGET): Ditto.
8407 (LIBCXXFLAGS_FOR_TARGET): Ditto.
8408 (BASE_FLAGS_TO_PASS): Pass them.
8409 (EXTRA_TARGET_FLAGS): Ditto.
8410
4bddf3ad 8411 * configure.in: Support --enable-shared.
252b5132
RH
8412
8413Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
8414
8415 * configure.in (target_libs): Include libstdc++ again.
8416 * config.guess: Update from FSF (for FreeBSD).
8417
8418Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
8419
8420 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
8421 makeall.bat.
8422 (DISTDOCDIRS): Add `etc'.
8423 (ETC_SUPPORT_PFX): New variable.
8424 (taz): Include anything from etc starting with a word in
8425 ETC_SUPPORT_PFX.
8426
8427Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
8428
8429 * config.sub: Update for recent FSF changes. Remove obsolete
8430 h8300hds entry. Add -windows* and -osx as basic os. Minor
8431 spacing changes.
8432
8433Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
8434
8435 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
8436
8437 * config.guess: Merge with FSF.
8438 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
8439
8440Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
8441
8442 * configure: Since the "trap 0" handler will override the exit
8443 status on many systems, only use it for "exit 1", and make it set
8444 a non-zero exit status; reset it before "exit 0". Also, check
8445 exit status of config.sub, and error out if it failed.
8446
8447Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
8448
8449 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
8450 and install libgloss.
8451
8452Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
8453
8454 * Makefile.in (all-binutils): Depend upon all-byacc.
8455
8456 * configure.in: Don't build emacs on Irix 5.
8457
8458Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8459
8460 * configure.in (*-*-netware*): Add libio.
8461
8462Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
8463
8464 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
8465 (CHECK_TARGET_MODULES): Ditto.
8466 (INSTALL_TARGET_MODULES): Ditto.
8467 (TARGET_LIBS): Ditto.
8468 (all-libstdc++): Note dependencies.
8469
8470Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
8471
8472 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
8473
8474Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
8475
8476 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
8477 -fexternal-templates.
8478
8479 * configure.in (target_libs): Add libstdc++.
8480 (noconfigdirs): Add libstdc++ as appropriate.
8481
8482Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
8483
8484 * config.guess: Update from FSF.
8485
8486Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
8487
8488 * configure: Use ${config_shell} when running ${configsub}.
8489
8490Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
8491
8492 * config.sub: No longer recognize h8300h.
8493
8494Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
8495
8496 * config.sub: Remove extraneous differences between config.sub and
8497 gcc/config.sub.
8498
8499Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
8500
8501 * Makefile.in (DISTSTUFFDIRS): Add gas.
8502
8503Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
8504
8505 * COPYING.NEWLIB: New file.
8506
8507Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
8508
8509 * config.guess (HP-UX): Patch from Harlan Stenn
8510 <harlan@landmark.com> to also emit release level.
8511
8512Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
8513
8514 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
8515
8516Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
8517
8518 * config.sub: Merge nextstep cleanup from FSF.
8519
8520Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
8521
8522 * configure.in (arm-*-*): Don't configure ld for this target.
8523
8524Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8525
8526 * configure.in (*-*-netware): don't configure libg++, libio,
8527 librx, or newlib.
8528
8529Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8530
8531 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
8532 configure ld--it works, but it doesn't support shared libraries.
8533
8534Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
8535
8536 * config.guess (*-unknown-freebsd*): Get rid of possible
8537 trailing "(Release)" in version string.
8538 Patch from Paul Richards <paul@isl.cf.ac.uk>.
8539
8540Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
8541
8542 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
8543 Fix type: *-next-neststep -> *-next-nextstep.
8544
8545 * config.guess: Merge from FSF:
8546
8547 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
8548
8549 * config.guess: Recognize powerpc-ibm-aix3.2.5.
8550
8551 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
8552
8553 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
8554 instead of UNIX_SV for UnixWare 1.0).
8555
8556Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
8557
8558 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
8559 to make gdb/nlm/* build after the compiler and linker.
8560
8561Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
8562
8563 * config.guess (netbsd, freebsd, linux): Accept any machine,
8564 not just i[34]86.
8565 (m68k-atari-sysv4): Relocate to match FSF version.
8566
8567 * config.guess: More merges from the FSF:
8568
8569 Add a space before function call or macro invocation.
8570
8571 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8572
8573 * config.guess: Add trap cmd to remove dummy.c and dummy when
8574 interrupted.
8575
8576 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8577
8578 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
8579 (dummy): Redirect stderr from compilation of dummy.c.
8580
8581 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
8582
8583 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
8584
8585Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
8586
8587 * configure: Accept and ignore --cache*, for compatibility with
8588 new autoconf.
8589
8590Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
8591
8592 * config.guess: Merge from FSF:
8593
8594 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8595
8596 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
8597 (PATH): Add /.attbin at end for finding uname.
8598 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
8599
8600 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
8601
80413487 8602 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
8603
8604 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
8605
80413487
RH
8606 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
8607 to select whether to use ELF or COFF.
252b5132
RH
8608
8609 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8610
80413487 8611 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
8612
8613 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8614
8615 * config.guess: Guess the OS version for HPUX.
8616
8617 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8618
8619 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
8620
8621Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8622
8623 * configure.in: Recognize --with-headers, --with-libs, and
8624 --without-newlib.
8625 * Makefile.in (all-xiberty): Depend upon all-ld.
8626
8627Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8628
8629 * configure.in: Change i[34]86 to i[345]86.
8630
8631Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8632
8633 * configure (version): A few more tweaks to help message.
8634
8635Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
8636
8637 * Makefile.in: Remove (for now) librx as a host library,
8638 now that we're building it for target.
8639
8640Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8641
8642 * configure: Fix up help message; from karl@owl.hq.ileaf.com
8643 (Karl Berry).
8644
8645Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
8646
8647 * configure.in: Also configure librx.
8648
8649Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
8650
8651 * Makefile.in: Update various rules to reflect that librx
8652 is now needed for libg++.
8653
8654Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8655
8656 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
8657
8658Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
8659
8660 * configure.in: Configure the examples directory.
8661
8662Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8663
8664 * configure: Simplify Jun 2 1994 change.
8665
8666Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
8667
8668 * change CC to /usr/latest/bin/gcc for lynx host builds, since
8669 /bin/gcc isn't good enough to build gcc.
8670
8671Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
8672
8673 * Makefile.in (GDB_SUPPORT_FILES): Remove
8674 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
8675 (gdb.tar.gz): Add new rule to use standard distribution building
8676 mechanism.
8677
8678Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8679
8680 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
8681 Bill Cox <bill@cygnus.com>.
8682
8683Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
8684
8685 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
8686
8687Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
8688
8689 * configure: Search current dir first in .gdbinit.
8690
8691Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
8692
8693 * config.sub: Recognize freebsd (merged from gcc config.sub).
8694
8695Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
8696
8697 * config.sub: Refer to NeXT's operating system as nextstep.
8698
8699 * config.sub (case $basic_machine): Re-order the cases, to match
8700 the order in the FSF version (which is mostly alphabethical).
8701 Merge in some additions and changes from the FSF.
8702
8703Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
8704
8705 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
8706 * config.sub: Recognize cxux7.
8707 * configure.in: Use mh-cxux for m88k-harris-cxux*.
8708
8709Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
8710
8711 * config.sub: Fix typo powerpc -> powerpc-*.
8712
8713Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
8714
8715 * Makefile.in: `all-emacs19' depends on `all-byacc'.
8716
8717 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
8718 parallel with all-emacs and install-emacs). Top-level command
8719 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
8720
8721Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8722
8723 * test-build.mk ($(host)-stamp-stage2-installed): Remove
8724 $(relbindir)/make before doing ``make install'', and use
8725 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
8726 installing over running make binary.
8727 ($(host)-stamp-stage3-installed): Likewise.
8728
8729Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8730
8731 * config.guess: Recognize Mach.
8732
8733Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8734
8735 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
8736 see whether --exec-prefix was used.
8737
8738Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
8739
8740 * README: Explicitly mention libg++/README. (Zoo's idea.)
8741
8742Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8743
8744 * Makefile.in: Add all-librx target similar to all-libproc.
8745
8746Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
8747
8748 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
8749 with post 1.2 uname bogosity.
8750
8751Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8752
8753 * configure: Remove temporary files on receipt of a signal.
8754
8755Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
8756
8757 * configure: If there is a package_makefile_frag, remove
8758 ${subdir}/Makefile.tem after copying it in.
8759
8760Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
8761
8762 * build_all.mk: support rs6000 lynx identifies itself as
8763 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
8764 since /bin/gcc is too feeble to compile a modern gcc.
8765
8766Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
8767
8768 * brought devo/test-build.mk update-to-date with progressive/
8769 test-build.mk. Add lynx targets and hppa flag info.
8770
8771Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
8772
8773 * configure.in: Use mh-ncrsvr43. Patch from
8774 Tom McConnell <tmcconne@sedona.intel.com>.
8775
8776Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
8777
8778 * config.guess (i386-unknown-bsdi): No longer need to
8779 check #if defined(__bsdi__) && defined(__i386__).
8780
8781Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8782
8783 * configure: Set program_transform_nameoption correctly.
8784
8785Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
8786
8787 * brought build-all.mk update-to-date with progressive build-all.mk,
8788 added new targets and hppa info.
35590697 8789
252b5132
RH
8790Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8791
8792 * configure: If config.guess result is a prefix of the user
8793 specified target, assume a native build and use the user specified
8794 target as the host alias. Remove SunOS patch suffix removal hack.
8795 * configure.in: Remove SunOS patch suffix removal hack.
8796
8797 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
8798 in NATIVE_CHECK_MODULES.
8799
8800Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
8801
8802 * Makefile.in: Rename HOST_ONLY to NATIVE.
8803 * configure: Delete SunOs patch suffix from host_canonical
8804 and build_canonical variables that are prepended to Makefiles.
8805 * configure.in: Add comments for easier maintenance.
8806
8807Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8808
8809 * Makefile.in: Add all-libproc target similar to all-gui.
8810
8811Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
8812
8813 * Makefile.in (CHECK_MODULES): split into
8814 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
8815
8816Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
8817
8818 * config.guess (i386-unknown-bsdi): New system to guess.
8819
8820Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8821
8822 * Makefile.in: Add all-gui target (but not yet build by "all").
8823
8824Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
8825
8826 * config.sub: Move deletion of patch suffix from here...
8827 * configure.in: To here, at Ian's suggestion. The top-
8828 level scripts might need to know of a patch level.
8829
8830Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
8831
8832 * config.sub: Strip off patch suffix so rtl is recognized
8833 as a sunos4.1.3 machine, even though it's been patched.
8834
8835Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
8836
8837 * Makefile.in (INSTALL_LAST): Delete.
8838 (INSTALL_DOSREL): New.
8839
8840Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8841
8842 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
8843 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
8844 whether we pass down --with-gnu-ld anyhow.
8845
8846Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
8847
8848 * Makefile.in (INSTALL_LAST): Change operation so it works
8849 on more flavors of make.
8850 * configure.in (go32): Don't build libg++ or libio.
8851
8852Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
8853
8854 * Makefile.in (Move HOST_PREFIX_1 and friends up so
8855 they can be overriden by templates.
8856
8857Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
8858
8859 * configure.in (target==go32): Don't build gdb.
8860 * dosrel: New directory.
8861
8862Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
8863
8864 * configure.in (host==go32): Configure dosrel too.
8865 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
8866 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
8867 be set by incoming names or templates.
8868 (INSTALL_LAST): New rule.
252b5132
RH
8869
8870Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
8871
8872 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
8873
8874Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
8875
252b5132
RH
8876 * configure.in (appdirs): New variable. Currently empty, but will
8877 be used in gas distribution. If nonempty, lists a set of
8878 directories at least one of which must get configured, or top
8879 level configuration is considered to have failed.
8880 (rs6000-*-lynxos*): Use new file name.
8881
8882Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8883
8884 Eliminate XTRAFLAGS.
8885 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
8886 newlib include files using -idirafter, and also use -nostdinc.
8887 (CXX_FOR_TARGET): Likewise.
8888 (XTRAFLAGS): Removed.
8889 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
8890 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
8891 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
8892 ($(DO_X)): Don't pass down XTRAFLAGS.
8893
8894Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
8895
8896 * configure.in (mips*-dec-bsd*): New target; do build linker.
8897 (mips*-*-bsd*): New target; don't build linker.
8898
8899Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
8900
8901 * configure.in: support rs6000-*-lynxos* configuration.
8902 support sunos4 as a cross target.
8903
8904 * config.sub: look for lynx*, not lynx since the OS version may
8905 legitimately be part of the name.
8906
8907Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
8908
8909 * configure.in (i[34]86-*-sco*): Move to be with other i386
8910 targets.
8911 (romp-*-*): New target. Skip various binary utilities.
8912 (vax-*-*): New target. Don't build newlib.
8913 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
8914
8915Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8916
8917 * configure.in: Only set host_makefile_frag if config
8918 directory exists.
8919
8920Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8921
8922 * install.sh: If $dstdir exists, don't check whether each
8923 component does.
8924
8925Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8926
8927 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
8928
8929Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
8930
35590697
AJ
8931 * configure.in (*-*-lynxos*): Don't configure newlib for either
8932 native or cross Lynx.
252b5132
RH
8933
8934Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
8935
8936 * config.sub (sparc64-elf): Fix os.
8937 (z8k): Remove duplicate.
8938
8939Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8940
8941 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
8942 gcc/stmp-fixproto, to try to prevent fixproto from being run.
8943
8944Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
8945
8946 * configure: Make file links cleanly even if Lynx fails on
80413487 8947 an NFS symlink (at least fail cleanly).
252b5132
RH
8948
8949Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
8950
8951 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
8952 -XNh2000.
8953
8954Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8955
8956 * configure: Unknown options are fatal again.
8957
8958Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
8959
8960 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 8961 compatibility.
252b5132
RH
8962
8963Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
8964
8965 * build-all.mk: Add `clean' target.
8966
8967Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8968
8969 * config.guess: Add SINIX support.
8970 * configure.in: Add mips-*-sysv4* support.
8971
8972Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
8973
8974 * build-all.mk: Document all useful targets.
8975 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
8976 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
8977
8978Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8979
8980 * configure: Support --silent, --quiet.
8981
8982Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8983
8984 * configure: Support --disable-FEATURE.
8985
8986Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8987
8988 * config.guess: Recognize NCR running SVR4.3.
8989
8990Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
8991
8992 * config.guess: Make BSDI generate i386-unknown-bsd386.
8993 Patch from Paul Eggert <eggert@twinsun.com>.
8994
8995Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8996
8997 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
8998
8999Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9000
9001 * configure: Make unrecognized options give nonfatal warnings
9002 instead of fatal errors, and pass them to any subdirectory
9003 configures in case they recognize them.
9004 Make --x equivalent to --with-x.
9005
9006Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9007
9008 * configure: Add --enable-* options. Clean up usage message and
9009 some comments.
9010
9011Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
9012
9013 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
9014
9015Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9016
9017 * configure.in (hppa*-*-*): Enable binutils.
9018
9019Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9020
9021 * config.sub: Recognize cisco.
9022
9023Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
9024
9025 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
9026
9027Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9028
9029 * config.guess: about target *-hitachi-hiuxwe2, don't print more
9030 than one configuration name. Add comment.
9031
9032Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
9033
9034 * config.guess: about target *-hitachi-hiuxwe2, fixed
9035 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
9036 macro is incorrect.]
9037
9038Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9039
9040 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
9041 than the "make ls" stuff which used to be here.
9042
9043Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
9044
9045 * config.guess: Recognize i[34]86-unknown-freebsd.
9046 From Shawn M Carey <smcarey@rodan.syr.edu>.
9047
9048Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
9049
9050 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
9051
9052Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9053
9054 * config.guess: Check for ptx.
9055
9056Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
9057
9058 * config.sub: Add os9k checking.
9059
9060Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9061
9062 * config.guess: Handle OSF1 running on HPPA processors
9063
9064Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
9065
9066 * configure: If subdir configure fails, print out a message with
9067 subdirectory name, in case subdir's configure code didn't identify
9068 itself.
9069
9070Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
9071
9072 * configure.in: Remove embedded newlines from configdirs.
9073 Avoid mismatches of substrings. Fix matching strings at end
9074 of configdirs.
9075
9076Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
9077
9078 * config.guess: Add Lynx/rs6000 config support.
9079
9080Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
9081
9082 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
9083
9084Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
9085
9086 * configure.in (hppa*-*-osf*): Treat this just like most other
9087 PA configurations (eg no binutils or ld).
9088 (hppa*-*-*elf*): These configurations have binutils and ld.
9089
9090Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9091
9092 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
9093
9094Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9095
9096 * configure.in (rs6000-*-*): Build gas.
9097
9098Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9099
80413487 9100 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
9101
9102Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9103
9104 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
9105 for GDB and GDB has been fixed to not need it.
9106
252b5132
RH
9107Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9108
9109 * config.guess: Recognize vax hosts.
9110
9111Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9112
9113 * configure (while loop): Don't use "break 2" inside case
9114 statement -- the case statement isn't an enclosing loop.
9115
9116Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
9117
9118 * config.guess: Clean up NeXT support, to allow nextstep
9119 on Intel machines. Make OS be nextstep.
9120
9121Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
9122
9123 * config.guess: Add alternate forms for Convex.
9124
9125Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
9126
9127 * configure: Completely rewrite option processing. Take
9128 advantage of pattern-matching to avoid invoking test frequently.
9129 Also clean up host and target defaulting logic.
9130
9131Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9132
9133 * Makefile.in: Replace all occurrances of "rootme" with "r" and
9134 "$${rootme}" with "$$r", to increase the likelihood that the do-*
9135 commands (plus user environment) will fit SCO limits.
9136
9137Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9138
9139 * configure.in: Don't issue warnings about directories which are
9140 not being configured if -norecursion is set. Correct test for
9141 --with-gnu-as and --with-gnu-ld to not get confused by substring
9142 matches.
9143
9144 * configure.in: Don't build gas for alpha-dec-osf1*.
9145
9146Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
9147
9148 * configure: Back out Per's change of 12/19/1993. It changes the
9149 behavior of configure in unexpected and confusing ways.
9150
9151 Also, use different delim char when calculating
9152 program_transform_name so that the name can contain slashes.
9153
9154Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
9155
9156 * configure.in, config.sub: Add support for VSTa micro-kernel.
9157
9158Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9159
9160 * configure.in: Nuke hacks which were used to get a special
9161 version of GAS for HPPA configurations.
9162
9163Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
9164
9165 * configure: If only ${target_alias} is given, use that
9166 as the default for ${host_alias}.
9167 * configure: Add missing back-slashes before nested quotes.
9168
9169Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
9170
9171 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
9172
9173Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
9174
9175 * config.guess: Recognize some Tektronix configurations.
9176 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
9177
9178Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
9179
9180 * config.sub: Match any flavor of SH.
9181
9182Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
9183
9184 * configure.in: Don't try to configure newlib for Alpha.
9185
9186Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9187
9188 * configure.in: Don't build ld for Irix 5. Don't build gas,
9189 libg++ or libio for any Alpha target.
9190
9191 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
9192
9193Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
9194
9195 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
9196 default arguments -- so it tried to compress itself.
9197
9198Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
9199
9200 * configure.in (notsupp): ensure that a space is always at the end
9201 of the configdirs list, since the grep checks for an explicit space
9202
9203Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9204
9205 * configure.in (target i386-sysv4.2): don't build ld, since static
9206 versions of many libraries are not available.
9207
9208Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9209
9210 * config.guess: Recognize Apollos (using environment variables).
9211 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
9212
9213Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9214
9215 * config.guess: Recognize Sony news mips running newsos.
9216
9217Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
9218
9219 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
9220 "fi ; else" for bash.
9221
9222Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
9223
9224 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
9225
9226Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
9227
9228 * config.sub: accept unixware as an alias for svr4.2.
9229 Fix some inconsistancies with the gcc version.
9230
9231Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9232
9233 * Makefile.in (DISTDOCDIRS): Add gdb.
9234
9235Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
9236
9237 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
9238
9239Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
9240
9241 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
9242 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
9243 this now.
9244
9245Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9246
9247 * config.sub: Accept hiux* as an OS name.
9248
9249 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
9250 etc/make-stds.texi. The underscore came from gcc, and dje now
9251 agrees that RUNTESTFLAGS is the correct name.
9252
9253Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
9254
9255 * install.sh: Remove 'set -e'. It makes any conditionals
9256 in the script useless.
9257
9258 * config.guess: Automatically recognize arm-acorn-riscix
9259 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
9260
9261Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
9262
9263 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
9264
9265Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
9266
9267 * Makefile.in (DISTDOCDIRS): New variable.
9268 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 9269 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
9270
9271Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9272
9273 * configure.in (hppa target): check the source directory for the
9274 pagas sub-directory
9275
9276Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
9277
9278 * config.sub: Allow -aout* and -elf*.
9279
9280Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
9281
9282 * configure.in: Don't build ld on i386-solaris2, same as for
9283 sparc-solaris2.
9284
9285Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
9286
9287 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
9288
9289Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9290
9291 * configure.in: Configure gdb for alpha.
9292
9293Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9294
9295 * Makefile.in (CXXFLAGS): Add -O.
9296
9297Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9298
9299 * config.guess: added support for DG Aviion
9300
9301Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
9302
9303 * configure.in: Produce warning message for subdirectories not
9304 configurable for this host/target combination. Don't try to
9305 configure gdb for vms.
9306
9307Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
9308
9309 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
9310 appropriate files before making "diststuff".
9311 (DISTBISONFILES): New var: list of files to be edited.
9312 (DISTSTUFFDIRS): Add binutils.
9313
9314Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9315
9316 * config.sub: also handle mipsel and mips64el (for little endian mips)
9317
9318Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9319
9320 * configure.in: Add * to end of all OS names.
9321
9322Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
9323
9324 * configure.in: Build newlib for LynxOS native.
9325
9326Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9327
9328 * config.guess: Add support for delta 88k running SVR3.
9329
9330 * configure.in: Add comment about HP compiler vs. emacs.
9331
9332Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9333
9334 * configure.in: don't build ld on solaris2 (not a viable option
9335 due to bugs in getpwnam & getpwuid)
9336
9337Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
9338
9339 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
9340 config.guess will produce a full version number.
9341
9342Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9343
9344 * configure.in: Build linker and binutils for alpha-dec-osf1.
9345
9346Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9347
9348 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
9349 and gdb/testsuite/Makefile.in.
9350
9351Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9352
9353 * configure.in: recognize mips*- instead of mips-
9354
9355Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
9356
9357 * config.sub: Accept linux*coff and linux*elf as operating
9358 systems.
9359
9360Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9361
9362 * config.sub: Recognize mips64, and mips3 as an alias for it.
9363
9364Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9365
9366 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
9367 gdb knows how to handle OSF/1 shared libraries.
9368
9369Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9370
9371 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
9372 * config.guess: Recognize Hitachi's HIUX.
9373 * config.sub: Recognize h3050r* and hppahitachi.
9374 Remove redundant cases for hp9k[23]*.
9375
9376Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9377
9378 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
9379 if gas and ld are in the source tree and are in ${configdirs}.
9380 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 9381 --with options (but still pass them down on the command line,
252b5132
RH
9382 if they were explicitly specified).
9383
9384Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9385
9386 * configure: substitute SHELL value in Makefile.in with
9387 ${CONFIG_SHELL}
9388
9389Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9390
9391 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
9392 *-*-solaris2* targets.
9393
9394Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9395
9396 * Makefile.in: define M4, and pass it down to sub-makes;
9397 all-autoconf now depends on all-m4
9398
9399Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9400
9401 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
9402 presence of {ar,ranlib} instead of a configured directory
9403
9404Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9405
9406 * config.guess: Accept 34?? as well as 33?? for NCR.
9407
9408Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9409
9410 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
9411 of 'gas' in sed commands, since 'gash' is now in the tree as well.
9412
9413Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9414
9415 * configure: grab values for $(CC) and $(CXX) from the
9416 environment, so that someone can do "CC=gcc configure; make" and
9417 have it work right (matching the way that autoconf works now)
9418
9419 * configure.in, Makefile.in: add support for gash, the tcl
9420 interface to Galaxy
9421
9422 * config.guess: add NetBSD variants (hp300, x86)
9423
9424Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
9425
9426 * install.sh: Support -d option (in the manner of SunOS 4 install,
9427 as it is more deterministic than that of GNU install)
9428 (chmodcmd): Set file to mode 755 by default (should also do default
9429 chgrp and chown, but I don't feel like dealing with that now)
9430
9431Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
9432
9433 * config.sub: Remove h8300hhms alias.
9434
9435Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9436
9437 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
9438
9439Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9440
9441 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
9442 as stmp-fixinc
9443
9444Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
9445
9446 * config.sub: recognize m88110-bug-coff.
9447
9448Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9449
9450 * Makefile.in (all-libio): all dependencies on the toolchain used
9451 to build this (gcc, gas, ld, etc)
9452
9453Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9454
9455 * config.guess: Deal with OSF/1 1.3 on alpha.
9456
9457Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9458
9459 * install.sh: add some 'else true' clauses for portability
9460
9461 * configure.in: don't build libio for h8[35]00-*-* targets
9462
9463Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
9464
9465 * Makefile.in: Add support for new libio.
9466
9467Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9468
9469 * install.sh: If one command fails, don't try the rest. Don't try
9470 to remove $dsttmp (via trap) unless we have already created it.
9471 If $src doesn't exist, detect it and exit with an error.
9472
9473 * config.guess: Recognize BSD on hp300.
9474
9475Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
9476
9477 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
9478 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
9479
9480Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
9481
9482 * Makefile.in (all-send-pr): depends on all-prms
9483
9484Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9485
9486 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
9487
9488Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9489
9490 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
9491 Added test for mips-mips-riscos5.
9492
9493Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9494
9495 * configure.in: use mh-hp300 for 68k HP hosts
9496
9497Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9498
9499 * configure: add support for CONFIG_SHELL, so that you can use
9500 some alternate shell for evaluating configure scripts
9501
9502Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
9503
9504 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
9505 in configure script to bug-gdb@prep.ai.mit.edu when building
9506 distribution archive.
9507 * Makefile.in (COMPRESS): Remove def.
9508 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
9509 gdb.tar.Z and make-gdb.tar.Z respectively.
9510 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
9511 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
9512 to convergence with 'taz' target in Makefile.in.
9513
9514Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9515
9516 * install.sh (dsttmp): use trap to ensure that tmp files go
9517 away on error conditions
9518
9519Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9520
9521 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
9522
9523Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9524
9525 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
9526 its parent is '/' not ''.
9527
9528 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
9529
9530Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
9531
9532 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
9533 that ${newsrcdir}/configure.in does.
9534
9535Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9536
9537 * test-build.mk: support for CONFIG_SHELL
9538
9539Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
9540
9541 * config.sub (netware): Add as a basic system type.
9542
9543Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
9544
9545 * Makefile.in (Makefile): depend on configure.in. Also drop the
9546 $(srcdir)/ from the dependency on Makefile.in.
9547
9548Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
9549
9550 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
9551 (h8300hhms is temporary until multi-libraries are implemented).
9552 * configure.in: Handle h8300h too.
9553
9554Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9555
9556 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
9557
9558Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
9559
9560 * configure: Remove extraneous output when guessing host type.
9561 * config.guess: Remove extraneous output when guessing using C
9562 compiler rather than uname, or when guessing fails.
9563
9564Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
9565
9566 * Makefile.in: remove all.cross and install.cross targets
9567
9568 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
9569 definitions
9570
9571Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
9572
9573 * configure.in (target sh): Build gprof.
9574
9575Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9576
9577 * config.sub: change -solaris to -solaris2
9578
9579Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9580
9581 * configure.in: Use config/mh-riscos for mips-*-sysv*.
9582
9583Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
9584
9585 * configure: Correct error message for missing Makefile.in to
9586 print correct directory.
9587
9588Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9589
9590 * install.sh: kludge around 386BSD shell bug
9591
9592Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
9593
9594 * config.guess: Recognize NeXT.
9595 * config.guess: Recognize i486-ncr-sysv4.
9596 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
9597
9598Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
9599
9600 * Makefile.in (MAKEINFOFLAGS): New variable.
9601 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
9602 * build-all.mk, test-build.mk: Pass down --no-split as
9603 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
9604
9605Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
9606
9607 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
9608
9609Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
9610
9611 * Makefile.in (libg++.tar.z): New rule.
9612 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
9613 * Makefile.in (taz): Only do a single chmod.
9614
9615Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
9616
9617 * install.sh: don't use dirname anymore (replaced with sed usage)
9618
9619Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
9620
9621 * Makefile.in: Change extension for gzip'd files from '.z' to
9622 '.gz' per new FSF standard usage.
9623
9624Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
9625
9626 * configure: put quotes around the final value of program_transform_name
9627
9628Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9629
9630 * Makefile.in: new install.sh support; update install-info rules
9631
9632Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
9633
9634 * configure.in: Build diff for crosses, but not for go32 host.
9635
9636 * configure.in: Build gprof only for native, and don't build it
9637 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
9638
9639Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
9640
9641 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
9642
9643Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
9644
9645 * configure.in (host_tools): Add prms.
9646
9647Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9648
9649 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
9650 with $(FLAGS_TO_PASS) on the command line
9651
9652 * config.sub: Recognize lynx and lynxos
9653
9654Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
9655
9656 * config.sub: Accept -ecoff*, not just -ecoff.
9657
9658Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9659
9660 * Makefile.in (taz): Use .gz suffix instead of .z.
9661 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
9662 names.
9663
9664Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9665
9666 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
9667
9668Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9669
9670 * Makefile.in (install-no-fixedincludes): install gcc last, so
9671 that rebuilds that might happen during 'make install' don't get
9672 bogus gcc include files
9673
9674Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9675
9676 Change from Utah for HPPA support:
9677 * config.guess: Recognize hppa1.x-hp-bsd.
9678
9679Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
9680
9681 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
9682 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
9683
9684Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
9685
9686 * config.sub: Add support for rom68k and bug boot monitors.
9687
9688Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
9689
9690 * Makefile.in: Make all-opcodes depend on all-bfd.
9691
9692Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
9693
9694 * config.guess: Added special check for i[34]86-univel-sysv4*.
9695
9696Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
9697
9698 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
9699 the processor rather than assuming i486.
9700
9701Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9702
9703 * config.guess: Recognize SunOS6 as Solaris3.
9704
9705Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
9706
9707 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
9708 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
9709
9710Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
9711
9712 * build-all.mk (all-cross): New target for Canadian Cross.
9713 Added Q2 go32 targets.
9714 * test-build.mk: Configure go32 cross sparclite-aout and
9715 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
9716 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
9717
9718Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9719
9720 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
9721 GO32 hosted toolchains
9722
9723Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
9724
9725 * configure: change so "-exec-prefix" gets passed down rather
9726 than "-exec_prefix" so autoconf generated Makefiles get the
9727 exec_prefix set right.
9728
9729Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9730
9731 * config.guess: get the Solaris2 minor version number
9732
9733 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
9734
9735Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
9736
9737 * config.guess: Recognize some Sequent platforms.
9738
9739Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9740
9741 * Makefile.in: added the vault-install target
9742
9743 * configure.in: actually use the Sun3 makefile fragment that's in
9744 config, also added the release dir to configdirs
9745
9746Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9747
9748 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
9749
9750Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9751
9752 * configure.in: remove some program from Alpha targetted toolchains
9753
9754Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
9755
9756 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
9757 gprof.
9758 (taz): Run "make diststuff" in those directories instead of "make
9759 proto-dir". Look for "VERSION=" only at start of line in subdir
9760 Makefile. Use "gzip -9" for compression.
9761 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
9762 (binutils.tar.z): New target.
9763
9764Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
9765
9766 * Makefile.in (taz): Include gpl.texinfo.
9767
9768Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
9769
9770 * Makefile.in (setup-dirs): Merged into "taz" target.
9771 (taz): Only do `proto-dir' stuff if a directory is actually needed
9772 for this target.
9773
9774Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
9775
9776 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
9777 (FLAGS_TO_PASS): Pass down MUNCH_NM.
9778 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
9779 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
9780 (gcc-no-fixedincludes): Correct for current gcc Makefile.
9781
9782Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
9783
9784 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
9785 config.sub, and move-if-change to gdb testsuite distribution
9786 archive, so the testsuite can be extracted, configured, and
9787 run separately from the gdb distribution. Blow away the Chill
9788 tests that require a Chill compiled executable, since GNU Chill
9789 is not yet publically available.
9790
9791Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9792
9793 * test-build.mk: set environment variables in a single command,
9794 instead of a list of assignments and exports
9795
9796 * config.guess: recognize Alpha/OSF1 systems
9797
9798Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9799
9800 * configure: Change help message to prefer --options rather than
9801 -options.
9802
9803Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9804
9805 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
9806 zippy@ecst.csuchico.edu.
9807 * config.guess: Recognize miniframe.
9808
9809Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
9810
9811 * Makefile.in: Use srcroot to find runtest rather than rootme.
9812 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
9813
9814Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
9815
9816 * test-build.mk: Extensive additions to support building on a
9817 machine other than the host.
9818
9819Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
9820
9821 * configure (tooldir): Fix for i386-aix again.
9822
9823Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
9824
9825 * configure, Makefile.in: Change definition of $(tooldir)
9826 to match the FSF.
9827
9828Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
9829
9830 * config.guess: Recognize i[34]86/SVR4.
9831
9832Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
9833
9834 * Makefile.in (all-gdb): gdb depends on sim.
9835
9836Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
9837
9838 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
9839 at the same time we make the prototype gdb directory.
9840 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
9841 files at the same time as the gdb base release distribution.
9842
9843Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
9844
9845 * Makefile.in (check): Use individual check targets rather than
9846 DO_X rule.
9847 (check-gcc): Added.
9848
9849Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
9850
9851 * config.sub: Use sysv3.2 not sysv32 for canonical OS
9852 for System V release 3.2.
9853
9854Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9855
9856 * config.sub: Recognize hppaosf.
9857 * configure.in: Do configure ld/binutils/gas for it.
9858
9859Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9860
9861 * configure (tooldir): Alter syntax used to set this, for systems
9862 where "\$" isn't handled right, like i386-aix.
9863
9864Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
9865
9866 * configure: Pass program-transform-name, not
9867 program_transform_name, to recursive configures.
9868
9869Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
9870
9871 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
9872 of gas+ld+binutils.
9873
9874Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
9875
9876 * config.guess: Recognize AIX3.2 as distinct from 3.1.
9877
9878Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9879
9880 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
9881
252b5132
RH
9882Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
9883
9884 * Makefile.in (PRMS): Set back to all-prms.
9885
9886Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
9887
9888 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
9889 targets, rather than for MIPS hosts.
9890
9891Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9892
9893 * configure.in: add comment for --with-x default values
9894
9895 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
9896
9897 * Makefile.in: add check-* targets for each of the directories in
9898 the tree. Add a definition of RUNTEST that will use the one we
9899 just built, if it exists. Pass this down via FLAGS_TO_PASS.
9900
9901Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
9902
9903 * configure.in: Removed obsolete references to bfd_target and
9904 target_makefile_frag.
9905
9906 * build-all.mk: Set assorted targets for Q2.
9907 * config.sub: Recognize z8k-sim and h8300-hms.
9908 * test-build.mk: Really don't pass host to configure.
9909 (HOLES): Added uname.
9910
9911Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
9912
9913 * configure: Handle an empty program-prefix, program-suffix or
9914 program-transform-name correctly.
9915
9916Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
9917
9918 * build-all.mk: -G 8 no longer required for MIPS targets.
9919 * test-build.mk: Don't pass host argument to configure; make it
9920 guess.
9921
9922Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
9923
9924 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
9925 * Makefile.in (COMPRESS): New macro, like GZIP.
9926
9927Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
9928
9929 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
9930
9931 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
9932 with gas currently defaults to -G 0.
9933
9934Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
9935
9936 * Makefile.in (all-flex): flex depends on byacc.
9937
9938 * build-all.mk: If host not specified, use config.guess. Pass TAG
9939 to test-build.mk as RELEASE_TAG.
9940 * test-build.mk (configargs): New variable containing arguments to
9941 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
9942 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
9943
9944 * config.guess: Use /bin/uname when checking -X argument on SCO,
9945 to avoid invoking GNU uname which doesn't understand -X.
9946
9947 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
9948
9949 * configure.in: Build gas for mips-*-*.
9950
9951Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9952
9953 * Makefile.in (all.normal): insert missing backslash.
9954
9955Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
9956
4bddf3ad 9957 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
9958
9959 * Makefile.in: Complete overhaul to merge many almost identical
9960 targets.
9961
9962Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9963
9964 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
9965 (gdb.tar.Z): Adjusted.
9966
9967 * Makefile.in (setup-dirs, taz): New targets; should be general
9968 enough to adapt for gdb sometime. Build only .z file.
9969 (gas.tar.z): New target.
9970
9971Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
9972
9973 * build-all.mk: Use CC=cc -Xs on Solaris.
9974
252b5132
RH
9975Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
9976
9977 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
9978 for handling BISON for FSF releases.
9979
9980Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9981
9982 * configure: Actually implement the change zoo just documented.
9983
9984Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9985
9986 * configure: when using config.guess, only set target_alias when
9987 it's not already been set (ie, on the command line)
9988
9989Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9990
9991 * Makefile.in: add installcheck target, set PRMS to install-prms
9992
9993Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9994
9995 * configure: add support for package_makefile_fragment, handle the
9996 case where a directory has a configure.in file but no Makefile.in
9997 more gracefully (with an actual understandable error message, even);
9998 add support for --without (and add this to the usage message); also
9999 explicitly add a --host=${host_alias} to the command line when
10000 config.guess is used
10001
10002Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
10003
10004 * configure: Must use both --host and --target in recursive calls.
10005
10006Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
10007
10008 * Makefile.in: Change deja-gnu to dejagnu.
10009
10010Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
10011
10012 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
10013
10014Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10015
10016 * configure.in: canonicalize all instances to *-*-solaris2*,
10017 also strip out a number of tools to not build for go32 host
10018
10019Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10020
10021 * config.guess: add GPL.
10022
10023 * Makefile.in, config.guess, config.sub, configure: bump
10024 copyrights to 93.
10025
10026Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
10027
10028 * Makefile.in (do-info): Removed obsolete check for existence of
10029 localenv file.
10030
10031 * Makefile.in (MAKEOVERRIDES): Define to be empty.
10032
10033Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10034
10035 * Makefile.in: a couple of 'else true' for decstation,
10036 support for TclX
10037
10038 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
10039
10040Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
10041
10042 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
10043
10044Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
10045
10046 * config.guess: Recognize i386-ibm-aix (PS/2).
10047 * configure.in: Use config/mh-aix386 file for it.
10048
10049Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
10050
10051 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
10052 CC_FOR_TARGET instead.
10053 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
10054
10055Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
10056
10057 * Makefile.in: Add sim to list of directories sent with gdb
10058
10059Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
10060
10061 * configure.in: Put back mips-dec-bsd* case.
10062
10063Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
10064
10065 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
10066 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
10067 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
10068
10069Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10070
10071 * configure.in: remove no-op mips-dec-bsd* in "case $target"
10072
10073 * Makefile.in (dir.info): only run gen-info-dir if it exists,
10074 (install-info): install dir.info only if it exists,
10075 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
10076
10077Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
10078
10079 * configure.in: For vms target, skip bfd, ld, binutils. Do build
10080 gas for mips-dec-bsd.
10081
10082Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
10083
10084 * configure (makesrcdir): If ${srcdir} is relative and not ".",
10085 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
10086
10087Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
10088
10089 * configure.in: Added "dejagnu" to hosttools list.
10090
10091Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
10092
10093 * config.sub, configure.in, config.guess: Add support
10094 for Bosx, an AIX variant from Bull.
10095 Patches from F.Pierresteguy@frcl.bull.fr.
10096
10097Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
10098
10099 * devo/dejagnu: Initial creation of devo/dejagnu.
10100 Migrated dejagnu testcases and support files for testing software
10101 tools to reside as subdirectories, currently called "testsuite",
10102 within the directory of the software tool. Migrated all programs,
10103 support libraries, etc. beloging to dejagnu proper from
10104 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
10105 with no modifications. The changes to these files which will
10106 allow them to configure, build, and execute properly will be made
10107 in a future update.
10108
10109Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
10110
10111 * Makefile.in: Change send_pr to send-pr.
10112 * configure.in: Likewise.
10113 * send_pr: Renamed directory to send-pr.
10114
10115Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
10116
10117 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
10118
10119Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
10120
10121 * README: Update for gdb-4.8 release.
10122 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
10123 gdb-xxx.tar.z (gzip'd) file also.
10124
10125Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10126
10127 * Makefile.in: make all-diff depend on all-libiberty
10128
10129Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
10130
10131 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
10132
10133Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10134
10135 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
10136
10137Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
10138
10139 * Makefile.in (DEVO_SUPPORT): Remove etc directory
10140 (ETC_SUPPORT): Only add the files GDB wants from etc/.
10141 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
10142
10143Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10144
10145 * Makefile.in: makeinfo binary is in a new location
10146
10147Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
10148
10149 * config.sub: Accept -ecoff as an OS.
10150
10151 * Makefile.in: Various changes to eliminate a level of make
10152 recursion and reduce the required command line length.
10153 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
10154 sub-makes.
10155 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
10156 variables holding settings for specific sub-makes.
10157 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
10158 in terms of BASE_FLAGS_TO_PASS.
10159 (TARGET_LIBS): New variable listing directories which use
10160 TARGET_FLAGS_TO_PASS.
10161 (subdir_do): Eliminated.
10162 (do-*): New set of targets to replace subdir_do.
10163 (various): All targets which used subdir_do now depend on do-*.
10164 (local-clean): Renamed from do_clean.
10165 (local-distclean): New target, dependency of distclean and
10166 realclean.
10167 (install-info): Don't create directories. Depend on dir.info
10168 rather than calling make recursively.
10169 (install-dir.info): Eliminated.
10170 (install-info-dirs): Create all info directories here.
10171 (dir.info): Depend upon do-install-info.
10172
10173 * test-build.mk (HOLES): Added false.
10174
10175Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
10176
10177 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
10178
10179Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10180
10181 * Makefile.in (info): remove dependency on all-texinfo. The
10182 problem was really in texinfo/C, not at this level.
10183
10184Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
10185
10186 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
10187
10188Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
10189
10190 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
10191 GDB releases.
10192
10193Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10194
10195 * configure: Include srcdir in message about target of link not
10196 being found. Don't convert `-' to `_' in `with' options being
10197 passed to subdirs.
10198
10199Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10200
10201 * configure.in: add uudecode to host_tools
10202
10203 * Makefile.in: added {all,install}-uudecode targets, added them to
10204 the appropriate lists
10205
10206Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
10207
10208 * Makefile.in (all-gcc): Added dependency on all-gas.
10209
10210 * configure.in (mips-*-*): Build ld and binutils.
10211
10212Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10213
10214 * configure: check return code from mkdir, print error message and
10215 exit on failure.
10216
10217Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
10218
10219 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
10220
10221Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
10222
10223 * test-build.mk (HOLES): Added tar, cpio and uudecode.
10224
10225Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
10226
10227 * config.sub (h8500): Recognize this as a cpu type.
10228
10229Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10230
10231 * configure: source directory missing is no longer a warning
10232
10233 * configure.in: recognize irix[34]* instead of irix[34]
10234
10235 * Makefile.in: define and pass down X11_LIB
10236
252b5132
RH
10237Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
10238
10239 * guess-systype: Renamed to ...
10240 * config.guess: ... by popular request.
10241 * configure.in, Makefile.in: Update accordingly.
10242
10243Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
10244
10245 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
10246 + Add Convex, Cray/Unicos, and Encore/Multimax support.
10247 + Execute ./dummy instead of assuming . is in PATH.
10248
10249Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
10250
10251 * guess-systype: New shell script. Attempts to guess the
10252 canonical host name of the executing host.
10253 Only a few hosts are supported so far.
10254 * configure: Call guess-systype if no host is specified.
10255
10256Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
10257
10258 * Makefile.in (gcc-no-fixedincludes): Made to work with current
10259 gcc Makefile.
10260
10261
10262Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
10263
10264 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
10265 (all-gcc, install-gcc, subdir_do): Use it.
10266
10267Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
10268
10269 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
10270
10271Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
10272
10273 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
10274 set exclusively by configure, using configure.in .
10275
10276Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10277
10278 * test-build.mk: set $PATH for all builds
10279
10280 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
10281
10282Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
10283
10284 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
10285 the one used in gcc/Makefile.in, so that a null expansion doesn't
10286 override the one needed to build gcc with a native cc.
10287
10288
10289Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10290
10291 * configure: Accept -with arguments.
10292
10293Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
10294
10295 * Makefile.in: added h8300sim
10296
10297Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
10298
252b5132
RH
10299 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
10300 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
10301 (all-cygnus, native, build-cygnus): Make
10302 $(canonhost)-stamp-3stage-done, not $(host)....
10303 * test-build.mk (stamp-3stage-compared): Use tail +10c for
10304 i386-sco3.2v4. Added else true to if command.
10305
10306Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
10307
10308 * config.sub: (from FSF) Sequent uses a BSD-like OS.
10309
10310Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
10311
10312 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
10313
10314Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10315
10316 * configure.in: don't remove binutils from Solaris builds
10317
10318Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
10319
10320 * Makefile.in: get rid of earlier definitions for *clean,
10321 also handle the recursive info rule better
10322
10323Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
10324
10325 * Makefile.in (mostlyclean, distclean, realclean): Fix to
10326 do more-or-less the right thing.
10327
10328Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
10329
10330 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
10331 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
10332
10333Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10334
10335 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
10336 $(host_canonical).
10337
10338 * configure.in: split the configdirs list into 4 categories (native
10339 v. cross, library v. tool) and handle the cross-only and native-
10340 only in more reasonable (and correct!) way.
10341
10342Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
10343
10344 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
10345 configdirs anymore.
10346
10347Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10348
10349 * Makefile.in: extensive cleanup:: removed all of the explicit
10350 clean-* targets, collapsed many wrappers around subdir_do into
10351 one, added additional targets to satisfy standards.texi, deleted
10352 some old targets, some changes for consistency
10353
10354Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10355
10356 * configure.in: handle some programs as cross-only, and others as
10357 native only
10358
10359 * test-build.mk: handle partial holes in a more generic manner
10360
10361 * Makefile.in: m4 depends on libiberty
10362
252b5132
RH
10363Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10364
10365 * configure.in: add m4, textutils, fileutils, sed, shellutils,
10366 time, wdiff, and find to configdirs
10367
10368 * Makefile.in: all, clean, and install rules for the new programs
10369 added to configure.in
10370
10371Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10372
10373 * configure.in: use mh-sun for all *-sun-* hosts
10374
252b5132
RH
10375Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10376
10377 * Makefile.in: define flags for X11 include files and library file
10378 locations, pass them down to the programs that need this info
10379
10380 * build-all.mk: added a 'native' target, to 3stage the native toolchain
10381
252b5132
RH
10382Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10383
10384 * configure.in: start building libg++ for HP-UX targets
10385
10386Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
10387
10388 * README: Update references to files moved into etc/.
10389
10390Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
10391
10392 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
10393 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
10394
10395Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
10396
10397 * configure: accept dash as well as underscore in long option
10398 names for FSF compatibility.
10399
10400Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
10401
10402 * config.sub: added -sco3.2v4 support from FSF.
10403
10404Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10405
10406 * configure.in: expand the section that adds or removes
10407 directories from the list of programs to build, to handle native
10408 vs. cross in addition to host v. native
10409
10410Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
10411
10412 * Makefile.in: Replace C++ in macro names with CXX.
10413 This is less likely to break ...
10414
10415Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10416
10417 * test-build.mk: add -w to GNU_MAKE
10418
10419Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10420
10421 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
10422 add 'sparc' to list of recognized cpus. This needed to make
10423 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
10424 Delete some redundant ose68 variants. Recognize -wrs as an os,
10425 then changes that into $CPU-wrs-vxworks.
10426
10427 * configure.in: remove most references to gdbtest, regularize
10428 target based program removal
10429
10430 * test-build.mk: import from p3 tree (many fixes and changes)
10431
10432Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
10433
10434 * Makefile.in: added rules to handle tcl, tk, and expect
10435
10436 * configure.in: handle those directories if they exist
10437
10438Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10439
10440 * config.sub: removed bogus hppabsd and hppahpux names, since
10441 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
10442
10443Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10444
10445 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
10446 depends upon all-xiberty
10447
10448 * Makefile.in: changes from p3, including:
10449
10450 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
10451
10452 * Makefile.in (XTRAFLAGS): include newlib directories if
10453 newlib/Makefile exists, rather than if host != target.
10454
10455 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
10456
10457 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
10458 from the same source tree and not building a cross-compiler. This
10459 matters for the libg++ configuration if reconfiguring a tree that
10460 has already been installed.
10461
10462 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
10463
10464 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
10465 pick up the machine and system specific header files.
10466
10467 * Makefile.in: added AS_FOR_TARGET, passed down in
10468 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
10469 the C compiler to use to create programs which are run in the
10470 build environment, set it to default to $(CC), and passed it down
10471 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
10472
10473 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
10474
10475 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
10476 We need them for unusual native builds, like systems without
10477 ranlib.
10478
10479 * configure: also define $(host_canonical) and
80413487
RH
10480 $(target_canonical), which are the full, canonical names for the
10481 given host and target
252b5132
RH
10482
10483Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
10484
10485 * Makefile.in: Added separate definitions for C++.
10486
10487Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
10488
10489 * configure.in (configdirs): Add deja-gnu.
10490
10491Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
10492
10493 * README: Update for configure.texi and gdb-4.7 release.
10494
10495Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
10496
10497 * Makefile.in: Move "all" target to top of file.
10498 Previously, first target was ".PHONY" which caused BSD4.4 make
10499 to build .PHONY when make was run without arguments.
10500
10501Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
10502
10503 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
10504 Library-copylefted code in libiberty.
10505
10506Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
10507
10508 * config.sub: Replace m68kmote with plain old m68k.
10509
10510Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
10511
10512 * Makefile.in: Remove space from blank line, avoid Make complaints.
10513
10514Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
10515
10516 * config.sub: Complain if no argument is given. Added support for
10517 386bsd as OS and target alias.
10518
10519Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
10520
10521 * Makefile.in (XTRAFLAGS): include newlib directories if
10522 newlib/Makefile exists, rather than if host != target.
10523
10524Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
10525
10526 * config.sub: recognize sparclite-wrs-vxworks.
10527
10528 * Makefile.in (install-xiberty): added *-xiberty make rules (from
10529 p3.) Added clean-xiberty to clean.
10530
10531Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10532
10533 * configure.in: use *-*-* instead of nested cases for host and target
10534
10535Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
10536
10537 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
10538 from the same source tree and not building a cross-compiler. This
10539 matters for the libg++ configuration if reconfiguring a tree that
10540 has already been installed.
10541
10542Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
10543
10544 * config.sub (i486v/i486v4): Merge in from FSF version.
10545
10546Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
10547
10548 * configure: only set PWD if it is already set.
10549
10550Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
10551
10552 * configure: just set PWD=`pwd` at the top, since Ultrix sh
10553 doesn't have unset and all success paths (and most error paths)
10554 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
10555 to just ${PWD} to avoid confusion.)
10556
10557Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
10558
10559 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
10560 even for a native compilation.
10561
10562Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
10563
10564 Changes to make the gdb.tar.Z rule work better.
10565
10566 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
10567 (DEVO_SUPPORT): Add configure.texi.
10568 (bfd-ilrt.tar.Z): Remove ancient rule.
10569
10570Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
10571
10572 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
10573 pick up the machine and system specific header files.
10574
10575 * configure.in, config.sub: added new target m68010-adobe-scout,
10576 with alias of adobe68k. Changed configure.in to check for
10577 -scout before -sco* to avoid a false match.
10578
10579 * Makefile.in: added AS_FOR_TARGET, passed down in
10580 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
10581 the C compiler to use to create programs which are run in the
10582 build environment, set it to default to $(CC), and passed it down
10583 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
10584
10585Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
10586
10587 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
10588 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
10589 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
10590 FOR_TARGET variants, to newlib and libg++.
10591
10592Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
10593
10594 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
10595 first.
10596
10597Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
10598
10599 * config.sub: Accept `elf' as an environment.
10600
10601Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
10602
10603 * Makefile.in (all-opcodes): cd into the right directory
10604
10605Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
10606
10607 * configure: added -program_transform_name option, used as
10608 argument to sed when installing programs.
10609 configure.texi: added documentation for -program_prefix,
10610 -program_suffix and -program_transform_name.
10611
10612Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
10613
10614 * config.sub: Accept i486 where i386 ok.
10615
10616Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
10617
10618 * config.sub: accept we32k
10619
10620Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
10621
35590697 10622 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
10623
10624 * Makefile.in: don't create all directories for ``make install'';
10625 let the subdirectories create the ones they need.
10626
10627Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10628
80413487 10629 * COPYING: new file, GPL v2
252b5132
RH
10630
10631Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10632
10633 * Makefile.in: use the new gen-info-dir, which needs a template
10634 argument (which also lives in texinfo)
10635
10636 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
10637
252b5132
RH
10638Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
10639
10640 * config.sub (ncr3000): Change i386 to i486.
10641
10642Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10643
10644 * Makefile.in: add install-rcs, install-grep to
10645 install-no-fixedincludes, removed install-bison and install-libgcc
10646
10647Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
10648
10649 * configure.in: grab the HPUX makefile fragment if on HPUX
10650
10651Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
10652
10653 * Makefile.in: eradicate bison spoor (ditto libgcc).
10654 configure.in: recognise m68{k,000}-ericsson-OSE.
10655 es1800 is alias for m68k-ericsson-OSE
10656
10657Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10658
10659 * configure.in: rearrange the parts that remove programs from
10660 configdirs, based now on HOST==TARGET or by canonical triple.
10661
10662Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10663
10664 * test-build.mk: recurse explicitly with -f test-build.mk when
10665 appropriate. predicate stage3 and comparison on the existence
10666 of gcc. That is, if gcc isn't around, we aren't three-staging.
10667 On very clean, also remove ...stamp-co. Build in-place before
10668 doing other builds.
10669
10670Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
10671
10672 * Makefile.in, configure.in: add tgas
10673
10674Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10675
10676 * Makefile.in: a number of changes merged in from progressive.
10677
10678 * configure.in: add libm.
10679
10680 * .cvsignore: ignore some stuff that comes from test-build.mk.
10681
252b5132
RH
10682Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
10683
10684 * config.sub: Add es1800 (m68k-ericsson-es1800).
10685
10686Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
10687
10688 * configure: Add program_suffix (parallel to program_prefix)
10689 * Makefile.in: adjust directory-creating script for losing decstation
10690
10691Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
10692
10693 * configure: Minor $subdir-related fixes.
10694
10695Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
10696
10697 * configure: fix various problems with propogating
10698 makefile_target_frag in subdirs.
10699 * configure.in: config libgcc if its there
10700
10701Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
10702
10703 * config.sub: HPPA merge.
10704
252b5132
RH
10705Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
10706
10707 * Makefile.in: Replace all-bison with all-byacc in all
10708 dependency lines for other tools (which now use byacc).
10709
10710Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
10711
10712 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
10713
252b5132
RH
10714Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
10715
10716 * Makefile.in: make gprof rules similar to byacc rules (instead of
10717 vestigal $(unsubdir) that didn't work...)
10718
10719Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
10720
10721 * config.sub: Add support for Linux.
10722 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
10723 (at least for libg++).
10724
10725Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
10726
10727 * configure.texi: fix doc for the -nfp option to configure
10728
10729Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
10730
10731 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
10732
10733Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
10734
10735 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
10736 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
10737 * configure.in: added solaris* host_makefile_frag hook.
10738
10739Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10740
10741 * config.sub: changed recognition of m68000 so that various
10742 m68k types can be specified via m680[01234]0
10743
10744Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10745
10746 * config.sub (basic_machine): fix sed so that '-foo' isn't
10747 completely substituted out while .+'-foo' loses the '-foo'
10748
10749Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
10750
10751 * config.sub ($os): Add -aout.
10752
10753Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
10754
10755 * configure: If host_makefile_frag is absolute, don't
10756 prefix ${invsubdir} (relevant to libg++ auto-configure).
10757
10758Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
10759
10760 * Makefile.in (tooldir): Define it.
10761 (all-ld): Depend on all-flex.
10762
10763Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
10764
10765 * Makefile.in (check): Fix libg++ special case.
10766
10767Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
10768
10769 * configure: do not bury `pwd` into config.status, thus do fewer
10770 pwd's.
10771
10772 * configure: print the "Building in" message only when building in
10773 other than "." AND verbose.
10774
10775 * configure: remove -s, rework -v to better accomodate guested
10776 configures.
10777
10778 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
10779
10780Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
10781
10782 * Makefile.in: macroize flags passed on recursion. remove
10783 fileutils.
10784
10785Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
10786
10787 * configure: get makesrcdir right for subdirs deeper than 1.
10788
10789 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
10790 install.
10791
10792Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
10793
10794 * Makefile.in: don't print subdir_do or recursion lines.
10795
10796Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
10797
10798 * standards.texi: added menu item.
10799
10800 * Makefile.in: build and install standards.info.
10801
10802 * standards.texi: new file.
10803
10804Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10805
10806 * configure: test for and move config.status pieces from
10807 ${subdir}/.
10808
10809Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
10810
252b5132
RH
10811 * configure: Test for existance of files before trying to mv
10812 them, to avoid numerous non-existance messages.
10813
10814Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
10815
10816 * configure: correct final line of config.status.
10817
10818 * configure: patch from eggert. Avoids a protection problem if
10819 the original Makefile.in is read only.
10820
10821 * configure: use move-if-change from gcc to create config.status.
10822 Some makefiles depend on config.status to tell if a directory
10823 has been reconfigured for a different host. This change
10824 prevents those directories from remaking everything in the case
10825 where the reconfig was only intended to rebuild a Makefile.
10826
10827 * configure: test for config.sub with "config.sub sun4" rather
10828 than "config.sub ${host_alias}". Otherwise we can't tell a bad
10829 host alias from a missing config.sub.
10830
10831Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10832
10833 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
10834 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
10835
10836Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
10837
10838 * configure: mkdir ${subdir} as needed.
10839
10840Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
10841
10842 * Makefile.in,configure.in: added autoconf.
10843
10844Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10845
10846 * Makefile.in: no longer pass against on recursion.
10847
10848 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
10849 definitions are not inherited.
10850
10851 * configure: correct makesrcdir when subdir is .
10852
10853Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
10854
10855 * configure: Add support for 'subdirs' variable, which is
10856 like 'configdirs', except that configure doesn't re-invoke
10857 itself for subdirs, it just creates a Makefile for each subdir.
10858 * configure.texi: Document subdirs.
10859
10860Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10861
10862 * configure.in: added flex to configdirs
10863
10864Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
10865
10866 * Makefile.in: remove clean-stamps from clean.
10867
10868Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
10869
10870 * configure.in: Add gdbtest to configdirs.
10871
10872Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
10873
10874 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
10875 to recursive makes.
10876 * configure.in: Recognize new ncr3000 config.
10877
10878Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
10879
10880 * Makefile.in, configure.in: removed references to gdbm.
10881
10882Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
10883
10884 * config.sub: Don't canonicalize os value
10885 newsos* to bsd (readline needs to check for newsos).
10886 (This fix was earlier made Jan 31, but got re-broken.)
10887
10888Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
10889
10890 * configure.in: sco is an os, not a vendor!
10891
10892 * configure: Quote $( better. Keep various shells happy.
10893
10894Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
10895
10896 * Makefile.in: eliminate stamp-files.
10897
10898Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
10899
10900 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
10901 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
10902
10903Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
10904
10905 * config.sub: fix iris/iris3.
10906
10907Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
10908
10909 * configure: re-add -rm.
10910
10911Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
10912
10913 * Maskefile.in: add .stmp-rcs to all.
10914
10915 * configure.in: remove gas from rs6000 build, use aix host fragment.
10916
10917Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
10918
10919 * configure: pass down site_option during recursion.
10920
10921Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
10922
10923 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
10924
10925Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
10926
10927 * configure: Change exec_prefix so that it really defaults to prefix.
10928
10929Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
10930
10931 * Makefile.in, configure.in: Add support for mmalloc library.
10932
10933Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
10934
10935 * Makefile.in: add stmp dependencies for a few more things.
10936
10937Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
10938
10939 * configure: adjusted error message on objdir/srcdir configure
10940 collision, per john's suggestion.
10941
10942 * Makefile.in: add libiberty stmp to all and all.cross.
10943
10944Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
10945
10946 * Makefile.in: remove force dependencies, add grep to all.
10947
10948Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
10949
10950 * Makefile.in: drop flex. make stamp files work.
10951
10952 * configure: added test for conflicting configuration in srcdir,
10953 remove trailing slashes from srcdir. Otherwise emacs gdb mode
10954 gets cranky. use relative paths for configure and srcdir
10955 whenever possible. Send some error messages to stderr that were
10956 going to stdout.
10957
10958Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
10959
10960 * Makefile.in: Fix libg++ rule to check for gcc directory
10961 before using gcc/gcc. Also pass XTRAFLAGS.
10962
10963Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
10964
10965 * Makefile.in: added stmp-files so that directories aren't polled
10966 when they are already built.
10967
10968 * configure.texi: fixed a node pointer problem.
10969
10970Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
10971
4bddf3ad 10972 * config.sub configure.in gdb/configure.in
252b5132
RH
10973 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
10974 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
10975 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
10976
10977Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10978
10979 * configure: -recurring becomes -silent. corrected help message
10980 for -site= option.
10981
10982 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
10983
10984Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10985
10986 * configure: when building Makefile for crosses, replace
10987 tooldir and program_prefix. default srcdir from location of
10988 config.sub. remove "for host in hosts" and "for target in
10989 targets" loops.
10990
10991Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10992
10993 * Makefile.in: Do not pass bindir or mandir to cvs.
10994
10995Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
10996
10997 * Makefile.in, configure.in: removed traces of namesubdir,
10998 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
10999 copyrights to '92, changed some from Cygnus to FSF.
11000
11001 * configure.texi: remove most references to multiple hosts,
11002 multiple targets, subdirs, etc.
11003
11004 * configure.man: removed rcsid. reference config.sub not
11005 config.subr.
11006
11007 * Makefile.in: mkdir $(infodir) on install-info.
11008
11009Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
11010
11011 * configure.texi: Explain better about .gdbinit and about
11012 the environment that configure.in sections run in.
11013
11014Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
11015
11016 * configure.in: Ultrix is only a decstation if it's a MIPS.
11017
11018Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
11019
11020 * README: DOC.configure => cfg-paper.texi.
11021
11022Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
11023
11024 * config.sub (near case $os): Don't convert newsos* to bsd!
11025
11026Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
11027
11028 * Makefile.in: Reinstall change from gdb-4.3 that reduces
11029 the number of copies of COPYING that go into the GDB tar file.
11030
11031Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
11032
4bddf3ad 11033 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
11034 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
11035 Fix SCO configuration stuff.
11036
11037Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
11038
11039 * Makefile.in: For libg++, make sure the -I pointing
11040 to the gcc directory goes *after* all the libg++-local -I flags.
11041 Also, move just-gcc dependency from just-libg++ to all-libg++.
11042
11043Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
11044
11045 * configure: Change -x to -f to keep Ultrix /bin/test happy.
11046
11047Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
11048
11049 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
11050
11051Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
11052
11053 * config.sub: Add stratus configuration frags. Also
11054 submitted to FSF.
11055
11056Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
11057
11058 * Makefile.in (DEV_SUPPORT): add configure.man.
11059
11060 * config.sub(Decode manufacturer-specific): add -none*.
11061
11062Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
11063
11064 * Makefile.in: remove form feeds to make Sun's make happy.
11065 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
11066
11067Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
11068
11069 * Makefile.in (AR_FLAGS): Make quieter.
11070
11071Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
11072
11073 * configure.in: Add libg++.
11074 * configure: When verbose, don't output the command line at each
11075 level; it will be unremarkably the same as the previous version,
11076 which will be the same as what the user typed.
11077
11078Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
11079
11080 * configure.in, Makefile.in: fix clean-info, add flex. add
11081 fileutils.
11082
11083 * configure: be less sensitive to spaces in Makefile.in. Do not
11084 look for sources in "..". Doing so breaks subdirectories that
11085 might have their own configure. If a subdir has it's own
11086 configure script, use it.
11087
11088Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
11089
11090 * cfg-paper.texi: some changes suggested by rms.
11091
11092Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
11093
11094 * config.sub: Merge in some small additions from the FSF version,
11095 taken from the gcc distribution, to bring the Cygnus and FSF
11096 versions into closer sync.
11097
11098Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
11099
11100 * configure.in: Changed svr4 references to sysv4.
11101
11102Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
11103
11104 * configure: added -V for version number option.
11105
11106Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
11107
11108 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
11109 renamed from DOC.configure to cfg-paper.texi.
11110
11111Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11112
11113 * configure, config.subr, config.sub: config.subr is now
11114 config.sub again.
11115
11116Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
11117
11118 * configure.texi: new file, in progress.
11119
11120 * Makefile.in: build info file and install the man page for
11121 configure.
11122
11123 * configure.man: new file, first cut.
11124
11125 * configure: find config.subr again now that configuration "none"
11126 has gone. removed all traces of the -ansi option. removed all
11127 traces of the -languages option.
11128
11129 * config.subr: resync from rms.
11130
d932cae7 111311991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
11132
11133 * configure, config.sub, config.subr: merge config.sub into
11134 config.subr, call the result config.subr, remove config.sub, use
11135 config.subr.
11136
11137 * Makefile.in: revised install for dir.info.
11138
d932cae7 111391991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
11140
11141 * configure.in: add decstation host makefile frag.
11142
11143 * Makefile.in: BISON now bison -y again. also install-gcc on
11144 install. clean-gdbm on clean. infodir belongs in datadir.
11145 Make directories for info install. Build dir.info here then
11146 install it.
11147
d932cae7 111481991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
11149
11150 * Makefile.in: fix for bad directory tests.
11151
d932cae7 111521991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
11153
11154 * configure: \{1,2\} appears to be a sysv'ism. Use a different
11155 regexp. -srcdir relative was being handled incorrectly.
11156
11157 * Makefile.in: unwrapped some for loops so that parallel makes
11158 work again and so one can focus one's attention on a particular
11159 package.
11160
d932cae7 111611991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
11162
11163 * configure: added PWD as a stand in for `pwd` (for speed). use
11164 elif wherever possible. make -srcdir work without -objdir.
11165 -objdir= commented out.
11166
d932cae7 111671991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
11168
11169 * configure: +options become --options. -subdirs commented out.
11170 added -host, -datadir. Renamed -destdir to -prefix. Comment in
11171 Makefile now at top of generated Makefile. Removed cvs log
11172 entries. added -srcdir. create .gdbinit only if there is one
11173 in ${srcdir}.
11174
11175 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11176 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11177 and mandir now keyed off datadir by default.
11178
d932cae7 111791991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
11180
11181 * Freshly created ChangeLog.
11182
11183\f
11184Local Variables:
11185mode: change-log
11186left-margin: 8
11187fill-column: 76
11188version-control: never
11189End:
This page took 0.74665 seconds and 4 git commands to generate.