*** empty log message ***
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
b59bea8a
NC
12005-12-27 Leif Ekblad <leif@rdos.net>
2
3 * configure.in: Add support for RDOS target.
4 * configure: Regenerate.
5
d7730bac
NC
62005-12-27 Nick Clifton <nickc@redhat.com>
7
8 PR binutils/1990
9 * libtool.m4: Synchronize with version in GCC sources.
10
c02dabc3
PB
112005-12-20 Paolo Bonzini <bonzini@gnu.org>
12
13 Revert Ada-related part of the previous change.
14
15 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
16 Do not pass.
17 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
18 * Makefile.in: Regenerate.
19 * configure.in: Do not include mt-ppc-aix target fragment.
20 * configure: Regenerate.
21
f6d183c0
PB
222005-12-19 Paolo Bonzini <bonzini@gnu.org>
23
24 * configure.in: Select appropriate fragments for PowerPC/AIX.
25 * configure: Regenerate.
26
27 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
28 BOOT_CFLAGS, BOOT_LDFLAGS.
29 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
30 BOOT_CFLAGS, BOOT_LDFLAGS.
31 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
32 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
33 (stage): Fail if we cannot complete the work.
34 * Makefile.in: Regenerate.
35
f29759fc
JJ
362005-12-16 Jeff Johnston <jjohnstn@redhat.com>
37
38 * COPYING.NEWLIB: Update copyright year for default
39 copyright.
40
1f054001
PB
412005-12-15 Paolo Bonzini <bonzini@gnu.org>
42
43 * Makefile.tpl (all, do-[+make_target+], do-check, install,
44 install-host-nogcc): Don't invoke $(stage) at the end.
45 * Makefile.in: Regenerate.
46
0aed8855
PB
472005-12-14 Paolo Bonzini <bonzini@gnu.org>
48
49 * configure.in: Flip the top-level bootstrap switch.
50 * configure: Regenerate.
51
52 Merge from gcc:
53
54 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
55
56 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
57 $(stage) and $(unstage).
58 (EXTRA_TARGET_FLAGS): Correct double-quoting.
59 (all): Remove stray semicolon.
60 (local-distclean): Don't handle multilib.tmp and multilib.out.
61 (install.all): Set $s for consistency.
62 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
63 check_multilibs setting. Always make the install directory.
64 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
65 Correct @if/@endif.
66 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
67 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
68 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
69 (multilib.out): Remove.
70 * Makefile.in: Regenerated.
71
722005-12-12 Nathan Sidwell <nathan@codesourcery.com>
73
74 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
75 * configure.in: Replace ms1 arch with mt.
76 * configure: Rebuilt.
77
782005-12-05 Paolo Bonzini <bonzini@gnu.org>
79
80 Sync with gcc:
81
4970f871
NS
822005-12-12 Nathan Sidwell <nathan@codesourcery.com>
83
84 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
85 * configure.in: Replace ms1 arch with mt.
86 * configure: Rebuilt.
87
be01d343
PB
882005-12-05 Paolo Bonzini <bonzini@gnu.org>
89
90 Sync with gcc:
91
92 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
93
94 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
95 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
96 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
97 Find in-tree tools if available.
98 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
99 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
100 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
101 (COMPILER_*_FOR_TARGET): New.
102 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
103 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
104 (CONFIGURED_*, USUAL_*): Remove.
105 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
106 STRIP): Use autoconf substitutions.
107 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
108 COMPILER_NM_FOR_TARGET): New.
109 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
110
111 (all): Make all-host and all-target in parallel.
112 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
113 that $$r and $$s are set before invoking a recursive make.
114 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
115 ([+bootstrap-target+]): Inline most of the `all' target.
116
117 2005-11-29 Ben Elliston <bje@au.ibm.com>
118
119 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
120 from the gcc build directory.
121 * Makefile.in: Regenerate.
122
123 2005-11-29 Ben Elliston <bje@au.ibm.com>
124
125 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
126 depend on all-libdecnumber.
127 * configure.in (host_libs): Include libdecnumber.
128 * Makefile.in: Regenerate.
129 * configure: Likewise.
130
131 2005-11-21 Kean Johnston <jkj@sco.com>
132
133 * config.sub, config.guess: Sync from upstream sources.
134
907be67c
DJ
1352005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
136
137 * Makefile.def: Remove gdb dependencies for gdbtk.
138 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
139 (configure-gdb, install-gdb): New rules.
140 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
141 * Makefile.in, configure: Regenerated.
142
e360f423
PB
1432005-10-22 Paolo Bonzini <bonzini@gnu.org>
144
145 PR bootstrap/24297
146 * Makefile.tpl (do-[+make-target+], do-check, install,
147 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
148 are set before recursing.
149 * Makefile.in: Regenerate.
150
45d5eb0a
EB
1512005-10-20 Eric Botcazou <ebotcazou@adacore.com>
152
153 PR bootstrap/18939
154 * Makefile.def (gcc) <target>: Fix thinko.
155 * Makefile.in: Regenerate.
156
3cf3372e
BS
1572005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
158
159 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
160 * configure: Regenerate.
161
bd70a46f
KH
1622005-10-09 Kazu Hirata <kazu@codesourcery.com>
163
164 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
165 target-libffi, target-qthreads, target-libjava, and
166 targetlibobjc.
167 * configure: Regenerate.
168
5ae72758
DJ
1692005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
170
171 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
172 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
173 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
174 (USUAL_OBJDUMP_FOR_TARGET): New.
175 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
176 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 177 * configure, Makefile.in: Regenerated.
5ae72758 178
cc96343e
PB
1792005-10-05 Paolo Bonzini <bonzini@gnu.org>
180
181 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
182 before other host packages.
183
f70224b5
PB
1842005-10-05 Paolo Bonzini <bonzini@gnu.org>
185
186 PR bootstrap/22340
187
188 * configure.in (default_target): Remove.
189 * Makefile.tpl (all): Do not use prerequisites as subroutines
190 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
191 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
192 use prerequisites as subroutines.
193 (check-host, check-target): New.
194 (bootstrap configure & all targets): Do not use stage*-start
195 if the directory layout is already ok.
196 (non-bootstrap configure & all targets): Prepend a $(unstage).
197 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
198 (NOTPARALLEL): Remove.
199 (unstage, stage variables): New variables.
200 (unstage, stage targets): Simply expand to those variables.
201
202 * configure: Regenerate.
203 * Makefile.in: Regenerate.
204
c13c918a
JW
2052005-10-04 James E Wilson <wilson@specifix.com>
206
207 * Makefile.def (lang_env_dependencies): Add libmudflap.
208 * Makefile.in: Regenerate.
209
376a0e54
CM
2102005-10-03 Catherine Moore <clm@cm00re.com>
211
212 * configure.in (bfin-*-*): Support bfin.
213 * configure: Regenerated.
214
d320aacb
L
2152005-09-30 H.J. Lu <hongjiu.lu@intel.com>
216
217 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
218 * configure: Regenerated.
219
7e0f7140
GK
2202005-09-28 Geoffrey Keating <geoffk@apple.com>
221
222 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
223 (LIPO_FOR_TARGET): New.
224 (CONFIGURED_LIPO_FOR_TARGET): New.
225 (USUAL_LIPO_FOR_TARGET): New.
226 (STRIP_FOR_TARGET): New.
227 (CONFIGURED_STRIP_FOR_TARGET): New.
228 (USUAL_STRIP_FOR_TARGET): New.
229 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
230 STRIP_FOR_TARGET.
231 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
232 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
233 * Makefile.in: Regenerate.
234 * configure: Regenerate.
235
096f7d00
DE
2362005-09-19 David Edelsohn <edelsohn@gnu.org>
237
238 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
239 (rs6000-*-aix*): Same.
240 * configure: Regenerate.
241
2422005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
243
244 * configure.in: Recognize f95 in the --enable-languages option,
245 and substitute it for fortran, issuing a warning.
246 * configure: Regenerate.
247
2016dfcc
BE
2482005-09-07 Ben Elliston <bje@au.ibm.com>
249
250 Import from Autoconf sources:
251
252 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
253 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
254 Elliston. Handle weird characters correctly.
255
6dd2fda9
DD
2562005-08-30 Phil Edwards <phil@codesourcery.com>
257
258 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
259 * configure: Regenerated.
260
e6db70d4
RE
2612005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
262
263 * Makefile.def (libssp): Add to lang_env_dependencies.
264 * Makefile.in: Regenerate.
265
e1e3d0f5
CG
2662005-08-17 Christian Groessler <chris@groessler.org>
267
268 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
269 * Makefile.in: Regenerate.
270
05cbd757
PB
2712005-08-12 Paolo Bonzini <bonzini@gnu.org>
272
273 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
274 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
275 Look for alternate names of the target cc and c++
276 * configure: Regenerate.
277
55db4b87
PB
2782005-08-08 Paolo Bonzini <bonzini@gnu.org>
279
280 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
281 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
282 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
283 tools; remove code to manually set them.
284 (Target tools): Look in the environment for them.
285 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
286 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
287 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
288 build directory.
289 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
290 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
291 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
292 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
293 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
294 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
295 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
296 * configure: Regenerate.
297 * Makefile.in: Regenerate.
298
414e5532
MM
2992005-07-27 Mark Mitchell <mark@codesourcery.com>
300
301 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
302 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
303 * Makefile.in: Regenerated.
304
a19b6204
MM
3052005-07-26 Mark Mitchell <mark@codesourcery.com>
306
307 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
308 (CFLAGS_FOR_TARGET): Use it.
309 (CXXFLAGS_FOR_TARGET): Likewise.
310 * Makefile.in: Regenerated.
311 * configure.in (--with-build-sysroot): New option.
312 * configure: Regenerated.
313
b73aa406
PB
3142005-07-24 Paolo Bonzini <bonzini@gnu.org>
315
316 * Makefile.tpl: Wrap install between unstage and stage
317 * Makefile.in: Regenerate.
318
6e4d0bcb
KC
3192005-07-16 Kelley Cook <kcook@gcc.gnu.org>
320
321 * all files: Update FSF address.
322
49f58d10
JB
3232005-07-14 Jim Blandy <jimb@redhat.com>
324
325 * configure.in: Add cases for Renesas m32c.
326 * configure: Regenerated.
327
1d9c9cd7
KC
3282005-07-14 Kelley Cook <kcook@gcc.gnu.org>
329
330 * COPYING, compile, config-ml.in, config.guess,
331 config.sub, install-sh, missing, mkinstalldirs,
332 symlink-tree, ylwrap: Sync from upstream sources.
333
1587117a
EC
3342005-07-13 Eric Christopher <echristo@redhat.com>
335
336 * configure.in: Add toplevel noconfigdir support for tpf.
337 * configure: Regenerate.
338
bb780410
DD
3392005-07-11 Jakub Jelinek <jakub@redhat.com>
340
341 * Makefile.def (target_modules): Add libssp.
342 * configure.in (target_libraries): Add target-libssp.
343 * configure: Rebuilt.
344 * Makefile.in: Rebuilt.
345
064d0a7c
PB
3462005-07-11 Paolo Bonzini <bonzini@gnu.org>
347
348 PR ada/22340
349
350 * Makefile.def: Sync with gcc.
351 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
352 * Makefile.in: Regenerate.
353
b2edd3b5
AS
3542005-07-07 Andreas Schwab <schwab@suse.de>
355
356 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
357 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
358 * Makefile.in: Regenerated.
359
5f128533
KH
3602005-07-07 Kazu Hirata <kazu@codesourcery.com>
361
362 * configure.in: Add --enable-libssp and --disable-libssp.
363 * configure: Regenerate with autoconf-2.13.
364
4e3fc8e5
GK
3652005-07-06 Geoffrey Keating <geoffk@apple.com>
366
367 * configure.in: Don't build sim or rda when targetting darwin.
368 * configure: Regenerate.
369
c7357d6a
BE
3702005-07-04 Ben Elliston <bje@gnu.org>
371
372 * src-release (do-proto-toplev): Remove dejagnu bits.
373 (DEJAGNU_SUPPORT_DIRS): Remove.
374 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
375 (GDBD_SUPPORT_DIRS): Likewise.
376 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
377 (INSIGHTD_SUPPORT_DIRS): Likewise.
378 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
379
3802005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
381
382 * setup.com (mpw): Remove unused directive.
383
7d329e61
PB
3842005-06-22 Paolo Bonzini <bonzini@gnu.org>
385
386 * Makefile.def (stagefeedback): Come after profile.
387 Define profiledbootstrap target.
388 * Makefile.tpl (profiledbootstrap): Remove.
389 (stageprofile-end): Zap stagefeedback.
390 (stagefeedback-start): Copy all .gcda files, not only GCC's.
391 * Makefile.in: Regenerate.
392
e5fbed21
DD
3932005-06-13 Zack Weinberg <zack@codesourcery.com>
394
395 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
396 In 'cpp' stanza, support '#line' as well as '# '.
397
59f7ec45
HPN
3982005-06-07 Hans-Peter Nilsson <hp@axis.com>
399
400 * configure.in (unsupported_languages): New macro.
401 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
402 non-ported target libraries in noconfigdirs.
403 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
404 non-linux-gnu. Remove libgcj_ex_libffi.
405 <lang_frag loop>: Set add_this_lang=no if the language is in
406 unsupported_languages.
407 * configure: Regenerate.
408
c10e9ba7
DD
4092005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
410
411 * configure.in: Fix typo in handling of --with-mpfr-dir.
412 * configure: Regenerate.
413
20deb2b8
JB
4142005-06-02 Jim Blandy <jimb@redhat.com>
415
416 * config.sub: Add cases for the Renesas m32c. (This patch has been
417 accepted into the master sources.)
418
cdb9b172
AH
4192005-06-02 Aldy Hernandez <aldyh@redhat.com>
420 Michael Snyder <msnyder@redhat.com>
421 Stan Cox <scox@redhat.com>
422
423 * configure.in: Set noconfigdirs for ms1.
424
425 * configure: Regenerate.
426
1dc3053f
PB
4272005-05-25 Paolo Bonzini <bonzini@gnu.org>
428
429 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
430 (Dependencies): Consider target modules for bootstrap dependencies.
431 Make target bootstrap modules depend on each stage's gcc.
432 * Makefile.in: Regenerate.
433
c60fe18b
PB
4342005-05-20 Paolo Bonzini <bonzini@gnu.org>
435
436 * Makefile.def (configure-gcc): Depend on binutils having been built.
437 (all-gcc): No need to do it here.
438 * Makefile.in: Regenerate.
439
27258dd4
PB
4402005-05-19 Paul Brook <paul@codesourcery.com>
441
442 * configure.in: Rewrite misleading error message when requested
443 language cannot be built.
444 * configure: Regenerate.
445
42ecbf5e
DJ
4462005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
447
448 * ylwrap: Import from Automake 1.9.5.
449
ae380b45
MS
4502005-05-04 Mike Stump <mrs@apple.com>
451
452 * configure.in: Always pass --target to target configures as
453 otherwise rebuilds that do --recheck will fail.
811d3af8 454 * configure: Rebuilt.
ae380b45 455
d545f33b
PB
4562005-05-04 Paolo Bonzini <bonzini@gnu.org>
457
458 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
459 STAGE_HOST_EXPORTS.
460 (configure, all): Add bootstrap support.
461 (Host modules, target modules): Pass post-stage1 flags and exports.
462 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
463 * Makefile.in: Regenerate.
464
2faa2958
PB
4652005-04-29 Paolo Bonzini <bonzini@gnu.org>
466
467 Sync from gcc:
468
469 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
470
471 * config.sub: Update from master copy.
472
473 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
474
475 * configure.in <crisv32-*-*, cris-*-*>: New local variable
476 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
477 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
478 "*-*-elf" and "*-*-linux*".
479 * configure: Regenerate.
480
a7254363
PB
4812005-04-06 Paolo Bonzini <bonzini@gnu.org>
482
483 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
484 (TARGET_CONFIGARGS): Include --with-target-subdir.
485 (configure, all): New macros. Use them throughout.
486
a8637a7d
PB
4872005-04-05 Paolo Bonzini <bonzini@gnu.org>
488
489 * Makefile.tpl: Sync with gcc.
490 * Makefile.in: Regenerate.
491
dd387d52
JR
4922005-03-30 J"orn Rennecke <joern.rennecke@st.com>
493
494 * config/mh-mingw32: Delete.
495 * configure.in: Don't use it.
496 * configure: Regenerate.
497
e90269c8
PB
4982005-03-31 Paolo Bonzini <bonzini@gnu.org>
499
500 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
501 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
502 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
503 (HOST_LIB_PATH): Generate from Makefile.def.
504 (TARGET_LIB_PATH): Likewise.
505 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
506 * Makefile.in: Regenerate.
507 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
508 (RPATH_ENVVAR): Include Darwin case.
509 * configure: Regenerate.
510
9a237d9e
PB
5112005-03-25 Paolo Bonzini <bonzini@gnu.org>
512
513 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
514 * configure: Regenerate.
515
479759c8
ZW
5162005-03-21 Zack Weinberg <zack@codesourcery.com>
517
518 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
519 gcc_version, and gcc_version_trigger from set of flags to pass.
520 * Makefile.tpl: Remove definitions of above variables.
521 (config.status): Remove dependency on $(gcc_version_trigger).
522 * Makefile.in: Regenerate.
523 * configure.in: Do not reference config/gcc-version.m4 nor
524 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
525 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
526 * configure: Regenerate.
527
4cfaf6d5
DD
5282005-03-16 Manfred Hollstein <manfred.h@gmx.net>
529 Andrew Pinski <pinskia@physics.uc.edu>
530
531 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
532 * Makefile.in: Regenerate.
533
33a3fb7b
AO
5342005-03-01 Alexandre Oliva <aoliva@redhat.com>
535
536 PR libgcj/20160
537 * ltmain.sh: Avoid creating archives with components that have
538 duplicate basenames.
539
2da12f12
PB
5402005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
541
479759c8
ZW
542 PR bootstrap/20250
543 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
544 instead of check.
545 * Makefile.in: Regenerate.
2da12f12 546
b00612cc
PB
5472005-02-28 Paolo Bonzini <bonzini@gnu.org>
548
549 Sync from gcc.
550
551 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
552
553 PR bootstrap/17383
554 * Makefile.def (target_modules): Remove "stage", now unnecessary.
555 * Makefile.tpl (HOST_SUBDIR): New substitution.
556 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
557 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
558 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
559 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
560 (Host modules, Bootstrapped modules): Use it.
561 (Build modules, Target modules): Do not create symlink trees,
562 always configure out-of-srcdir.
563 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
564 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
565 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
566 $(HOST_SUBDIR). Create a symlink for host_subdir.
567
568 * Makefile.in: Regenerate.
569 * configure: Regenerate.
570
571 Merged from libada-gnattools-branch:
572 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
573
574 * Makefile.def: Add gnattools as a module, depending on target-libada.
575 * Makefile.in: Regenerate.
576 * configure.in: Include gnattools in host_tools; disable it if ada
577 is disabled.
578 * configure: Regenerate.
579
c3e65f62
NC
5802005-02-23 Nick Clifton <nickc@redhat.com>
581
582 * configure: Regenerate.
583
e4d180c2
NC
5842005-02-22 Paul Schlie <schlie@comcast.net>
585
586 * configure.in: Allow darwin targeted ports to build tk, itcl and
587 libgui.
588
e3c770b1
EB
5892005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
590
591 PR libgcj/10353
592 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
593 * configure: Regenerate.
594
9c73618c
AC
5952005-02-08 Andrew Cagney <cagney@gnu.org>
596
597 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
598 gdb/ section. Update GDB's URL.
599
c46f8c51
AC
6002005-01-31 Andrew Cagney <cagney@gnu.org>
601
602 * gettext.m4: Only set ENABLE_NLS when gettext is present.
603
c7e66c6d
HPN
6042005-01-29 Hans-Peter Nilsson <hp@axis.com>
605
606 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
607 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
608 target-libgloss when not *-*-elf and *-*-aout.
609 * configure: Regenerate.
610
a53bf506
AC
6112005-01-27 Andrew Cagney <cagney@gnu.org>
612
613 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
614
45181ed1
AC
6152005-01-24 Andrew Cagney <cagney@gnu.org>
616
617 * gettext.m4: Only fall back to ../intl/ when it's present.
618
a1e0f4e4
KC
6192005-01-17 Kelley Cook <kcook@gcc.gnu.org>
620
621 * install-sh, config.sub: Import from upstream.
622
6232005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
624
625 PR bootstrap/18222
626 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
627 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
628 * Makefile.in: Regenerate.
629
c50382e2
PB
6302005-01-03 Paolo Bonzini <bonzini@gnu.org>
631
632 Revert 2004-12-28 Makefile changes, a better fix will be
633 applied to mainline and src after GCC 4.0 branches.
634
11d07737
PB
6352004-12-28 Paolo Bonzini <bonzini@gnu.org>
636
637 PR bootstrap/17383
638
639 * Makefile.def (target_modules): Remove stage parameter,
640 it is always true now.
641 * Makefile.tpl (configure-build-[+module+],
642 configure-target-[+module+]): Always build symlink tree
643 for the directory and for include. BUILD_SUBDIR and
644 TARGET_SUBDIR cannot be . anymore.
645 * Makefile.in: Regenerate.
646
dadfdbe2
DD
6472004-12-25 David Edelsohn <edelsohn@gnu.org>
648
649 Revert 2004-12-08 Makefile changes.
650
dbf85af7
JR
6512004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
652
653 * configure.in (sh64-*-*): Reenable gprof.
654 * configure: Regenerate.
655
6b8fea99
JB
6562004-12-09 Jim Blandy <jimb@redhat.com>
657
658 * MAINTAINERS: List 'depcomp' as part of automake.
659
7341462c
DE
6602004-12-08 David Edelsohn <edelsohn@gnu.org>
661
662 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
663 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
664 (EXTRA_TARGET_FLAGS): Add PICFLAG.
665 * Makefile.in: Regenerate.
666
21fde4dc
DD
6672004-12-07 Matt Kraai <kraai@ftbfs.org>
668
669 * Makefile.tpl: Generate normal dependencies if the LHS module is
670 not bootstrapped.
671 * Makefile.in: Regenerate.
672
3da796a2
RS
6732004-12-03 Richard Sandiford <rsandifo@redhat.com>
674
675 * configure.in: Include config/gxx-include-dir.m4. Use
676 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
677 * configure: Regenerate.
678
73fb7068
RS
6792004-12-03 Richard Sandiford <rsandifo@redhat.com>
680
681 * config.if: Delete.
682 * configure.in: Set libstdcxx_incdir directly.
683 * configure: Regenerate.
684 * MAINTAINERS: Remove mention of config.if.
685 * src-release (DEVO_SUPPORT): Remove config.if.
686
6c8e6ce9
EC
6872004-12-02 Eric Christopher <echristo@redhat.com>
688
3b6098f8
EC
689 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
690 of things to remove.
6c8e6ce9 691 * Makefile.in: Regenerate.
479759c8 692
b8658a2f
RS
6932004-12-02 Richard Sandiford <rsandifo@redhat.com>
694
695 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
696 * configure: Regenerate.
697
afefada0
RS
6982004-12-02 Richard Sandiford <rsandifo@redhat.com>
699
700 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
701 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
702 * configure: Regenerate.
703
5dcac624
DA
7042004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
705
706 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
707 (hppa*64*-*-*): Delete incorrect comment.
708 * configure: Rebuilt.
709
57d1eb1a
DD
7102004-11-15 Kelley Cook <kcook@gcc.gnu.org>
711
712 * install-sh, compile: Import from automake.
713
7142004-11-15 Kelley Cook <kcook@gcc.gnu.org>
715
716 * config.guess, config.sub: Import from savannnah.
717
6d389afc
MS
7182004-11-12 Mike Stump <mrs@apple.com>
719
720 * Makefile.def: Add html support.
721 * Makefile.tpl: Likewise.
722 * Makefile.in: Regenerate.
723
69e57115
GK
7242004-11-11 Geoffrey Keating <geoffk@apple.com>
725
726 PR 18423
727 * configure.in: Remove all instances of build-fixincludes from
728 noconfigdirs.
729 (build_configargs): Supply --target to subdirectories.
730 * configure: Regenerate.
731
732 * Makefile.def: Make gcc install depend on fixincludes install.
733 * Makefile.in: Regenerate.
734
ba719b26
HPN
7352004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
736
737 * configure.in (noconfigdirs) [mmix-*-*]: Disable
738 target-libgfortran.
739 * configure: Regenerate.
740
c37653e7
DE
7412004-11-07 David Edelsohn <edelsohn@gnu.org>
742
743 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
744 like CC.
745
1eefd493
PB
7462004-11-05 Paolo Bonzini <bonzini@gnu.org>
747
748 * Makefile.def (host fixincludes): Specify missing targets.
749 * Makefile.in: Regenerate.
750
02b1af09
L
7512004-11-04 H.J. Lu <hongjiu.lu@intel.com>
752
753 PR other/17783
754 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
755 * configure: Regenerated.
756
7f266840
DJ
7572004-11-04 Daniel Jacobowitz <dan@debian.org>
758
759 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
760 * configure: Regenerated.
761
47444073
AL
7622004-10-28 Eric B. Weddington <ericw@evcohs.com>
763
764 PR target/18151
765 * configure.in (case ${target}): Do not build fixincludes for avr.
766 * configure: Regenerated.
767
caeba88f
AL
7682004-10-26 Paolo Bonzini <bonzini@gnu.org>
769
770 * configure.in (case ${target}): Do not build fixincludes
771 on platforms where it is not used.
772 * configure: Regenerated.
773
0fdbe983
DJ
7742004-10-23 Daniel Jacobowitz <dan@debian.org>
775
776 * configure.in: Use an absolute path to install-sh.
777 * configure: Regenerated.
778
1c0f67c1
AC
7792004-10-19 Andrew Cagney <cagney@gnu.org>
780
781 * src-release (do-djunpack, do-md5sum): Install the generated file
782 directly into the proto-toplev/ directory.
479759c8 783
a9cfce9c
AC
7842004-10-19 Andrew Cagney <cagney@gnu.org>
785
786 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
787
ac0fa625
DD
7882004-10-12 Kelley Cook <kcook@gcc.gnu.org>
789
790 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
791 * configure: Regenerate.
792
d27cc32e
PB
7932004-10-06 Paolo Bonzini <bonzini@gnu.org>
794
795 Fix wrong conflict resolution in:
796
797 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
798
799 * Makefile.in: Regenerate.
800 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
801 in the recursive `make', instead of hardwiring `all'.
802 (Autogenerated TARGET-* variables): New.
803
1763908f
UW
8042004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
805
806 Merged from GCC / libtool upstream:
807 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
808 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
809 * ltcf-cxx.sh (tpf*): Likewise.
810 * ltconfig (tpf*): Add TPF OS configuration support.
811
0490e016
NC
8122004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
813
814 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 815 * configure: Regenerate.
0490e016 816
32be62b5
RS
8172004-09-24 Michael Roth <mroth@nessie.de>
818
819 * configure.in (--without-headers): Add missing double quotes.
820 * configure: Regenerate.
821
6048df60
DD
8222004-09-24 Kelley Cook <kcook@gcc.gnu.org>
823
824 * ylwrap: Revert to previous version.
825
315b3b02
L
8262004-09-23 H.J. Lu <hongjiu.lu@intel.com>
827
6048df60 828 PR bootstrap/17369
315b3b02
L
829 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
830 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
831 SET_GCC_LIB_PATH_CMD.
832 (BASE_TARGET_EXPORTS): Likewise.
833 * Makefile.in: Regenerated.
834
835 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
836 * configure: Regenerated.
837
fe69863c
DD
8382004-09-23 Kelley Cook <kcook@gcc.gnu.org>
839
840 * config.guess: New upstream version
841 * compile, depcomp, install-sh, ylwrap: Likewise.
842
8432004-09-19 Roger Sayle <roger@eyesopen.com>
844
845 * config/mh-x86omitfp: New host makefile fragment. Add
846 -fomit-frame-pointer to the default BOOT_CFLAGS.
847 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
848 * configure: Regenerate.
849
8502004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
851
852 PR target/11572
853 * configure.in (*-*-darwin*): Renable libobjc.
854 * configure: Regenerate.
855
be75bbe1 8562004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 857
be75bbe1
DB
858 * Makefile.def: Remove libbanshee.
859 * Makefile.tpl: Ditto.
860 * configure.in: Ditto.
861 * Makefile.in: Regen.
862 * configure: Ditto.
863
1b882a91
PB
8642004-09-07 Paolo Bonzini <bonzini@gnu.org>
865
866 * missing: Import latest version from master repository.
867
eb1352ed
NC
8682004-09-04 Nick Clifton <nickc@redhat.com>
869
870 * config.sub: Import latest version from master repository.
871 * config.guess: Likewise.
872 This includes these changes:
479759c8 873
eb1352ed
NC
874 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
875
876 * config.sub: Handle crisv32, alias etraxfs.
877 * config.guess (crisv32:Linux:*:*): Handle.
878
879 2004-08-13 Brad Smith <brad@comstyle.com>
880
881 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
882 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
883
884 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
885
886 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
887 assume the processor is a powerpc. This is because coreutils
888 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
889 in this case, due to a MacOS X bug that causes
890 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
891 to return a negative number.
892 Problem reported by Petter Reinholdtsen in:
893 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
894
895 2004-07-19 Ben Elliston <bje@gnu.org>
896
897 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
898
899 2004-06-24 Ben Elliston <bje@gnu.org>
900
901 * config.guess: Update copyright years.
902 * config.sub: Likewise.
903
904 2004-06-22 Robert Millan <robertmh@gnu.org>
905
906 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
907 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
908
909 2004-06-22 Stanley F. Quayle <stan@stanq.com>
910
911 * config.guess (*:*VMS:*:*): New entry. Replaces
912 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
913 manufacturer.
914
915 2004-06-22 Ben Elliston <bje@gnu.org>
916
917 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
918 * config.sub: Likewise.
919
920 2004-06-22 Ben Elliston <bje@gnu.org>
921
922 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
923 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
924
925 2004-06-11 Ben Elliston <bje@gnu.org>
926
927 * config.guess (pegasos:OpenBSD:*:*): Remove.
928
929 2004-06-11 Ben Elliston <bje@gnu.org>
930
931 From Wouter Verhelst <wouter@grep.be>:
932 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
933
934 2004-06-11 Ben Elliston <bje@gnu.org>
935
936 * config.guess (luna88k:OpenBSD:*:*): New.
937
938 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
939
940 * config.guess (m32r*:Linux:*:*): New case.
941 * config.sub: Handle m32rle.
942
943 2004-03-12 Ben Elliston <bje@wasabisystems.com>
944
945 From Jens Petersen <petersen@redhat.com>:
946 * config.sub: Handle sparcv8.
947
948 2004-03-03 Ben Elliston <bje@wasabisystems.com>
949
950 From Tom Smith <smith@cag.lkg.hp.com>:
951 * config.guess: Version suffixes are equally significant on Tru64
952 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
953 prefix of "P" (patched kernel).
954
955 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
956
957 * config.sub: Add support for National Semiconductor CRX target.
958
2a3124ca 9592004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 960
2a3124ca
RH
961 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
962 *-*-netware, but add target-libmudflap.
963 Consolidate *-*-netware targets (of which really only i?86 exists)
964 into a single entry.
965 * configure: Likewise.
966
0df3d27f
PB
9672004-09-01 Paolo Bonzini <bonzini@gnu.org>
968
969 * Makefile.tpl (sorry): Remove.
970 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
971 (cleanstrap targets): Depend on distclean, not distclean-stage1.
972 (do-clean): Clean per-stage directories too.
973 (do-distclean): Run distclean-stage1 too.
974 (.NOTPARALLEL): Enable during toplevel bootstrap.
975 (stage[+id+]-bubble): Enable parallel execution during
976 the recursive invocation.
977 * Makefile.in: Regenerate.
978
979 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
980
981 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
982
983 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
984 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
985 * configure: regenerate
479759c8
ZW
986 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
987 -mdynamic-no-pic
0df3d27f
PB
988
9892004-08-31 Paolo Bonzini <bonzini@gnu.org>
990
991 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
992 include.
993 * configure.in: Fix indentation.
994 * configure: Regenerate.
995
ee025550
PB
9962004-08-31 Paolo Bonzini <bonzini@gnu.org>
997
998 * Makefile.def (build_modules): Add fixincludes.
999 (dependencies): Make gcc depend on fixincludes.
1000 * configure.in (build_tools): Add fixincludes.
1001 (build_configdirs): Always include build_libs.
1002 * Makefile.in: Regenerate.
1003 * configure: Regenerate.
1004
10052004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
1006
1007 * Makefile.def (bootstrap stages): Add 'lean' parameter.
1008 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
1009 phony targets; do not generate timestamp files.
1010 (distclean-stageN): Remove references to their timestamp files.
1011 (restageN, touch-stageN): Remove.
1012 (stageN-bubble): Rewritten.
1013 (compare): Support lean bootstraps.
1014 * Makefile.in: Regenerate.
1015
1016 * configure.in: Only warn when bootstrapping but
1017 build != host or build != target. Support lean bootstraps.
1018 * configure: Regenerate.
1019
1020 Sync from gcc:
1021 2004-08-26 Phil Edwards <phil@codesourcery.com>
1022
1023 * configure.in: Give a better error message if GMP/MPFR are missing
1024 and a language needing them has been requested.
1025 * configure: Regenerated.
1026
1027 2004-08-25 Phil Edwards <phil@codesourcery.com>
1028
1029 * configure.in: Print a list of available language front-ends if
1030 a requested one is missing. Tidy stray tab characters.
1031 * configure: Regenerated.
1032
72b2455a
PB
10332004-08-17 Paolo Bonzini <bonzini@gnu.org>
1034
1035 * Makefile.in: Regenerate.
1036 * configure: Regenerate.
1037
1038 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
1039 stage_*_flags.
1040 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
1041 for bootstrapped modules if toplevel bootstrap is going.
1042 (GCC bootstrap): Generate per-stage targets for all bootstrapped
1043 modules. Adjust for changes in Makefile.def. Enable several
1044 rules even in non-bootstrap mode, just to avoid peppering the
1045 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
1046 (stage-[+prev+]-bubble): Remove.
1047
1048 * Makefile.def (Dependencies): Depend on all-build-bison,
1049 all-build-flex, all-build-byacc, all-build-texinfo, rather
1050 than the host variations.
1051 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
1052 with BUILD_SUBDIR.
1053 (BISON): Update for recent Bisons.
1054 (YACC): Fix typo.
1055 (cross): Depend on all-build.
1056 (all): Do not depend on all-build.
1057 (prebootstrap): Remove.
1058 (dep-kind): Accept separate prefixes for MODULE and ON variables.
1059 (Prebootstrap dependencies): Add them to the per-stage targets
1060 and to all-prebootstrap.
1061 * configure.in (build_configdirs): Always enable build_tools.
1062 (BUILD_DIR_PREFIX): Remove.
1063
1064 * Makefile.def (gcc): Add target variable.
1065 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
1066 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1067 in the recursive `make', instead of hardwiring `all'.
1068 (Autogenerated TARGET-* variables): New.
1069
de0b4a87
JW
10702004-08-17 Robert Millan <robertmh@gnu.org>
1071
1072 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
1073 (instead of FreeBSD).
1074 * configure: Regenerate.
1075
ad681c85
NN
10762004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
1077
675c6968
NN
1078 * Makefile.def, configure.in, src-release: Remove useless, bogus
1079 references to tix.
1080 * Makefile.in, configure: Regenerate.
1081
ad681c85
NN
1082 * src-release: Stop distributing mmalloc with gdb (which doesn't
1083 use it).
1084 * Makefile.def: GDB doesn't depend on mmalloc anymore.
1085 * Makefile.in: Regenerate.
1086
11b04d1f
DD
10872004-08-09 Mark Mitchell <mark@codesourcery.com>
1088
1089 * configure.in (arm*-*-eabi*): New target.
1090 * configure: Regenerate.
1091
f2420bea
NN
10922004-08-01 Robert Millan <robertmh@gnu.org>
1093
1094 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
1095 libmudflap for all GNU-based systems (with Glibc).
1096 * configure: Regenerate.
1097
9e6ce191
PB
10982004-08-06 Paolo Bonzini <bonzini@gnu.org>
1099
1100 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
1101 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
1102 (Dependencies): New section.
1103 * Makefile.tpl (Dependencies): Generate from Makefile.def.
1104 (configure-target-[+module+]): Depend on maybe-all-gcc
1105 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
1106 (toplevel profiledbootstrap): Fix dependencies.
1107 * Makefile.in: Regenerate.
1108
df4a6958
MM
11092004-08-03 Mark Mitchell <mark@codesourcery.com>
1110
1111 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
1112 target-libiberty to noconfigdirs.
1113
11b04d1f
DD
11142004-08-03 Paul Brook <paul@codesourcery.com>
1115
1116 * configure.in: Check for MPFR as well as GMP.
1117 * configure: Regenerate.
1118
b813574b
PB
11192004-08-03 Paolo Bonzini <bonzini@gnu.org>
1120
1121 * Makefile.def (host-modules): Add gcc.
1122 * Makefile.in: Regenerate.
1123 * Makefile.tpl (sorry): New rule.
1124 (configure-host, all-host, [+make_target+]-host, do-check,
1125 install-host): Do not add gcc as a special case.
1126 (host modules): Add a small special-casing for gcc. Export
1127 extra_make_flags through the environment.
1128 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
1129 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
1130 other recursive targets for gcc): Remove.
1131
1132 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
1133 (stage, unstage): New rules.
1134 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
1135 distclean-stage[+id+]): Use stage_current.
1136 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
1137 the stage*-start rules.
1138
61edac0c
JW
11392004-07-19 Robert Millan <robertmh@gnu.org>
1140
1141 Synced from gcc:
1142
1143 2004-04-26 Robert Millan <robertmh@gnu.org>
1144
1145 Add patches from libtool CVS.
1146 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
1147 * ltconfig: Likewise.
1148 * ltcf-c.sh: Likewise.
1149 * ltcf-cxx.sh: Likewise.
1150 * ltcf-gcj.sh: Likewise.
1151
3e707e94
PB
11522004-07-12 Paolo Bonzini <bonzini@gnu.org>
1153
1154 * configure.in: Add noconfigdirs for crx-*-*.
1155 * configure: Regenerate.
1156
11572004-07-12 Paolo Bonzini <bonzini@gnu.org>
1158
1159 Synced from gcc:
1160
1161 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
1162
1163 * configure.in: Build libmudflap by default on FreeBSD.
1164 * configure: Regenerated.
1165
1166 2004-07-09 Mark Mitchell <mark@codesourcery.com>
1167
1168 * configure.in: Do not build libmudflap by default on non-GNU/Linux
1169 systems.
1170 * configure: Regenerated.
1171
1172 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1173
1174 PR target/16344
1175 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
1176 feedback based compiler.
1177 * Makefile.in: Rebuilt.
1178
1179 2004-07-05 Phil Edwards <phil@codesourcery.com>
1180
1181 * configure.in: Do not prepend $srcdir to /dev/null in
1182 makefile fragments.
1183 * configure: Regenerate.
1184
a7ee7660
AO
11852004-07-08 Alexandre Oliva <aoliva@redhat.com>
1186
1187 * Makefile.def (host_modules): Set bootstrap=true for flex.
1188 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
1189 * Makefile.in: Rebuilt.
1190
6a9cf61e
PB
11912004-07-01 Paolo Bonzini <bonzini@gnu.org>
1192
1193 * Makefile.def (build_modules): Add bison, byacc, flex,
1194 m4, texinfo.
1195 (flags_to_pass): Add FLEX.
1196 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
1197 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
1198 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
1199 DEFAULT_MAKEINFO): Remove.
1200 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
1201 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
1202 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
1203 objdir or else use configured tool.
1204 (all-build): New.
1205 (all): Depend on it.
1206 (Build module dependencies): Add.
1207 * Makefile.in: Regenerate.
1208 * configure.in: Better support for multiple build modules,
1209 matching what is done for host/target modules. Do not look
1210 for "plausible" locations of build tools if Canadian cross.
1211 Use autoconf's AC_PROG_CC to find a C compiler. Define
1212 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
1213 * configure: Regenerate.
1214
95b6a1f2
PB
12152004-06-22 Paolo Bonzini <bonzini@gnu.org>
1216
1217 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
1218 * Makefile.in: Regenerate.
1219
7ffa0b57
PB
12202004-06-22 Paolo Bonzini <bonzini@gnu.org>
1221
1222 * Makefile.tpl (configure-build-[+module+],
1223 configure-[+module+], configure-target-[+module+]): Pass
1224 [+extra_configure_args+].
1225 (all-build-[+module+], all-[+module+], check-[+module+],
1226 install-[+module+], [+make_target+]-[+module+],
1227 all-target-[+module+], check-target-[+module+],
1228 install-target-[+module+], [+make_target+]-target-[+module+]):
1229 Pass [+extra_make_args+].
1230 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
1231 (GCC_HOST_EXPORTS): Remove.
1232 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
1233 cross, check-gcc, check-gcc-c++, install-gcc,
1234 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
1235 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
1236 * Makefile.in: Regenerate.
1237
929ba6e7
CF
12382004-06-21 Christopher Faylor <cgf@alum.bu.edu>
1239
1240 * configure.in: Check for srcdir/winsup rather than build directory
1241 winsup.
1242 * configure: Regenerate.
1243
b76d7de0
CV
12442004-06-17 Corinna Vinschen <vinschen@redhat.com>
1245
1246 * configure.in: Don't build Cygwin native newlib if winsup
1247 directory is missing. Emit warning instead.
1248 * configure: Regenerate.
1249
656fdd47
PB
12502004-06-09 Paolo Bonzini <bonzini@gnu.org>
1251
1252 * Makefile.tpl (touch-stage[+id+]): New.
1253 (restage[+prev+]): Depend on touch-stage[+id+].
1254
1255 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
1256 Use it throughout.
1257
1258 * Makefile.def: Add profile and feedback bootstrap stages.
1259 Remove next field from bootstrap stages.
1260 * Makefile.tpl (LN, LN_S): Substitute.
1261 (stageN-start, stageN-end): Use double-colon rules, to
1262 provide a hook for additional setup commands.
1263 (distclean-stageN-gcc, restageN): Create dependencies from
1264 [+prev+], not from [+next+].
1265 (stageN-bubble): Add commands for successive stages from
1266 [+prev+], using double-colon rules.
1267 (all-stageN-gcc): Fix typo.
1268 (stagefeedback-start, profiledbootstrap): New.
1269 * Makefile.in: Regenerate.
1270 * configure.in: Call ACX_PROG_LN.
1271 * configure: Regenerate.
1272
498d4a71
CF
12732004-06-03 Paolo Bonzini <bonzini@gnu.org>
1274
1275 * configure.in: Fix --enable-bootstrap breakage introduced in trees
1276 without gcc.
1277 * configure: Regenerate.
1278
377d8c42
PB
12792004-06-01 Paolo Bonzini <bonzini@gnu.org>
1280
1281 * Makefile.tpl: Fix typo.
1282 * Makefile.in: Regenerate.
1283
f5f8a794
PB
12842004-06-01 Paolo Bonzini <bonzini@gnu.org>
1285
1286 * configure.in: Remove new- prefix from toplevel
1287 bootstrap targets.
1288 * configure: Regenerate.
1289
f7a4c34f
PB
12902004-06-01 Paolo Bonzini <bonzini@gnu.org>
1291
1292 Merge this patch from the gcc tree:
1293
1294 2004-05-30 Andreas Jaeger <aj@suse.de>
1295 Jim Wilson <wilson@specifixinc.com>
1296
1297 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
1298 like CC.
1299
319cab08
PB
13002004-06-01 Paolo Bonzini <bonzini@gnu.org>
1301
1302 * Makefile.tpl (all.normal): Rename to all.
1303 (all): Replace with a rule to pick the default
1304 target from configure.
1305 (all-gcc, configure-gcc): Use conditionals to
1306 do nothing when toplevel bootstrap is going on.
1307 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
1308 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
1309 * configure.in: Support --enable-bootstrap.
1310
1311 * Makefile.def: Remove new- prefix from toplevel
1312 bootstrap targets.
1313 * Makefile.tpl: Likewise.
1314
1315 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
1316 target.
1317
1318 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
1319 $(RECURSE_FLAGS) to recursive invocation of make.
1320
1321 * Makefile.in: Regenerate.
1322 * configure: Regenerate.
1323
88f64edc
DJ
13242004-05-27 Daniel Jacobowitz <dan@debian.org>
1325
1326 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
1327 * configure: Regenerate.
1328
378fce5b
DD
13292004-05-25 Daniel Jacobowitz <drow@false.org>
1330
1331 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
1332 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
1333 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
1334 targets.
1335 * Makefile.in: Regenerate.
1336
dfdffa2c
PB
13372005-05-24 Paolo Bonzini <bonzini@gnu.org>
1338
1339 * configure.in: Test the ability to symlink directories.
1340 * configure: Regenerate.
1341
1342 * Makefile.def (bootstrap-stage): New definitions.
1343 * Makefile.tpl (configure-stage1-gcc,
1344 configure-stage2-gcc, configure-stage3-gcc,
1345 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
1346 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
1347 new-restage3, compare): Autogenerate, see Makefile.in
1348 entry for behavioral changes.
1349 (distclean-stage1, new-stage1-start, new-stage1-end,
1350 new-stage1-bubble, distclean-stage2, new-stage2-start,
1351 new-stage2-end, new-stage2-bubble, distclean-stage3,
1352 new-stage3-start, new-stage3-end): New autogenerated targets.
1353 (objext, prebootstrap, BOOT_CFLAGS,
1354 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
1355 targets.
1356
1357 * Makefile.in: Regenerate.
1358 (distclean-stage1, new-stage1-start, new-stage1-end,
1359 new-stage1-bubble, distclean-stage2, new-stage2-start,
1360 new-stage2-end, new-stage2-bubble, distclean-stage3,
1361 new-stage3-start, new-stage3-end): New targets.
1362 (all-stage1-gcc): Move prebootstrap dependency from here...
1363 (configure-stage1-gcc): ...to here.
1364 (new-bootstrap): Use bubble targets.
1365 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1366 Use per-stage distclean targets.
1367 (configure-stage1-gcc, configure-stage2-gcc,
1368 configure-stage3-gcc, all-stage1-gcc,
1369 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
1370 Use new-stageN-start to prepare the tree.
1371
04cf1b77
PB
13722004-05-23 Paolo Bonzini <bonzini@gnu.org>
1373
1374 * Makefile.def (host_modules): add libcpp.
1375 * Makefile.tpl: Add dependencies on and for libcpp.
1376 * Makefile.in: Regenerate.
1377 * configure.in: Add libcpp host module.
1378 * configure: Regenerate.
1379
80b200a1
ZW
13802004-05-17 Zack Weinberg <zack@codesourcery.com>
1381
1382 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
1383 of libf2c.
1384 * configure, Makefile.in: Regenerate.
1385
4b1cb4fe
DD
13862004-05-13 Diego Novillo <dnovillo@redhat.com>
1387
1388 Merge from tree-ssa-20020619-branch.
1389
1390 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
1391 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
1392 (HOST_GMPLIBS): Define.
1393 (HOST_GMPINC): Define.
1394 (TARGET_LIB_PATH): Add libmudflap.
1395 (GFORTRAN_FOR_TARGET): Define.
1396 (configure-build*): Export GFORTRAN.
1397 (configure-gcc): Export GMPLIBS and GMPINC.
1398 (all-gcc): Add maybe-all-libbanshee.
1399 (configure-target-libgfortran): Define.
1400 * Makefile.in: Regenerate.
1401 * configure.in (host_libs): Add libbanshee.
1402 (target_libraries): Add target-libmudflap and target-libgfortran.
1403 Add --with-libbanshee.
1404 Handle --disable-libmudflap.
1405 (*-*-freebsd*): Use with_gmp.
1406 Add $(libgcj) to noconfigdirs.
1407 * configure: Regenerate.
1408 * depcomp: New file.
1409 * MAINTAINERS: Add tree-ssa maintainers.
1410
14112004-04-28 Paolo Bonzini <bonzini@gnu.org>
1412
1413 * config/acx.m4: Fix fastcompare support for new-bootstrap.
1414 * configure: Regenerate.
1415
b8908782
DD
14162004-04-27 Paolo Bonzini <bonzini@gnu.org>
1417
1418 Revert:
1419 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
1420
1421 * Makefile.def (flags_to_pass): Remove *dir variables that
1422 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1423 as well as prefix and exec_prefix.
1424 * Makefile.in: Regenerate.
1425
14262004-04-26 Paolo Bonzini <bonzini@gnu.org>
1427
1428 * Makefile.def (host_modules): Mark with the bootstrap
1429 flag packages on which gcc depends.
1430 * Makefile.tpl (all-bootstrap): Use it.
1431 * Makefile.in: Regenerate.
1432
14332004-04-26 Paolo Bonzini <bonzini@gnu.org>
1434
1435 * Makefile.def (flags_to_pass): Remove *dir variables that
1436 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
1437 as well as prefix and exec_prefix.
1438 * Makefile.in: Regenerate.
1439
14402004-04-26 Paolo Bonzini <bonzini@gnu.org>
1441
80b200a1
ZW
1442 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
1443 * configure: Regenerate.
1444 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
1445 * gcc/Makefile.tpl (compare): Use the result of the test.
1446 * gcc/Makefile.in: Regenerate.
b8908782
DD
1447
14482004-04-23 Paolo Bonzini <bonzini@gnu.org>
1449
1450 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
1451 Always relocate gcc and prev-gcc to the original names, even
1452 if the build fails.
1453 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1454 New targets.
1455
0f260896
RO
14562004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1457
1458 * configure.in (mips*-*-irix5*): Enable ld.
1459 * configure: Regenerate.
1460
51860f05
JW
14612004-04-15 James E Wilson <wilson@specifixinc.com>
1462
1463 * Makefile.tpl (configure-[+module+], configure-gcc,
1464 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
1465 Set and export LDFLAGS.
1466 * Makefile.in: Regenerate.
1467
54752a6b
NN
14682004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
1469
1470 PR bootstrap/14871
1471 * Makefile.tpl: If we don't have built-in-tree target tools,
1472 use the ones found by configure rather than hacking around with
1473 program_transform_name.
1474 * configure.in: Give Makefile.tpl the information necessary
1475 to do that.
1476 * Makefile.in: Regenerate.
1477 * configure: Regenerate.
1478
14792004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
1480
1481 PR bootstrap/14760
1482 * configure.in: When computing baseargs, strip *all* copies of
1483 offending options. Also, don't match/substitute the trailing space,
1484 so that this actually works when two similar options are separated by
1485 only one space.
1486 * configure: Regenerate.
1487
14882004-04-06 David Edelsohn <edelsohn@gnu.org>
1489
80b200a1
ZW
1490 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
1491 (rs6000-*-aix*): Same.
1492 * configure: Regenerate.
54752a6b 1493
5e2b61fb
SS
14942004-03-25 Stan Shebs <shebs@apple.com>
1495
1496 Remove MPW support, no longer used.
1497 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
1498 mpw-install: Remove files.
1499 * src-release (DEVO_SUPPORT): Remove names of removed files.
1500 * MAINTAINERS: Likewise.
1501
1a6f2dc7
NN
15022004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
1503
a0049f1b
NN
1504 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
1505 STRICT_WARN, WARN_CFLAGS flags passed down to make.
1506 * Makefile.in: Regenerate.
1507
1a6f2dc7
NN
1508 * configure.in (top level bootstrap support): Rework --enable-werror
1509 to set @stage2_werror_flag@.
1510 * configure: Regenerate.
1511 * Makefile.tpl (top level bootstrap support): Pass
1512 @stage2_werror_flag@ down to configure in stages 2 and 3.
1513 * Makefile.in: Regenerate.
1514
920e3419
NN
15152004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
1516
1517 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
1518 for stages 2 and 3 as well as in make. As a consequence, remove
1519 OUTPUT_OPTION (now detected by configure) from the flags passed down
1520 to make.
1521 * Makefile.in: Regenerate.
1522
1523 * Makefile.tpl (new-bootstrap): Fix typo.
1524 * Makefile.in: Regenerate.
1525
4fa63067
NN
15262004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
1527
1528 * Makefile.tpl: Rearrange by moving recursive_targets rules
1529 into their proper sections.
1530 * Makefile.tpl (top level bootstrap support): Move disabling
1531 of coverage flags from 'make' to 'configure'; improve comments.
1532 * Makefile.in: Regenerate.
1533
1534 * Makefile.tpl (experimental top level bootstrap) Move stage1
1535 language setting from all- target to configure- target; disable
1536 intermodule optimization in stage 1; prevent gratuitous rebuilds
1537 of stage 1.
1538 * Makefile.in: Regenerate.
1539 * configure.in: Comma-separate stage 1 language list for top
1540 level bootstrap.
1541 * configure: Regenerate.
1542
1543 * Makefile.tpl: Clean up experimental top level bootstrap support:
1544 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
1545 prev-gcc in configure- targets as well as all- targets.
1546 * Makefile.in: Regenerate.
1547
fb8a10fd
NN
15482004-03-17 Paolo Bonzini <bonzini@gnu.org>
1549
1550 * configure.in: Remove symbolic link section.
1551 * configure: Regenerate.
1552 * Makefile.tpl (links): Remove.
1553 * Makefile.in: Regenerate.
1554
947f426e 15552004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 1556 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
1557
1558 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 1559 Set with AC_CHECK_PROGS.
947f426e
NN
1560 * configure.in: Fix comment typo from last patch.
1561 * configure: Regenerate.
1562
1d39f329
NN
15632004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
1564
1565 * Makefile.tpl: Introduce experimental top level bootstrap support.
1566 * Makefile.in: Regenerate.
1567 * configure.in: Introduce support for top level bootstrap.
1568 * configure: Regenerate.
1569
4b0ac75d 15702004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 1571 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
1572
1573 PR bootstrap/14522
1574 * configure.in: Cope with shells that do not support unquoted ^
1575 * configure: Regenerate.
1576
2e70b094 15772004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 1578 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
1579
1580 PR bootstrap/14522
1581 * configure.in: Cope with shell that do not support nesting
1582 quotes inside quoted backquote substitutions.
1583 * configure: Regenerate.
1584
15852004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
1586
1587 PR bootstrap/14522
1588 * configure.in: Fix escaping of $.
1589 * configure: Regenerate.
1590
9e07f89d
NN
15912004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
1592
1593 * configure: Regenerate.
1594
15952004-03-08 Paolo Bonzini <bonzini@gnu.org>
1596
1597 PR ada/14131
1598 Move language detection to the top level.
1599 * configure.in: Find default values for the tools as
1600 soon as possible. Disable ada if GNAT is not found.
1601 Emit error message about missing languages. Expand
1602 --enable-languages=all for the gcc subdirectory.
1603
1712ab83
RS
16042004-03-01 Richard Sandiford <rsandifo@redhat.com>
1605
1606 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
1607 and disable libgcj.
1608 * configure: Regenerated.
1609
3dee29da
NN
16102004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
1611
1612 PR bootstrap/7087
1613 * Makefile.tpl: Guard XFOO sed statements better.
1614 * Makefile.tpl: Add dependency for configure-target-libada.
1615 * Makefile.in: Regenerate (incidentally fixes broken
1616 commit when libada-branch was merged).
1617
0558264b
AC
16182004-02-28 Andrew Cagney <cagney@redhat.com>
1619
1620 * src-release (CVS_NAMES): Define.
1621 (do-tar, do-tar): Prune $(CVS_NAMES).
1622
c38f9803
AC
16232004-02-23 Andrew Cagney <cagney@redhat.com>
1624
1625 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
1626 2004-02-19.09.
1627
55636792
NN
16282004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
1629
1630 PR bootstrap/11932
1631 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
1632
1e600082
AC
16332004-02-19 Andrew Cagney <cagney@redhat.com>
1634
1635 * config.guess: Update from version 2003-06-12 to 2004-02-16.
1636 * config.sub: Update from version 2003-06-13 to 2004-02-16.
1637
3769cd82
DD
16382004-02-11 David Edelsohn <edelsohn@gnu.org>
1639
1640 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
1641 (rs6000-*-aix*): Same.
1642 * configure: Regenerate.
1643
a92834c8
DD
16442004-02-11 Kelley Cook <kcook@gcc.gnu.org>
1645
1646 * configure.in (host): Add in missing $noconfigdirs to defines.
1647 * configure: Regenerate.
1648
a2592b1b
DD
16492004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
1650 Nathanael Nerode <neroden@gcc.gnu.org>
1651
1652 PR ada/6637, PR ada/5911
80b200a1 1653 Merge with libada-branch:
a2592b1b
DD
1654 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
1655 with appropriate dependencies. Add --enable-libada configure switch.
1656 * configure, Makefile.in: Regenerate.
1657
e31d1ea3
DD
16582004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1659
1660 * configure.in: Don't pass --with-stabs on IRIX 5 either.
1661 * configure: Regenerate.
1662
db85f5c0
JJ
16632004-02-02 Jeff Johnston <jjohnstn@redhat.com>
1664
1665 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 1666
fc434214
DD
16672004-01-23 DJ Delorie <dj@redhat.com>
1668
1669 * Makefile.def (target_modules) [libiberty]: Don't stage.
1670 * Makefile.in: Rebuilt.
1671
ad445c2c 16722004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 1673
ad445c2c
JJ
1674 * COPYING.NEWLIB: Update to include copyrights for new
1675 iconv code.
1676
72bbedde
AC
16772004-01-15 Andrew Cagney <cagney@redhat.com>
1678
1679 * src-release: Update copyright year.
1680 (do-proto-toplev): Configure using i686-pc-linux-gnu.
1681 (NEWLIB_SUPPORT_DIRS): Delete macro.
1682 (newlib.tar.bz2): Delete rule.
1683
a6d6062d
DD
16842004-01-14 Loren J. Rittle <ljrittle@acm.org>
1685
1686 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
1687 * Makefile.tpl (configure-target-[+module+]): Support stage.
1688 * Makefile.in: Rebuilt.
1689
f8b73030
MR
16902003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1691
1692 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
1693 throughout.
1694
aff0e9df
NN
16952004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
1696
bb5dca17
NN
1697 * configure.in: Use ./config.cache, not config.cache.
1698 * configure: Regenerate.
1699 * Makefile.tpl: Special-casing not needed for GCC any more.
1700 * Makefile.in: Regenerate.
1701
82252c06
NN
1702 * configure.in: Don't share a cache file for host dirs.
1703 * configure: Regenerate.
1704
aff0e9df
NN
1705 * config-ml.in: Don't mess with the cache file.
1706
95036d20
NN
17072004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
1708
ac7b618e
NN
1709 * Makefile.tpl: Make GCC use a separate config.cache.
1710 * Makefile.in: Regenerate.
1711
95036d20
NN
1712 PR bootstrap/11932, PR bootstrap/11933
1713 (I don't know if it will fix either of them, but it relates
1714 to them.)
1715 * configure.in: Don't use shared config.cache for target
1716 directories.
1717 * configure: Regenerate.
1718
08c1856b
DD
17192003-12-31 Roger Sayle <roger@eyesopen.com>
1720
1721 * configure.in (ia64*-*-hpux*): Disable building java libraries.
1722 * configure: Regenerated.
1723
c1968181 17242003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 1725
c1968181
DD
1726 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
1727 * configure: Regenerated.
1728
10ecffb9
NN
17292003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
1730
1731 Port change over from GCC:
1732 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
1733 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
1734 (configure-build-[+module+], configure-[+module+]): Likewise.
1735 (configure-target-[+module+], configure-gcc, config.status): Likewise.
1736 * Makefile.in: Regenerate.
1737
f2ab5990
TF
17382003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
1739
1740 * configure.in (raw_libstdcxx_flags): Remove the leading space.
1741 * configure: Regenerate.
1742
41a7d11a
JJ
17432003-11-27 Jeff Johnston <jjohnstn@redhat.com>
1744
80b200a1 1745 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
1746 stdlib.
1747
d9441a1f
DD
17482003-11-14 Arnaud Charlet <charlet@act-europe.fr>
1749
1750 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
1751 * Makefile.in: Regenerate.
1752
3a48a978
DD
17532003-10-20 Phil Edwards <phil@codesourcery.com>
1754
1755 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
1756 * configure: Regenerate.
1757
f0b24077
NN
17582003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
1759
1760 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
1761 HOST_FLAGS_TO_PASS.
1762 * Makefile.in: Regenerate.
1763
5fbad20a
DD
17642003-10-05 Mohan Embar <gnustuff@thisiscool.com>
1765
1766 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
1767 * configure: Rebuilt
1768 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
1769 * Makefile.in: Rebuilt
1770
78be4155
L
17712003-10-03 H.J. Lu <hongjiu.lu@intel.com>
1772
1773 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
1774
051fcc7a
L
17752003-10-01 Phil Edwards <pme@gcc.gnu.org>
1776
1777 * config-ml.in: Use ac_configure_args directly instead of
1778 ml_arguments. Only set ml_norecursion if --no[-]recursion is
1779 actually seen.
1780
17812003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
1782
1783 * config-ml.in: Propagate INSTALL variables.
1784
f27d4f92
DJ
17852003-09-21 Daniel Jacobowitz <drow@mvista.com>
1786
1787 * configure.in: Pass a computed --program-transform-name
1788 to subconfigures.
1789 * configure: Regenerated.
1790
cae4d560
NN
17912003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
1792
1793 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
1794 * Makefile.in: Regenerate.
1795
1796 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
1797 * Makefile.in: Regenerate.
1798
8ff944f6
DJ
17992003-09-17 Daniel Jacobowitz <drow@mvista.com>
1800
1801 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
1802 quoting.
1803 * configure: Regenerated.
1804
d9a35680
MC
18052003-09-12 Michael Chastain <mec@shout.net>
1806
1807 Fix PR gdb/857.
1808 * src-release (do-proto-topleve): Remove junk files
1809 intl/config.cache, intl/config.status,
1810 intl/config.h, intl/stamp-h.
1811
710068b9
AC
18122003-09-14 Andrew Cagney <cagney@redhat.com>
1813
1814 * src-release (dejagnu.tar): New target.
1815 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
1816 (do-djunpack): Use $(PACKAGE) for the package name.
1817
e1008165
DD
18182003-09-04 DJ Delorie <dj@redhat.com>
1819
1820 * configure: Regenerate.
1821
21998d12
NC
18222003-09-04 Robert Millan <robertmh@gnu.org>
1823
1824 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 1825
ccca4bb3
DD
18262003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1827
1828 * configure.in: Ensure arguments to sed are properly spaced.
1829 * configure: Regenerate.
1830
ee949b5e
DJ
18312003-08-28 Daniel Jacobowitz <drow@mvista.com>
1832
1833 Merge from gcc:
1834 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
1835 * install-sh: Update to newer upstream versions (associated with
1836 aclocal 1.7).
1837 * missing: Likewise, plus $1Help2man -> $1 typo fix.
1838
75addda2
DJ
18392003-08-27 Daniel Jacobowitz <drow@mvista.com>
1840
1841 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
1842 * configure: Regenerated.
1843
8d2877d8
NN
18442003-08-23 Phil Edwards <pme@gcc.gnu.org>
1845
1846 * configure.in: Use newline instead of semicolon when assuming
1847 shell arguments in a for loop.
1848 * configure: Regenerated.
1849
d2cc0e0d
GK
18502003-08-20 Geoffrey Keating <geoffk@apple.com>
1851
1852 PR 8180
1853 * configure.in: When testing with_libs and with_headers, treat
1854 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
1855 * configure: Regenerate.
80b200a1 1856
d2cc0e0d
GK
1857 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
1858 make, shell, etc.
1859 (baseargs): Likewise.
1860 * configure: Regenerate.
1861
04d1ab34
GK
18622003-08-19 Geoffrey Keating <geoffk@apple.com>
1863
1864 * configure.in: Disable libgcj for darwin not on powerpc.
1865 * configure: Rebuild.
1866
ca506da8
MC
18672003-08-15 Michael Chastain <mec@shout.net>
1868
1869 * src-release (do-proto-toplev): Remove junk files
1870 dejagnu/example/calc/config.status,
1871 dejagnu/example/calc/config.log.
1872
a4aa3f49
DD
18732003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
1874
1875 * config-ml.in, symlink-tree: Add license.
1876
ede4fbe4
NN
18772003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
1878
1879 Merge from gcc:
1880
1881 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
1882 * Makefile.tpl (check, check-c++): Express dependencies using
1883 dependencies rather than commands.
1884 * Makefile.in: Regenerate.
1885
1886 2003-07-31 Geoffrey Keating <geoffk@apple.com>
1887 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1888 * Makefile.in: Update.
1889
970f29af
AC
18902003-08-01 Andrew Cagney <cagney@redhat.com>
1891
1892 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
1893 * configure: Ditto.
1894
b2884a0c
DD
18952003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
1896
1897 * configure.in: Enable libgcj for darwin.
1898 * configure: Rebuild.
1899
c07f46a4
NN
19002003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
1901
1902 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
1903
9175bfc0
NN
19042003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
1905
1906 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
1907 creating target and build subdirs to build all parent dirs as needed.
1908 * Makefile.in: Rebuild.
1909 * configure.in: Don't build dirs explicitly here.
1910 * configure: Rebuild.
1911
b9abda6a
AO
19122003-07-22 Alexandre Oliva <aoliva@redhat.com>
1913
1914 * Makefile.tpl (all-make): Depend on intl.
1915 * Makefile.in: Rebuilt.
1916
eef8ffd4
NN
19172003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
1918
1919 * config.if: Remove unused libc_interface determination.
1920
295efaf0
NN
19212003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
1922
1923 * Makefile.in: Regenerate, correctly this time.
1924
e5c3f801
NN
19252003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
1926
1927 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
1928 unused INSTALL_PROGRAM_ARGS.
1929 * configure.in: Use AC_PROG_INSTALL.
1930 * Makefile.in: Regenerate.
1931 * configure: Regenerate.
1932
4a18bd6b
AO
19332003-07-10 Alexandre Oliva <aoliva@redhat.com>
1934
1935 * configure: Rebuilt.
1936 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
1937 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
1938 newlib nor libgloss.
1939 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
1940 * configure.in (am33_2.0-*-linux*): Added.
1941
fbd1054d
BW
19422003-07-09 Bob Wilson <bob.wilson@acm.org>
1943
1944 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
1945 * configure: Regenerate.
1946
b40e3958
L
19472003-07-06 H.J. Lu <hongjiu.lu@intel.com>
1948
1949 * config-ml.in: Replace PWD with PWD_COMMAND.
1950 * Makefile.tpl: Likewise.
1951 * Makefile.in: Regenerated.
1952
4a5be7ba
NN
19532003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
1954
1955 * configure.in: Clean up config-lang.in handling. Delete
1956 useless assignment to "subdirs".
1957 * configure: Regenerate.
1958
9c14acb8
NN
19592003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
1960
1961 * configure.in: Rename 'target_libs' to 'target_libraries'.
1962 Remove useless reference to 'target_libs'.
1963 * configure: Regenerate.
1964
8f32e830
KS
19652003-06-23 Keith Seitz <kseitz@sources.redhat.com>
1966
1967 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
1968 * Makefile.in: Regenerate.
1969
12f0bd74
NN
19702003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
1971
1972 * Makefile.def: Introduce flags_to_pass.
1973 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
1974 * Makefile.in: Regenerate.
1975
b07c2aad
HPN
19762003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
1977
1978 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
1979 and target-libgloss.
1980 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
1981 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 1982 * configure: Regenerate.
b07c2aad 1983
56f25033
DD
19842003-06-17 Benjamin Kosnik <bkoz@redhat.com>
1985
1986 * configure.in: Update testsuite_flags to new location.
1987 * configure. Regenerate.
80b200a1 1988
4ec9a3b2
NN
19892003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
1990
1991 * Makefile.tpl: Remove BUILD_CC stuff.
1992 * Makefile.in: Regenerate.
1993
059083b1 19942003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 1995
059083b1
L
1996 * config.guess: Update to 2003-06-12 version.
1997 * config.sub: Update to 2003-06-13 version.
1998
535b046a
TS
19992003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2000
2001 * MAINTAINERS: Add myself as MIPS co-maintainer.
2002
00c22daa 20032003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 2004
00c22daa
L
2005 * config.guess: Update to 2003-06-06 version.
2006 * config.sub: Update to 2003-06-06 version.
2007
1047cb91
DD
20082003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2009
2010 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
2011 * configure. Regenerate.
2012
123494c8
NN
20132003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
2014
1047cb91
DD
2015 * configure.in: Disable serial configure by default.
2016 * configure: Regenerate.
2017 * Makefile.tpl: Abolish .NOTPARALLEL.
2018 * Makefile.in: Regenerate.
2019
7f121bbf
NN
2020 * Makefile.tpl: Replace {build,host,target}_canonical by
2021 {build,host,target}.
2022 * Makefile.in: Regenerate.
2023
123494c8
NN
2024 * Makefile.tpl: Fix stupid pasto.
2025 * Makefile.in: Regenerate.
2026
ec7e0995
NN
20272003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
2028
2029 * Makefile.tpl: Remove bogus conditional.
2030 * Makefile.in: Regenerate.
2031
27b1cc72
NN
20322003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
2033
2a4cbe27
NN
2034 * Makefile.tpl: Make 'recursive targets' using autogen rather
2035 than shell loop. Remove duplicate 'clean' targets and false
2036 comments.
2037 * Makefile.def: Add systematic dependencies to 'recursive' targets.
2038 Add systematic method of specifying missing targets in subdirs.
2039 Add copyright boilerplate.
2040 * Makefile.in: Regenerate.
2041 * configure.in: Add 'recursive targets' to maybe list.
2042 * configure: Regenerate.
2043
27b1cc72
NN
2044 * Makefile.tpl: Rename [+target+] to [+make_target+].
2045 * Makefile.def: Rename 'target' to 'make_target'.
2046
01e51bd0
NC
20472003-05-30 Nick Clifton <nickc@redhat.com>
2048
2049 * README-maintainer-mode: Update URL for locating blessed config
2050 tools.
2051
2fd84b42
NC
20522003-05-29 Robert Millan <rmh@debian.org>
2053
2054 * ltconfig: Import this patch and modify for use with current
2055 version of ltconfig:
2056
2057 2003-05-21 Bruno Haible <bruno@clisp.org>
2058
2059 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
2060 GNU/FreeBSD.
2061
8945c6bb
DD
20622003-05-28 DJ Delorie <dj@redhat.com>
2063
2064 * Makefile.tpl: Make maybe-check-gcc .PHONY.
2065 * Makefile.in: Regenerate.
2066
2f9632a1
JJ
20672003-05-28 Jeff Johnston <jjohnstn@redhat.com>
2068
80b200a1 2069 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 2070
3a12db16 20712003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 2072
3a12db16
DD
2073 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
2074 newlib or libgloss.
2075 * Makefile.in: Regenerate.
2076
44482353
DD
20772003-05-21 DJ Delorie <dj@redhat.com>
2078
2079 * Makefile.tpl: Add missing empty maybe-check-gcc target.
2080 * Makefile.in: Regenerate.
2081
fec2c52d
MR
20822003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2083
2084 * configure.in: Use curly braces in the definition of tooldir.
2085 * configure: Regenerate.
2086
16ae0395
NN
20872003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
2088
2089 * configure.in: Switch more things to use maybe dependencies.
80b200a1 2090 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
2091 Factor out common code from autogen IF statements.
2092 * configure: Regenerate.
2093 * Makefile.in: Regenerate.
2094
ec11bdc6
DD
20952003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
2096
2097 * configure.in: Accept i[3456789]86 for machine type.
2098 * configure: Regenerate.
2099
dd12c3a8
NN
21002003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
2101
2102 * configure.in: Switch more things to use maybe dependencies.
2103 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
2104 * configure: Regenerate.
2105 * Makefile.tpl: Switch more things to use maybe dependencies.
2106 * Makefile.in: Regenerate.
2107
cf662e21
AJ
21082003-05-16 Andreas Schwab <schwab@suse.de>
2109
2110 * Makefile.tpl (install-opcodes): Define.
2111 * Makefile.in: Rebuild.
2112
5481b376
AJ
21132003-05-13 Andreas Jaeger <aj@suse.de>
2114
2115 * config.guess: Update to 2003-05-09 version.
2116 * config.sub: Update to 2003-05-09 version.
2117
3959a22a
AJ
21182003-05-13 Michael Eager <eager@mvista.com>
2119
2120 * configure.in: Correct sed script so that options in quotes are not
2121 deleted.
2122 * configure: Rebuild.
2123
564b43e5
CV
21242003-05-12 Corinna Vinschen <corinna@vinschen.de>
2125
2126 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
2127 and $$s/newlib/libc/sys/cygwin32 include paths.
2128 * configure: Ditto.
2129
bb947dc9
L
21302003-05-05 H.J. Lu <hjl@gnu.org>
2131
2132 * config-ml.in: Restored from gcc repository.
2133
77f7441a
CD
21342003-05-02 Chris Demetriou <cgd@broadcom.com>
2135
80b200a1
ZW
2136 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
2137 * Makefile.in: Regenerate.
77f7441a 2138
a26d7085
DJ
21392003-04-27 Daniel Jacobowitz <drow@mvista.com>
2140
2141 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
2142 and Makefile.def.
2143
e4c4d240
DJ
21442003-04-27 Daniel Jacobowitz <drow@mvista.com>
2145
2146 * Makefile.tpl: Clean $(BUILD_SUBDIR).
2147 * Makefile.in: Regenerated.
2148
62a3fc85
DD
21492003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2150
2151 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
2152 * Makefile.in: Regenerate.
2153
21542003-04-18 Jakub Jelinek <jakub@redhat.com>
2155
2156 * configure.in (powerpc64*-*-linux*): Remove.
2157 * configure: Rebuilt.
2158
5b474aa8
DD
21592003-04-17 Phil Edwards <pme@gcc.gnu.org>
2160
2161 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
2162 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
2163 and restrap.
2164 * Makefile.in: Regenerate.
2165
21662003-04-16 Richard Earnshaw <rearnsha@arm.com>
2167
2168 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
2169 * configure: Regenerated.
2170
bc295afe
AO
21712003-04-11 Alexandre Oliva <aoliva@redhat.com>
2172
2173 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
2174 * */configure: Rebuilt.
2175
3728fade
NN
21762003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
2177
2178 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
2179 * Makefile.in: Regenerate.
2180
ce5b542e
MC
21812003-03-14 Michael Chastain <mec@shout.net>
2182
2183 * Makefile.in: Regenerate with correct Makefile.def.
2184
3db0a37f
NN
21852003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
2186
2187 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
2188 Make macro.
2189 * Makefile.in: Regenerate.
2190 * configure.in: Clean up gxx_include_dir logic.
2191 * configure: Regenerate.
2192
34349c6e
DD
21932003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2194
2195 * configure.in (gxx_include_dir): Fix typo.
2196 * configure: Regenerated.
2197
686c28c9
AC
21982003-03-06 Andrew Cagney <cagney@redhat.com>
2199
2200 * texinfo/texinfo.tex: Import version 2003-02-03.16.
2201
bba45b8b 22022003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 2203
bba45b8b
NN
2204 * configure.in: Include $(build_tooldir)/sys-include in
2205 FLAGS_FOR_TARGET.
2206 * configure: Regenerated.
2207
2683747f
NN
22082003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
2209
bba45b8b
NN
2210 * Makefile.tpl: Reindent.
2211 * Makefile.in: Regenerate.
2212 * configure.in: Reindent. Don't set unused variables.
2213 * configure: Regenerate.
2214
2683747f
NN
2215 * Makefile.tpl: Always pass down RANLIB.
2216 * Makefile.in: Regenerate.
2217
2218 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
2219 * Makefile.in: Regenerate.
2220 * configure.in: Remove unused logic relating to --enable-shared
2221 and --enable-threads. Remove bogus comments. Remove redundant
2222 noconfigdirs.
2223 * configure: Regenerate.
2224
2225 * configure.in: Replace ${libstdcxx_version} by its value.
2226 Remove reference to mh-dgux.
2227 * configure: Regenerate.
2228
50212802
NN
22292003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
2230
2231 * Makefile.tpl: Rearrange.
2232 * Makefile.in: Regenerate.
2233
a6be7fc6
NC
22342003-02-25 Nick Clifton <nickc@redhat.com>
2235
2236 * configure: Remove site-file supprot - it is obsolete.
2237
f8a495c8
NC
22382003-02-24 Uwe Stieber <uwe@wwws.de>
2239
2240 * configure.in: Add support for kaOS as cross build target system.
2241 * configure: Regenerated.
2242
3decd77d
DD
22432003-02-20 Sean McNeil <sean@blue.mcneil.com>
2244
2245 * Makefile.tpl: Add definition of CPPFLAGS to pass into
2246 configure-target-* as some target builds may require additional
2247 flags for preprocessor tests.
2248 * Makefile.in: Regenerated.
2249
f4ff34a3
AO
22502003-02-19 Alexandre Oliva <aoliva@redhat.com>
2251
2252 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
2253 * ltconfig: Handle it.
2254 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
2255 auto-detecting it.
2256
b7e4a931
AO
22572003-02-19 Alexandre Oliva <aoliva@redhat.com>
2258
2259 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
2260 it is used as argument to $CC.
2261 * ltcf-gcj.sh: Likewise.
2262
6b784d9f
AO
22632003-02-19 Alexandre Oliva <aoliva@redhat.com>
2264
2265 * configure.in: Introduce --enable-maintainer-mode.
2266 * configure: Rebuilt.
2267 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
2268 for maintainer mode.
2269 * Makefile.in: Rebuilt.
2270
8bcd8a07
AC
22712003-02-19 Andrew Cagney <ac131313@redhat.com>
2272
2273 * configure: Regenerate using autoconf 2.13.
2274
ee3fd329
AM
22752003-02-19 Alan Modra <amodra@bigpond.net.au>
2276
2277 * config.guess: Import latest version.
2278 * config.sub: Import latest version.
2279
e9e45685
JM
22802003-02-18 Jason Merrill <jason@redhat.com>
2281
2282 * Makefile.tpl (check-c++): Allow parallelism.
2283
859789af
AC
22842003-02-17 Andrew Cagney <ac131313@redhat.com>
2285
2286 * configure: Regenerate using autoconf 000227.
2287
b3f16a9b
GK
22882003-02-15 Geoffrey Keating <geoffk@apple.com>
2289
2290 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
2291 don't configure target-libobjc.
2292 * configure: Regenerate.
2293
72e60e02
DD
22942003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2295
2296 * Makefile.tpl (RANLIB): Define.
2297 * Makefile.in: Regenerate.
2298
91f0e695
KS
22992003-02-06 Keith R Seitz <keiths@redhat.com>
2300
2301 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
2302 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
2303 * Makefile.in: Regenerated.
2304 * configure.in: Remove all traces of snavigator, db, and grep.
2305 * configure: Regenerated.
2306
122bfa92
FCE
23072003-01-31 Frank Ch. Eigler <fche@redhat.com>
2308
2309 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
2310 * Makefile.in: Regenerated.
2311
264095c3
AO
23122003-01-30 Alexandre Oliva <aoliva@redhat.com>
2313
2314 * config.if: Copy from GCC.
2315
a84dbcb3
AO
23162003-01-27 Phil Edwards <pme@gcc.gnu.org>
2317
2318 * configure.in: Revert 24Jan change.
2319 * configure: Regenerate.
2320
19618276
NN
23212003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
2322
2323 * configure.in: Revert previous change.
2324 * configure: Regenerate.
2325
b7f27a92
NN
23262003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
2327
2328 * configure.in: Make rda native-only.
2329 * configure: Regenerate.
2330
83326456
NN
23312003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
2332
2333 * configure.in: Add missing \.
2334 * configure: Rebuilt.
2335
5e367fa5
JJ
23362003-01-17 Jakub Jelinek <jakub@redhat.com>
2337
2338 * configure.in (baseargs): Avoid using \| in sed regular
2339 expressions.
2340 * configure: Rebuilt.
2341
e01f337c
JJ
23422003-01-16 Jakub Jelinek <jakub@redhat.com>
2343
2344 * configure.in (baseargs): Remove all supported forms of
2345 --cache-file, --srcdir, --host, --build and --target options
2346 from argument lists.
2347 * configure: Rebuilt.
2348
aa236487
AO
23492003-01-15 Alexandre Oliva <aoliva@redhat.com>
2350
2351 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
2352 * configure: Rebuilt.
2353
586c0873
NN
23542003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
2355
2356 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
2357 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
2358 * Makefile.in: Regenerate.
2359 * configure: Regenerate.
2360
497f816e
DD
23612003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
2362
2363 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
2364 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
2365 * Makefile.in: Regenerate.
2366
bfbe5519
AO
23672003-01-09 Alexandre Oliva <aoliva@redhat.com>
2368
2369 * configure.in: Remove Makefile in build, host and target modules
2370 unless configure was run with --no-recursion.
2371 * configure: Rebuilt.
2372
3f234ef5
CD
23732003-01-08 Chris Demetriou <cgd@broadcom.com>
2374
2375 * config.guess: Update to 2003-01-03 version.
2376 * config.sub: Update to 2003-01-03 version.
2377
a3982d48
CF
23782003-01-07 Christopher Faylor <cgf@redhat.com>
2379
2380 * configure: Regenerate with proper autoconf 2.13.
2381
75778ec4
CF
23822003-01-07 Christopher Faylor <cgf@redhat.com>
2383
80b200a1
ZW
2384 * configure.in: Add AC_PREREQ for consistency.
2385 * configure: Regenerate.
75778ec4 2386
c180f501
AC
23872003-01-06 Andrew Cagney <ac131313@redhat.com>
2388
2389 * configure.in (GDB_TK): Add tcl directories conditional on
2390 gdb/gdbtk directory being present.
2391 * configure: Regenerate.
5481b376 2392
46ca2cc2
DA
23932003-01-04 John David Anglin <dave.anglin@nrc.ca>
2394
2395 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
2396 by gcc if LD is not defined and we are not doing a Canadian Cross.
2397 * configure: Rebuilt.
2398
53dd8dab
DJ
23992003-01-01 Daniel Jacobowitz <drow@mvista.com>
2400
2401 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
2402
50ceb20c
TT
24032002-12-31 Tom Tromey <tromey@redhat.com>
2404
2405 * Makefile.in: Rebuilt.
2406 * Makefile.def (target_modules) [libffi]: Allow installation.
2407
e78b5cfe
AS
24082002-12-31 Andreas Schwab <schwab@suse.de>
2409
2410 * configure.in: Fix use of $program_transform_name.
2411 * configure: Regenerated.
2412
67448102
DJ
24132002-12-30 Daniel Jacobowitz <drow@mvista.com>
2414
2415 * configure.in (baseargs): Don't remove first configure argument.
2416 * configure: Regenerated.
2417
e6bfb94a
AO
24182002-12-29 Alexandre Oliva <aoliva@redhat.com>
2419
2420 * Makefile.tpl (local-distclean): Don't remove...
2421 (multilib.ts): ... this. Moved into...
2422 (multilib.out): ... this. Don't use sub-make.
2423 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
2424 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
2425 (configure-build-[+module+], configure-[+module+],
2426 configure-target-[+module+], configure-gcc): ... these. Test
2427 for Makefile existence. Drop config.status from dependencies.
2428 * Makefile.in: Rebuilt.
2429 * configure.in: Move gcc-version-trigger to the end of
2430 ac_configure_args. Add comments to maybedep.tmp and
2431 serdep.tmp. Introduce --disable-serial-configure. Remove
2432 nonopt from baseargs, matching and removing corresponding
2433 whitespace while at it.
2434 * configure: Rebuilt.
2435
8f0dfb36
AO
24362002-12-28 Alexandre Oliva <aoliva@redhat.com>
2437
2438 * configure.in (host_configargs): Replace reference to
2439 no-longer-defined buildopts with --build=${build_alias}.
2440 * configure: Rebuilt.
2441
43be203f
AO
24422002-12-28 Alexandre Oliva <aoliva@redhat.com>
2443
2444 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
2445 program_transform_name to standard idiom.
2446 (AUTOGEN, AUTOCONF): Define.
2447 (Makefile.in): Use $(AUTOGEN).
2448 (Makefile): Depend on config.status, and use autoconf-style rule to
2449 build it. Move original commands to...
2450 (config.status): ... this new target.
2451 (configure): Add $(srcdir). Depend on config/acx.m4. Use
2452 $(AUTOCONF).
2453 * Makefile.in: Rebuilt.
2454
a0da8069
NN
24552002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
2456
d18f1c9f
NN
2457 * Makefile.tpl: Fix dramatic bustage due to change in
2458 program_transform_name.
2459 * Makefile.in: Regenerate.
2460
2461 * configure.in: Remove unnecessary PATH setting.
2462 * configure: Regnerate.
2463
2464 * configure.in: Don't default to unprefixed tools unless
2465 the native tools will work.
2466 * configure: Regenerate.
2467
a0da8069
NN
2468 * configure.in: Convert to autoconf script. Blow away lots
2469 of now-redundant Makefile fragments.
2470 * configure: Generate using Autoconf.
2471 * Makefile.tpl: Rewrite to reflect autoconfiscation.
2472 * Makefile.in: Regenerate.
2473
c567df0a
NN
24742002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
2475
5481b376 2476 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
2477 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
2478
5481b376 2479 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 2480 where they belong.
2c7f9a32 2481
2dabcfb4
AS
24822002-12-24 Andreas Schwab <schwab@suse.de>
2483
2484 * Makefile.tpl (multilib.out): Fix missing space.
2485 * Makefile.in: Regenerate.
2486
1086bc09
NN
24872002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
2488
2489 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
2490 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
2491 * Makefile.in: Regenerate.
2492 * configure.in: Remove unnecessary leftovers.
2493
1086bc09
NN
24942002-12-21 Geoffrey Keating <geoffk@apple.com>
2495
2496 * configure.in (extra_ranlibflags_for_target): New variable.
2497 (*-*-darwin): Add -c to ranlib commands.
2498 * configure (tooldir): Handle extra_ranlibflags_for_target.
2499
14e9ca95
JJ
25002002-12-20 Jeff Johnston <jjohnstn@redhat.com>
2501
2502 * COPYING.NEWLIB: Updated.
2503 * COPYING.LIBGLOSS: Ditto.
2504
14c428fb
NN
25052002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
2506
2507 * Makefile.tpl: Revert HJL's change.
2508 * Makefile.in: Regenerated.
2509 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
2510 always.
2511
313b8244
AS
25122002-12-19 Andreas Schwab <schwab@suse.de>
2513
2514 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
2515 * Makefile.in: Regenerate.
2516
efeae3db
L
25172002-12-18 H.J. Lu <hjl@gnu.org>
2518
2519 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
2520 * Makefile.in: Regenerated.
2521
2522 * configure.in (build_prefix): New. Substitute.
2523
43d92c63
NN
25242002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
2525
59da4fe6
NN
2526 * Makefile.tpl: Don't let real targets depend on phony targets.
2527 * Makefile.in: Regenerate.
2528
43d92c63
NN
2529 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
2530 * Makefile.in: Regenerate.
2531
b72e6a2d
JM
25322002-12-16 Jason Merrill <jason@redhat.com>
2533
2534 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
2535 previous 'make bootstrap'.
2536 * Makefile.in: Regenerate.
2537
95c72c44
HPN
25382002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
2539
2540 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
2541
7d695d07
JM
25422002-12-13 Jason Merrill <jason@redhat.com>
2543
2544 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
2545 library tests.
2546 (check-c++): Just depend on it and check-target-libstdc++-v3.
2547 * Makefile.in: Regenerate.
2548
54103d1e
NN
25492002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
2550
2551 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
2552 * Makefile.in: Regenerate.
2553
4024f1e1
JJ
25542002-12-12 Jeff Johnston <jjohnstn@redhat.com>
2555
80b200a1
ZW
2556 * COPYING.NEWLIB: Update list of alternate Regent of California
2557 licenses and discuss official revoking of advertising clause.
2558 * COPYING.LIBGLOSS: Ditto.
4024f1e1 2559
7dda0df6
AO
25602002-12-12 Alexandre Oliva <aoliva@redhat.com>
2561
2562 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
2563 * Makefile.in: Rebuilt.
2564
d03be79e 25652002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 2566
929293f4
NN
2567 * configure: Fix bug put in by gremlins.
2568
d03be79e
NN
2569 * Makefile.tpl: Substitute more autoconfily.
2570 * configure: Substitute more autoconfily.
2571 * Makefile.in: Regenerate.
2572
25732002-12-08 Andrew Cagney <ac131313@redhat.com>
2574
2575 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
2576 * Makefile.in (all-sim): Ditto.
a36d530e
DD
2577
25782002-12-06 DJ Delorie <dj@redhat.com>
2579
2580 * Makefile.tpl: Change configure dependencies to not have real
2581 targets depend on phony targets.
b4a77b47 2582
db1ac78d
NN
25832002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
2584
bcaf2395
NN
2585 * configure.in: Revert unintentional change.
2586
b4fa093e
NN
2587 * src-release: Configure host subdirs.
2588
db1ac78d
NN
2589 * Makefile.tpl: Change dependency for */multilib.out so that
2590 it works when gcc isn't in the tree.
2591
2592 * configure.in: Substitute more.
2593 * configure: Run subconfigures from the Makefile.
2594 * Makefile.tpl: Run subconfigures from the Makefile; add a few
2595 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
2596
15723a45
NN
25972002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
2598
e2b9e2dc
NN
2599 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
2600 and corresponding dependencies.
2601 * Makefile.in: Regenerate.
2602
2af579c4
NN
2603 * configure.in (host_tools): Order binutils, gas and ld for
2604 convenience in running the testsuites.
2605
a2cc058a
NN
2606 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
2607 * Makefile.in: Regenerate.
2608 * configure.in: Introduce rules to serialize subconfigure runs.
2609
15723a45
NN
2610 * configure.in: Introduce BASE_CC_FOR_TARGET.
2611 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
2612 Realize configure-build-* targets. Realize configure-target-* targets.
2613 * Makefile.in: Regenerate.
2614
ae831be5
NN
26152002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
2616
2617 * configure: Move gcc_version_trigger stuff from here...
2618 * configure.in: ...to here.
2619
2620 * configure.in: Separate subconfigure options added by this file from
2621 options given by the user. Add machinery to put args for host
2622 subconfigures into the Makefile.
2623
2624 * Makefile.tpl: Remove 'vault' targets.
2625 * Makefile.tpl: Reorder and comment dependencies.
2626 * Makefile.in: Regenerate.
2627
bbf7c8ac
NN
26282002-11-28 Geoffrey Keating <geoffk@apple.com>
2629
2630 * configure.in: Move host-specific darwin noconfigdirs into
2631 the host-specific section.
2632
930314a4
NN
26332002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
2634
52d7cdee
NN
2635 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
2636 during replay.
2637 * Makefile.in: Regenerate.
2638
930314a4
NN
2639 (finishing slow-motion replay)
2640 * configure: Remove skip-this-dir support.
2641 * Makefile.tpl: Remove skip-this-dir support.
2642
2643 * Makefile.tpl: Remove leftover support for non-autoconfiscated
2644 subdirectories.
2645 * Makefile.in: Regenerate.
2646
2647 * Makefile.tpl: Strip out useless setting of 'dir'.
2648 * Makefile.in: Regenerate.
5481b376 2649
930314a4
NN
26502002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
2651
2652 (finishing slow-motion replay)
2653 * configure.in: Fix deeply stupid bug.
2654
2655 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
2656 shell code in CXX_FOR_TARGET
2657 * Makefile.def: Introduce raw_cxx.
2658 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
2659 RAW_CXX_FOR_TARGET.
2660 * Makefile.in: Regenerate.
2661
26622002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
2663
2664 (finishing slow-motion replay)
2665 * Makefile.tpl: Remove unnecessary ifs.
2666 * Makefile.in: Regenerate.
2667
5481b376 2668 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
2669 dependencies. Maybe-ize build-libiberty. Create dummy install
2670 targets for 'no_install' modules.
5481b376 2671 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 2672 build_modules stuff to configure.in.
5481b376 2673 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
2674 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
2675 * Makefile.in: Regenerate.
2676
3866be5d
NN
26772002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
2678
2679 (continuing slow-motion replay)
2680 * Makefile.tpl: Make all-target, install-target behave similarly
2681 to all, install (only hitting configured targets). Eliminate
2682 unused macro defintions.
2683
2684 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
2685 build != host.
2686
2687 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
2688
2689 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
2690
5481b376 2691 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
2692 configuring. Remove references to "dosrel".
2693 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 2694 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 2695 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 2696 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
2697 and redundant dependency; rearrange slightly.
2698 * Makefile.def: Add host-side libtermcap, utils.
2699
2700 * Makefile.in: Regenerate.
2701
e393202e
NN
27022002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
2703
2704 (Continuing slow-motion replay)
2705 * Makefile.def: Add list of recursive targets to autogenerate.
2706 Add build_modules.
2707 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
2708 targets. Autogenerate *-build-* targets.
2709 * Makefile.in: Regenerate.
2710
583d52d7
NN
27112002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
2712
2713 (Continuing slow-motion replay)
2714 * configure: More autoconf-style substitutions.
2715 * Makefile.tpl: More autoconf-style substitutions.
2716 * Makefile.in: Regenerate.
2717
27182002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
2719
2720 (Continuing slow-motion replay)
2721 * configure: Substitute more variables in a more autoconf-friendly
2722 way. Simplify slightly.
2723 * Makefile.tpl: Make more variables substitutable in an
2724 autoconf-friendly way.
2725 * Makefile.in: Regenerate.
2726
874e38b4
NN
27272002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
2728
2729 (Continuing slow-motion replay)
2730 * configure.in (v810*): Remove special setting of tools.
2731
2732 * configure: Add support for extra required flags for ar or nm.
2733 * configure.in (aix4.3+): Use above support for target-specific
2734 issues, rather than using config/mt-aix43.
2735
852e5f18
NN
27362002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
2737
2738 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
2739 * configure: Remove 'removing', which doesn't work. Replace $subdir
2740 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
2741 with $srcdir. Reformat indentation. Substitute some variables
2742 formerly hard-coded in the Makefile for build=host.
2743 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
2744 * Makefile.def: Autogenerate more.
2745 * Makefile.in: Regenerate.
2746
c9a0d920
DD
27472002-11-13 Bruce Korb <bkorb@gnu.org>
2748
2749 * Makefile.tpl: syntactic cleanup
2750
dd2768ff
KB
27512002-11-04 Kevin Buettner <kevinb@redhat.com>
2752
2753 * Makefile.def (host_modules): Add rda.
2754 * Makefile.in: Regenerate.
2755 * configure.in (target_tool): Add target-rda to list.
2756
1aa8389d
DD
27572002-10-25 Phil Edwards <pme@gcc.gnu.org>
2758
2759 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
2760 and restrap targets to this rule.
2761 * Makefile.in: Regenerate.
2762
28f46298
HPN
27632002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
2764
2765 * configure.in (i[3456]86-*-linux*): Add check to disable
2766 ${libgcj} for glibc1.
2767
ff72e302
NC
27682002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
2769
2770 * configure.in: Add tic4x target.
2771
8607b6c9
NN
27722002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
2773
2774 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
2775 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
2776 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
2777 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
2778 * Makefile.in: Regenerate.
2779
f8f61f4a
NN
27802002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
2781
c86f794b
NN
2782 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
2783 * Makefile.in: Regenerate.
2784
a9590527
NN
2785 * Makefile.def: Remove order dependency comments.
2786 * Makefile.tpl: Add explicit install-install dependencies.
2787 * Makefile.in: Regenerate.
2788
8412ce72
NN
2789 * Makefile.tpl: Remove material now in src-release. (Finally!)
2790 * Makefile.in: Regenerate.
2791
8b9f37f1
NN
2792 * configure: Restore my original patch by syncing with gcc version.
2793
f8f61f4a
NN
2794 * Bring following over from gcc:
2795
27962002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
2797
2798 * configure.in (s390*-*-linux*): Enable libgcj.
2799
403d9505
NN
28002002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
2801
2802 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
2803
95f6f383
AM
28042002-10-02 Alan Modra <amodra@bigpond.net.au>
2805
e4673b0a 2806 * configure: Move stray lines back to where they belong.
95f6f383 2807
748503c8
NN
28082002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
2809
a581b5c3
NN
2810 * Makefile.tpl: Insert configure-target target, for src-release.
2811
c084f5b4
NN
2812 * configure: Finish reverting change which Andrew Cagney started
2813 reverting. Should fix bustage.
2814
7aa673ed 2815 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
2816 * src-release: New file. Contains material for making net
2817 releases for gdb, binutils, et al., formerly in Makefile.in.
2818
82a9b2d9
NC
28192002-09-30 Nick Clifton <nickc@redhat.com>
2820
2821 * cpu: New top level directory. Intended to hold input files for
2822 CGEN which have FSF copyright assignment.
2823 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
2824
c2463a00
AC
28252002-09-29 Andrew Cagney <ac131313@redhat.com>
2826
2827 Revert below (note that src does not contain Makefile.tpl):
2828 * Makefile.tpl: Make subsituted variables more autoconfy.
2829 * Makefile.in: Regenerate.
2830
f03b4789
NN
28312002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
2832
c11e16a9
NN
2833 * configure: Revert accidentally applied changes.
2834
f03b4789
NN
2835 * Makefile.tpl: Make more autoconf-friendly.
2836 * Makefile.in: Regenerate.
2837 * configure: Make substitution more autoconf-like.
2838
28392002-09-28 Richard Earnshaw <rearnsha@arm.com>
2840
2841 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
2842 single entry to handle all these.
2843 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
2844 libjava on arm-*-elf.
2845
c0292023
GK
28462002-09-27 Geoffrey Keating <geoffk@apple.com>
2847
2848 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
2849 things that depend on them.
2850
c66d951e
NN
28512002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
2852
2853 * Makefile.tpl: Make subsituted variables more autoconfy.
2854 * Makefile.in: Regenerate.
2855 * configure: Make seds more autoconfy.
2856
907a7241 28572002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
2858
2859 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
2860 * Makefile.in: Regenerate.
2861 * configure.in: Rewrite sed statements to look autoconfy.
2862
907a7241
NN
2863 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
2864 all-target-foo on configure-target-foo.
2865 * Makefile.def: Ditto.
2866 * Makefile.in: Rebuild.
2867
405ea7a0
NN
28682002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
2869
2870 * Makefile.def: New file.
2871 * Makefile.tpl: New file.
2872 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
2873
2874 * configure.in: Minor rearrangement. Simplify tests.
2875
bdc57bfd
JT
28762002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
2877
2878 * configure.in (with_headers): Skip copy if value is "yes".
2879 (with_libs): Likewise.
2880
ae03d6e2
NN
28812002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
2882
2883 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
2884 * configure.in (sh*-*-pe*): Ditto.
2885 * configure.in (mips*-*-pe*): Ditto.
2886 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
2887
2888 * configure.in: Rearrange.
2889
707960fe
NC
28902002-09-12 Nick Clifton <nickc@redhat.com>
2891
2892 * Import these changes from the config master repository:
2893
2894 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
2895
2896 * config.sub: Add tic4x target.
2897
2898 2002-09-03 Ben Elliston <bje@redhat.com>
2899
2900 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
2901 Reported by <Duncan_Stodart@insession.com>.
2902
36ea319f
JJ
29032002-09-10 Jeff Johnston <jjohnstn@redhat.com>
2904
2905 * COPYING.NEWLIB: More updates.
2906
cf57480a
JJ
29072002-09-09 Jeff Johnston <jjohnstn@redhat.com>
2908
2909 * COPYING.NEWLIB: Update.
2910
fd31a171
AC
29112002-08-23 Andrew Cagney <ac131313@redhat.com>
2912
23b632fc
AC
2913 * texinfo/texinfo.tex: Import version 2002-06-04.06.
2914
fd31a171
AC
2915 * config.guess: Import version 2002-08-23.
2916 * config.sub: Import version 2002-08-22.
2917
a08bafb5
AO
29182002-08-20 Alexandre Oliva <aoliva@redhat.com>
2919
2920 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
2921 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
2922 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
2923
17240c1f
NC
29242002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
2925
2926 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
2927
e70ad0c6
L
29282002-08-04 H.J. Lu (hjl@gnu.org)
2929
2930 * configure.in (mips*-*-linux*): Don't skip target-libffi.
2931
574e6d11
DD
29322002-07-31 Alan Modra <amodra@bigpond.net.au>
2933
2934 * configure.in: Move generic linux case to end. Copy generic
2935 linux noconfigdirs to mips*-*-linux* entry and new
2936 powerpc64*-*-linux* entry. Add target-libffi for the latter.
2937
611e7523
CD
29382002-07-19 Chris Demetriou <cgd@broadcom.com>
2939
2940 * MAINTAINERS: Clarify on config.guess and config.sub, and add
2941 one instance of them which was missed to the list to update.
2942
51759676
CD
29432002-07-16 Chris Demetriou <cgd@broadcom.com>
2944
2945 * config.guess: Update to 2002-07-09 version.
2946 * config.sub: Update to 2002-07-03 version.
2947
7c1f909c
DD
29482002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
2949
2950 * configure.in: Remove two redundant tests.
2951
d7cf5d30
DD
29522002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2953
2954 * configure.in (mips*-*-irix6*o32): Enable stabs.
2955
c74222f7
DD
29562002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
2957
5b53c336
DD
2958 * configure.in: Don't build grez.
2959 * Makefile.in: Ditto.
2960
c74222f7
DD
2961 * Makefile.in: Remove references to bsp, cygmon, libstub.
2962 * configure.in: Ditto.
2963
2964 * configure.in: Remove leftover reference to gdbtest.
2965
edd1b227
DD
29662002-07-08 Phil Edwards <pme@gcc.gnu.org>
2967
2968 * configure.in (gxx_include_dir): Change to match versioned
2969 C++ headers if --enable-version-specific-runtime-libs is used.
2970
486186e3
AO
29712002-07-04 Steve Ellcey <sje@cup.hp.com>
2972
2973 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
2974
ff0a3bf8
DD
29752002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
2976
2977 * configure.in: Make --without-x work.
2978
1dfa8174
NC
29792002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
2980
2981 * contrib: New directory. Created to contain a copy of the
5481b376 2982 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
2983 the FSF GCC sources.
2984
07637366
DD
29852002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
2986
b6f83f2a
DD
2987 * configure.in: Rearrange target Makefile fragment collection.
2988
07637366
DD
2989 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
2990 cvs[src].
2991 * configure.in: Ditto.
2992
f48556b1
DD
29932002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
2994
2995 * Makefile.in: Eliminate 'apache' targets.
2996 * configure.in: Eliminate 'apache' targets.
2997
2998 * configure.in: Eliminate redundant tests. Reorganize.
2999
3000 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
3001
3002 * config-ml.in: Eliminate references to Cygnus configure.
3003
3004 * Makefile.in: Eliminate references to building emacs.
3005
30062002-07-01 Denis Chertykov <denisc@overta.ru>
3007
3008 * configure.in: Add support for ip2k.
3009
cdb9e2b8
BE
30102002-06-24 Ben Elliston <bje@redhat.com>
3011
3012 * configure.in (host_tools): Remove cgen.
3013
3014 * Makefile.in (all-cgen): Remove; runs from its source directory.
3015 (check-cgen, install-cgen, clean-cgen): Likewise.
3016 (all-opcodes): No not depend on all-cgen.
3017 (all-sim): Likewise.
3018
3558860c
DD
30192002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
3020
3021 * configure.in: Fix AIX configury bug.
3022
e3b0c936
DD
30232002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
3024
cdb9e2b8 3025 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 3026
cdb9e2b8
BE
3027 * configure.in: Move definition of libstdcxx_flags right above
3028 usage, rather than way earlier.
8ee424c0 3029
c712250a
DD
3030 * configure.in: Pull definition of is_cross_compiler earlier.
3031
9ee1a75c
DD
3032 * configure.in: Rearrange a little.
3033
e3b0c936
DD
3034 * configure.in: Remove references to librx.
3035 * Makefile.in: Remove references to librx.
3036
b2bd228e
DD
30372002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
3038
3039 * configure.in: Eliminate ${gasdir} variable.
3040
7cd52483
DB
30412002-06-18 Dave Brolley <brolley@redhat.com>
3042
3043 * configure.in: Add support for frv.
3044 * config.sub: Add support for frv.
3045
6c5e141a
DD
30462002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3047
3048 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
3049
0d18b56d
JT
30502002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
3051
3052 * configure.in (vax-*-netbsd*): Re-enable gas.
3053
fd8958d5
DD
30542002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
3055
27f15fdd
DD
3056 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
3057 BUILD_PREFIX_1, to correct nomenclature.
3058 * configure: Likewise.
3059
fd8958d5
DD
3060 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
3061 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
3062
0c2442b7
DD
30632002-05-31 Olaf Hering <olh@suse.de>
3064
3065 * config-ml.in: Propogate DESTDIR also.
3066
a3602181
JT
30672002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
3068
3069 * configure.in (vax-*-netbsd*): Don't build gas for this
3070 platform.
3071
c95f53ae
MM
30722002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
3073
3074 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
3075 and libgcj for AVR.
3076
1d7c1053
NC
30772002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
3078
3079 * config.sub: Add DLX target.
3080
4b37028f
JT
30812002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
3082
3083 * config.guess: Update to 2002-05-22 version.
3084 * config.sub: Likewise.
3085
d5de0a84
NC
30862002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3087
3088 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
3089 * config-ml.in: Likewise.
3090 * configure: Likewise.
3091 * configure.in: Likewise.
3092
c92a0210
DD
30932002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
3094
115a77aa
DD
3095 * configure.in: Simplify makefile fragment collection.
3096
3097 * configure.in: Remove code to build emacs.
e99daf2b 3098
91e060aa
DD
3099 * configure.in : Remove --srcdir argument from targargs and buildargs
3100 (it's always overridden in the Makefile anyway). Rearrange a bit.
3101
3102 * configure: Move some logic to configure.in.
3103 * configure.in: Move some logic from configure.
c92a0210 3104
91217342
JJ
31052002-05-07 Jeff Johnston <jjohnstn@redhat.com>
3106
3107 * COPYING.LIBGLOSS: New file.
3108
d3d8a9ee
NC
31092002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
3110
3111 * Makefile.in: Honour DESTDIR.
3112
3a036cdc
AO
31132002-05-05 Alexandre Oliva <aoliva@redhat.com>
3114
3115 * configure.in (noconfigdirs): Don't disable libgcj on
3116 sparc64-*-solaris* and sparcv9-*-solaris*.
3117
6d095fe4
AO
31182002-05-03 Alexandre Oliva <aoliva@redhat.com>
3119
3120 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
3121
dac55df9
TF
31222002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
3123
3124 * configure.in (FLAGS_FOR_TARGET): Do not add
3125 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
3126 on i[3456]86-*-linux*.
3127
a018e15b
TF
31282002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
3129
3130 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
3131
3132 * configure.in (noconfigdirs): Do not add target-newlib if
3133 target == i[3456]86-*-linux*, and host == target.
3134
5f284831
MM
31352002-04-29 Mark Mitchell <mark@codesourcery.com>
3136
3137 * config.guess: Updated to 2002-04-26's version.
3138 * config.sub: Updated to 2002-04-26's version.
3139
33babf59
DD
31402002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
3141
bd5f7da2
DD
3142 * configure.in: delete reference to absent file
3143
a0c4f3a0
DD
3144 * configure.in: replace '[' with 'test'
3145
66f1ba4f
DD
3146 * configure.in: Eliminate references to gash.
3147 * Makefile.in: Eliminate references to gash.
3148
7c3ab50c
DD
3149 * configure.in: remove useless references to 'pic' makefile fragments.
3150
bbc025f5
DD
3151 * configure.in: (*-*-windows*) Finish removing.
3152
33babf59
DD
3153 * configure.in: Eliminate redundant test for libgui.
3154
d5ec694c
DD
31552002-04-26 Joel Sherrill <joel@OARcorp.com>
3156
3157 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
3158 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
3159
57a5346c
DD
31602002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
3161
3162 * configure.in: remove references to dead files
3163
dbf93899
DD
31642002-04-18 Tom Tromey <tromey@redhat.com>
3165
3166 * configure.in: Disallow configuring libgcj when it is already
3167 installed and we're using Solaris 2.8 linker. Do enable libgcj on
3168 Solaris 2.8 by default. For PR libgcj/6158.
3169
26eadf68
DD
31702002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
3171
3172 * configure.in: Move default CC setting out of config/mh-* fragments
3173 directly into here.
3174
a0a2c6c6
DD
31752002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
3176
3177 * configure.in: don't even try to configure or make a subdirectory
3178 if there's no configure script for it.
3179
9972f812
DD
31802002-04-15 Mark Mitchell <mark@codesourcery.com>
3181
3182 * MAINTAINERS: Remove chill maintainers.
3183 * Makefile.in (CHILLFLAGS): Remove.
3184 (CHILL_LIB): Remove.
3185 (TARGET_CONFIGDIRS): Remove libchill.
3186 (CHILL_FOR_TARGET): Remove.
3187 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
3188 CHILL_LIB.
3189 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
3190 (CHECK_TARGET_MODULES): Likewise.
3191 (INSTALL_TARGET_MODULES): Likewise.
3192 (CLEAN_TARGET_MODULES): Likewise.
3193 (configure-target-libchill): Remove.
3194 (all-target-libchill): Remove.
3195 * configure.in (target_libs): Remove target-libchill.
3196 Do not compute CHILL_FOR_TARGET.
3197 * libchill: Remove directory.
5481b376 3198
75205f78
DD
31992002-04-15 DJ Delorie <dj@redhat.com>
3200
3201 * Makefile.in, configure.in, configure: Sync with gcc, entries
3202 follow...
3203
32042002-04-08 Tom Tromey <tromey@redhat.com>
3205
3206 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
3207 Fixes PR libgcj/6068.
3208
32092002-03-30 Krister Walfridsson <cato@df.lth.se>
3210
3211 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
3212
32132002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3214
3215 * configure.in (alpha*-dec-osf*): Enable libgcj.
3216
32172002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
3218
3219 Fix for: PR bootstrap/3591, target/5676
3220 * configure.in (mcore-pe): Disable the configuration of
3221 libstdc++-v3 since exceptions are not supported.
3222
32232002-03-20 Anthony Green <green@redhat.com>
3224
3225 * configure.in: Enable libgcj for xscale-elf target.
3226
32272002-02-28 Alexandre Oliva <aoliva@redhat.com>
3228
3229 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
3230 libjava.
3231 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
3232
32332002-02-22 Alexandre Oliva <aoliva@redhat.com>
3234
3235 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
3236 libstdc++-v3 and libjava.
3237
32382002-02-11 Adam Megacz <adam@xwt.org>
3239
3240 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
3241 boehm-gc
3242
32432002-02-09 Alexandre Oliva <aoliva@redhat.com>
3244
3245 * config.guess: Updated to 2002-01-30's version.
3246 * config.sub: Updated to 2002-02-01's version.
3247 Contribute sh64-elf.
3248 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
3249 * configure.in: Added sh64-*-*.
3250
32512002-01-17 H.J. Lu <hjl@gnu.org>
3252
3253 * Makefile.in (all-fastjar): Also depend on all-libiberty.
3254 (all-target-fastjar): Also depend on all-target-libiberty.
3255
3256Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
3257
3258 * configure, configure.in: Use temp file for long sed commands.
3259
32602001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
3261
3262 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
3263 libf2c.
3264
32652001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
3266
3267 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
3268
32692001-10-11 Hans-Peter Nilsson <hp@axis.com>
3270
3271 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
3272
32732001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
3274
3275 * configure: Handle temporary files securely using mkdir.
3276
32772001-09-26 Will Cohen <wcohen@redhat.com>
3278
3279 * configure.in (*-*-linux*): Disable configuration of target-newlib
3280 and target-libgloss.
3281
32822001-09-26 Alexandre Oliva <aoliva@redhat.com>
3283
3284 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
3285 RANLIB.
3286
32872001-08-11 Graham Stott <grahams@redhat.com>
3288
3289 * Makefile.in (check-c++): Add missing semicolon.
3290
32912001-07-25 Andrew Haley <aph@cambridge.redhat.com>
3292
3293 * configure.in (sh-*-linux*): New.
3294
32952001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3296
3297 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
3298 and libgcj on m68hc11/m68hc12.
3299
33002001-06-27 H.J. Lu (hjl@gnu.org)
3301
3302 * Makefile (CFLAGS_FOR_BUILD): New.
3303 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
3304
33052001-06-01 Hans-Peter Nilsson <hp@axis.com>
3306
3307 * configure.in (libstdcxx_flags): Do not try to execute
3308 libstdc++-v3/testsuite_flags until it exists.
3309
33102001-05-18 Benjamin Kosnik <bkoz@redhat.com>
3311
3312 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
3313
33142001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
3315
3316 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
3317
3318Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
3319
3320 * configure.in: Move *-chorusos target case to the proper switch.
3321 Disable libgcj.
3322
33232001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3324
3325 * Makefile.in (STAGE1_CFLAGS): Pass down.
3326
33272001-04-13 Alan Modra <amodra@one.net.au>
3328
3329 * config.guess: Add hppa64-linux support. Note for next import that
3330 this is already in the master file.
3331 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
3332
33332001-03-22 Colin Howell <chowell@redhat.com>
3334
3335 * Makefile.in (DO_X): Do not backslash single-quotes in
3336 backquotes (two places).
3337
33382001-03-18 Laurynas Biveinis <lauras@softhome.net>
3339
3340 * Makefile.in (DO_X): Quote nested quotes.
3341
33422001-03-15 Laurynas Biveinis <lauras@softhome.net>
3343
3344 * Makefile.in (DO_X): Use double quotes for quoting
3345 "RANLIB=$${RANLIB}".
3346
33472001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
3348
3349 * configure.in: Only use `lang_requires' for languages athat are
3350 actually enabled.
3351
33522001-03-07 Tom Tromey <tromey@redhat.com>
3353
3354 * configure.in: Allow config-lang.in to set `lang_requires' to list
3355 of other required languages.
3356
33572001-03-06 Laurynas Biveinis <lauras@softhome.net>
3358
3359 * Makefile.in: Remove RANLIB definition. Use RANLIB
3360 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
3361 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
3362
33632001-02-28 Benjamin Kosnik <bkoz@redhat.com>
3364 Alexandre Oliva <aoliva@redhat.com>
3365
3366 * Makefile.in (check-c++): Use tabs, not spaces.
3367
33682001-02-19 Benjamin Kosnik <bkoz@redhat.com>
3369
3370 * Makefile.in (check-c++): New rule.
3371
3372 * configure.in (target_libs): Remove libg++.
3373 (noconfigdirs): Remove libg++.
3374 (noconfigdirs): Same.
3375 (noconfigdirs): Same.
3376 (noconfigdirs): Same.
3377
3378 * config-ml.in: Remove libg++ references.
3379
3380 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
3381 (ALL_TARGET_MODULES): Same.
3382 (configure-target-libg++): Remove.
3383 (all-target-libg++): Remove.
3384 (configure-target-libio): Remove.
3385 (all-target-libio): Remove.
3386 (check-target-libio): Remove.
3387 (.PHONY): Remove.
3388 (libg++.tar.bz2): Remove.
3389 (all-target-cygmon): Remove libio.
3390 (all-target-libstdc++): Remove.
3391 (configure-target-libstdc++): Remove.
3392 (TARGET_LIB_PATH): Remove libstdc++.
3393 (ALL_GCC_CXX): Remove libstdc++.
3394 (all-target-gperf): Correct.
3395
33962001-02-15 Anthony Green <green@redhat.com>
3397
3398 * configure: Introduce GCJ_FOR_TARGET.
3399 * configure.in: Ditto.
3400 * Makefile.in: Ditto.
3401
34022001-02-08 Chandrakala Chavva <cchavva@redhat.com>
3403
3404 * configure.in: for *-chorusos, don't config target-newlib and
3405 target-libgloss.
3406
34072001-02-04 Mark Mitchell <mark@codesourcery.com>
3408
3409 Remove V2 C++ library.
3410 * configure.in: Remove --enable-libstdcxx_v3 support.
3411
34122001-01-27 Richard Henderson <rth@redhat.com>
3413
3414 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
3415
34162001-01-26 Tom Tromey <tromey@redhat.com>
3417
3418 * configure.in: Allow libgcj to be built on Sparc Solaris.
3419
34202001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
3421
3422 * configure.in: Enable libgcj on several additional platforms.
3423
34242001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
3425
3426 * configure.in: Enable libgcj for linux targets.
3427
34282001-01-09 Mike Stump <mrs@wrs.com>
3429
3430 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
3431 failures of subdirectories.
3432
34332001-01-02 Laurynas Biveinis <lauras@softhome.net>
3434
3435 * configure: handle DOS-style absolute paths.
3436
34372001-01-02 Laurynas Biveinis <lauras@softhome.net>
3438
3439 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
3440
34412000-12-18 Benjamin Kosnik <bkoz@redhat.com>
3442
3443 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
3444 (libstdcxx_incdir): Pass down.
3445 * config.if: Remove expired bits for cxx_interface, add stub.
3446 (libstdcxx_incdir): Add variable for g++ include directory.
3447 * configure.in (gxx_include_dir): Use it.
3448
34492000-12-15 Andreas Jaeger <aj@suse.de>
3450
3451 * configure.in: Handle lang_dirs.
3452
34532000-12-13 Anthony Green <green@redhat.com>
3454
3455 * configure.in: Disable libgcj for any target not specifically
3456 listed. Disable libgcj for x86 and Alpha Linux until compatible
3457 with g++ abi.
3458
34592000-12-13 Mike Stump <mrs@wrs.com>
3460
3461 * Makefile.in (local-distclean): Also remove fastjar.
3462
34632000-12-10 Anthony Green <green@redhat.com>
3464
3465 * configure.in: Define libgcj. Disable libgcj target libraries for
3466 most targets.
3467
34682000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
3469
3470 * configure.in (target_libs): Revert 2000-12-08 patch.
3471 (noconfigdirs): Added target-libjava.
3472
34732000-12-09 Laurynas Biveinis <lauras@softhome.net>
3474
3475 * Makefile.in: handle DOS-style absolute paths.
3476
34772000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
3478
3479 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
3480 libjava.
3481 * configure.in (target_libs): Removed `target-libjava'.
3482
34832000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
3484
3485 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
3486 (ALL_MODULES): Added fastjar.
3487 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
3488 (all-target-libjava): all-fastjar replaces all-zip.
3489 (all-fastjar): Added.
3490 (configure-target-fastjar, all-target-fastjar): Likewise.
3491 * configure.in (host_tools): Added fastjar.
3492
34932000-12-07 Mike Stump <mrs@wrs.com>
3494
3495 * Makefile.in (local-distclean): Remove leftover built files.
3496
34972000-11-16 Fred Fish <fnf@be.com>
3498
3499 * configure.in (enable_libstdcxx_v3): Fix typo,
3500 libstd++ -> libstdc++.
3501
35022000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
3503
3504 * configure: Provide the original toplevel configure arguments
3505 (including $0) to subprocesses in the environment rather than
3506 through gcc/configargs.h.
3507
35082000-11-12 Mark Mitchell <mark@codesourcery.com>
3509
3510 * configure: Turn on libstdc++ V3 by default.
3511
35122000-10-16 Michael Meissner <meissner@redhat.com>
3513
3514 * configure (gcc/configargs.h): Only create if there is a build GCC
3515 directory created.
3516
35172000-10-05 Phil Edwards <pme@gcc.gnu.org>
3518
3519 * configure: Save configure arguments to gcc/configargs.h.
3520
35212000-10-04 Andris Pavenis <pavenis@latnet.lv>
3522
3523 * Makefile.in (bootstrap): avoid recursion if subdir missing
3524 (cross): ditto
3525 (do-proto-toplev): ditto
3526
3527Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
3528
3529 * configure.in: Do not build byacc for hppa64. Provide paths to the
3530 X11 libraries for hppa64.
3531
35322000-09-02 Anthony Green <green@cygnus.com>
3533
3534 * Makefile.in (all-gcc): Depend on all-zlib.
3535 (CLEAN_MODULES): Add clean-zlib.
3536 (ALL_MODULES): Add all-zlib.
3537 * configure.in (host_libs): Add zlib.
3538
35392000-08-25 Alexandre Oliva <aoliva@redhat.com>
3540
3541 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
3542 $targargs to tell whether newlib is going to be built.
3543
3544 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
3545 $$r/TARGET_SUBDIR/libio for _G_config.h.
3546
35472000-08-14 Zack Weinberg <zack@wolery.cumb.org>
3548
3549 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
3550
3551 * configure: Make enable_threads and enable_shared defaults
3552 explicit. Substitute enable_threads into generated Makefiles.
3553 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
3554 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
3555
35562000-08-02 Manfred Hollstein <manfredh@redhat.com>
3557
3558 * configure.in: Re-enable all references to libg++ and librx.
3559
ffb97b2f 35602002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 3561
ffb97b2f
DD
3562 * configure.in: Add *-*-freebsd* configurations.
3563
bbf6e9e3
AC
35642002-04-07 Andrew Cagney <ac131313@redhat.com>
3565
3566 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
3567 (do-tar, do-bz2): New rules.
3568 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
3569 (gdb-tar): New rule.
3570 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
3571 (insight_dejagnu.tar): New rule.
3572 (insight.tar): New rule.
3573 (gdb+dejagnu.tar): New rule.
3574 (gdb.tar): New rule.
3575
8f1579c0
AC
35762002-04-07 Andrew Cagney <ac131313@redhat.com>
3577
3578 * MAINTAINERS: Update dejagnu/
3579
ba3c59ab
AO
35802002-03-16 Alexandre Oliva <aoliva@redhat.com>
3581
3582 * ltmain.sh (relink_command): Fix typo in previous change.
3583
6243d5dd
AO
35842002-03-15 Alexandre Oliva <aoliva@redhat.com>
3585
3586 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
3587 (relink_command): Added --tag flags.
3588 (mode=install): If relinking fails; error out.
3589
80413487
RH
35902002-03-12 Richard Henderson <rth@redhat.com>
3591
3592 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
3593 .NOTPARALLEL tag.
3594 (do-check): Rename from check.
3595 (check): Allow parallel check.
3596
3daeddf6
RH
35972002-03-11 Richard Henderson <rth@redhat.com>
3598
3599 * Makefile.in (.NOTPARALLEL): Add fake tag.
3600
fad93c55
L
36012002-03-07 H.J. Lu (hjl@gnu.org)
3602
3603 * configure.in: Enable gprof for mips*-*-linux*.
3604
2e8357fc
AO
36052002-02-28 Alexandre Oliva <aoliva@redhat.com>
3606
3607 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
3608 libjava.
3609 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
3610
bd48e1a9
AC
36112002-02-24 Andrew Cagney <ac131313@redhat.com>
3612
3613 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
3614
39121370
DJ
36152002-02-23 Daniel Jacobowitz <drow@mvista.com>
3616
3617 * config.guess: Import from master sources, rev 1.232.
3618 * config.sub: Import from master sources, rev 1.246.
3619
081ff160
AO
36202002-02-23 Alexandre Oliva <aoliva@redhat.com>
3621
3622 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
3623 because its Makefile is there; test for the executable instead.
3624
20a5393b
AO
36252002-02-09 Alexandre Oliva <aoliva@redhat.com>
3626
3627 Contribute sh64-elf.
3628 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
3629 * configure.in: Added sh64-*-*.
3630
38135629
JJ
36312002-02-04 Jeff Johnston <jjohnstn@redhat.com>
3632
80413487
RH
3633 * COPYING.NEWLIB: Remove advertising clause from
3634 Berkeley and Red Hat licenses.
38135629 3635
48d19748
MD
36362002-02-01 Mo DeJong <supermo@bayarea.net>
3637
3638 * Makefile.in: Add all-tix to deps for all-snavigator
3639 so that tix is built when building snavigator.
3640
f6e1c110
BE
36412002-02-01 Ben Elliston <bje@redhat.com>
3642
3643 * config.guess: Import from master sources, rev 1.229.
3644 * config.sub: Import from master sources, rev 1.240.
3645
4867be41
DJ
36462002-01-27 Daniel Jacobowitz <drow@mvista.com>
3647
3648 From Steve Ellcey <sje@cup.hp.com>:
3649 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
3650 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
3651 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
3652 IA64.
3653 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
3654 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
3655 soname_spec, sys_lib_search_path_spec): Ditto.
3656
e82380cc
JT
36572002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
3658
3659 * configure.in (*-*-netbsd*): New. Skip target-newlib,
3660 target-libiberty, and target-libgloss. Skip Java-related
3661 libraries if not supported for NetBSD on target CPU.
3662
1319fb9c
NC
36632002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
3664
3665 * configure.in: Import StrongARM and XScale target_configdirs from
3666 FSF GCC version.
3667
b020f6ac
L
36682002-01-16 H.J. Lu (hjl@gnu.org)
3669
3670 * config.guess: Import from master sources, rev 1.225.
3671 * config.sub: Import from master sources, rev 1.238.
3672
3673 * MAINTAINERS: Updated notes on config.guess and config.sub.
3674
a0c1c920
NC
36752002-01-11 Steve Ellcey <sje@cup.hp.com>
3676
3677 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
3678 ld and gdb are not supported.
3679
a9fa5e1f
JJ
36802002-01-07 Jeff Johnston <jjohnstn@redhat.com>
3681
3682 * Change reference to Cygnus Solutions to be Red Hat.
3683
94077108
JJ
36842002-01-07 Jeff Johnston <jjohnstn@redhat.com>
3685
3686 * COPYING.NEWLIB: Update generic copyright date.
3687
05ecd75c
MS
36882002-01-07 Mark Salter <msalter@redhat.com>
3689
3690 * configure.in: Remove target-bsp and target-cygmon from arm builds.
3691 Allow target-libgloss to be built for arm, strongarm, and xscale.
3692
a106bb62
BE
36932002-01-03 Ben Elliston <bje@redhat.com>
3694
3695 * MAINTAINERS: Update URL for config.* scripts.
3696
0e254642
AM
36972001-12-18 Alan Modra <amodra@bigpond.net.au>
3698
3699 * config.sub: Import latest version.
3700 * config.guess: Likewise.
3701
0a0d0041
TF
37022001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
3703
3704 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
3705 options for i[3456]86-pc-linux* native builds.
3706
d932cae7
NC
37072001-12-05 Laurent Guerby <guerby@acm.org>
3708
3709 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 3710 libiberty.
d932cae7
NC
3711
3712 Import this patch from gcc:
5481b376 3713
d932cae7
NC
3714 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
3715
3716 * symlink-tree: handle DOS-style absolute paths.
3717
49b7683b
DD
37182001-11-28 DJ Delorie <dj@redhat.com>
3719 Zack Weinberg <zack@codesourcery.com>
3720
3721 When build != host, create libiberty for the build machine.
3722
3723 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
3724 CONFIG_ARGUMENTS.
3725 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
3726 New variables.
3727 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
3728 and rules.
3729 (all.normal): Depend on ALL_BUILD_MODULES.
3730 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
3731 (all-build-libiberty): Depend on configure-build-libiberty.
3732
3733 * configure: Calculate and substitute proper value for
3734 ALL_BUILD_MODULES.
3735 * configure.in: Create the build subdirectory.
3736 Calculate and substitute TARGET_CONFIGARGS (formerly
3737 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
3738
26ef82f4
GK
37392001-11-26 Geoffrey Keating <geoffk@redhat.com>
3740
3741 * config.sub: Update to version 1.232 on subversion.
3742
43e64072
NC
37432001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
3744
3745 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
3746 files from .po files for a distribution.
3747
66f6c0d5
HPN
37482001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
3749
3750 * COPYING.NEWLIB: Mention preserved notice in specific parts.
3751
4a02fdb2
JH
37522001-11-13 Jeff Holcomb <jeffh@redhat.com>
3753
3754 Merged from net gcc:
3755 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
3756 * ltcf-c.sh: Use $objext, not $ac_objext.
3757 2001-07-27 Mark Kettenis <kettenis@gnu.org>
3758 * ltcf-cxx.sh: Add support for GNU.
3759 2001-07-22 Timothy Wall <twall@redhat.com>
3760 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
3761 default settings if using GNU tools with that configuration.
3762 * ltcf-cxx.sh: Ditto.
3763 * ltcf-gcj.sh: Ditto.
3764 2001-07-21 Michael Chastain <chastain@redhat.com>
3765 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
3766 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
3767 * ltmain.sh: Mark as gcc-local.
3768
227b9953
JH
37692001-11-13 Jeff Holcomb <jeffh@redhat.com>
3770
3771 * Makefile.in (all-bison): Revert 2001-10-24.
3772 Don't depend on texinfo.
3773
cbbab8fb
JJ
37742001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
3775
80413487 3776 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 3777
922b2485
DD
37782001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
3779
3780 * configure.in (--enable-languages): Be more permissive about
3781 syntax. Check for empty lists better. Warn about $LANGUAGES.
3782
f08fa01d
HPN
37832001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
3784
3785 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
3786
fee3da4e
JH
37872001-10-24 Jeff Holcomb <jeffh@redhat.com>
3788
3789 Makefile.in (all-bison): Don't depend on texinfo.
3790
73fb1ef9
AM
37912001-10-03 Alan Modra <amodra@bigpond.net.au>
3792
3793 * gettext.m4: Test po/POTFILES.in exists before trying to read.
3794
373688ac
AO
37952001-09-29 Alexandre Oliva <aoliva@redhat.com>
3796
3797 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
3798
9c07660b
HPN
37992001-09-28 Hans-Peter Nilsson <hp@axis.com>
3800
3801 * config.sub, config.guess: Import latest from subversions.
3802
3f152009
AO
38032001-09-21 Alexandre Oliva <aoliva@redhat.com>
3804
3805 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
3806 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
3807 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
3808 avoid quotes nesting problems.
3809 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
3810 (DO_X): Export only variables that are set.
3811
8f6a59e5
BE
38122001-09-19 Ben Elliston <bje@redhat.com>
3813
3814 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
3815 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
3816 semantics. Use the shell built-in "type" command instead.
3817
a1ec19fa
TS
38182001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3819
3820 * config.sub: Reverted the earlier change, this version is not the
3821 master file.
3822
4008bd9b
TS
38232001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3824
3825 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
3826 Add support for mips64.
3827
dd1e52a4
JH
38282001-09-03 Jeff Holcomb <jeffh@redhat.com>
3829
3830 * configure.in: Enable libstdc++-v3 for h8300 targets.
3831
91549d1c
EC
38322001-08-30 Eric Christopher <echristo@redhat.com>
3833 Jason Eckhardt <jle@redhat.com>
3834
3835 * config.sub: Add support for mipsisa32.
3836
cf966cf9
EC
38372001-08-30 Eric Christopher <echristo@redhat.com>
3838
3839 * config.sub, config.guess: Import latest from subversions.
3840
82208dc5
AM
38412001-08-20 Alan Modra <amodra@bigpond.net.au>
3842
3843 * config.sub, config.guess: Import latest from subversions.
3844
4dca8403
DD
38452001-07-26 DJ Delorie <dj@redhat.com>
3846
3847 * MAINTAINERS: Clarify libiberty merge rules and procedures.
3848
1107dce2
AM
38492001-06-19 Alan Modra <amodra@bigpond.net.au>
3850
3851 * Makefile.in: Revert 2001-06-17.
3852 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
3853
e09a6604
L
38542001-06-17 H.J. Lu <hjl@gnu.org>
3855
3856 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
3857 (gas+binutils.tar.bz2): Likewise.
3858 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
3859
31a8b634
AC
3860Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
3861
3862 * Makefile.in (VER): When present, extract the version number from
5481b376 3863 the file version.in.
31a8b634 3864
dc70af01
AO
38652001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
3866
3867 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
3868 gcc/xgcc is built, use -print-prog-name to find out the program
3869 name to use.
3870
839bbd8c
AO
38712001-06-04 Mark Mitchell <mark@codesourcery.com>
3872
3873 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
3874 with_gcc]: Use `gcc -shared' to build a shared library.
3875
566e9a30
AO
38762001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
3877
3878 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
3879 archives.
3880
e877bb69
AO
38812001-05-28 Simon Patarin <simon.patarin@inria.fr>
3882
3883 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
3884 libraries when using g++ with native linker.
3885
1605288b
AO
38862001-05-28 Alexandre Oliva <aoliva@redhat.com>
3887
3888 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
3889
11a383ba
TR
38902001-05-24 Tom Rix <trix@redhat.com>
3891
3892 * configure.in : enable ld for aix
cf966cf9 3893
18611226
AO
38942001-05-22 Alexandre Oliva <aoliva@redhat.com>
3895
3896 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
3897 [aix4*|aix5*]: Prepend blank.
3898
6be7c12c
AO
38992001-05-20 Alexandre Oliva <aoliva@redhat.com>
3900
3901 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3902 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
3903 of subdir/configure scripts to use the new libtool.m4.
3904
4ed00bba
L
39052001-05-14 H.J. Lu <hjl@gnu.org>
3906
3907 * config.if (libc_interface): Set to -libc6.2- for cross
3908 compiling to Linux/glibc 2.2.
3909
b1af961c
AO
39102001-05-03 Alexandre Oliva <aoliva@redhat.com>
3911
3912 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
3913 libgcj.
3914
5ec3e74e
AO
39152001-04-26 Alexandre Oliva <aoliva@redhat.com>
3916
3917 * configure.in (noconfigdirs): Don't reset it from scratch in the
3918 target case; only append to it.
3919
b3ed1d6b
AO
39202001-04-26 Alexandre Oliva <aoliva@redhat.com>
3921
3922 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
3923 sparc-*-solaris2.8]: Disable ${libgcj}.
3924
96111c10
AO
39252001-04-25 Alexandre Oliva <aoliva@redhat.com>
3926
3927 * configure.in (libgcj_saved): Copy from $libgcj.
3928 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
3929 --disable-libgcj.
3930
b5bf43f2
AO
39312001-04-20 Alexandre Oliva <aoliva@redhat.com>
3932
3933 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
3934 1.641.2.228.
3935
8cc32590
AO
39362001-04-12 Alexandre Oliva <aoliva@redhat.com>
3937
3938 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3939 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
3940
dec0cb0c
AO
39412001-04-01 Alexandre Oliva <aoliva@redhat.com>
3942
3943 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
3944 New macros.
3945 (bootstrap, cross): Use RECURSE_FLAGS.
3946 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
3947
6a9c3886
AO
39482001-03-27 Alexandre Oliva <aoliva@redhat.com>
3949
3950 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
3951
d4fc7db8
NC
39522001-03-23 Nick Clifton <nickc@redhat.com>
3953
3954 * README-maintainer-mode: Add note about inability to use "make
3955 distclean" in maintainer mode.
3956
7389ff65
AO
39572001-03-22 Alexandre Oliva <aoliva@redhat.com>
3958
3959 Re-installed:
3960 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
3961 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
3962 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
3963 * ltcf-cxx.sh: Likewise.
3964 * ltcf-gcj.sh: Likewise.
3965
b3e0dc8e
PB
39662001-03-22 Philip Blundell <philb@gnu.org>
3967
3968 * config.sub, config.guess: Import latest from subversions.
3969
469b781c
AO
39702001-03-22 Alexandre Oliva <aoliva@redhat.com>
3971
3972 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3973 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
3974
b0dad762
MC
39752001-03-20 Michael Chastain <chastain@redhat.com>
3976
3977 * Makefile.in: all-m4 depends on all-texinfo.
3978
c559bb17
AO
39792001-03-08 Alexandre Oliva <aoliva@redhat.com>
3980
3981 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
3982
fef4ae2e
JJ
39832001-02-22 Jeff Johnston <jjohnstn@redhat.com>
3984
3985 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
3986 longer valid.
3987
8d6dd99d
NC
39882001-02-16 Nick Clifton <nickc@redhat.com>
3989
3990 * configure.in (noconfigdirs): Allow configuration of texinfo
3991 for Cygwin hosts.
3992
a85d7ed0
NC
39932001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
3994
3995 * config.guess: Add linux target for S/390.
3996 * config.sub: Likewise.
3997 * configure.in: Likewise.
3998
51221c5e
DD
39992001-02-06 Ben Elliston <bje@redhat.com>
4000
4001 * configure: Output host type to stdout, not stderr.
4002
9dec4c71
MS
40032001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4004
4005 * config.guess: Import from subversions.gnu.org (revision 1.181).
4006 * config.sub: Import from subversions.gnu.org (revision 1.199).
4007
9add9c04
AM
40082001-01-30 Alan Modra <alan@linuxcare.com.au>
4009
4010 * config.guess: Handle hppa64-linux systems.
4011
8679174d
MS
40122001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4013
4014 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
4015 Don't unset, it's non-portable and no longer necessary, set to empty
4016 instead.
4017
02d01ed4
MS
40182001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4019
4020 * ltconfig: Shell portability fix for the tagname validity check.
4021
4cc5853d
MS
40222001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4023
4024 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
4025
7487e485
AO
40262001-01-27 Alexandre Oliva <aoliva@redhat.com>
4027
4028 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
4029 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
4030
f332af52
AO
40312001-01-24 Alexandre Oliva <aoliva@redhat.com>
4032
4033 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
4034 keep at least one of build_libtool_libs or build_old_libs set to
4035 yes.
4036
ef099754
AO
40372001-01-24 Alexandre Oliva <aoliva@redhat.com>
4038
4039 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
4040 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
4041
8341f2fc 40422000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 4043
8341f2fc
AJ
4044 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
4045
40462000-11-03 Philip Blundell <pb@futuretv.com>
4047
4048 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
4049 files.
ebf0fa2e 4050
c320a39f
JJ
40512001-01-15 Jeff Johnston <jjohnstn@redhat.com>
4052
4053 * COPYING.NEWLIB: Put into source repository.
4054
8817b92e
BE
40552001-01-15 Ben Elliston <bje@redhat.com>
4056
4057 * configure.in (host_tools): Add sid.
4058 Always configure cgen.
4059 * Makefile.in (all-sid): New target.
4060 (check-sid, clean-sid, install-sid): Likewise.
4061
35590697
AJ
40622001-01-07 Andreas Jaeger <aj@suse.de>
4063
80413487 4064 * config.sub, config.guess: Update from subversions.
35590697 4065
6ee6cea6
AO
40662000-12-12 Alexandre Oliva <aoliva@redhat.com>
4067
4068 * configure.in: Disable language-specific target libraries for
4069 languages that aren't enabled.
4070
077b8428
NC
40712000-11-24 Nick Clifton <nickc@redhat.com>
4072
4073 * configure.in (xscale-elf): Add target.
4074 (xscale-coff): Add target.
4075 (c4x, c5x, tic54x): Move after ARM targets.
4076
9e28a1ed
AO
40772000-11-23 Alexandre Oliva <aoliva@redhat.com>
4078
4079 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
4080
be98a80a
ILT
40812000-11-20 Ian Lance Taylor <ian@zembu.com>
4082
4083 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
4084
5cec67bf
AO
40852000-11-18 Alexandre Oliva <aoliva@redhat.com>
4086
4087 * Makefile.in: Merge with GCC and libgcj.
4088 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
4089 configure-target-<library> when their configure scripts need the C
4090 or C++ library to have already been built to work properly.
4091 (do_proto_toplev): Set them to an empty string.
4092
d932cae7 40932000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
4094
4095 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
4096 (REALLY_SET_LIB_PATH): Use them.
4097
d932cae7 40982000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
4099
4100 * config.sub: Add support for Sun Chorus
4101
8602ff0c
NC
41022000-11-02 Per Lundberg <plundis@chaosdev.org>
4103
4104 * config.sub: Add support for the *-storm-chaos OS.
4105
f9e0997d
NC
41062000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
4107
80413487
RH
4108 * configure.in (noconfigdirs): Don't compile some
4109 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 4110
d64552c5
AO
41112000-09-30 Alexandre Oliva <aoliva@redhat.com>
4112
4113 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
4114 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
4115 all affected `configure' scripts.
4116
97f60b31
AO
41172000-09-25 Alexandre Oliva <aoliva@redhat.com>
4118
4119 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
4120 ltcf-c.sh.
4121
6e8dd58f
PB
41222000-09-12 Philip Blundell <philb@gnu.org>
4123
4124 * config.sub, config.guess: Update from subversions.
4125
103a2e99
AO
41262000-09-06 Alexandre Oliva <aoliva@redhat.com>
4127
51601921
AO
4128 * Makefile.in (all-zlib): Added dummy target.
4129
103a2e99
AO
4130 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
4131 multi-language branch.
4132
2809b4b9
AO
41332000-09-05 Alexandre Oliva <aoliva@redhat.com>
4134
4135 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
4136 (bootstrap*): Depend on all-bootstrap.
4137
7450026c
AO
41382000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
4139
4140 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
4141 crosses, but add gcc/include to the header search path for them.
4142
6cf86f7f
AO
41432000-08-31 Alexandre Oliva <aoliva@redhat.com>
4144
4145 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
4146 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
4147 * gettext.m4: New file, extracted from aclocal.m4.
4148
ce2ea6e3
AO
41492000-08-22 Alexandre Oliva <aoliva@redhat.com>
4150
4151 * config-ml.in (CC, CXX): Avoid trailing whitespace.
4152 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
4153 sub-configures.
4154
9765193e
DE
41552000-08-20 Doug Evans <dje@casey.transmeta.com>
4156
4157 * Makefile.in (ALL_MODULES): Add all-cgen.
4158 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
4159 (all-cgen): New target.
4160 (all-opcodes,all-sim): Depend on all-cgen.
4161 * configure.in (host_tools): Add cgen.
4162 Only configure cgen if --enable-cgen-maint.
4163
d7b32520
AO
41642000-08-17 Alexandre Oliva <aoliva@redhat.com>
4165
4166 * config-ml.in (CC, CXX): Don't introduce a leading space.
4167
e52ef561
AO
41682000-08-16 Alexandre Oliva <aoliva@redhat.com>
4169
4170 * configure.in (libstdcxx_flags): Use
4171 libstdc++-v3/src/libstdc++.INC.
4172
88f9c2a0
AO
41732000-08-15 Alexandre Oliva <aoliva@redhat.com>
4174
4175 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
4176
98fbe43f
JM
41772000-08-11 Jason Merrill <jason@redhat.com>
4178
4179 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
4180 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
4181 (FLAGS_FOR_TARGET): Not here.
4182 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
4183
279ddab4
DD
41842000-08-07 DJ Delorie <dj@redhat.com>
4185
4186 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
4187 "if we're also building gcc, and it's a gcc that will run on the
4188 build machine, we want to use its includes instead of the system's
4189 default includes".
4190
60523a83
AO
41912000-08-03 Alexandre Oliva <aoliva@redhat.com>
4192
24ffec7a
AO
4193 * configure.in (libstdcxx_flags): Don't use `"'.
4194
60523a83
AO
4195 * config-ml.in: Adjust multilib search paths to the
4196 appropriate multilib tree.
4197
daf644b5
AO
41982000-08-02 Alexandre Oliva <aoliva@redhat.com>
4199
4200 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
4201 commas in $LANGUAGES.
4202
63266560
DD
42032000-08-01 Alexandre Oliva <aoliva@redhat.com>
4204
4205 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
4206
42072000-07-31 Alexandre Oliva <aoliva@redhat.com>
4208
4209 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
4210 CXX_FOR_TARGET for sed.
4211
42122000-07-30 Alexandre Oliva <aoliva@redhat.com>
4213
4214 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
4215 Do not override if already set in the environment or in configure.
4216 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
4217 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
4218
9e449d3e
AO
42192000-07-27 Alexandre Oliva <aoliva@redhat.com>
4220
4221 * Makefile.in (FLAGS_FOR_TARGET): New macro.
4222 (GCC_FOR_TARGET): Use it.
4223 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
4224 * configure.in: ... here.
4225 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
4226 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
4227
8bbd92e0
AO
42282000-07-24 Alexandre Oliva <aoliva@redhat.com>
4229
fd1f87b2
AO
4230 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
4231 (configure-target-libchill, configure-target-libobjc): Likewise.
4232
8bbd92e0
AO
4233 * configure.in: Use the same cache file for all target libs.
4234 * config-ml.in: But different cache files per multilib variant.
4235
25c6c112
JL
42362000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4237
4238 * configure (topsrcdir): Don't use dirname.
4239
ba73c63f
JM
42402000-07-20 Jason Merrill <jason@redhat.com>
4241
4242 * configure.in: Remove all references to libg++ and librx.
4243
4244 * configure, configure.in, Makefile.in: Unify gcc and binutils.
4245
1af08294
HPN
42462000-07-20 Hans-Peter Nilsson <hp@axis.com>
4247
4248 * config.sub: Update to subversions version 2000-07-06.
4249
ba73c63f
JM
42502000-07-12 Andrew Haley <aph@cygnus.com>
4251
4252 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
4253 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
4254
42552000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
4256
4257 * symlink-tree: Check number of arguments.
4258
d932cae7 42592000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
4260
4261 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
4262
ba73c63f
JM
42632000-07-05 Jim Wilson <wilson@cygnus.com>
4264
4265 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
4266 search path for a g++ extracted from the build tree. This
4267 will allow link tests run by configure scripts in
4268 subdirectories to succeed.
4269
92ee2f86
UC
42702000-07-01 Koundinya K <kk@ddeorg.soft.net>
4271
80413487 4272 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 4273
23f2f29f
CV
42742000-06-28 Corinna Vinschen <vinschen@cygnus.com>
4275
4276 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
4277 `os2'. Force ac_cv_exeext to be ".exe" in that case.
4278
f04f5a67
TW
42792000-06-19 Timothy Wall <twall@cygnus.com>
4280
4281 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
4282 * config.sub: Add tic54x target.
4283
11da68be
NC
42842000-06-07 Phillip Thomas <pthomas@suse.de>
4285
4286 * README-maintainer-mode: New file: Contains notes on using
4287 --enable-maintainer-mode with binutils.
4288
d932cae7 42892000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
4290
4291 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
4292
d932cae7 42932000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
4294
4295 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
4296 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
4297
9442cea3
L
429820000-05-21 H.J. Lu (hjl@gnu.org)
4299
80413487
RH
4300 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
4301 directory are used if they exist. Make sure
4302 $(build_tooldir)/include is searched for header files,
4303 $(build_tooldir)/lib/ for library files.
9442cea3 4304 (GCC_FOR_TARGET): Likewise.
80413487 4305 (CXX_FOR_TARGET): Likewise.
9442cea3 4306
d932cae7 43072000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
4308
4309 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
4310
d932cae7 43112000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
4312
4313 * Makefile.in (configure-target-libiberty): Depend on
4314 configure-target-newlib.
4315
ba73c63f
JM
43162000-05-16 Alexandre Oliva <aoliva@cygnus.com>
4317
4318 * configure.in, Makefile.in: Merge all libffi-related
4319 configury stuff from the libgcj tree.
4320
d932cae7 43212000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
4322
4323 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
4324 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
4325
d932cae7 43262000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
4327
4328 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
4329 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 4330 current version information. Add to proto-toplev directory.
b5a23627
AC
4331 (gdb-taz): Build do-djunpack.
4332
ba73c63f
JM
43332000-05-15 David Edelsohn <edelsohn@gnu.org>
4334
4335 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
4336
7c86ed39
L
43372000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4338
4339 * ltmain.sh: Preserve in relink_command any environment
4340 variables that may affect the linker behavior.
4341
d932cae7 43422000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
4343
4344 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
4345
d932cae7 43462000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
4347
4348 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
4349
ed0a91a5
EZ
43502000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
4351
4352 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 4353 with the version name.
ed0a91a5 4354
ba73c63f 43552000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 4356
ba73c63f 4357 * config.if: Tweak.
6cafa39f 4358
ba73c63f 43592000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 4360
ba73c63f 4361 * djunpack.bat: New file.
66156876 4362
d932cae7 43632000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
4364
4365 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
4366 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
4367 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
4368 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 4369
ba73c63f
JM
43702000-04-16 Dave Pitts <dpitts@cozx.com>
4371
80413487
RH
4372 * config.sub (case $basic_machine): Change default for "ibm-*"
4373 to "openedition".
ba73c63f 4374
d932cae7 43752000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
4376
4377 * Makefile.in (gdb-taz): New target. GDB specific archive.
4378 (do-md5sum): New target.
4379 (MD5PROG): Define.
4380 (PACKAGE): Default to TOOL.
4381 (VER): Default to a shell script.
4382 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 4383 md5 checksum generation.
b35ece4e
AC
4384 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
4385 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
4386 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 4387 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 4388
d932cae7 43892000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
4390
4391 * configure (warn_cflags): Delete.
4392
ba73c63f 43932000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 4394 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 4395
80413487
RH
4396 * configure.in (enable_libstdcxx_v3): Add.
4397 (target_libs): Add bits here to switch between libstdc++-v2 and
4398 libstdc++-v3.
4399 * config.if: And this file too.
4400 * Makefile.in: Add libstdc++-v3 targets.
35590697 4401
ba73c63f
JM
44022000-04-05 Michael Meissner <meissner@redhat.com>
4403
4404 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 4405
d332c5ac
JM
44062000-03-29 Jason Merrill <jason@casey.cygnus.com>
4407
4408 * configure.in: -linux-gnu*, not -linux-gnu.
4409
d932cae7 44102000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
4411
4412 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
4413 (do-tar-bz2): Replace TOOL with PACKAGE.
4414 (gdb.tar.bz2): Remove GDBTK from GDB package.
4415 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 4416 dejagnu.tar.bz2): New packages.
6dcbc97b 4417
96ce09a7
ILT
44182000-02-27 Andreas Jaeger <aj@suse.de>
4419
4420 * configure.in: Add entry for mips*-*-linux*, move catch all
4421 *-*-*linux* entry below this one.
4422
2031769e
ILT
44232000-02-27 Ian Lance Taylor <ian@zembu.com>
4424
4425 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
4426
4bab746c
NC
44272000-02-24 Nick Clifton <nickc@cygnus.com>
4428
4429 * config.sub: Support an OS of "wince".
4430
d932cae7 44312000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
4432
4433 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 4434 version.
ada59422 4435
5b93d8bb
AM
44362000-02-23 Linas Vepstas <linas@linas.org>
4437
4438 * config.sub: Add support for Linux/IBM 370.
4439 * configure.in: Likewise.
4440
2fb651f6
NC
44412000-02-22 Nick Clifton <nickc@cygnus.com>
4442
4443 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
4444
b8441c25
CF
44452000-02-20 Christopher Faylor <cgf@cygnus.com>
4446
4447 * config.guess: Guess "cygwin" rather than "cygwin32".
4448
d332c5ac
JM
44492000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4450
4451 * configure (gcc_version): When setting, narrow search to
4452 lines containing `version_string'.
4453
ba73c63f
JM
44542000-02-15 Denis Chertykov <denisc@overta.ru>
4455
4456 * config.sub: Add support for avr target.
4457
d932cae7 44582000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
4459
4460 * config.sub: Add mmix-knuth-mmixware.
4461
44622000-01-27 Christopher Faylor <cgf@redhat.com>
4463
4464 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
4465 structure stuff to -L library search.
4466 (CXX_FOR_TARGET): Ditto.
4467 (CROSS_CHECK_MODULES): Fix spelling mistake.
4468
44692000-01-24 Mark Mitchell <mark@codesourcery.com>
4470
4471 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
4472 the C++ compiler.
4473
44742000-01-12 Richard Henderson <rth@cygnus.com>
4475
4476 * configure.in: Don't build some bits for beos.
4477
44782000-01-12 Joel Sherrill (joel@OARcorp.com)
4479
4480 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
4481 as include files.
4482
91b2c84d
GK
44832000-01-06 Geoff Keating <geoffk@cygnus.com>
4484
4485 * configure.in: Use mt-aix43 to handle *_TARGET defs,
4486 not mh-aix43.
4487
ba73c63f
JM
44881999-12-14 Richard Henderson <rth@cygnus.com>
4489
4490 * config.guess (alpha-osf, alpha-linux): Detect ev67.
4491 * config.sub: Accept alphaev[78], alphaev8.
4492
44931999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4494
4495 * config.guess, config.sub: Update from autoconf.
4496
4497Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4498
4499 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
4500 necessary libraries are missing.
4501
45021999-10-25 Andreas Schwab <schwab@suse.de>
4503
4504 * configure: Fix quoting inside arguments of eval.
4505
45061999-10-21 Nick Clifton <nickc@cygnus.com>
4507
4508 * config-ml.in: Allow suppression of some ARM multilibs.
4509
4510Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
4511
4512 * config.guess: Add OS/390 match pattern.
4513 * config.sub: Add mvs, openedition targets.
4514 * configure.in (i370-ibm-opened*): New.
4515
ef14edc4
ILT
45161999-09-04 Steve Chamberlain <sac@pobox.com>
4517
4518 * config.sub: Add support for configuring for pj.
4519
afb478e8
NC
45201999-08-31 Nick Clifton <nickc@cygnus.com>
4521
fd6848f6 4522 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 4523
ba73c63f 45241999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
4525
4526 * configure.in: Do not configure or build ld for AIX
4527 platforms. ld is known to be broken on these platforms.
4528
ba73c63f
JM
4529Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4530
4531 * config-ml.in: Pass compiler flag corresponding to multidirs to
4532 subdir configures.
4533
c363de44
ILT
45341999-08-09 Ian Lance Taylor <ian@zembu.com>
4535
4536 * Makefile.in (LDFLAGS): Define.
4537
dc8bc5a6
ILT
45381999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
4539
4540 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
4541 noconfigdirs.
4542 (*-*-cygwin*): Likewise.
4543
6ca3858e
ILT
45441999-08-08 Ian Lance Taylor <ian@zembu.com>
4545
71141bb6
ILT
4546 * mkdep: New file.
4547 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
4548 (BINUTILS_SUPPORT_DIRS): Add mkdep.
4549
6ca3858e
ILT
4550 From Eli Zaretskii <eliz@is.elta.co.il>:
4551 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
4552 long file name when using DJGPP on MS-DOS.
4553
ba73c63f
JM
4554Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
4555
4556 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
4557
2735a327
AM
45581999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
4559
4560 * Makefile.in (check-target-libio): Remove all-target-libstdc++
4561 dependency as this causes "make check" to globally "make all"
4562
ba73c63f
JM
4563Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
4564
4565 * configure.in (target_libs): Added target-zlib.
4566 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
4567 (CONFIGURE_TARGET_MODULES): Likewise.
4568 (CHECK_TARGET_MODULES): Likewise.
4569 (INSTALL_TARGET_MODULES): Likewise.
4570 (CLEAN_TARGET_MODULES): Likewise.
4571 (configure-target-zlib): New target.
4572 (all-target-zlib): Likewise.
4573 (all-target-libjava): Depend on all-target-zlib.
4574 (configure-target-libjava): Depend on configure-target-zlib.
4575
4576 * Makefile.in (configure-target-libjava): Depend on
4577 configure-target-newlib.
4578 (configure-target-boehm-gc): New target.
4579 (configure-target-qthreads): New target.
4580
80413487
RH
4581 * configure.in (target_libs): Added target-qthreads.
4582 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
4583 (CONFIGURE_TARGET_MODULES): Likewise.
4584 (CHECK_TARGET_MODULES): Likewise.
4585 (INSTALL_TARGET_MODULES): Likewise.
4586 (CLEAN_TARGET_MODULES): Likewise.
4587 (all-target-qthreads): New target.
4588 (configure-target-libjava): Depend on configure-target-qthreads.
4589 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
4590
4591 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
4592 (CONFIGURE_TARGET_MODULES): Likewise.
4593 (CHECK_TARGET_MODULES): Likewise.
4594 (INSTALL_TARGET_MODULES): Likewise.
4595 (CLEAN_TARGET_MODULES): Likewise.
4596 (all-target-libjava): New target.
4597 (all-target-boehm-gc): Likewise.
4598 * configure.in (target_libs): Added libjava, boehm-gc.
4599
08d836d6
ILT
46001999-07-22 Ian Lance Taylor <ian@zembu.com>
4601
4602 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
4603 configure.bat in SUPPORT_FILES.
4604 (gas+binutils.tar.bz2): Likewise.
4605
4606 * makeall.bat: Remove; obsolete.
4607
8f36e47c
ILT
46081999-07-21 Ian Lance Taylor <ian@zembu.com>
4609
4610 From Mark Elbrecht:
4611 * configure.bat: Remove; obsolete.
4612
56e82f25
ILT
46131999-07-11 Ian Lance Taylor <ian@zembu.com>
4614
4615 * configure: Add -W -Wall to the default CFLAGS when compiling with
4616 gcc.
4617
1001d816
JL
4618Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
4619
4620 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
4621
106117aa
MM
46221999-06-30 Mark Mitchell <mark@codesourcery.com>
4623
4624 * configure.in: Build ld on IRIX6.
4625
c376f4ed
ILT
46261999-06-12 Ian Lance Taylor <ian@zembu.com>
4627
4628 * Makefile.in: Change distribution targets to use bzip2 instead of
4629 gzip.
4630 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 4631 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 4632
306b7445
NC
46331999-06-04 Nick Clifton <nickc@cygnus.com>
4634
4635 * config.sub: Add mcore target.
4636
d932cae7 46371999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
4638
4639 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
4640
d932cae7 46411999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
4642
4643 * config.guess (dummy): Changed to $dummy.
4644
6c3175b0
NC
46451999-05-24 Nick Clifton <nickc@cygnus.com>
4646
ba73c63f
JM
4647 * config.sub: Tidied up case statements.
4648
46491999-05-22 Ben Elliston <bje@cygnus.com>
4650
4651 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
4652 <jiro@din.or.jp>.
4653
4654 * config.guess: Merge with FSF version. Future changes will be
4655 more accurately recorded in this ChangeLog.
4656 * config.sub: Likewise.
4657
d932cae7 46581999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
4659
4660 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 4661
252b5132
RH
46621999-04-30 Tom Tromey <tromey@cygnus.com>
4663
4664 * ltmain.sh: [mode link] Always use CC given by ltconfig.
4665
46661999-04-23 Tom Tromey <tromey@cygnus.com>
4667
4668 * ltconfig, ltmain.sh: Update to libtool 1.2f.
4669
46701999-04-20 Drew Moseley <dmoseley@cygnus.com>
4671
4672 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
4673 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
4674 Bad merge removed these two changes.
4675
ba73c63f 4676Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 4677 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
4678
4679 * config.guess (interix Alpha): Add.
4680
252b5132
RH
46811999-04-11 Richard Henderson <rth@cygnus.com>
4682
4683 * configure.in (i?86-*-beos*): Do config gperf; don't config
4684 gdb, newlib, or libgloss.
4685
d932cae7 46861999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 4687
ba73c63f
JM
4688 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
4689 link a trivial program with -mabi=64. If it fails, remove mabi=64
4690 from multidirs.
4691
d932cae7 46921999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
4693
4694 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
4695
252b5132
RH
46961999-04-08 Nick Clifton <nickc@cygnus.com>
4697
4698 * config.sub: Add support for mcore targets.
4699
47001999-04-07 Michael Meissner <meissner@cygnus.com>
4701
4702 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
4703 not mt-ospace, in order to shut up assembler warning about using
4704 symbols that are named the same as registers.
4705
47061999-04-07 Drew Moseley <dmoseley@cygnus.com>
4707
4708 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
4709 dependency list for all-target-cygmon.
4710
47111999-04-05 Doug Evans <devans@casey.cygnus.com>
4712
4713 * config-ml.in: Check $host, not $target, for selective multilibs.
4714 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
4715 thumb interworking, and underscore prefix multilibs.
4716
47171999-04-04 Ian Lance Taylor <ian@zembu.com>
4718
4719 * missing: Update to version from current automake.
4720
4721Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
4722
4723 * configure (gxx_include_dir): Removed.
4724
4725 * configure.in (gxx_include_dir): Handle it.
4726 * Makefile.in: Likewise.
4727
47281999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
4729
4730 * config.sub (mips64vr4111,mips64vr4111el) Add.
4731
47321999-03-21 Ben Elliston <bje@cygnus.com>
4733
80413487 4734 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
4735
4736Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
4737
252b5132
RH
4738 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
4739 config/mh-djgpp.
4740
4741Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
4742
4743 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
4744 all-target-newlib to dependency list for all-target-bsp.
4745
4746Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
4747
4748 * config.sub: Add i386-uwin support.
4749 * config.guess: Likewise.
4750
4751Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4752
4753 * configure.in: cleanup, add mh-*pic handling for arm, special
4754 case powerpc*-*-aix*
4755
4756Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
4757
4758 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
4759 can be built.
4760
4761Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
4762
4763 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 4764 targets.
252b5132
RH
4765
47661999-03-02 Nick Clifton <nickc@cygnus.com>
4767
4768 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
4769
d932cae7 47701999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
4771
4772 * config.sub: Check for "cygwin*" rather than "cygwin32*"
4773
47741999-02-24 Nick Clifton <nickc@cygnus.com>
4775
4776 * config.sub: Fix typo in arm recognition.
4777
d932cae7 47781999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
4779
4780 * configure.in (noconfigdirs): Changed target_configdirs to
4781 include target-bsp only for m68k-*-elf* and m68k-*-coff*
4782 rather than m68k-*-* since it is not known to work on
4783 m68k-aout. Ditto for arm-*-*oabi.
4784
d932cae7 47851999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
4786
4787 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
4788
47891999-02-19 Ben Elliston <bje@cygnus.com>
4790
4791 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
4792 Smart and improved by Andrew Cagney.
4793
d932cae7 47941999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
4795
4796 * config.guess: Recognize openbsd-*-hppa.
4797
d932cae7 47981999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
4799
4800 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
4801 only if it is not empty.
4802
48031999-02-17 Nick Clifton <nickc@cygnus.com>
4804
4805 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 4806
fd6848f6 4807 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
4808
4809 * config.sub: Modified to recognize uname's armv* syntax.
4810
48111999-02-17 Mark Salter <msalter@cygnus.com>
4812
4813 * configure.in: Added target-bsp for sparclite.
4814
d932cae7 48151999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
4816
4817 * config.sub: Recognize alphapca5[67] and up to alphaev8.
4818
48191999-02-08 Nick Clifton <nickc@cygnus.com>
4820
4821 * configure.in: Add support for strongarm port.
4822 * config.sub: Add support for strongarm target.
4823
d932cae7 48241999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 4825
252b5132
RH
4826 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
4827 the old name config/mh-cygwin32.
4828 Enable texinfo.
4829
d932cae7 48301999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
4831
4832 * configure.in: Do build ld for ix86 Solaris.
4833
d932cae7 48341999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
4835
4836 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
4837 $AR_FOR_TARGET. Likewise for RANLIB.
4838
d932cae7 48391999-02-02 Catherine Moore <clm@cygnus.com>
35590697 4840
80413487
RH
4841 * config.sub (oabi): Recognize.
4842 * configure.in (arm-*-oabi): Handle.
252b5132 4843
d932cae7 48441999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
4845
4846 * config.guess: Improve detection of i686 on UnixWare 7.
4847
d932cae7 48481999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
4849
4850 * config.guess: Add support for i386-pc-interix.
4851 * config.sub: Likewise.
4852 * configure.in: Likewise.
252b5132 4853
d932cae7 48541999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
4855
4856 * Makefile.in: Remove unneeded all-target-libio from
4857 from all-target-winsup target since it is now unneeded.
4858 Add all-target-libtermcap in its place since it is now
4859 needed.
4860
d932cae7 48611998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
4862
4863 * configure.in: makefile stub for cygwin target is probably
4864 unnecessary. Remove it for now.
252b5132 4865
d932cae7 48661998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
4867
4868 * configure.in: libtermcap.a should be built when cygwin is the
4869 target as well as the host.
4870 * config.guess: Allow mixed case in cygwin uname output.
4871 * Makefile.in: Add libtermcap target.
252b5132 4872
d932cae7 48731998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
4874
4875 * config.sub: Clean up handling of hppa2.0.
4876
d932cae7 48771998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
4878
4879 * config.guess: Use C code to identify more HP machines.
4880
4881Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
4882
4883 * config.sub: Handle hppa2.0.
4884
ba73c63f
JM
4885Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
4886
4887 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 4888 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
4889
48901998-12-15 Mark Salter <msalter@cygnus.com>
4891
4892 * configure.in: Added target-bsp for several target architectures.
4893
4894 * Makefile.in: Added rules for bsp.
4895
252b5132
RH
4896Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
4897
4898 * config.guess: Improve detection of hppa2.0 processors.
4899
4900Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
4901
4902 * config.guess: Recognize FreeBSD using ELF automatically.
4903
49041998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
4905
4906 * configure (skip-this-dir): Add handling for new shell script, which
4907 might be created by a sub-directory's configure to indicate, this particular
4908 directory is "unwanted".
4909 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
4910
252b5132
RH
4911Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
4912
4913 * ltconfig: import from libtool, after changing libtool to
4914 account for the cygwin name change.
4915
4916Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
4917
4918 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
4919 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
4920
4921Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
4922
4923 * configure.in: Add libtermcap to list of cygwin dependencies.
4924
d932cae7 49251998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 4926
80413487
RH
4927 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
4928 they include winsup/include when it's a cygwin target.
252b5132
RH
4929
49301998-11-12 Tom Tromey <tromey@cygnus.com>
4931
4932 * configure.in (host_tools): Added zip.
4933 * Makefile.in (all-target-libjava): Depend on all-zip.
4934 (all-zip): New target.
4935 (ALL_MODULES): Added all-zip.
4936 (NATIVE_CHECK_MODULES): Added check-zip.
4937 (INSTALL_MODULES): Added install-zip.
4938 (CLEAN_MODULES): Added clean-zip.
4939
d932cae7 49401998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
4941
4942 * Makefile.in: lose "32" from comment about cygwin.
4943
d932cae7 49441998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
4945
4946 * configure.in: Use -Os to build target libraries for the fr30.
4947
d932cae7 49481998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
4949
4950 * config.sub: Add fr30.
4951
d932cae7 49521998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 4953
80413487 4954 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
4955 cygwin* instead of cygwin32*.
4956 * config.sub: Check cygwin* instead of cygwin32*.
4957
d932cae7 49581998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
4959
4960 * config.guess: Match any version of Unixware7.
4961
252b5132
RH
49621998-10-20 Syd Polk <spolk@cygnus.com>
4963
4964 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
4965 if desired.
4966
d932cae7 49671998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
4968
4969 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
4970 these if the appropriate directories and files to not exist.
4971
d932cae7 49721998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
4973
4974 * Makefile.in (DEVO_SUPPORT): Add config.if.
4975
d932cae7 49761998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
4977
4978 * configure: Add pattern to replace "build_tooldir"'s
4979 definition in the generated Makefile with "tooldir"'s
4980 actual value.
4981
252b5132
RH
4982Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
4983
4984 * config.sub: Bring back lost sparcv9.
4985
ba73c63f
JM
4986 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
4987
4988Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
4989
4990 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
4991 CC_FOR_TARGET and friends.
4992
4993Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 4994
ba73c63f
JM
4995 * Makefile.in (build_tooldir): New variable, same as tooldir.
4996 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
4997 -B$(build_tooldir)/bin/.
4998 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
4999
252b5132
RH
5000Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
5001
5002 * config.sub: Add support for i[34567]86-pc-udk.
5003 * configure.in: Likewise.
5004
5005Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
5006
5007 * Makefile.in: add bzip2 package building bits for user
5008 tools module
5009 * configure.in: ditto
5010
ba73c63f
JM
5011Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
5012
5013 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
5014 (ALL_TARGET_MODULES): Add all-target-libobjc.
5015 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
5016 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
5017 (all-target-libchill): Add dependencies.
5018 * configure.in (target_libs): Add libchill.
35590697 5019
252b5132
RH
50201998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
5021
ba73c63f 5022 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
5023
5024Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
5025
5026 * Makefile.in (all-automake): fix dependencies.
5027
5028Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
5029
5030 * configure.in: Minor cleanups for building in the $(target_alias)
5031 subdir.
5032
50331998-09-22 Jim Wilson <wilson@cygnus.com>
5034
5035 * Makefile.in (bootstrap): Set r and s before make all. Use
5036 BASE_FLAGS_TO_PASS in make all.
5037 (cross): Likewise.
5038
50391998-09-20 Mark Mitchell <mark@markmitchell.com>
5040
5041 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
5042
252b5132
RH
5043Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
5044
5045 * config.sub: Fix typo in last change.
5046
50471998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5048
5049 * config.sub: Add support for C4x target.
5050 * configure.in: Likewise.
5051
50521998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
5053
5054 * config.sub: Recognize sparcv9 just like sparc64.
5055
5056Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
5057
5058 * config.guess: Match "Pent II" or "PentII" for OpenServer.
5059
5060Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
5061
5062 * config.guess: Correctly identify Pentium II sco boxes.
5063
5064 * config.guess: Fix "tr" code. From Weiwen Liu.
5065
5066Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
5067
5068 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
5069 stabs.
5070
5071Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
5072
5073 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
5074 (ALL_TARGET_MODULES): Add all-target-libchill.
5075 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
5076 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
5077 (all-target-libchill): Add dependencies.
5078 * configure.in (target_libs): Add libchill.
5079
5080Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
5081
5082 * config.guess: Avoid assumptions about "tr" behaves when
5083 LANG is set to something other than English.
5084
5085Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
5086
5087 * configure (gxx_include_dir): Changed to
5088 '${prefix}/include/g++'-${libstdcxx_interface}.
5089
5090 * config.if: New to determine the interfaces.
5091
5092Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
5093
5094 * config.guess: Detect and handle MPE/IX.
5095 * config.sub: Deal with MPE/IX.
5096
5097Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
5098
5099 * configure.in: Use mh-aix43.
5100
51011998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
5102
5103 * configure: Fix --without/--disable cases for gxx-include-dir.
5104
5105Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
5106
5107 * mdata-sh: Imported. Needed for automake support.
5108
5109Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
5110
ba73c63f 5111 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
5112 "chmod og=u `find . -print`".
5113
5114Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
5115
ba73c63f 5116 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
5117
5118Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
5119
5120 * Makefile.in: Undo previous patch.
5121
5122Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
5123
5124 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
5125 to here ...
5126 (install-no-fixedincludes): and here
5127 (INSTALL_MODULES): ... from here.
5128
5129Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
5130
5131 * config.sub: Merge with FSF.
5132
5133 * config.guess: Merge with FSF.
5134
5135Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
5136
5137 * configure (extraconfigdirs): New variable.
5138 (SUBDIRS): Add extraconfigdirs and recurse on them too.
5139 * Makefile.in (all): Move higher in file.
5140 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
5141 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
5142 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
5143 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
5144 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
5145
51461998-07-23 Brendan Kehoe <brendan@cygnus.com>
5147
5148 * Makefile.in (all-target-libjava): Depend on all-gcc and
5149 all-target-newlib.
5150 (configure-target-libjava): Depend on $(ALL_GCC).
5151
5152Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
5153
5154 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
5155 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
5156
5157Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
5158
5159 * ylwrap: Change absolute path checks to check for DOS style path
5160 names.
5161
5162 * ylwrap: Don't use a full path name if the source file is in the
5163 same directory. From hjl@lucon.org (H.J. Lu).
5164
5165 * config-ml.in: Default to being verbose, to match Feb 18 change to
5166 configure.
5167
5168Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
5169
5170 Brought over from egcs:
5171
5172 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
5173
5174 * configure.in (target_subdir): Set to ${target_alias} instead
5175 of "libraries".
5176
5177 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
5178
5179 * configure.in (target_subdir): Set to libraries if enable_multilib.
5180
5181Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
5182
5183 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
5184 multilibs, force reconfiguration the first time we create
5185 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
5186
5187Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
5188
5189 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
5190 avoid confusion with --no-recursion.
5191
5192Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
5193
5194 * configure.in: Win32 hosts shouldn't use install -x
5195 * install-sh: remove -x option, and special .exe-handling
5196 hack.
5197
5198Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
5199
5200 * config.guess: Recognize i586-pc-beos.
5201 * configure.in: Don't build some bits for beos.
5202
5203Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
5204
5205 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
5206 CFLAGS default to -O2.
5207
5208 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
5209 when using GNU ld.
5210
5211Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
5212
5213 * ltmain.sh: Correct install when using a different shell.
5214
5215Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
5216
5217 * ltconfig, ltmain.sh: Update to libtool 1.2b.
5218
5219Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
5220
5221 * makefile.vms: Update to build binutils/makefile.vms. Add install
5222 target.
5223
5224Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
5225
5226 * ltconfig: Update to correct AIX handling.
5227
5228Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
5229
5230 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
5231
5232 * configure.in (target_subdir): Set to ${target_alias} instead
5233 of "libraries".
5234
52351998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
5236
5237 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
5238 (Makefile): Depend on $(gcc_version_trigger).
5239
5240 * configure (gcc_version): Change default initializer to empty
5241 string.
5242 (gcc_version_trigger): New variable; pass this variable down
5243 to subdir configures to enable them checking gcc's version
5244 themselves. Emit make macros for both gcc_version vars.
5245 (topsrcdir): Initialize reliably.
5246 (recursion line): Remove --with-gcc-version=${gcc_version}.
5247
52481998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
5249
5250 * configure (enable_version_specific_runtime_libs): Implement new flag
5251 --enable-version-specific-runtime-libs which installs C++ runtime stuff
5252 in $(libsubdir); emit definition in each generated Makefile.
5253 (gxx_include_dir): Initialize depending on
5254 $enable_version_specific_runtime_libs.
5255
52561998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
5257
5258 * configure (gcc_version): Initialize properly depending on
5259 how and where configure is started.
5260 (recursion line): Pass a --with-gcc-version=${gcc_version}
5261 to configures in subdirs.
5262
5263Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
5264
5265 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 5266 cygmon
252b5132
RH
5267
5268Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
5269
5270 * configure.in: Add cygmon and libstub support for mn10200.
5271
52721998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
5273
5274 * configure (gcc_version): Add new variable describing the
5275 particular gcc version we're building.
5276 * Makefile.in (libsubdir): Add new macro for the directory
5277 in which the compiler finds executables, libraries, etc.
5278 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
5279 and libsubdir.
5280
5281Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
5282
ba73c63f
JM
5283 * Makefile.in (local-clean): Remove *.log.
5284 (warning.log): Built with warn_summary from build.log.
5285 (mail-report.log): Run test_summary.
5286 (mail-report-with-warnings.log): Run test_summary including
5287 warning.log in the report.
252b5132
RH
5288
5289Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
5290
5291 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
5292
5293Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
5294
5295 * Makefile.in (grep): Grep no longer depends on libiberty.
5296
5297Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
5298
5299 * Makefile.in: all-snavigator needs all-libgui.
5300
5301Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
5302
5303 * configure.in: Add cygmon and libstub support for mn10300.
5304
5305Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
5306
5307 * missing: Update to version from automake 1.3.
5308
5309 * ltmain.sh: On installation, don't get confused if the same name
5310 appears more than once in the list of library names.
5311
5312Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
5313
5314 * config.sub: Accept m68060 and m5200 as CPU names.
5315
5316Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
5317
5318 * configure: Use && rather than using -a in test, because odd
5319 strings can confuse test.
5320 * configure.in: Likewise.
5321
5322Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
5323
5324 * ltconfig, ltmain.sh: Bring in Visual C++ support.
5325
5326Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
5327
5328 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
5329 bootstrap4-lean): New targets.
5330
5331Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
5332
5333 * mpw-* Delete. Not used.
252b5132
RH
5334
5335Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
5336
5337 * COPYING.LIB: Update FSF address.
5338
5339Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
5340
5341 * ltconfig, ltmain.sh: Update to libtool 1.2a.
5342
5343 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
5344 GAS_SUPPORT_DIRS.
5345
5346Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
5347
5348 * ltconfig, ltmain.sh: Avoid producing a version number if
5349 -version-info was not used.
5350
5351Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
5352
5353 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
5354 building with newlib.
5355
53561998-04-30 Paul Eggert <eggert@twinsun.com>
5357
ba73c63f 5358 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 5359 Solaris `make' causes it to continue to next definition.
252b5132 5360
afb8d725
JM
5361Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
5362
5363 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
5364 the right GUI libraries and files are installed along with GDB.
5365
252b5132
RH
5366Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
5367
5368 * configure.in: Change alpha to alpha* in several places.
5369
5370Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
5371
5372 * config.sub: Recognize sparc86x.
5373
5374Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 5375
252b5132
RH
5376 * configure.in (--enable-target-optspace): Remove debug echo.
5377
5378Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
5379
5380 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
5381
5382Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
5383
5384 * ltconfig: Update cygwin32 support.
5385
5386 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
5387 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
5388 (GDB_SUPPORT_DIRS): Likewise.
5389
5390Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
5391
5392 * configure.in (target_makefile_frag): If --enable-target-optspace,
5393 use -Os to compile target libraries rather than -O2. Default to
5394 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
5395 not used.
5396 * configure.in (target_cflags): Ditto for d30v.
5397
5398Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
5399
5400 * Makefile.in (all-bfd): Depend on all-intl.
5401 (all-binutils): Likewise.
5402 (all-gas): Likewise.
5403 (all-gprof): Likewise.
5404 (all-ld): Likewise.
5405
252b5132
RH
54061998-04-19 Brendan Kehoe <brendan@cygnus.com>
5407
5408 * configure.in (host_tools): Fix typo, lbtool -> libtool.
5409
5410Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
5411
5412 * Makefile.in (all-bfd): Depend upon all-libiberty.
5413
5414 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
5415
5416Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
5417
5418 * Makefile.in: Add libstub.
5419
5420 * configure.in: Ditto. Build libstub for targets that have cygmon
5421 support.
5422
5423Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
5424
5425 * configure.in: Don't set PICFLAG on ix86-cygwin32.
5426
5427Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
5428
5429 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
5430 use mh-sysv5 if specified. Support gprof on SCO Open Server.
5431
5432Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
5433
5434 * configure: Define DEFAULT_M4 by searching PATH.
5435 * Makfile.in: Use DEFAULT_M4.
5436
5437Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
5438
5439 * ltconfig: Add cygwin32 support.
5440
5441 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
5442 to configure and build.
5443
5444Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
5445
5446 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
5447
5448Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
5449
5450 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
5451
5452Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
5453
5454 * Makefile.in: add ash make rules
5455 * configure.in: add ash to native_only and host_tools lists
5456
5457Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
5458
5459 * Makefile.in (all-gettext, all-intl): New targets.
5460 (ALL_MODULES): Added all-gettext, all-intl.
5461 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
5462 (INSTALL_MODULES): Added install-gettext, install-intl.
5463 (CLEAN_MODULES): Added clean-gettext, clean-intl.
5464
5465 * configure.in (host_tools): Added gettext.
5466 (native_only): Likewise.
5467 (noconfigdirs) [various cases]: Likewise.
5468 (host_libs): Added intl.
5469
afb8d725
JM
5470Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
5471
5472 * configure: Do not disable building gdbtk for cygwin32 hosts.
5473
ba73c63f
JM
5474Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
5475
5476 * configure.in: Add thumb-coff target.
5477 * config.sub: Add thumb-coff target.
5478
252b5132
RH
5479Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
5480
5481 * Makefile.in: Revert yesterday's change.
5482 (all-target-winsup): all-target-librx stays out of here.
5483
5484Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
5485
ba73c63f
JM
5486 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
5487 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
5488 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
5489 Remove references to librx and libg++.
5490
5491Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
5492
5493 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
5494 recursive makes
5495
5496Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
5497
5498 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
5499 for newlib directory.
5500 (CXX_FOR_TARGET): Likewise.
5501
5502Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
5503
5504 * ltconfig: Update after libtool/ltconfig.in change for
5505 hpux11.
5506
5507Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
5508
5509 * ltconfig, ltmain.sh: Update to libtool 1.2.
5510
5511Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
5512
5513 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
5514 (install-gcc-cross): Instead, override LANGUAGES here.
5515
55161998-03-18 Dave Love <d.love@dl.ac.uk>
5517
5518 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
5519 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
5520
5521Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
5522
5523 * configure.in: Add Thumb-pe target.
5524
5525Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 5526
252b5132
RH
5527 * Makefile.in - changed sn targets to snavigator
5528 * configure.in - changed sn targets to snavigator
5529
5530Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
5531
5532 * config-ml.in: After building symlink tree call make distclean
5533 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
5534 to be the case for libiberty.
5535
5536Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
5537
5538 * configure: When making link, also check the current
5539 directory. The configure scripts may create one.
5540
5541Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
5542
5543 * config.sub: Accept alphapca56 and alphaev6 properly.
5544
5545Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5546
5547 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
5548
252b5132
RH
5549Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
5550
80413487 5551 * config.sub (sco5): Fix typo.
252b5132
RH
5552
5553Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
5554
5555 * Makefile.in (INSTALL_MODULES): Move install-tcl before
5556 install-itcl.
5557 (install-itcl): Remove dependency on install-tcl.
5558
5559Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
5560
5561 * configure.in: Remove libgloss from noconfigdirs for MN10300.
5562
252b5132
RH
5563Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
5564
5565 * configure.in: Don't build libgui for a cygwin32 target when not on
5566 a cygwin32 host.
5567
5568Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
5569
5570 * configure (redirect): Set to null, so default behavior of
5571 configure is now --verbose.
5572
55731998-02-16 Dave Love <d.love@dl.ac.uk>
5574
5575 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
5576 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
5577
5578Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
5579
5580 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
5581 this change to sync Makefile.in with its ChangeLog entries.
5582
5583Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
5584
5585 * ltmain.sh (mkdir): Check that the directory doesn't exist
5586 before we exit with error, so that we don't get races during
5587 parallel builds.
5588
5589Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
5590
5591 * ltconfig, ltmain.sh: Update from libtool 1.0i.
5592
5593Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
5594
5595 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
5596 PICFLAG_FOR_TARGET.
5597 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
5598
5599 * configure: Emit a definition for the new macro enable_shared
5600 into each Makefile.
5601
252b5132
RH
5602Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
5603
5604 * configure.in (host_tools, native_only): Add libtool.
5605
5606Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
5607
5608 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
5609 Fix typo in ming config comment.
5610
5611Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
5612
5613 * ltconfig, ltmain.sh: Update from libtool 1.0h.
5614
5615Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
5616
5617 * config.sub: Add tic30 cases, and map c30 to tic30.
5618
ba73c63f
JM
5619Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
5620
5621 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
5622 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
5623 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
5624 (CLEAN_TARGET_MODULES): Similarly
5625 (all-target-libf2c): Add dependences.
35590697 5626 * configure.in (target_libs): Add libf2c.
ba73c63f 5627
252b5132
RH
5628Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
5629
ba73c63f
JM
5630 * configure.in: Remove expect from noconfigdirs when target
5631 is cygwin32. OK to build expect and dejagnu with Canadian
5632 Cross.
252b5132
RH
5633
5634Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
5635
5636 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
5637 host.
5638
5639 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
5640 and mingw32.
5641
5642Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
5643
5644 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
5645 here as it is not defined in the toplevel Makefile.
5646
5647Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
5648
5649 * configure (package_makefile_rules_frag): New variable, which names
5650 a file with generic rules, ...
5651 Change comment to mention we now have FIVE parts.
5652 * configure: Undo last change.
5653
5654Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
5655
5656 * config.guess: More accurate determination of HP processor types.
5657 * config.sub: More accurate determination of HP processor types.
5658
5659Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
5660
5661 * configure (package_makefile_frag): Move inserting the
5662 ${package_makefile_frag} to where it should be according
5663 to the comment.
5664
ba73c63f 5665Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
5666
5667 * config.guess: Add support for Linux/ARM.
5668
5669Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
5670
5671 * .cvsignore: Remove *-info and *-install since they match
5672 release-info and mpw-install, which we don't want to just ignore.
5673
5674Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
5675
5676 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
5677
5678Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
5679
5680 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
5681 local_prefix to sub-make invocations.
5682
5683Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
5684
5685 * configure.in: Check makefile fragments in the source
5686 directory.
5687
5688Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
5689
ba73c63f
JM
5690 * configure.in: Check whether host and target makefile
5691 fragments exist before adding them to *_makefile_frag.
252b5132
RH
5692
5693Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
5694
5695 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 5696
252b5132
RH
5697Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
5698
5699 * configure.in: Make sure we only replace RPATH_ENVVAR on
5700 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
5701 regexp to sed.
5702
5703 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
5704 to sub-makes.
5705
57061998-01-13 Lee Iverson (leei@ai.sri.com)
5707
5708 * config-ml.in (multi-do): LDFLAGS must include multilib
5709 designator.
5710
5711Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
5712
5713 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
5714
5715Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
5716
5717 * config.sub: Add mingw32 support.
5718 * configure.in: Likewise.
252b5132
RH
5719
5720Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
5721
5722 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
5723
5724Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
5725
5726 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
5727 * configure (gxx_include_dir): Provide a definition for subdirs
5728 which do not use autoconf.
5729
5730Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
5731
5732 * config.guess: Sync with egcs. Picks up new alpha support,
5733 BeOS & some additional linux support.
5734
ba73c63f 5735Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
5736
5737 * config.guess: HP 9000/803 is a PA1.1 machine.
5738
ba73c63f
JM
5739Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
5740
5741 * configure.in: It's alpha*-...
252b5132
RH
5742
5743Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
5744
ba73c63f
JM
5745 * configure.in (host_makefile_frag, target_makefile_frag):
5746 Handle multiple config files.
5747 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
5748 alpha-*-*.
252b5132
RH
5749
5750Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
5751
5752 * mkdep: New file.
5753
5754Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
5755
5756 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
5757
5758Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
5759
5760 * Makefile.in: Add libgui directory.
5761 (GDB_TK): Add all-libgui.
5762 * configure.in: Add libgui directory.
5763 * configure: Add all-libgui to GDB_TK.
5764
5765Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
5766
5767 * config-ml.in (multidirs): Add m32r to multilib list.
5768
5769Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
5770
5771 * Makefile.in (all-target-gperf): Change dependency to
5772 all-target-libstdc++.
5773
5774Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
5775
5776 * config.guess: Add BeOS support.
5777
5778Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
5779
5780 Source directory cvs renamed to cvssrc:
5781 * configure.in (host_tools): Change cvs to cvssrc.
5782 (native_only): Likewise.
5783 (noconfigdirs) [various cases]: Likewise.
5784 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
5785 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
5786 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
5787 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
5788 (all-cvssrc): Rename target from all-cvs.
5789
5790Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
5791
5792 * configure (gxx_include_dir): Fix thinko.
5793
5794Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
5795
5796 * Makefile.in (INSTALL_TARGET_CROSS): Define.
5797 (install-cross, install-gcc-cross): New targets.
5798
5799Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
5800
5801 * configure.in (noconfigdirs): Add support for Thumb target.
5802
5803 * config.sub (maybe_os): Add support for Thumb target.
5804
5805Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
5806
5807 * Makefile.in: Add rules for cygmon.
5808
5809 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
5810
5811Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
5812
5813 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
5814 * configure (gxx_include_dir): Provide a definition for subdirs
5815 which do not use autoconf.
5816
5817Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
5818
5819 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 5820 11/18/97 build
252b5132
RH
5821
5822Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
5823
5824 * From Franz Sirl.
5825 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
5826 found on RedHat Linux systems.
5827
5828Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
5829
5830 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
5831 guesses.
5832
5833Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
5834
5835 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
5836
5837Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
5838
5839 * ltmain.sh: If mkdir fails, check whether the directory was created
5840 anyhow by some other process.
5841
5842Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
5843
5844 * configure.in (d30v-*-*): Configure all directories.
5845
5846Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
5847
5848 * configure.in (d30v-*-*): Configure newlib, libiberty directories
5849 for the D30V.
5850
5851Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
5852
5853 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
5854
5855Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
5856
80413487
RH
5857 * include/libiberty.h: Add extern "C" { so it can be used with C++
5858 progrms.
5859 * include/remote-sim.h: Add extern "C" { so it can be used with C++
5860 programs.
252b5132
RH
5861
5862Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
5863
5864 * configure.in (d30v-*-*): Configure GCC now.
5865
5866Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
5867
5868 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
5869 is no longer needed.
5870
5871Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
5872
5873 * Makefile.in: check-target-libio depends on all-target-libstdc++.
5874
5875Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
5876
5877 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
5878 targets using "$@" to provide support for similar but not identical
5879 targets without having to duplicate code.
5880
5881Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
5882
5883 * makefile.vms: Fix to work with DEC C.
5884
5885Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
5886
5887 * config.sub: Add mips-tx39-elf to marketing names.
5888
5889Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
5890
5891 * ltmain.sh: Handle symlinks in generated script.
5892
5893Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
5894
5895 * configure: Handle autoconf style directory options: --bindir,
5896 --datadir, --includedir, --infodir, --libdir, --libexecdir,
5897 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
5898 --sysconfdir.
5899 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
5900 (sharedstatedir, localstatedir, oldincludedir): New variables.
5901 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
5902 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
5903 sbindir, sharedstatedir, and sysconfdir.
5904
5905Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
5906
5907 * Makefile.in (bootstrap-lean): New target.
5908
5909Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
5910
5911 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 5912 sn, and gnuserv from noconfigdirs.
252b5132
RH
5913
5914Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
5915
5916 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
5917
5918Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
5919
ba73c63f 5920 * Makefile.in (cross): New target.
252b5132
RH
5921
5922Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 5923 Jeff Law <law@cygnus.com>
252b5132
RH
5924
5925 * Makefile.in (bootstrap2, bootstrap3): New targets.
5926 (all-bootstrap): Remove outdated and confusing target.
5927 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
5928
afb8d725
JM
5929Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
5930
5931 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 5932 windows. Consistent with gdb/configure.
afb8d725 5933
252b5132
RH
59341997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
5935
252b5132
RH
5936 * configure.in: Name Linux target fragment.
5937
5938 * configure: Rewrite so that project Makefile fragment is inserted
5939 first and appears last in the resulting Makefile.
5940
5941Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
5942
5943 * Makefile.in (install-itcl): Install tcl first.
5944
252b5132 5945Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 5946
252b5132
RH
5947 * configure.in: remove bison from noconfigdirs for Cygwin32 host
5948
5949Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
5950
5951 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
5952
5953 * configure.in (skipdirs): Add target-librx for Linux.
5954 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
5955
5956Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
5957
5958 * Makefile.in (bootstrap): New target.
5959
5960Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
5961
5962 * config.sub: Accept 'amigados' for backward compatability.
5963
5964Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
5965
5966 * config.guess: Merge with FSF.
5967
ba73c63f
JM
5968Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
5969
5970 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
5971
252b5132
RH
5972Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
5973
5974 * config.sub: Add "marketing-names" patch.
5975
5976Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
5977
80413487 5978 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
5979
5980Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
5981
5982 * config.sub: Handle v850-elf.
5983
ba73c63f
JM
5984Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
5985
5986 * .cvsignore (*-install): Remove.
5987
252b5132
RH
5988Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
5989
5990 * ltconfig: Set CONFIG_SHELL in libtool.
5991 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
5992
5993Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
5994
5995 * configure.in (target_subdir): Set to libraries if enable_multilib.
5996
5997Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
5998
5999 * config.guess: Update from gcc directory.
6000
6001Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
6002
6003 * Makefile.in (all-sim): Depends on all-readline.
6004
6005Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
6006
6007 * Makefile.in (BISON, YACC): Use $$s.
6008 (all-bison): Depend on all-texinfo.
6009
6010Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
6011
6012 * Makefile.in (BISON): Add -L flag.
6013 (YACC): Likewise.
6014
6015Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
6016
35590697
AJ
6017 * configure.in (noconfigdirs): Add support for v850e target.
6018
252b5132
RH
6019 * config.sub (maybe_os): Add support for v850e target.
6020
6021Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
6022
35590697
AJ
6023 * configure.in (noconfigdirs): Add support for v850ea target.
6024
252b5132
RH
6025 * config.sub (maybe_os): Add support for v850ea target.
6026
6027Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
6028
6029 * config.sub: Add mipstx39. Delete r3900.
6030
6031Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
6032
6033 * Makefile.in (all-autoconf): Depends on all-texinfo.
6034
6035Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
6036
6037 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
6038 eabi targets.
6039
6040Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
6041
6042 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
6043
6044 * configure: When handling a Canadian Cross, handle YACC as well as
6045 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 6046 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
6047
6048Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
6049
6050 * Makefile.in (BISON): bison, not byacc or bison -y.
6051 (YACC): bison -y or byacc or yacc.
6052 (various): Add *-bison as appropriate.
6053 (taz): No need to mess with BISON anymore.
6054
6055Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
6056
6057 * configure: If OSTYPE matches *win32*, try to find a good value for
6058 CONFIG_SHELL.
6059
6060Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
6061
6062 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
6063 configure.in if it is present.
6064
6065Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
6066
6067 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
6068
6069Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
6070
6071 * config.sub: Recognize `arc' cpu.
6072 * configure.in: Likewise.
6073 * config-ml.in: Likewise.
6074
6075Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
6076
6077 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
6078
6079Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
6080
6081 * configure: Changed sed delimiter from ':' to '|' when
6082 attempting to substitute ${config_shell} for SHELL. On
6083 NT ${config_shell} may contain a ':' in it.
6084
6085Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
6086
6087 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
6088
6089Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
6090
6091 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
6092
6093Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
6094
6095 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
6096
6097 * ylwrap: If the program is a relative path, force it to be
6098 absolute.
6099
6100Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
6101
6102 * configure (tooldir): Set BISON to `bison -y' and not just bison.
6103
6104Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
6105
6106 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
6107 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
6108 for libraries.
252b5132
RH
6109
6110Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
6111
6112 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 6113 separated by spaces.
252b5132
RH
6114
6115Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
6116
6117 * ylwrap: New file.
6118 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
6119
6120 * ltmain.sh: Handle /bin/sh at start of install program.
6121
6122 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
6123
6124 * ltconfig, ltmain.sh: New files, from libtool 1.0.
6125 * missing: New file, from automake 1.2.
6126
6127Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
6128
6129 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
6130 check-tk to CHECK_X11_MODULES.
6131
6132Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
6133
6134 * config.sub: Merge with FSF.
6135
6136Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
6137
6138 * config.guess: Merge with FSF.
6139
6140Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
6141
6142 * configure: Treat msdosdjgpp like go32.
6143 * configure.in: Likewise. Don't remove gprof for go32.
6144
6145 * configure: Change Makefile.tem2 to Makefile.tm2.
6146
6147Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
6148
6149 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
6150
6151Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
6152
6153 * install-sh (chmodcmd): Set to null if the DST directory already
6154 exists. Same as Nov 11th change.
6155
6156Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
6157
35590697 6158 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
6159
6160Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
6161
6162 * config.guess: Update from FSF.
6163
6164Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
6165
6166 * Makefile.in (GDB_TK): Depend on itcl and tix.
6167
6168Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
6169
6170 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
6171 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
6172 (INSTALL_SCRIPT): New variable.
6173 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
6174 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
6175 to -x.
6176 * install-sh: Add support for -x option.
6177
6178Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
6179
6180 * configure.in, Makefile.in: Treat tix like itcl.
6181
6182Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
6183
6184 * Makefile.in (WINDRES): New variable.
6185 (WINDRES_FOR_TARGET): New variable.
6186 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
6187 (EXTRA_HOST_FLAGS): Add WINDRES.
6188 (EXTRA_TARGET_FLAGS): Add WINDRES.
6189 (EXTRA_GCC_FLAGS): Add WINDRES.
6190 ($(DO_X)): Pass down WINDRES.
6191 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
6192 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
6193 DLLTOOL_FOR_TARGET.
6194
6195Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
6196
6197 * configure.in: configure sim before gdb for win32-x-ppc
6198
6199Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
6200
6201 Move gperf into the toplevel, from libg++.
6202 * configure.in (target_tools): Add target-gperf.
6203 (native_only): Add target-gperf.
6204 * Makefile.in (all-target-gperf): New target, depend on
6205 all-target-libg++.
6206 (configure-target-gperf): Empty rule.
6207 (ALL_TARGET_MODULES): Add all-target-gperf.
6208 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
6209 (CHECK_TARGET_MODULES): Add check-target-gperf.
6210 (INSTALL_TARGET_MODULES): Add install-target-gperf.
6211 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
6212
6213Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 6214
252b5132
RH
6215 * config.sub (mn10200): Recognize new basic machine.
6216
6217Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
6218
6219 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
6220 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
6221
6222Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
6223
6224 * configure.in: If we're building mips-sgi-irix6* native, turn on
6225 ENABLE_MULTILIB and set TARGET_SUBDIR.
6226
6227Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
6228
6229 * Makefile.in (all-sn): Depend on all-grep.
6230
6231Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
6232
6233 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
6234
6235 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
6236 Makefile. From Jeff Makey <jeff@cts.com>.
6237 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
6238
6239 * Makefile.in (DISTBISONFILES): Remove.
6240 (taz): Don't futz with DISTBISONFILES. Change BISON to use
6241 $(DEFAULT_YACC).
6242
6243 * configure.in: Build itl, db, sn, etc., when building for native
35590697 6244 cygwin32.
252b5132
RH
6245
6246 * Makefile.in (LD): New variable.
6247 (EXTRA_HOST_FLAGS): Pass down LD.
6248 ($(DO_X)): Likewise.
6249
6250Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
6251
6252 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
6253
6254Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
6255
6256 * configure.in (targargs): Strip out any supplied --build argument
35590697 6257 before adding our own. Always add --build.
252b5132
RH
6258
6259Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
6260
6261 * configure.in (targargs): Pass --build if we're doing
6262 a cross-compile.
6263
6264Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
6265
ba73c63f 6266 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
6267 sed. Otherwise sed chokes on NT path names with drive
6268 designators. Also look for "?:*" as the leading characters in an
6269 absolute pathname.
6270
6271Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
6272
6273 * config.sub: Support for r3900.
6274
6275Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
6276
6277 * configure.in: Use install-sh, not install.sh.
6278
6279Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
6280
6281 * Makefile.in (taz): Improve check for BISON so it doesn't try to
6282 apply it twice.
6283
6284Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
6285
6286 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
6287 install-binutils.
6288
6289Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
6290
6291 * Makefile.in: Add automake targets.
6292 * configure.in (host_tools): Add automake.
6293
6294Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
6295
6296 * configure: Default CXX to c++, not gcc.
6297 * Makefile.in (CXX): Set to c++, not gcc.
6298 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
6299
6300Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
6301
6302 * install-sh: try appending a .exe if source file doesn't
6303 exist
6304
6305Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
6306
6307 * configure.in: Turn on multilib by default.
6308 (cross_only): Remove target-libiberty.
6309
6310 * Makefile.in (all-gcc): Don't depend on libiberty.
6311
6312Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
6313
6314 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
6315
6316Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
6317
6318 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
6319 (DISTBISONFILES): Add ld/Makefile.in
6320
6321Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
6322
6323 * configure.in: if target is cygwin32 but host isn't cygwin32,
6324 don't configure gdb tcl tk expect, not just gdb.
6325
6326Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
6327
6328 * configure.in: Added gnuserv everywhere sn appears.
6329
6330 * Makefile.in (ALL_MODULES): Added all-gnuserv.
6331 (CROSS_CHECK_MODULES): Added check-gnuserv.
6332 (INSTALL_MODULES): Added install-gnuserv.
6333 (CLEAN_MODULES): Added clean-gnuserv.
6334 (all-gnuserv): New target.
6335
6336Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
6337
6338 * config.guess: Fixes for MIPS OpenBSD systems.
6339
6340Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
6341
6342 * Makefile.in (INSTALL_XFORM): Remove.
6343 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
6344
6345 * mkinstalldirs: New file, copied from automake.
6346 * Makefile.in (installdirs): Rename from install-dirs. Use
6347 mkinstalldirs. Change all users.
6348 (DEVO_SUPPORT): Add mkinstalldirs.
6349
6350Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
6351
6352 * install-sh: Rename from install.sh.
6353 * Makefile.in (INSTALL): Change install.sh to install-sh.
6354 (DEVO_SUPPORT): Likewise.
6355
6356 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
6357 Graichen <graichen@rzpd.de>.
6358
6359Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
6360
6361 * config.guess: Recognize OpenBSD systems correctly.
6362
6363Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
6364
6365 * README, Makefile.in (ETC_SUPPORT): Remove references to
6366 cfg-paper*, configure.{texi,man,info*}._
6367
6368Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
6369
6370 * Makefile.in (all.normal): Ensure that gcc is built after all
6371 the x11 - ie gdb - targets.
6372
6373Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
6374
6375 * makefile.vms: Don't run conf-a-gas.
6376
6377Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
6378
80413487 6379 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
6380
6381Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
6382
6383 * configure.in: Remove noconfigdirs case since gdb also
6384 configures and builds for tic80-coff.
6385
6386Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
6387
6388 * configure: Set cache_file to config.cache.
6389 * Makefile.in (local-distclean): Remove config.cache.
6390
6391Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
6392
6393 * COPYING: Update FSF address.
6394
6395Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
6396
6397 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
6398 noconfigdirs.
6399
6400Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
6401
6402 * Makefile.in (install-dirs): Don't crash if prefix, and hence
6403 MAKEDIRS, is empty.
6404
6405Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
6406
6407 * config.sub: Tweak mn10300 entry.
6408
6409Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
6410
6411 * configure.in (host_tools): Put sim before gdb, so gdb's
6412 configure.tgt can determine if the simulator was configured.
6413
6414Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
6415
6416 * config.sub: Move BeOS $os case to be with other Cygnus
6417 local cases.
6418
6419Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
6420
6421 * config.sub: Remove misplaced comment that broke Linux.
6422
6423Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
6424
6425 * config.sub: Add BeOS support.
6426
6427Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
6428
6429 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
6430
6431Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
6432
6433 * configure.in (noconfigdirs): Remove tcl and tk from
6434 noconfigdirs for cygwin32 builds.
6435
6436Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
6437
6438 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
6439
6440Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
6441
6442 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
6443 make-all.com, use makefile.vms instead.
6444
6445Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
6446
6447 * config.sub: Accept -lnews*.
6448
6449Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
6450
6451 * configure.in (noconfigdirs): Disable target-newlib,
35590697 6452 target-examples and target-libiberty for d30v.
252b5132
RH
6453
6454Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
6455
6456 * configure.in (noconfigdirs): Enable ld for d30v.
6457
6458Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
6459
6460 * configure.in (tic80-*-*): Build compiler.
6461
6462Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
6463
6464 * configure.in (d30v-*): Remove sim directory from list of
35590697 6465 unsupported d30v directories
252b5132
RH
6466
6467Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
6468
35590697
AJ
6469 * config.sub, configure.in: Add d30v target cpu.
6470
252b5132
RH
6471Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
6472
6473 * makefile.vms: New file.
6474 * make-all.com: Remove.
6475
6476Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
6477
6478 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
6479
6480Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
6481
6482 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
6483
6484Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
6485
6486 * Makefile.in (ALL_MODULES): Added all-db.
6487 (CROSS_CHECK_MODULES): Addec check-db.
6488 (INSTALL_MODULES): Added install-db.
6489 (CLEAN_MODULES): Added clean-db.
6490
6491Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
6492
6493 * config.guess: Merge with latest FSF sources.
6494
6495Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
6496
6497 * Makefile.in (ALL_MODULES): Added all-itcl.
6498 (CROSS_CHECK_MODULES): Added check-itcl.
6499 (INSTALL_MODULES): Added install-itcl.
6500 (CLEAN_MODULES): Added clean-itcl.
6501
6502Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
6503
6504 * configure.in: build gdb for mn10200
6505
6506Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
6507
6508 * Makefile.in (all-target-winsup): Depend on all-target-libio.
6509
6510Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
6511
6512 * configure.in (tic80-*-*): Turn off most targets right now.
6513
6514Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
6515
6516 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
6517 rather than the makeinfo program.
6518 (do-info): Depend upon all-texinfo.
6519
6520Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
6521
6522 * configure.in: Remove uses of config/mh-linux.
6523
6524 * config.sub, config.guess: Merge with latest FSF sources.
6525
6526Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
6527
6528 * config.sub (case $basic_machine): Add tic80 entries.
6529
6530Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
6531
6532 * config.sub, config.guess: Merge with latest FSF sources.
6533
6534Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
6535
6536 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
6537 * mpw-config.in: Test for NewFolderRecursive.
6538 * mpw-install: Use symbolic name for startup filename.
6539 * mpw-README: Add various additional details.
6540
6541Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
6542
6543 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
6544
6545Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
6546
6547 * configure.in: Do build gcc and the target libraries for
6548 the mn10200.
6549
6550Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
6551
6552 * configure.in: don't avoid building gdb for mn10300 any more
6553 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
6554 instead of single-quoting it.
6555
6556Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
6557
6558 * configure.in: Don't use --with-stabs on IRIX 6.
6559
6560Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
6561
6562 * configure.in (m32r): Build gdb, libg++ now.
6563
6564Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6565
6566 * configure.in (mips*-sgi-irix6*): Remove gdb and related
6567 directories from noconfigdirs.
6568
6569Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
6570
6571 * config.sub (basic_machine): added mips16 configuration
6572
6573Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6574
6575 * config.sub: Handle d10v-unknown.
6576
6577Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
6578
6579 * config.sub: Handle v850-unknown.
6580
6581Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
6582
6583 * Makefile.in: add findutils
6584 * configure.in: add findutils to list of host_tools
6585
6586Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
6587
6588 * config.sub: Handle mn10200 and mn10300.
6589
6590Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6591
6592 * configure.in (d10v-*): Do not build librx.
6593
6594Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
6595
6596 * configure.in (mn10300): Build everything except gdb & libgloss.
6597
6598Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
6599
6600 * config.guess: Patch for Dansk Data Elektronik servers,
6601 from Niels Skou Olsen <nso@dde.dk>.
6602
6603 For ncr, use /bin/uname rather than uname, since GNU uname does not
6604 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
6605
6606 Patch for MIPS R4000 running System V,
6607 from Eric S. Raymond <esr@snark.thyrsus.com>.
6608
6609 Fix thinko for nextstep.
6610
6611 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
6612
6613 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
6614 * config.guess: Guess mips-dec-mach_bsd4.3.
6615
6616 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
6617 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
6618 release numbers.
6619 * config.guess (mips-mips-riscos*): Emit just enough of the
6620 release number.
6621
6622 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
6623 * config.guess (sparc-auspex-sunos*): Added.
6624 (f300-fujitsu-*): Added.
6625
6626 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
6627 * config.guess: Recognize a Tadpole as a sparc.
6628
6629Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
6630
6631 * config.guess: Don't assume that NextStep version is either 2 or
6632 3. NextStep 4 (aka OpenStep 4) has come out now.
6633
6634Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
6635
6636 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
6637 From Rik Faith <faith@cs.unc.edu>.
6638
6639Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
6640
6641 * config.sub: Contributions from bug-gnu-utils to:
6642 Support plain "hppa" (no version given) architecture, reported by
6643 OpenStep.
6644 OpenBSD like NetBSD.
6645 LynxOs is not a hardware supplier.
6646
6647 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 6648 OpenBSD like NetBSD.
252b5132
RH
6649 Stratus systems.
6650 More Pyramid systems.
6651 i[n>4]86 Intel chips.
6652 M680[n>4]0 Motorola chips.
6653 Use unknown instead of lynx for hardware manufacturer.
6654
6655Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
6656
6657 * install.sh (chmodcmd): Set to null if the DST directory already
6658 exists.
6659
6660Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6661
6662 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
6663 not use mt-ppc target Makefile fragment any more.
6664
6665Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
6666
6667 * configure.in (*-*-windows): Exclude everything but those dirs
6668 needed to build windows.
6669
6670Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
6671
6672 * Makefile.in (all-target-winsup): Depend on all-target-librx.
6673
6674Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
6675
6676 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
6677
6678Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
6679
6680 * Undo my previous change.
6681
6682Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
6683
6684 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
6685 unconditionally.
6686 (MAKEOVERRIDES): Define (revert this part of October 18 change).
6687
6688Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
6689
6690 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
6691 host to add it's own flags.
252b5132
RH
6692
6693Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
6694
6695 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
6696
6697Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
6698
6699 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
6700 (CXX_FOR_TARGET): Likewise.
6701 (GCC_FOR_TARGET): Define.
6702 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
6703 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
6704 CC_FOR_TARGET was specified on the command line.
6705 (MAKEOVERRIDES): Don't define.
6706
6707Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
6708
6709 * configure.in (m32r): Fix spelling of libg++ libs.
6710
6711Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
6712
6713 * config.sub (-apple*): Remove, now redundant.
6714
6715Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
6716
6717 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
6718
6719 * configure: Rework yesterday's sed script patch.
6720
6721 * config.sub: Merge with FSF.
6722
6723Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
6724
6725 * config.guess: Merge from FSF.
6726
6727 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
6728 * config.guess: Use pc instead of unknown, for pc clone systems.
6729 Change linux to linux-gnu.
252b5132
RH
6730
6731 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 6732 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
6733
6734Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
6735
6736 * test-build.mk (HOLES): Add "xargs" for gdb.
6737
6738 * configure: Avoid hpux10.20 sed bug.
6739
6740Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
6741
4bddf3ad 6742 * configure.in: Add support for windows host
252b5132
RH
6743 (that is a build done under the Microsoft build environment).
6744
6745Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
6746
6747 * Makefile.in: Replace all uses of srcroot with s, to shrink
6748 command line lengths.
6749
6750 Patches from Geoffrey Noer <noer@cygnus.com>:
6751 * configure.in: If configuring for newlib, pass --with-newlib to
6752 subdirectories.
6753 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
6754 -Bnewlib/ and -Lwinsup to gcc.
6755 (CXX_FOR_TARGET): Likewise.
6756
6757Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
6758
6759 * Makefile.in (ETC_SUPPORT): Add configure.
6760
6761Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
6762
35590697 6763 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
6764 host configuration file.
6765
6766Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
6767
6768 * configure.in: Break mn10x00 support into separate
6769 mn10200 and mn10300 configurations.
6770 * config.sub: Likewise.
6771
6772Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
6773
6774 * configure.in: Add lots of stuff to noconfigdirs for
6775 the mn10x00 targets.
6776
6777 * config.sub, configure.in: Add mn10x00 support.
6778
6779Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
6780
6781 * make-all.com: Call conf-a-gas, not config-a-gas.
6782
6783Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
6784
6785 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 6786 targets.
252b5132
RH
6787
6788Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
6789
6790 * mpw-README: Add much more detail for native PowerMac.
6791 * mpw-install: New file.
6792 * mpw-configure: Add --norecursion and --help options.
6793 * mpw-config.in: Translate readme and install files when
6794 copying to objdir.
6795 * mpw-build.in: Don't always depend on byacc and flex.
6796 (install-only-top): New action.
6797
6798Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
6799
6800 * configure.in: You can now configure GDB for the v850.
6801
6802Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
6803
6804 * configure.in (noconfigdirs): Don't configure any C++ dirs
6805 if targeting D10V.
6806
6807Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
6808
6809 * config.sub: Recognize mips64vr5000.
6810
6811Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
6812
6813 * configure.in: Use a single line for host_tools and native_only.
6814
6815Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
6816
6817 * config.sub, configure.in: Add entries for m32r.
6818
6819Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
6820
6821 * Makefile.in (inet-install): Don't run install-gzip.
6822
6823Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
6824
6825 * configure.in: Don't config lots of things for *-*-windows*.
6826
6827Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
6828
6829 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
6830 (host_libs, host_tools): Copy from configure.in.
6831 * mpw-configure: Don't complain about directories not found.
6832
6833Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6834
6835 * configure.in (i[345]86): Recognize i686 for pentium pro.
6836 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
6837 file.
6838
6839 * config.guess (i[345]86): Ditto.
6840
6841Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6842
6843 * configure.in (noconfigdirs): Removed gdb for D10V.
6844
6845Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
6846
6847 * configure.in: Remove ld, target-libio, target-libg++, and
6848 target-libstdc++ from noconfigdirs.
6849
6850Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
6851
6852 * configure: Fix three locations where shell scripts were
6853 being run directly rather than with config_shell.
6854
6855Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
6856
6857 * configure.in (v850-*-*): Set up initial $noconfigdirs.
6858 * config.sub (basic_machine): Recognize v850.
6859
6860Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
6861
6862 * mpw-configure: Handle multiple enable/disable options and
6863 pass them down recursively, handle -c and -s flags appropriately
6864 depending on choice of compiler, add escape mechanism for
6865 quoted arguments to gC.
6866
6867Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6868
6869 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
6870 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
6871 so that -mrelocatable-lib and -mno-eabi are used.
6872
6873 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
6874 not support --print-multi-lib, don't abort.
6875
252b5132
RH
6876Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
6877
6878 * make-all.com: Run config-a-gas.
6879 * setup.com: Don't copy subdirectory files around.
6880
6881Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
6882
6883 * configure.in (*-*-ose): Remove exclusion of libgloss for this
6884 target, it now compiles correctly.
6885
6886Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
6887
6888 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
6889
6890Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6891
35590697 6892 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
6893
6894Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
6895
6896 * configure.in (native_only): Add prms.
6897
6898Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
6899
6900 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
6901 (BINUTILS_SUPPORT_DIRS): Likewise.
6902
6903Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6904
6905 * configure.in (d10v-*-*): Don't configure ld or gdb until the
6906 d10v support is added.
6907
6908Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6909
6910 * configure.in (d10v-*-*): New target.
6911
6912Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
6913
6914 * config.guess (HP 9000/811): Recognize this as a PA1.1
6915 machine.
6916
6917Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
6918
6919 * Makefile.in (do-tar-gz): New target, split out from tail end of
6920 taz target. Run each command separately, don't use pipes.
6921 (taz): Use it.
6922
6923Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
6924
6925 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
6926 * mpw-build.in: No builds should depend on building byacc or flex,
6927 they are assumed to be installed already.
6928
6929Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6930
6931 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
6932 variable that CC_FOR_TARGET needs.
6933
6934Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6935
6936 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
6937 options have changed since the last time the subdirectory was
6938 configured, and if it has, reconfigure.
6939 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
6940 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
6941
6942Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
6943
6944 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
6945 CLEAN_MODULES): Add bash.
6946 (all-bash): New target.
6947
6948Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
6949
6950 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
6951
6952Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6953
6954 * config.sub (basic_machine): Recognize d10v as a valid processor.
6955
6956Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
6957
6958 * mpw-configure: Add support for --bindir.
6959 * mpw-build.in: Use a GCC-specific build script for GCC actions.
6960
6961Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
6962
6963 * configure.in: add bash, time, gawk to list of hosttools and things
6964 to only build for native toolchains
6965
6966Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6967
6968 * Makefile.in (docdir): Remove.
6969
6970Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6971
6972 * Makefile.in (datadir): Set to $(prefix)/share.
6973
6974Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
6975
6976 * configure.in: build diff and patch for cygwin32-hosted
6977 toolchains.
6978
6979Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
6980
6981 * config.sub: Accept -rtems*.
6982
6983Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
6984
80413487 6985 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
6986 remove diff from the list of things not buildable
6987 via Canadian Cross
252b5132
RH
6988
6989Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
6990
6991 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 6992 don't get ". ".
252b5132
RH
6993
6994Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
6995
6996 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
6997
6998Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
6999
7000 * Makefile.in (taz): Handle case where tex3patch didn't even get
7001 checked out. Also, if it was found, put the symlink in a new util
7002 subdirectory.
7003
7004Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7005
7006 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
7007
7008Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
7009
7010 * config.sub: Recognize -openvms.
7011 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
7012 * make-all.com, setup.com: New files.
7013
7014Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
7015
7016 * Makefile.in (taz): tex3patch moved to texinfo/util.
7017
7018Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
7019
afb8d725 7020 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
7021 * configure.in: remove make from disable-if-Can-Cross list
7022 enable gdb if ${host} and ${target} are cygwin32
7023
7024Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
7025
7026 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
7027 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
7028
7029Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
7030
7031 * config.guess: Combine mips-mips-riscos cases, and use cpp to
7032 distinguish sysv/svr4/bsd variants.
7033 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
7034
7035Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
7036
7037 * configure.in: Added copyright notice.
7038 * move-if-change: Added copyright notice.
7039
7040Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7041
7042 * configure.in (powerpcle-*-solaris*): Until we get shared
7043 libraries working, don't build gdb, sim, make, tcl, tk, or
7044 expect.
7045
7046Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
7047
7048 * config.guess: Merge with FSF:
7049
7050 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
7051 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
7052
7053 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
7054 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
7055
7056 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
7057 * config.guess: Combine two OSF1 rules.
7058 Also recognize field test versions. From mjr@zk3.dec.com.
7059 * config.guess (dgux): Use /usr/bin/uname rather than uname,
7060 because GNU uname does not support -p. From pmr@pajato.com.
7061
7062Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
7063
7064 * Makefile.in (MAKEDIRS): Removed $(tooldir).
7065
7066Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
7067
7068 * mpw-README: Document GCCIncludes.
7069
7070Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
7071
7072 * configure.in (alpha-*-linux*): Set enable_shared to yes.
7073
7074Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
7075
7076 * mpw-configure: Handle --enable-FOO and --disable-FOO.
7077
7078Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
7079
7080 * configure.in (*-*-cygwin32): Configure make.
7081
7082Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
7083
7084 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
7085
7086Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
7087
7088 * Makefile.in (all-inet): Depend on all-perl.
7089
7090 * Makefile.in (inet-install): New target.
7091
7092 * Makefile.in (all-inet): Depend on all-tcl.
7093 (all-inet): Depend on all-send-pr.
7094
7095Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7096
7097 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
7098 temporarily.
7099
7100Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
7101
7102 * configure.in: Don't configure --with-gnu-ld on AIX.
7103
7104Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
7105
7106 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
7107
7108Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
7109
7110 * Makefile.in (ALL_MODULES): Added all-inet.
7111 (CROSS_CHECK_MODULES): Added check-inet.
7112 (INSTALL_MODULES): Added install-inet.
7113 (CLEAN_MODULES): Added clean-inet.
7114 (all-indent): New target.
7115
7116 * configure.in (host_tools): Added inet.
7117 (native_only): Added inet.
7118 (noconfigdirs): Added inet.
7119
7120Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
7121
7122 * configure.in: Don't configure libgloss if we are not configuring
7123 newlib.
7124
7125Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
7126
7127 * configure.in: Don't configure libgloss for unsupported
7128 architectures.
7129
7130Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7131
7132 * Makefile.in (CLEAN_MODULES): Add clean-apache.
7133
7134Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
7135
7136 * Makefile.in (ALL_MODULES): Include all-apache.
7137 (CROSS_CHECK_MODULES): Include check-apache.
7138 (INSTALL_MODULES): Include install-apache.
7139 (all-apache): New target.
7140
7141 * configure.in: Added apache everywhere perl is seen.
7142
7143Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7144
7145 * Makefile.in: Add support for clean-{module} and
7146 clean-target-{module} rules.
7147
7148Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
7149
7150 * configure.in (*-*-ose) do not build libgloss.
7151
7152Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7153
7154 * config.guess (prep*:SunOS:5.*:*): Turn into
7155 powerpele-unknown-solaris2.
7156
7157Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
7158
7159 * configure.in: Permit --enable-shared to specify a list of
7160 directories.
7161
7162Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
7163
7164 * configure.in (host==solaris): Pass only the first word of $CC
7165 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
7166
7167Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
7168
7169 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
7170
7171Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
7172
7173 * Makefile.in (ALL_MODULES): Include all-perl.
7174 (CROSS_CHECK_MODULES): Include check-perl.
7175 (INSTALL_MODULES): Include install-perl.
7176 (ALL_X11_MODULES): Include all-guile.
7177 (CHECK_X11_MODULES): Include check-guile.
7178 (INSTALL_X11_MODULES): Include install-guile.
7179 (all-perl): New target.
7180 (all-guile): New target.
7181
7182 * configure.in (host_tools): Include perl and guile.
7183 (native_only): Include perl and guile.
7184 (noconfigdirs): Don't build guile and perl; no ports have been
7185 done.
7186
7187Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
7188
80413487
RH
7189 * configure (--enable-*): Handle quoted option lists such as
7190 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
7191
7192Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7193
7194 * Makefile.in ({,inst}all-target): New rule so we can make and
7195 install all of the target directories easily.
7196
7197Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7198
7199 * configure.in: Add missing global flag in sed substitution when
7200 deleting `target-' from ${configdirs}.
7201
7202Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
7203
7204 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
7205 option.
7206
7207 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
7208 config/mh-necv4.
7209
7210 * install.sh: Correct misspelling of transformbasename.
7211
7212 * config.guess: Recognize mips-*-sysv*.
7213
7214Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
7215
7216 * config.sub: Recognize mon960.
7217
7218Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
7219
7220 * configure: Restore Canadian Cross handling of BISON and LEX,
7221 removed in Feb 20 change.
7222
7223Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
7224
7225 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
7226 Mention make install. Remove the old copyright date as well the
7227 clumsy and rather pointless copyright on the README file.
7228
7229Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
7230
7231 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
7232 Makefile after running symlink-tree, then run `make distclean' to
7233 avoid clobbering any generated files in srcdir.
7234
7235Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
7236
7237 * configure.in (m68k-*-netbsd*): Build everything now.
7238
7239Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
7240
7241 * Makefile.in (taz): Fix quoting.
7242
7243Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
7244
7245 * configure.in (sparclet-*-*): Build everything now.
7246
7247Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7248
7249 * configure.in (m68k-*-linux*): New host.
7250
7251Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
7252
7253 * configure: Check for bison before byacc.
7254
7255Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
7256
7257 * Makefile.in configure: Change the way LEX and BISON/YACC are
7258 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
7259 searching PATH. These are used as fallbacks by Makefile.in if
7260 flex/bison/byacc aren't in objdir.
7261
7262Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
7263
7264 * Makefile.in: Make everything which depends upon all-bfd also
7265 depend upon all-opcodes, in case --with-commonbfdlib is used.
7266
7267Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7268
7269 * configure.in (host *-*-cygwin32): Don't build gdb if we are
7270 building NT native compilers on Unix.
7271
7272Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
7273
7274 * configure.in: Don't get CC from the host Makefile fragment if we
7275 can find gcc in PATH, or if this is a Canadian Cross. Move the
7276 Solaris test for /usr/ucb/cc to the post target script, just after
7277 the compiler sanity test.
7278
7279Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
7280
7281 * config.sub: Merge with FSF.
7282
7283Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
7284
7285 * Makefile.in (RPATH_ENVVAR): New variable.
7286 (REALLY_SET_LIB_PATH): Use it.
7287 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
7288
7289Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
7290
7291 * config.sub, configure.in: Recognize sparclet cpu.
7292
7293Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
7294
7295 * config.guess: Support m68k-cbm-sysv4.
7296
7297Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7298
7299 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
7300 m68k-unknown-linuxaout from linker help string. Put quotes around
7301 $ld_help_string.
7302
7303Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
7304
7305 * config.guess (powerpc-harris-powerunix): Add guess for port
7306 to new target.
7307
7308Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7309
7310 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
7311
7312Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
7313
7314 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
7315 $(REALLY_SET_LIB_PATH) in Makefile.
7316 * Makefile.in (SET_LIB_PATH): New variable.
7317 (REALLY_SET_LIB_PATH): New variable.
7318 ($(DO_X)): Use $(SET_LIB_PATH).
7319 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
7320 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
7321 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
7322 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
7323 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
7324 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
7325 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
7326 (install-dosrel): Likewise.
7327 (all-opcodes): Depend upon all-libiberty.
7328
7329Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
7330
7331 * config.guess (*:CYGWIN*): New
7332
7333Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7334
7335 * Makefile.in (all-target-winsup): All all-target-libiberty.
7336
7337Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7338
7339 * configure.in (noconfigdirs): Add missing # in front of comment.
7340
7341Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
7342
7343 * configure.in: add second pass to things added to noconfigdirs
7344 so *-gm-magic can exclude libgloss properly.
7345
7346Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
7347
7348 * mpw-configure (extralibs_name, rez_name): Set correctly
7349 for MWC68K compiler.
7350
7351 * mpw-README: Add more info on the necessary build tools.
7352
7353Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
7354
7355 * configure.in, config.sub: Recognize cygwin32.
7356
7357Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
7358
7359 * config.guess, config.sub: Recognize A/UX.
7360
7361Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
7362
7363 * config.sub: Merge with gcc/config.sub.
7364
7365Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
7366
7367 * mpw-build.in (do-binutils): Add build of stamps.
7368
7369Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
7370
7371 * config.sub: Add recognition for mips64vr4100*-* targets.
7372
7373Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7374
7375 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
7376 Add creation of gconfigargs with `--enable-shared' turned on.
7377 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
7378 ($(host)-stamp-stage3-configured): Likewise.
7379 (HOLES): Add chatr and ldd.
7380 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
7381
7382Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
7383
7384 * configure: Pass --nfp to recursive configures.
7385
7386Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
7387
7388 * Makefile.in (DLLTOOL): New.
7389 (DLLTOOL_FOR_TARGET): New.
7390 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
7391 (EXTRA_TARGET_FLAGS): Ditto.
7392 (EXTRA_GCC_FLAGS): Ditto.
7393 (CONFIGURE_TARGET_MODULES): Ditto.
7394 (DO_X): Ditto.
7395 * configure: Add DLLTOOL.
7396
7397Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
7398
7399 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
7400 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
7401 mh-sco, since old workarounds no longer needed, and don't
7402 build ld, since libraries have weak symbols in COFF.
7403
7404Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
7405
7406 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
7407
7408Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
7409
7410 * configure.in: Make sure that ${CC} can be used to compile an
7411 executable.
7412
afb8d725
JM
7413Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
7414
7415 * Makefile.in (all-gdb): Depend on $(GDB_TK).
7416 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
7417 nothing depending on whether gdbtk is being built.
7418
252b5132
RH
7419Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
7420
7421 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
7422
7423Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
7424
7425 * configure.in (noconfigdirs): Put ld or gas in this early, if the
7426 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
7427
7428Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
7429
7430 * config-ml.in: Add support for
7431 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
7432 Simplify setting of multidirs from --disable-foo.
7433
7434Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7435
7436 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
7437 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
7438 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 7439 non-empty, pass them on to the GCC make.
252b5132
RH
7440 (all-bootstrap): New rule that is like all-gcc, except it executes
7441 the GCC bootstrap rule instead of the GCC all rule.
7442
7443Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
7444
7445 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
7446
7447Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7448
7449 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
7450 DG/UX support.
7451
7452Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
7453
7454 * config.sub (i*86*) Change [345] to [3456]
7455
7456Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
7457
7458 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
7459 --with-gnu-ld=no.
7460
7461Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7462
7463 * config-ml.in (rs6000*, powerpc*): Add switches to control which
7464 AIX multilibs get built.
7465
7466Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7467
7468 * configure.in (i386-win32): Don't build expect if we're not
7469 building the tcl subdir.
7470
7471Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
7472
7473 * Makefile.in: (configure-target-examples, all-target-examples):
7474 New targets, configure and build example programs.
7475
7476Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7477
7478 * mpw-configure: If an mpw-config.in generated a file mk.sed,
7479 use it as input to sedit the generated MPW makefile.
7480 * mpw-README: Add a suggestion about Gestalt.h.
7481
7482Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
7483
7484 * config.sub: Accept *-*-ieee*.
7485
7486Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
7487
7488 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
7489 Ronald F. Guilmette <rfg@monkeys.com>.
7490
7491Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7492
7493 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
7494 for powerpc-pe native.
7495 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
7496 (target==powerpc-pe): duplicate i386-win32 entry.
7497
7498Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
7499
7500 * configure.in (noconfigdirs): Exclude target-newlib for all versions
7501 of vxworks, not just vxworks5.1.
7502
7503Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
7504
7505 * mpw-configure: Add support for exec-prefix.
7506
7507Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7508
7509 * config.guess: Recognize HP model 816 machines as having
7510 a PA1.1 processor.
7511
7512Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
7513
7514 * configure: Ignore new autoconf configure options.
7515
252b5132
RH
7516Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
7517
7518 * config.guess: Recognize Pentium under SCO.
7519 From Robert Lipe <robertl@arnet.com>.
7520
7521Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7522
7523 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
7524
7525Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
7526
7527 * configure.in: Don't configure gas for alpha-dec-osf*.
7528
7529Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
7530
7531 * configure.in: Default to --with-stabs for some targets for which
7532 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
7533 i[345]86*-*-unixware*.
7534
7535Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
7536
7537 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
7538 rather than basing it on the target. Simplify handling of options
7539 controlling which directories to configure. Remove extraneous
7540 slash in multi-clean target.
7541
7542Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
7543
7544 * config-ml.in: Prefix more variables with ml_ so they don't collide
7545 with configure's.
7546
7547Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
7548
7549 * configure: Don't turn -v into --v.
7550
7551Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
7552
7553 * configure.in (targargs): Fix typo.
7554
7555 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
7556
7557Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
7558
7559 * configure.in: Strip --host and --target options from
7560 CONFIG_ARGUMENTS, and always configure for --host only. Add
7561 --with-cross-host option when building with a cross-compiler.
7562 * configure: Canonicalize the arguments put into config.status by
7563 always using `=' for an option with an argument. Pass a presumed
7564 --host or --target explicitly.
7565
7566Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
7567
7568 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
7569 into general OS recognition case.
7570
7571Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7572
7573 * configure.in (target_configdirs): add target-winsup only
7574 for win32 target systems.
7575
7576Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
7577
7578 * Makefile.in (all-target-libgloss): Depend upon
7579 configure-target-newlib, since when libgloss is built it looks to
7580 see if the newlib directory exists.
7581
7582Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
7583
7584 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
7585 cfg-ml-*.in.
7586
7587Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
7588
7589 * configure: Handle LD and LD_FOR_TARGET when configuring a
7590 Canadian Cross.
7591
252b5132
RH
7592Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7593
7594 * configure.in (target_libs): add target-winsup.
7595 (target==i386-win32): add patch diff flex make to $noconfigdirs.
7596 (target==ppcle-pe): remove ld from $noconfigdirs.
7597
7598Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
7599
7600 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
7601 Preserve relative path names in $srcdir. Build symlink tree if
7602 configuring cross target dir and srcdir=. (= no VPATH support).
7603 (configure-target-libg++): Depend on configure-target-librx.
7604 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
7605 * config-ml.in: New file.
7606 * symlink-tree: New file.
7607 * configure: Ensure srcdir="." if that's what it is.
7608
7609Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
7610
7611 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
7612 includes and FLEX_SKELETON setting.
7613 * mpw-configure (--with-gnu-ld): New option, controls whether
7614 to use PPCLink or ld with PowerMac GCC.
7615 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
7616 * mpw-config.in: Configure grez if targeting Mac.
7617
7618 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
7619 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
7620 just macos.
252b5132
RH
7621 * configure.in: Configure grez resource compiler if targeting Mac.
7622 * Makefile.in (all-grez, install-grez): New targets.
7623
7624Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
7625
7626 * configure: CXX defaults to gcc, not g++. If we find
35590697 7627 gcc in the path, set CC to gcc -O2.
252b5132
RH
7628
7629Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
7630
7631 * configure: Default ${build} correctly. Avoid picking up extra
7632 spaces when reading CC and CXX from Makefile. When doing a
7633 Canadian Cross, use plausible default values for numerous
7634 variables.
7635 * configure.in: When doing a Canadian Cross, don't try to
7636 configure tools whose configure script can't handle it.
7637
7638Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
7639
7640 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
7641
7642Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
7643
7644 * configure: Remove dubious bug reporting address.
7645
7646Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
7647
7648 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
7649 configure script, run that instead of this directory's configure.
7650 In either case, print a message that we're configuring the sub-dir.
7651
7652Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
7653
7654 * configure.in: Before checking for the existence of various files,
7655 use sed to filter out "target-".
7656
7657Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
7658
7659 * Makefile.in (DO_X): Split rule to decrease command line length
7660 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
7661 (Philippe De Muyter).
7662
7663Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7664
7665 * Makefile.in (all-patch): depend on all-libiberty.
7666
7667Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
7668
7669 * configure.in: If the only directory in target_configdirs which
7670 actually exists is libiberty, then set target_configdirs to empty,
7671 to avoid trying to build a target libiberty in a gas or gdb
7672 distribution.
7673
7674Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
7675
7676 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
7677 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
7678 systems.
252b5132
RH
7679
7680Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
7681
7682 * configure.in (copy_dirs): Use sys-include instead of include
7683 for --with-headers option.
7684
7685Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
7686
7687 * Makefile.in, configure.in: Make winsup builds work with
7688 new scheme.
7689
7690Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
7691
7692 * configure.in: Build the linker on AIX.
7693
7694Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
7695
7696 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
7697 where needed.
7698
7699Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
7700
7701 * Makefile.in (all-gcc): Fix typo.
7702
7703Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
7704
7705 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
7706
7707Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
7708
7709 * configure.in: Rename libFOO to target-libFOO, and xiberty
7710 to target-xiberty, to provide more flexibility.
7711 (target_subdir): Define. Create if cross.
7712 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
7713 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
7714 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
7715 check-libFOO -> check-target-libFOO, etc.
7716 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
7717 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
7718 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
7719 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
7720 allow ALL_GCC="" to only configure.
7721 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
7722 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
7723 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
7724
7725Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
7726
7727 * Makefile.in (taz): Build "info" in etc explicitly.
7728
7729Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
7730
7731 * configure.in: Make sure that CC is undefined (as opposed to
7732 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
7733 problem with autoconf trying to configure on a host without GCC.
7734
7735Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
7736
7737 * mpw-configure: Set host alias from choice of host compiler,
7738 only use generic MPW Makefile sed if present, edit a file
7739 named "hacked_Makefile.in" instead of "Makefile.in" if present.
7740 * mpw-README: Add problem notes about CW6 and CW7.
7741
7742Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
7743
7744 * Makefile.in (taz): Use ";" instead of ";;".
7745
7746Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
7747
7748 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
7749 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
7750 DISTDOCDIRS.
7751 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
7752 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
7753
7754Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
7755
7756 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
7757 and gnats, because they are now subsumed by DISTSTUFFDIRS.
7758 Move bfd to DISTSTUFFDIRS.
7759
7760Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7761
7762 * Makefile.in (X11_LIB): Removed.
7763 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
7764
7765 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
7766
7767Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7768
7769 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
7770 names.
7771
7772Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7773
7774 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
7775
7776Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
7777
7778 * configure.in (i[345]86-*-win32): Always build newlib.
7779 Don't configure cvs, autoconf or texinfo.
7780 * Makefile.in (LD_FOR_TARGET): New.
7781 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
7782 Pass down LD_FOR_TARGET.
7783
7784Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
7785
7786 * winsup: New directory.
7787 * Makefile.in: Build winsup.
7788 * configure.in: Winsup is configured when target is win32.
7789 Can only build win32 target GDB when native.
35590697 7790
252b5132
RH
7791Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
7792
7793 * config.guess: Recognize HP model 819 machines as having
7794 a PA 1.1 processor.
7795
7796Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
7797
7798 * configure: Fix sed loop which substitutes for CC and CXX to
7799 avoid bug found in various sed implementations.
7800
7801Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7802
7803 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
7804 simulator. Use standard powerpc-*-eabi*.
7805
7806Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
7807
7808 * configure.in: Stop putting gas and binutils in noconfigdirs for
7809 powerpc-*-aix* and rs6000-*-*.
7810
7811Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
7812
7813 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
7814 -mcall-aixdesc libraries.
7815
7816Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
7817
7818 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7819
7820 * config.sub (arm | armel | armeb): Fix shell syntax.
7821
7822Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7823
7824 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
7825 -msoft-float and -mcpu=common support.
7826 (powerpc*-*-eabisim*): Add support for building -mcall-aix
7827 libraries.
7828
7829Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
7830
7831 * configure.in: Allow configuration and build of emacs19 for the alpha.
7832
7833Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7834
7835 * configure.in (CC): Get ^CC, not just any old CC, from
7836 ${host_makefile_frag}.
7837
7838Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7839
35590697 7840 * configure.in (CC): Try to get CC from
252b5132
RH
7841 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
7842
7843Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7844
7845 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
7846 only if it exists in $(srcdir).
7847
7848Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
7849
7850 * configure: If CC and CXX are not set in the environment, set
7851 them, based on either an existing Makefile or on searching for gcc
7852 in PATH. Substitute for CC and CXX in Makefile.
7853 * configure.in: Remove libm from target_libs. Separate
7854 target_configdirs from configdirs. If CC is not set in
7855 environment, try to get it from a host Makefile fragment. Rewrite
7856 changes of configdirs to use skipdirs instead. A few minor
7857 tweaks. Take directories out of target_configdirs as they are
7858 taken out of configdirs. Remove existing Makefile files from
7859 subdirectories. Substitute for TARGET_CONFIGDIRS and
7860 CONFIG_ARGUMENTS in Makefile.
7861 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
7862 by configure.in.
7863 (CONFIG_ARGUMENTS): Likewise.
7864 (CONFIGURE_TARGET_MODULES): New variable.
7865 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
7866 ($(CONFIGURE_TARGET_MODULES)): New target.
7867 (configure-libg++, configure-libio): New targets.
7868 (all-libg++): Depend upon configure-libg++.
7869 (all-libio): Depend upon configure-libio.
7870 (configure-libgloss, all-libgloss): New targets.
7871 (configure-libstdc++): New target.
7872 (all-libstdc++): Depend upon configure-libstdc++.
7873 (configure-librx, all-librx): New targets.
7874 (configure-newlib): New target.
7875 (all-newlib): Depend upon configure-newlib
7876 (configure-xiberty): New target.
7877 (all-xiberty): Depend upon configure-xiberty.
7878
7879Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7880
7881 * configure.in (host i[345]86-*-win32): Expand the
7882 noconfigdirs again.
7883
7884Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
7885
7886 * mpw-configure: Fix sed command file name.
7887
7888Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
7889
35590697 7890 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
7891 noconfigdirs again.
7892
7893Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
7894
7895 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
7896 or powerpc*-*-pe*, since they are not yet supported.
7897
7898Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
7899
7900 Add PowerMac support and many other enhancements.
7901 * mpw-configure: New option --cc to select compiler to use,
7902 paste options set according to --cc into the generated
7903 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
7904 if mpw-make.sed is present.
7905 * mpw-config.in: Don't test for gC1, test for mpw-touch,
7906 add forward includes for PowerPC include files.
7907 * mpw-build.in: Build using Makefile.PPC if present.
7908 (do-byacc, etc): Remove separate version resource builds.
7909 (do-gas): Build "stamps" before "all".
7910 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
7911 * mpw-README: Update to reflect --cc option, PowerMac support,
7912 and recently-reported compatibility problems.
7913
7914Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
7915
7916 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
7917 embedded m68k systems (-aout, -coff, -elf, -vxworks).
7918 (--with-multilib-top): Pass to recursive invocations.
7919
7920Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
7921
7922 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
7923 v810-*-*.
7924
7925Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7926
7927 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
7928 gdb, ld and opcodes on v810-*-*.
7929
252b5132
RH
7930Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
7931
7932 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
7933 (local-maintainer-clean): New target.
7934 (maintainer-clean): New target.
7935 (realclean): Just depend upon maintainer-clean.
7936
7937Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7938
7939 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
7940
7941Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
7942
7943 * configure.in: Build ld in mips*-*-bsd* case.
7944
7945Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
7946
7947 * config.sub: Accept -lites* OS. From Ian Dall.
7948
7949Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
7950
7951 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 7952 targets.
252b5132
RH
7953
7954Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7955
7956 * configure.in: treat i386-win32 canadian cross the same as
7957 i386-go32 canadian cross.
7958
7959Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7960
7961 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
7962 running under the simulator to build a reduced set of libraries.
7963 (powerpc-*-eabiaix): Add fine grained multilib support added to
7964 other powerpc targets yesterday.
7965
7966Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7967
7968 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
7969 -disable-softfloat, -disable-relocatable, -disable-aix, and
7970 -disable-sysv to control which multilib libraries get built.
7971
7972Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
7973
7974 * configure: Add Makefile.tem to list of files to remove in trap
7975 handler.
7976
7977Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
7978
7979 * config.guess (*Linux*): Add missing "exit"s.
7980 Also, need specific check for alpha-unknown-linux (uses COFF).
7981
7982Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
7983
7984 * config.guess: Merge with FSF:
7985
7986 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
7987 * config.guess (AIX4): More robust release numbering discovery.
7988
7989 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
7990 * config.guess (i386-sequent-ptx): Properly get version number.
7991
7992 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
7993 * config.guess (mips:*:4*:UMIPS): New case.
7994
7995Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
7996
7997 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
7998 (i386-win32 host): Likewise. Don't build readline.
7999
afb8d725
JM
8000Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
8001
8002 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
8003 SUPPORT_FILES to submakes.
8004
252b5132
RH
8005Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
8006
8007 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
8008 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
8009 mpw-configure.
8010
8011Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
8012
8013 * configure.in (appdirs): Use =, not ==, in test expression when
8014 trying to build the text to print in the warning message for
8015 Solaris users.
8016
8017Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
8018
8019 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
8020
8021Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8022
8023 * config.guess: Recognize lynx-2.3.
8024
8025Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
8026
8027 * config.sub (z8ksim): Deleted
8028 (z8k-*-coff): New, this is the one true name of the target.
8029
8030Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
8031
8032 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
8033
8034Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
8035
8036 * config.guess (*:Linux:*:*): First try asking the linker what the
8037 default object file format is (elf, aout, or coff). Then if this
8038 fails, try previous methods.
8039
8040Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8041
8042 * configure.in: Don't build newlib for *-*-vxworks5.1.
8043
8044Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
8045
8046 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
8047 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
8048
8049Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
8050
8051 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
8052
8053Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
8054
8055 * cfg-ml-com.in: New file.
8056 * cfg-ml-pos.in: New file.
8057
8058Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8059
8060 * COPYING.NEWLIB: Add HP free copyright to list.
8061
8062Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
8063
8064 * config.sub: Recognize -eabi* for the system, not just -eabi.
8065
8066Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
8067
8068 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
8069 * config.sub, configure.in (win32): New target and host.
8070
8071Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
8072
8073 * configure.in: Add i386-pe configuration.
8074
8075Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
8076
8077 * mpw-build.in (install): Install GDB after LD.
8078
8079Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
8080
8081 * mpw-config.in (elf/mips.h): Always forward-include, needed
8082 for GDB to build.
8083
8084Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
8085
8086 * testsuite: New directory for customer acceptance and whole tool
8087 chain tests.
8088
8089Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
8090
8091 * configure: If per-host line isn't found, but AC_OUTPUT is found
8092 and a configure script exists, run it instead.
8093
8094Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
8095
8096 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
8097
8098Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
8099
8100 * configure: Set build_{cpu,vendor,os,alias} to host values when
8101 --build isn't specified.
8102
8103Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8104
8105 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
8106 (FLAGS_TO_PASS): Pass them.
8107 (EXTRA_TARGET_FLAGS): Ditto.
8108
252b5132
RH
8109Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8110
8111 * Makefile.in (all-libg++): Depend on all-libstdc++.
8112
8113Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8114
8115 * configure.in (noconfigdirs): Enable all packages for
8116 i386-unknown-netbsd.
8117
8118Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
8119
8120 * configure.in (noconfigdirs): Don't configure tk for i386-go32
8121 hosted builds (DOS builds)
8122
8123Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
8124
8125 Changes for ARM based on patches from Richard Earnshaw:
8126 * config.sub: Handle armeb and armel.
8127 * configure.in: Omit arm linker only for riscix.
8128
8129Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
8130
8131 * config.guess: Update from FSF.
8132
8133Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
8134
8135 * config.sub: Recognize powerpcle as the little endian varient of
8136 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
8137 powerpcle variant. Convert pentium into i586, not i486. Add p5
8138 alias for i586. Map new x86 variants p6, k5, nexgen into i586
8139 temporarily.
8140
8141Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
8142
8143 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
8144
8145Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
8146
8147 * config.sub: Accept -lites* as a basic system type.
8148
8149Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
8150
8151 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
8152 installed, and if so return linuxoldld as the system name.
8153
8154Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
8155
8156 * config.guess: Add hppa1.1-hp-lites support.
8157
8158Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
8159
8160 * configure.in: Don't build newlib for m68k-vxworks5.1.
8161
8162Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8163
8164 * configure.in (mips-sgi-irix6): Use mh-irix5.
8165
8166Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
8167
8168 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
8169
8170Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8171
8172 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 8173 OSF/1. Fix compiler flags.
252b5132
RH
8174 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
8175
8176Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
8177
8178 * configure.in: Recognize --with-newlib.
8179 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
8180
afb8d725
JM
8181Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8182
8183 * Makefile.in: move {all,check,install}-gdb from *_MODULES
8184 to *_X11_MODULES due to gdbtk needing X include files et al.
8185
252b5132
RH
8186Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
8187
8188 Merge in support for Mac MPW as a host.
8189 (Old change descriptions retained for informational value.)
8190
8191 * mpw-config.in: Add generic include forwards for cpu-specific
8192 include files in aout and elf directories.
8193
8194 * mpw-configure: Added copyright.
8195 * mpw-config.in: Check for presence of required build tools.
8196 (target_libs): Add newlib.
8197 (target_tools): Add examples.
8198 (Read Me): Generate as "Read Me for MPW" instead.
8199 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
8200 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
8201 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
8202
8203 * mpw-configure: Remove subdir-specific makefile hackery,
8204 delete mk.tmp after using it.
8205
8206 * mpw-build.in (all): Display start and end times.
8207
8208 * mpw-configure (host_canonical): Set.
8209 (target_cpu): Always add to makefiles.
8210 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
8211 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
8212 (mpw-mh-mpw): Look for in srcdir and srcroot.
8213 Use sed instead of mpw-edit-prefix to edit prefix definitions.
8214
8215 * mpw-build.in: (install-only): New target.
8216
8217 * mpw-configure (host_alias, target_alias): Rename from hostalias
8218 and targetalias, add into generated Makefile.
8219 (mk.tmp): If present, add into generated Makefile.
8220 * mpw-build.in (all-gas): Build config.h first before gas proper.
8221
8222 * mpw-configure (config.status): Write only if changed.
8223 * mpw-config.in (readline): Configure it (not built, just used for
8224 definitions).
8225
8226 * mpw-config.in (elf/mips.h): Add a forward include.
8227
8228 * mpw-config.in: Forward-include most .h files in include into
8229 extra-include.
8230 (readline): Don't build.
8231 mpw-build.in (install): Install GDB.
8232
8233 * mpw-configure (prefix, mpw_prefix): Handle it.
8234 * mpw-config.in (mmalloc, readline): Don't configure.
8235 * mpw-build.in (thisscript): Rename to ThisScript.
8236 Use mpw-build instead of BuildProgram everywhere.
8237 (mmalloc, readline): Don't build.
8238 * mpw-README: New file, basic documentation about the MPW port.
8239
8240 * mpw-config.in: Use forward-include to create include files.
8241
8242 * mpw-configure: Add more things to the top of each configured
8243 Makefile, including contents of config/mpw-mh-mpw.
8244 * mpw-config.in (extra-include): Create this directory and fill it
8245 with Posix-like include files when configuring.
8246
8247 * config.sub (apple, mac, mpw): Add various aliases.
8248
8249 * mpw-build.in: New file, top-level build script fragment for MPW.
8250 * mpw-configure: New file, configure script for MPW.
8251 * mpw-config.in: New file, config fragment for MPW.
8252
8253Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8254
8255 * configure.in (host_libs): Remove glob, since it is gone from the
8256 sources.
8257
8258Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8259
8260 * Makefile.in: define empty GDB_NLM_DEPS var.
8261
8262 * configure.in(target_makefile_frag): use config/mt-netware
8263 for netware targets.
8264
8265Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
8266
8267 * config.sub: Merge in recent FSF changes. Remove linux special
8268 cases.
8269
8270Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
8271
4bddf3ad 8272 Revert this change:
252b5132
RH
8273
8274 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
8275
8276 * build-all.mk: Use CC=cc -Xs on Solaris.
8277
252b5132
RH
8278Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8279
8280 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
8281 stop using it.
8282 * Makefile.in: Nuke all references to glob subdirectory.
8283
8284Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8285
8286 * configure.in: Fix --enable-shared logic in per-host.
8287
8288Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
8289
8290 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
8291
8292Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8293
8294 * configure.in (noconfigdirs): Don't build gas on AIX, for
8295 powerpc*-*-aix* as well as for rs6000*-*-aix*.
8296
8297Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
8298
8299 * configure: Fix --cache-file to work if the file argument is a
8300 relative path.
8301
8302Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
8303
8304 * configure: If the --cache-file is used, pass it down to
8305 configure in subdirectories.
8306
8307Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
8308
8309 * config.sub: add vxworks29k configuration.
8310
8311Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
8312
8313 * Makefile.in (taz): Do "diststuff" part quietly.
8314
8315Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
8316
8317 * config.sub: Mini-merge with gcc/config.sub.
8318
8319Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
8320
8321 * config.guess (IRIX): Sed - to _.
8322
8323Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8324
8325 * Makefile.in (source-vault, binary-vault): New targets.
8326
8327Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
8328
8329 * config.sub: Recognize -eabi as a basic system type.
8330
8331Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8332
8333 * configure.in (enable_shared stuff): Fix typo.
8334
8335Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
8336
8337 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
8338
8339Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
8340
8341 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
8342
8343Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8344
8345 * configure.in (rs6000-*-*): Don't build gas.
8346
8347Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
8348
8349 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
8350 reduce command line length.
8351 (AS_FOR_TARGET): Check for as.new, not Makefile.
8352 (NM_FOR_TARGET): Check for nm.new, not Makefile.
8353
8354Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
8355
8356 * config.guess: Merge from FSF.
8357
8358Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
8359
8360 * configure: Don't use $ when handling program_suffix.
8361
8362Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
8363
8364 * configure.in: Configure tk for hppa/hpux.
8365
8366Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
8367
8368 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
8369
8370Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
8371
8372 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
8373 to LIBCXXFLAGS. Tests are better run without it.
8374
8375Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
8376
8377 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
8378
8379Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
8380
8381 * configure.in (*-*-netware*): Don't configure xiberty.
8382
8383Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
8384
8385 * configure.in: Remove tk from native_only list.
8386
8387Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
8388
8389 * build-all.mk: Add mips-ncd-elf target to sun4 targets
8390 for special NCD build.
8391
8392Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
8393
8394 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
8395 makeall.bat, they're only useful for binutils snapshots.
8396 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
8397 makeall.bat to specified SUPPORT_FILES.
8398
8399Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
8400
8401 * build-all.mk: Add Ericsson targets to sun4 and solaris
8402 hosts. Add BNR's sun4 target to solaris host, so their
8403 build-from-source will be tested in-house first.
8404
8405Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
8406
8407 * Makefile.in (LIBCFLAGS): New variable.
8408 (CFLAGS_FOR_TARGET): Ditto.
8409 (LIBCFLAGS_FOR_TARGET): Ditto.
8410 (LIBCXXFLAGS): Ditto.
8411 (CXXFLAGS_FOR_TARGET): Ditto.
8412 (LIBCXXFLAGS_FOR_TARGET): Ditto.
8413 (BASE_FLAGS_TO_PASS): Pass them.
8414 (EXTRA_TARGET_FLAGS): Ditto.
8415
4bddf3ad 8416 * configure.in: Support --enable-shared.
252b5132
RH
8417
8418Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
8419
8420 * configure.in (target_libs): Include libstdc++ again.
8421 * config.guess: Update from FSF (for FreeBSD).
8422
8423Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
8424
8425 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
8426 makeall.bat.
8427 (DISTDOCDIRS): Add `etc'.
8428 (ETC_SUPPORT_PFX): New variable.
8429 (taz): Include anything from etc starting with a word in
8430 ETC_SUPPORT_PFX.
8431
8432Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
8433
8434 * config.sub: Update for recent FSF changes. Remove obsolete
8435 h8300hds entry. Add -windows* and -osx as basic os. Minor
8436 spacing changes.
8437
8438Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
8439
8440 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
8441
8442 * config.guess: Merge with FSF.
8443 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
8444
8445Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
8446
8447 * configure: Since the "trap 0" handler will override the exit
8448 status on many systems, only use it for "exit 1", and make it set
8449 a non-zero exit status; reset it before "exit 0". Also, check
8450 exit status of config.sub, and error out if it failed.
8451
8452Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
8453
8454 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
8455 and install libgloss.
8456
8457Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
8458
8459 * Makefile.in (all-binutils): Depend upon all-byacc.
8460
8461 * configure.in: Don't build emacs on Irix 5.
8462
8463Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8464
8465 * configure.in (*-*-netware*): Add libio.
8466
8467Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
8468
8469 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
8470 (CHECK_TARGET_MODULES): Ditto.
8471 (INSTALL_TARGET_MODULES): Ditto.
8472 (TARGET_LIBS): Ditto.
8473 (all-libstdc++): Note dependencies.
8474
8475Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
8476
8477 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
8478
8479Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
8480
8481 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
8482 -fexternal-templates.
8483
8484 * configure.in (target_libs): Add libstdc++.
8485 (noconfigdirs): Add libstdc++ as appropriate.
8486
8487Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
8488
8489 * config.guess: Update from FSF.
8490
8491Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
8492
8493 * configure: Use ${config_shell} when running ${configsub}.
8494
8495Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
8496
8497 * config.sub: No longer recognize h8300h.
8498
8499Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
8500
8501 * config.sub: Remove extraneous differences between config.sub and
8502 gcc/config.sub.
8503
8504Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
8505
8506 * Makefile.in (DISTSTUFFDIRS): Add gas.
8507
8508Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
8509
8510 * COPYING.NEWLIB: New file.
8511
8512Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
8513
8514 * config.guess (HP-UX): Patch from Harlan Stenn
8515 <harlan@landmark.com> to also emit release level.
8516
8517Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
8518
8519 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
8520
8521Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
8522
8523 * config.sub: Merge nextstep cleanup from FSF.
8524
8525Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
8526
8527 * configure.in (arm-*-*): Don't configure ld for this target.
8528
8529Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8530
8531 * configure.in (*-*-netware): don't configure libg++, libio,
8532 librx, or newlib.
8533
8534Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8535
8536 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
8537 configure ld--it works, but it doesn't support shared libraries.
8538
8539Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
8540
8541 * config.guess (*-unknown-freebsd*): Get rid of possible
8542 trailing "(Release)" in version string.
8543 Patch from Paul Richards <paul@isl.cf.ac.uk>.
8544
8545Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
8546
8547 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
8548 Fix type: *-next-neststep -> *-next-nextstep.
8549
8550 * config.guess: Merge from FSF:
8551
8552 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
8553
8554 * config.guess: Recognize powerpc-ibm-aix3.2.5.
8555
8556 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
8557
8558 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
8559 instead of UNIX_SV for UnixWare 1.0).
8560
8561Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
8562
8563 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
8564 to make gdb/nlm/* build after the compiler and linker.
8565
8566Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
8567
8568 * config.guess (netbsd, freebsd, linux): Accept any machine,
8569 not just i[34]86.
8570 (m68k-atari-sysv4): Relocate to match FSF version.
8571
8572 * config.guess: More merges from the FSF:
8573
8574 Add a space before function call or macro invocation.
8575
8576 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8577
8578 * config.guess: Add trap cmd to remove dummy.c and dummy when
8579 interrupted.
8580
8581 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8582
8583 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
8584 (dummy): Redirect stderr from compilation of dummy.c.
8585
8586 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
8587
8588 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
8589
8590Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
8591
8592 * configure: Accept and ignore --cache*, for compatibility with
8593 new autoconf.
8594
8595Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
8596
8597 * config.guess: Merge from FSF:
8598
8599 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8600
8601 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
8602 (PATH): Add /.attbin at end for finding uname.
8603 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
8604
8605 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
8606
80413487 8607 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
8608
8609 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
8610
80413487
RH
8611 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
8612 to select whether to use ELF or COFF.
252b5132
RH
8613
8614 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8615
80413487 8616 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
8617
8618 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8619
8620 * config.guess: Guess the OS version for HPUX.
8621
8622 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8623
8624 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
8625
8626Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8627
8628 * configure.in: Recognize --with-headers, --with-libs, and
8629 --without-newlib.
8630 * Makefile.in (all-xiberty): Depend upon all-ld.
8631
8632Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8633
8634 * configure.in: Change i[34]86 to i[345]86.
8635
8636Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8637
8638 * configure (version): A few more tweaks to help message.
8639
8640Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
8641
8642 * Makefile.in: Remove (for now) librx as a host library,
8643 now that we're building it for target.
8644
8645Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8646
8647 * configure: Fix up help message; from karl@owl.hq.ileaf.com
8648 (Karl Berry).
8649
8650Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
8651
8652 * configure.in: Also configure librx.
8653
8654Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
8655
8656 * Makefile.in: Update various rules to reflect that librx
8657 is now needed for libg++.
8658
8659Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8660
8661 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
8662
8663Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
8664
8665 * configure.in: Configure the examples directory.
8666
8667Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8668
8669 * configure: Simplify Jun 2 1994 change.
8670
8671Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
8672
8673 * change CC to /usr/latest/bin/gcc for lynx host builds, since
8674 /bin/gcc isn't good enough to build gcc.
8675
8676Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
8677
8678 * Makefile.in (GDB_SUPPORT_FILES): Remove
8679 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
8680 (gdb.tar.gz): Add new rule to use standard distribution building
8681 mechanism.
8682
8683Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8684
8685 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
8686 Bill Cox <bill@cygnus.com>.
8687
8688Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
8689
8690 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
8691
8692Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
8693
8694 * configure: Search current dir first in .gdbinit.
8695
8696Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
8697
8698 * config.sub: Recognize freebsd (merged from gcc config.sub).
8699
8700Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
8701
8702 * config.sub: Refer to NeXT's operating system as nextstep.
8703
8704 * config.sub (case $basic_machine): Re-order the cases, to match
8705 the order in the FSF version (which is mostly alphabethical).
8706 Merge in some additions and changes from the FSF.
8707
8708Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
8709
8710 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
8711 * config.sub: Recognize cxux7.
8712 * configure.in: Use mh-cxux for m88k-harris-cxux*.
8713
8714Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
8715
8716 * config.sub: Fix typo powerpc -> powerpc-*.
8717
8718Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
8719
8720 * Makefile.in: `all-emacs19' depends on `all-byacc'.
8721
8722 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
8723 parallel with all-emacs and install-emacs). Top-level command
8724 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
8725
8726Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8727
8728 * test-build.mk ($(host)-stamp-stage2-installed): Remove
8729 $(relbindir)/make before doing ``make install'', and use
8730 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
8731 installing over running make binary.
8732 ($(host)-stamp-stage3-installed): Likewise.
8733
8734Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8735
8736 * config.guess: Recognize Mach.
8737
8738Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8739
8740 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
8741 see whether --exec-prefix was used.
8742
8743Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
8744
8745 * README: Explicitly mention libg++/README. (Zoo's idea.)
8746
8747Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8748
8749 * Makefile.in: Add all-librx target similar to all-libproc.
8750
8751Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
8752
8753 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
8754 with post 1.2 uname bogosity.
8755
8756Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8757
8758 * configure: Remove temporary files on receipt of a signal.
8759
8760Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
8761
8762 * configure: If there is a package_makefile_frag, remove
8763 ${subdir}/Makefile.tem after copying it in.
8764
8765Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
8766
8767 * build_all.mk: support rs6000 lynx identifies itself as
8768 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
8769 since /bin/gcc is too feeble to compile a modern gcc.
8770
8771Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
8772
8773 * brought devo/test-build.mk update-to-date with progressive/
8774 test-build.mk. Add lynx targets and hppa flag info.
8775
8776Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
8777
8778 * configure.in: Use mh-ncrsvr43. Patch from
8779 Tom McConnell <tmcconne@sedona.intel.com>.
8780
8781Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
8782
8783 * config.guess (i386-unknown-bsdi): No longer need to
8784 check #if defined(__bsdi__) && defined(__i386__).
8785
8786Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8787
8788 * configure: Set program_transform_nameoption correctly.
8789
8790Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
8791
8792 * brought build-all.mk update-to-date with progressive build-all.mk,
8793 added new targets and hppa info.
35590697 8794
252b5132
RH
8795Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8796
8797 * configure: If config.guess result is a prefix of the user
8798 specified target, assume a native build and use the user specified
8799 target as the host alias. Remove SunOS patch suffix removal hack.
8800 * configure.in: Remove SunOS patch suffix removal hack.
8801
8802 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
8803 in NATIVE_CHECK_MODULES.
8804
8805Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
8806
8807 * Makefile.in: Rename HOST_ONLY to NATIVE.
8808 * configure: Delete SunOs patch suffix from host_canonical
8809 and build_canonical variables that are prepended to Makefiles.
8810 * configure.in: Add comments for easier maintenance.
8811
8812Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8813
8814 * Makefile.in: Add all-libproc target similar to all-gui.
8815
8816Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
8817
8818 * Makefile.in (CHECK_MODULES): split into
8819 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
8820
8821Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
8822
8823 * config.guess (i386-unknown-bsdi): New system to guess.
8824
8825Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8826
8827 * Makefile.in: Add all-gui target (but not yet build by "all").
8828
8829Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
8830
8831 * config.sub: Move deletion of patch suffix from here...
8832 * configure.in: To here, at Ian's suggestion. The top-
8833 level scripts might need to know of a patch level.
8834
8835Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
8836
8837 * config.sub: Strip off patch suffix so rtl is recognized
8838 as a sunos4.1.3 machine, even though it's been patched.
8839
8840Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
8841
8842 * Makefile.in (INSTALL_LAST): Delete.
8843 (INSTALL_DOSREL): New.
8844
8845Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8846
8847 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
8848 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
8849 whether we pass down --with-gnu-ld anyhow.
8850
8851Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
8852
8853 * Makefile.in (INSTALL_LAST): Change operation so it works
8854 on more flavors of make.
8855 * configure.in (go32): Don't build libg++ or libio.
8856
8857Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
8858
8859 * Makefile.in (Move HOST_PREFIX_1 and friends up so
8860 they can be overriden by templates.
8861
8862Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
8863
8864 * configure.in (target==go32): Don't build gdb.
8865 * dosrel: New directory.
8866
8867Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
8868
8869 * configure.in (host==go32): Configure dosrel too.
8870 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
8871 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
8872 be set by incoming names or templates.
8873 (INSTALL_LAST): New rule.
252b5132
RH
8874
8875Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
8876
8877 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
8878
8879Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
8880
252b5132
RH
8881 * configure.in (appdirs): New variable. Currently empty, but will
8882 be used in gas distribution. If nonempty, lists a set of
8883 directories at least one of which must get configured, or top
8884 level configuration is considered to have failed.
8885 (rs6000-*-lynxos*): Use new file name.
8886
8887Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8888
8889 Eliminate XTRAFLAGS.
8890 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
8891 newlib include files using -idirafter, and also use -nostdinc.
8892 (CXX_FOR_TARGET): Likewise.
8893 (XTRAFLAGS): Removed.
8894 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
8895 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
8896 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
8897 ($(DO_X)): Don't pass down XTRAFLAGS.
8898
8899Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
8900
8901 * configure.in (mips*-dec-bsd*): New target; do build linker.
8902 (mips*-*-bsd*): New target; don't build linker.
8903
8904Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
8905
8906 * configure.in: support rs6000-*-lynxos* configuration.
8907 support sunos4 as a cross target.
8908
8909 * config.sub: look for lynx*, not lynx since the OS version may
8910 legitimately be part of the name.
8911
8912Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
8913
8914 * configure.in (i[34]86-*-sco*): Move to be with other i386
8915 targets.
8916 (romp-*-*): New target. Skip various binary utilities.
8917 (vax-*-*): New target. Don't build newlib.
8918 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
8919
8920Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8921
8922 * configure.in: Only set host_makefile_frag if config
8923 directory exists.
8924
8925Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8926
8927 * install.sh: If $dstdir exists, don't check whether each
8928 component does.
8929
8930Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8931
8932 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
8933
8934Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
8935
35590697
AJ
8936 * configure.in (*-*-lynxos*): Don't configure newlib for either
8937 native or cross Lynx.
252b5132
RH
8938
8939Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
8940
8941 * config.sub (sparc64-elf): Fix os.
8942 (z8k): Remove duplicate.
8943
8944Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8945
8946 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
8947 gcc/stmp-fixproto, to try to prevent fixproto from being run.
8948
8949Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
8950
8951 * configure: Make file links cleanly even if Lynx fails on
80413487 8952 an NFS symlink (at least fail cleanly).
252b5132
RH
8953
8954Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
8955
8956 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
8957 -XNh2000.
8958
8959Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8960
8961 * configure: Unknown options are fatal again.
8962
8963Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
8964
8965 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 8966 compatibility.
252b5132
RH
8967
8968Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
8969
8970 * build-all.mk: Add `clean' target.
8971
8972Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8973
8974 * config.guess: Add SINIX support.
8975 * configure.in: Add mips-*-sysv4* support.
8976
8977Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
8978
8979 * build-all.mk: Document all useful targets.
8980 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
8981 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
8982
8983Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8984
8985 * configure: Support --silent, --quiet.
8986
8987Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8988
8989 * configure: Support --disable-FEATURE.
8990
8991Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8992
8993 * config.guess: Recognize NCR running SVR4.3.
8994
8995Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
8996
8997 * config.guess: Make BSDI generate i386-unknown-bsd386.
8998 Patch from Paul Eggert <eggert@twinsun.com>.
8999
9000Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9001
9002 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
9003
9004Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9005
9006 * configure: Make unrecognized options give nonfatal warnings
9007 instead of fatal errors, and pass them to any subdirectory
9008 configures in case they recognize them.
9009 Make --x equivalent to --with-x.
9010
9011Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
9012
9013 * configure: Add --enable-* options. Clean up usage message and
9014 some comments.
9015
9016Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
9017
9018 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
9019
9020Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9021
9022 * configure.in (hppa*-*-*): Enable binutils.
9023
9024Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9025
9026 * config.sub: Recognize cisco.
9027
9028Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
9029
9030 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
9031
9032Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9033
9034 * config.guess: about target *-hitachi-hiuxwe2, don't print more
9035 than one configuration name. Add comment.
9036
9037Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
9038
9039 * config.guess: about target *-hitachi-hiuxwe2, fixed
9040 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
9041 macro is incorrect.]
9042
9043Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9044
9045 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
9046 than the "make ls" stuff which used to be here.
9047
9048Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
9049
9050 * config.guess: Recognize i[34]86-unknown-freebsd.
9051 From Shawn M Carey <smcarey@rodan.syr.edu>.
9052
9053Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
9054
9055 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
9056
9057Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9058
9059 * config.guess: Check for ptx.
9060
9061Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
9062
9063 * config.sub: Add os9k checking.
9064
9065Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9066
9067 * config.guess: Handle OSF1 running on HPPA processors
9068
9069Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
9070
9071 * configure: If subdir configure fails, print out a message with
9072 subdirectory name, in case subdir's configure code didn't identify
9073 itself.
9074
9075Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
9076
9077 * configure.in: Remove embedded newlines from configdirs.
9078 Avoid mismatches of substrings. Fix matching strings at end
9079 of configdirs.
9080
9081Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
9082
9083 * config.guess: Add Lynx/rs6000 config support.
9084
9085Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
9086
9087 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
9088
9089Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
9090
9091 * configure.in (hppa*-*-osf*): Treat this just like most other
9092 PA configurations (eg no binutils or ld).
9093 (hppa*-*-*elf*): These configurations have binutils and ld.
9094
9095Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9096
9097 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
9098
9099Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9100
9101 * configure.in (rs6000-*-*): Build gas.
9102
9103Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9104
80413487 9105 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
9106
9107Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9108
9109 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
9110 for GDB and GDB has been fixed to not need it.
9111
252b5132
RH
9112Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9113
9114 * config.guess: Recognize vax hosts.
9115
9116Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9117
9118 * configure (while loop): Don't use "break 2" inside case
9119 statement -- the case statement isn't an enclosing loop.
9120
9121Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
9122
9123 * config.guess: Clean up NeXT support, to allow nextstep
9124 on Intel machines. Make OS be nextstep.
9125
9126Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
9127
9128 * config.guess: Add alternate forms for Convex.
9129
9130Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
9131
9132 * configure: Completely rewrite option processing. Take
9133 advantage of pattern-matching to avoid invoking test frequently.
9134 Also clean up host and target defaulting logic.
9135
9136Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
9137
9138 * Makefile.in: Replace all occurrances of "rootme" with "r" and
9139 "$${rootme}" with "$$r", to increase the likelihood that the do-*
9140 commands (plus user environment) will fit SCO limits.
9141
9142Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9143
9144 * configure.in: Don't issue warnings about directories which are
9145 not being configured if -norecursion is set. Correct test for
9146 --with-gnu-as and --with-gnu-ld to not get confused by substring
9147 matches.
9148
9149 * configure.in: Don't build gas for alpha-dec-osf1*.
9150
9151Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
9152
9153 * configure: Back out Per's change of 12/19/1993. It changes the
9154 behavior of configure in unexpected and confusing ways.
9155
9156 Also, use different delim char when calculating
9157 program_transform_name so that the name can contain slashes.
9158
9159Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
9160
9161 * configure.in, config.sub: Add support for VSTa micro-kernel.
9162
9163Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9164
9165 * configure.in: Nuke hacks which were used to get a special
9166 version of GAS for HPPA configurations.
9167
9168Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
9169
9170 * configure: If only ${target_alias} is given, use that
9171 as the default for ${host_alias}.
9172 * configure: Add missing back-slashes before nested quotes.
9173
9174Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
9175
9176 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
9177
9178Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
9179
9180 * config.guess: Recognize some Tektronix configurations.
9181 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
9182
9183Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
9184
9185 * config.sub: Match any flavor of SH.
9186
9187Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
9188
9189 * configure.in: Don't try to configure newlib for Alpha.
9190
9191Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9192
9193 * configure.in: Don't build ld for Irix 5. Don't build gas,
9194 libg++ or libio for any Alpha target.
9195
9196 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
9197
9198Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
9199
9200 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
9201 default arguments -- so it tried to compress itself.
9202
9203Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
9204
9205 * configure.in (notsupp): ensure that a space is always at the end
9206 of the configdirs list, since the grep checks for an explicit space
9207
9208Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9209
9210 * configure.in (target i386-sysv4.2): don't build ld, since static
9211 versions of many libraries are not available.
9212
9213Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9214
9215 * config.guess: Recognize Apollos (using environment variables).
9216 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
9217
9218Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9219
9220 * config.guess: Recognize Sony news mips running newsos.
9221
9222Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
9223
9224 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
9225 "fi ; else" for bash.
9226
9227Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
9228
9229 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
9230
9231Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
9232
9233 * config.sub: accept unixware as an alias for svr4.2.
9234 Fix some inconsistancies with the gcc version.
9235
9236Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9237
9238 * Makefile.in (DISTDOCDIRS): Add gdb.
9239
9240Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
9241
9242 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
9243
9244Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
9245
9246 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
9247 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
9248 this now.
9249
9250Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9251
9252 * config.sub: Accept hiux* as an OS name.
9253
9254 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
9255 etc/make-stds.texi. The underscore came from gcc, and dje now
9256 agrees that RUNTESTFLAGS is the correct name.
9257
9258Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
9259
9260 * install.sh: Remove 'set -e'. It makes any conditionals
9261 in the script useless.
9262
9263 * config.guess: Automatically recognize arm-acorn-riscix
9264 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
9265
9266Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
9267
9268 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
9269
9270Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
9271
9272 * Makefile.in (DISTDOCDIRS): New variable.
9273 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 9274 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
9275
9276Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9277
9278 * configure.in (hppa target): check the source directory for the
9279 pagas sub-directory
9280
9281Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
9282
9283 * config.sub: Allow -aout* and -elf*.
9284
9285Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
9286
9287 * configure.in: Don't build ld on i386-solaris2, same as for
9288 sparc-solaris2.
9289
9290Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
9291
9292 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
9293
9294Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9295
9296 * configure.in: Configure gdb for alpha.
9297
9298Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9299
9300 * Makefile.in (CXXFLAGS): Add -O.
9301
9302Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9303
9304 * config.guess: added support for DG Aviion
9305
9306Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
9307
9308 * configure.in: Produce warning message for subdirectories not
9309 configurable for this host/target combination. Don't try to
9310 configure gdb for vms.
9311
9312Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
9313
9314 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
9315 appropriate files before making "diststuff".
9316 (DISTBISONFILES): New var: list of files to be edited.
9317 (DISTSTUFFDIRS): Add binutils.
9318
9319Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9320
9321 * config.sub: also handle mipsel and mips64el (for little endian mips)
9322
9323Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9324
9325 * configure.in: Add * to end of all OS names.
9326
9327Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
9328
9329 * configure.in: Build newlib for LynxOS native.
9330
9331Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9332
9333 * config.guess: Add support for delta 88k running SVR3.
9334
9335 * configure.in: Add comment about HP compiler vs. emacs.
9336
9337Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9338
9339 * configure.in: don't build ld on solaris2 (not a viable option
9340 due to bugs in getpwnam & getpwuid)
9341
9342Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
9343
9344 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
9345 config.guess will produce a full version number.
9346
9347Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9348
9349 * configure.in: Build linker and binutils for alpha-dec-osf1.
9350
9351Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9352
9353 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
9354 and gdb/testsuite/Makefile.in.
9355
9356Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9357
9358 * configure.in: recognize mips*- instead of mips-
9359
9360Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
9361
9362 * config.sub: Accept linux*coff and linux*elf as operating
9363 systems.
9364
9365Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9366
9367 * config.sub: Recognize mips64, and mips3 as an alias for it.
9368
9369Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9370
9371 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
9372 gdb knows how to handle OSF/1 shared libraries.
9373
9374Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9375
9376 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
9377 * config.guess: Recognize Hitachi's HIUX.
9378 * config.sub: Recognize h3050r* and hppahitachi.
9379 Remove redundant cases for hp9k[23]*.
9380
9381Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9382
9383 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
9384 if gas and ld are in the source tree and are in ${configdirs}.
9385 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 9386 --with options (but still pass them down on the command line,
252b5132
RH
9387 if they were explicitly specified).
9388
9389Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9390
9391 * configure: substitute SHELL value in Makefile.in with
9392 ${CONFIG_SHELL}
9393
9394Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9395
9396 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
9397 *-*-solaris2* targets.
9398
9399Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9400
9401 * Makefile.in: define M4, and pass it down to sub-makes;
9402 all-autoconf now depends on all-m4
9403
9404Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9405
9406 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
9407 presence of {ar,ranlib} instead of a configured directory
9408
9409Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9410
9411 * config.guess: Accept 34?? as well as 33?? for NCR.
9412
9413Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9414
9415 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
9416 of 'gas' in sed commands, since 'gash' is now in the tree as well.
9417
9418Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9419
9420 * configure: grab values for $(CC) and $(CXX) from the
9421 environment, so that someone can do "CC=gcc configure; make" and
9422 have it work right (matching the way that autoconf works now)
9423
9424 * configure.in, Makefile.in: add support for gash, the tcl
9425 interface to Galaxy
9426
9427 * config.guess: add NetBSD variants (hp300, x86)
9428
9429Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
9430
9431 * install.sh: Support -d option (in the manner of SunOS 4 install,
9432 as it is more deterministic than that of GNU install)
9433 (chmodcmd): Set file to mode 755 by default (should also do default
9434 chgrp and chown, but I don't feel like dealing with that now)
9435
9436Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
9437
9438 * config.sub: Remove h8300hhms alias.
9439
9440Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9441
9442 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
9443
9444Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9445
9446 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
9447 as stmp-fixinc
9448
9449Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
9450
9451 * config.sub: recognize m88110-bug-coff.
9452
9453Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9454
9455 * Makefile.in (all-libio): all dependencies on the toolchain used
9456 to build this (gcc, gas, ld, etc)
9457
9458Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9459
9460 * config.guess: Deal with OSF/1 1.3 on alpha.
9461
9462Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9463
9464 * install.sh: add some 'else true' clauses for portability
9465
9466 * configure.in: don't build libio for h8[35]00-*-* targets
9467
9468Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
9469
9470 * Makefile.in: Add support for new libio.
9471
9472Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9473
9474 * install.sh: If one command fails, don't try the rest. Don't try
9475 to remove $dsttmp (via trap) unless we have already created it.
9476 If $src doesn't exist, detect it and exit with an error.
9477
9478 * config.guess: Recognize BSD on hp300.
9479
9480Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
9481
9482 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
9483 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
9484
9485Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
9486
9487 * Makefile.in (all-send-pr): depends on all-prms
9488
9489Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9490
9491 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
9492
9493Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9494
9495 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
9496 Added test for mips-mips-riscos5.
9497
9498Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9499
9500 * configure.in: use mh-hp300 for 68k HP hosts
9501
9502Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9503
9504 * configure: add support for CONFIG_SHELL, so that you can use
9505 some alternate shell for evaluating configure scripts
9506
9507Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
9508
9509 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
9510 in configure script to bug-gdb@prep.ai.mit.edu when building
9511 distribution archive.
9512 * Makefile.in (COMPRESS): Remove def.
9513 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
9514 gdb.tar.Z and make-gdb.tar.Z respectively.
9515 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
9516 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
9517 to convergence with 'taz' target in Makefile.in.
9518
9519Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9520
9521 * install.sh (dsttmp): use trap to ensure that tmp files go
9522 away on error conditions
9523
9524Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9525
9526 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
9527
9528Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9529
9530 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
9531 its parent is '/' not ''.
9532
9533 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
9534
9535Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
9536
9537 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
9538 that ${newsrcdir}/configure.in does.
9539
9540Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
9541
9542 * test-build.mk: support for CONFIG_SHELL
9543
9544Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
9545
9546 * config.sub (netware): Add as a basic system type.
9547
9548Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
9549
9550 * Makefile.in (Makefile): depend on configure.in. Also drop the
9551 $(srcdir)/ from the dependency on Makefile.in.
9552
9553Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
9554
9555 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
9556 (h8300hhms is temporary until multi-libraries are implemented).
9557 * configure.in: Handle h8300h too.
9558
9559Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9560
9561 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
9562
9563Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
9564
9565 * configure: Remove extraneous output when guessing host type.
9566 * config.guess: Remove extraneous output when guessing using C
9567 compiler rather than uname, or when guessing fails.
9568
9569Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
9570
9571 * Makefile.in: remove all.cross and install.cross targets
9572
9573 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
9574 definitions
9575
9576Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
9577
9578 * configure.in (target sh): Build gprof.
9579
9580Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9581
9582 * config.sub: change -solaris to -solaris2
9583
9584Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9585
9586 * configure.in: Use config/mh-riscos for mips-*-sysv*.
9587
9588Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
9589
9590 * configure: Correct error message for missing Makefile.in to
9591 print correct directory.
9592
9593Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9594
9595 * install.sh: kludge around 386BSD shell bug
9596
9597Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
9598
9599 * config.guess: Recognize NeXT.
9600 * config.guess: Recognize i486-ncr-sysv4.
9601 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
9602
9603Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
9604
9605 * Makefile.in (MAKEINFOFLAGS): New variable.
9606 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
9607 * build-all.mk, test-build.mk: Pass down --no-split as
9608 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
9609
9610Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
9611
9612 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
9613
9614Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
9615
9616 * Makefile.in (libg++.tar.z): New rule.
9617 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
9618 * Makefile.in (taz): Only do a single chmod.
9619
9620Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
9621
9622 * install.sh: don't use dirname anymore (replaced with sed usage)
9623
9624Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
9625
9626 * Makefile.in: Change extension for gzip'd files from '.z' to
9627 '.gz' per new FSF standard usage.
9628
9629Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
9630
9631 * configure: put quotes around the final value of program_transform_name
9632
9633Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9634
9635 * Makefile.in: new install.sh support; update install-info rules
9636
9637Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
9638
9639 * configure.in: Build diff for crosses, but not for go32 host.
9640
9641 * configure.in: Build gprof only for native, and don't build it
9642 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
9643
9644Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
9645
9646 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
9647
9648Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
9649
9650 * configure.in (host_tools): Add prms.
9651
9652Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9653
9654 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
9655 with $(FLAGS_TO_PASS) on the command line
9656
9657 * config.sub: Recognize lynx and lynxos
9658
9659Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
9660
9661 * config.sub: Accept -ecoff*, not just -ecoff.
9662
9663Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9664
9665 * Makefile.in (taz): Use .gz suffix instead of .z.
9666 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
9667 names.
9668
9669Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9670
9671 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
9672
9673Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9674
9675 * Makefile.in (install-no-fixedincludes): install gcc last, so
9676 that rebuilds that might happen during 'make install' don't get
9677 bogus gcc include files
9678
9679Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9680
9681 Change from Utah for HPPA support:
9682 * config.guess: Recognize hppa1.x-hp-bsd.
9683
9684Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
9685
9686 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
9687 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
9688
9689Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
9690
9691 * config.sub: Add support for rom68k and bug boot monitors.
9692
9693Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
9694
9695 * Makefile.in: Make all-opcodes depend on all-bfd.
9696
9697Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
9698
9699 * config.guess: Added special check for i[34]86-univel-sysv4*.
9700
9701Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
9702
9703 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
9704 the processor rather than assuming i486.
9705
9706Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9707
9708 * config.guess: Recognize SunOS6 as Solaris3.
9709
9710Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
9711
9712 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
9713 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
9714
9715Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
9716
9717 * build-all.mk (all-cross): New target for Canadian Cross.
9718 Added Q2 go32 targets.
9719 * test-build.mk: Configure go32 cross sparclite-aout and
9720 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
9721 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
9722
9723Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9724
9725 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
9726 GO32 hosted toolchains
9727
9728Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
9729
9730 * configure: change so "-exec-prefix" gets passed down rather
9731 than "-exec_prefix" so autoconf generated Makefiles get the
9732 exec_prefix set right.
9733
9734Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9735
9736 * config.guess: get the Solaris2 minor version number
9737
9738 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
9739
9740Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
9741
9742 * config.guess: Recognize some Sequent platforms.
9743
9744Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9745
9746 * Makefile.in: added the vault-install target
9747
9748 * configure.in: actually use the Sun3 makefile fragment that's in
9749 config, also added the release dir to configdirs
9750
9751Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9752
9753 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
9754
9755Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9756
9757 * configure.in: remove some program from Alpha targetted toolchains
9758
9759Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
9760
9761 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
9762 gprof.
9763 (taz): Run "make diststuff" in those directories instead of "make
9764 proto-dir". Look for "VERSION=" only at start of line in subdir
9765 Makefile. Use "gzip -9" for compression.
9766 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
9767 (binutils.tar.z): New target.
9768
9769Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
9770
9771 * Makefile.in (taz): Include gpl.texinfo.
9772
9773Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
9774
9775 * Makefile.in (setup-dirs): Merged into "taz" target.
9776 (taz): Only do `proto-dir' stuff if a directory is actually needed
9777 for this target.
9778
9779Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
9780
9781 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
9782 (FLAGS_TO_PASS): Pass down MUNCH_NM.
9783 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
9784 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
9785 (gcc-no-fixedincludes): Correct for current gcc Makefile.
9786
9787Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
9788
9789 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
9790 config.sub, and move-if-change to gdb testsuite distribution
9791 archive, so the testsuite can be extracted, configured, and
9792 run separately from the gdb distribution. Blow away the Chill
9793 tests that require a Chill compiled executable, since GNU Chill
9794 is not yet publically available.
9795
9796Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9797
9798 * test-build.mk: set environment variables in a single command,
9799 instead of a list of assignments and exports
9800
9801 * config.guess: recognize Alpha/OSF1 systems
9802
9803Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9804
9805 * configure: Change help message to prefer --options rather than
9806 -options.
9807
9808Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9809
9810 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
9811 zippy@ecst.csuchico.edu.
9812 * config.guess: Recognize miniframe.
9813
9814Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
9815
9816 * Makefile.in: Use srcroot to find runtest rather than rootme.
9817 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
9818
9819Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
9820
9821 * test-build.mk: Extensive additions to support building on a
9822 machine other than the host.
9823
9824Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
9825
9826 * configure (tooldir): Fix for i386-aix again.
9827
9828Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
9829
9830 * configure, Makefile.in: Change definition of $(tooldir)
9831 to match the FSF.
9832
9833Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
9834
9835 * config.guess: Recognize i[34]86/SVR4.
9836
9837Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
9838
9839 * Makefile.in (all-gdb): gdb depends on sim.
9840
9841Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
9842
9843 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
9844 at the same time we make the prototype gdb directory.
9845 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
9846 files at the same time as the gdb base release distribution.
9847
9848Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
9849
9850 * Makefile.in (check): Use individual check targets rather than
9851 DO_X rule.
9852 (check-gcc): Added.
9853
9854Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
9855
9856 * config.sub: Use sysv3.2 not sysv32 for canonical OS
9857 for System V release 3.2.
9858
9859Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9860
9861 * config.sub: Recognize hppaosf.
9862 * configure.in: Do configure ld/binutils/gas for it.
9863
9864Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9865
9866 * configure (tooldir): Alter syntax used to set this, for systems
9867 where "\$" isn't handled right, like i386-aix.
9868
9869Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
9870
9871 * configure: Pass program-transform-name, not
9872 program_transform_name, to recursive configures.
9873
9874Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
9875
9876 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
9877 of gas+ld+binutils.
9878
9879Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
9880
9881 * config.guess: Recognize AIX3.2 as distinct from 3.1.
9882
9883Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9884
9885 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
9886
252b5132
RH
9887Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
9888
9889 * Makefile.in (PRMS): Set back to all-prms.
9890
9891Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
9892
9893 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
9894 targets, rather than for MIPS hosts.
9895
9896Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9897
9898 * configure.in: add comment for --with-x default values
9899
9900 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
9901
9902 * Makefile.in: add check-* targets for each of the directories in
9903 the tree. Add a definition of RUNTEST that will use the one we
9904 just built, if it exists. Pass this down via FLAGS_TO_PASS.
9905
9906Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
9907
9908 * configure.in: Removed obsolete references to bfd_target and
9909 target_makefile_frag.
9910
9911 * build-all.mk: Set assorted targets for Q2.
9912 * config.sub: Recognize z8k-sim and h8300-hms.
9913 * test-build.mk: Really don't pass host to configure.
9914 (HOLES): Added uname.
9915
9916Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
9917
9918 * configure: Handle an empty program-prefix, program-suffix or
9919 program-transform-name correctly.
9920
9921Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
9922
9923 * build-all.mk: -G 8 no longer required for MIPS targets.
9924 * test-build.mk: Don't pass host argument to configure; make it
9925 guess.
9926
9927Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
9928
9929 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
9930 * Makefile.in (COMPRESS): New macro, like GZIP.
9931
9932Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
9933
9934 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
9935
9936 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
9937 with gas currently defaults to -G 0.
9938
9939Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
9940
9941 * Makefile.in (all-flex): flex depends on byacc.
9942
9943 * build-all.mk: If host not specified, use config.guess. Pass TAG
9944 to test-build.mk as RELEASE_TAG.
9945 * test-build.mk (configargs): New variable containing arguments to
9946 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
9947 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
9948
9949 * config.guess: Use /bin/uname when checking -X argument on SCO,
9950 to avoid invoking GNU uname which doesn't understand -X.
9951
9952 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
9953
9954 * configure.in: Build gas for mips-*-*.
9955
9956Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9957
9958 * Makefile.in (all.normal): insert missing backslash.
9959
9960Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
9961
4bddf3ad 9962 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
9963
9964 * Makefile.in: Complete overhaul to merge many almost identical
9965 targets.
9966
9967Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9968
9969 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
9970 (gdb.tar.Z): Adjusted.
9971
9972 * Makefile.in (setup-dirs, taz): New targets; should be general
9973 enough to adapt for gdb sometime. Build only .z file.
9974 (gas.tar.z): New target.
9975
9976Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
9977
9978 * build-all.mk: Use CC=cc -Xs on Solaris.
9979
252b5132
RH
9980Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
9981
9982 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
9983 for handling BISON for FSF releases.
9984
9985Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9986
9987 * configure: Actually implement the change zoo just documented.
9988
9989Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9990
9991 * configure: when using config.guess, only set target_alias when
9992 it's not already been set (ie, on the command line)
9993
9994Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9995
9996 * Makefile.in: add installcheck target, set PRMS to install-prms
9997
9998Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9999
10000 * configure: add support for package_makefile_fragment, handle the
10001 case where a directory has a configure.in file but no Makefile.in
10002 more gracefully (with an actual understandable error message, even);
10003 add support for --without (and add this to the usage message); also
10004 explicitly add a --host=${host_alias} to the command line when
10005 config.guess is used
10006
10007Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
10008
10009 * configure: Must use both --host and --target in recursive calls.
10010
10011Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
10012
10013 * Makefile.in: Change deja-gnu to dejagnu.
10014
10015Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
10016
10017 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
10018
10019Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10020
10021 * configure.in: canonicalize all instances to *-*-solaris2*,
10022 also strip out a number of tools to not build for go32 host
10023
10024Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10025
10026 * config.guess: add GPL.
10027
10028 * Makefile.in, config.guess, config.sub, configure: bump
10029 copyrights to 93.
10030
10031Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
10032
10033 * Makefile.in (do-info): Removed obsolete check for existence of
10034 localenv file.
10035
10036 * Makefile.in (MAKEOVERRIDES): Define to be empty.
10037
10038Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10039
10040 * Makefile.in: a couple of 'else true' for decstation,
10041 support for TclX
10042
10043 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
10044
10045Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
10046
10047 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
10048
10049Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
10050
10051 * config.guess: Recognize i386-ibm-aix (PS/2).
10052 * configure.in: Use config/mh-aix386 file for it.
10053
10054Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
10055
10056 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
10057 CC_FOR_TARGET instead.
10058 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
10059
10060Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
10061
10062 * Makefile.in: Add sim to list of directories sent with gdb
10063
10064Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
10065
10066 * configure.in: Put back mips-dec-bsd* case.
10067
10068Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
10069
10070 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
10071 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
10072 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
10073
10074Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10075
10076 * configure.in: remove no-op mips-dec-bsd* in "case $target"
10077
10078 * Makefile.in (dir.info): only run gen-info-dir if it exists,
10079 (install-info): install dir.info only if it exists,
10080 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
10081
10082Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
10083
10084 * configure.in: For vms target, skip bfd, ld, binutils. Do build
10085 gas for mips-dec-bsd.
10086
10087Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
10088
10089 * configure (makesrcdir): If ${srcdir} is relative and not ".",
10090 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
10091
10092Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
10093
10094 * configure.in: Added "dejagnu" to hosttools list.
10095
10096Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
10097
10098 * config.sub, configure.in, config.guess: Add support
10099 for Bosx, an AIX variant from Bull.
10100 Patches from F.Pierresteguy@frcl.bull.fr.
10101
10102Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
10103
10104 * devo/dejagnu: Initial creation of devo/dejagnu.
10105 Migrated dejagnu testcases and support files for testing software
10106 tools to reside as subdirectories, currently called "testsuite",
10107 within the directory of the software tool. Migrated all programs,
10108 support libraries, etc. beloging to dejagnu proper from
10109 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
10110 with no modifications. The changes to these files which will
10111 allow them to configure, build, and execute properly will be made
10112 in a future update.
10113
10114Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
10115
10116 * Makefile.in: Change send_pr to send-pr.
10117 * configure.in: Likewise.
10118 * send_pr: Renamed directory to send-pr.
10119
10120Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
10121
10122 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
10123
10124Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
10125
10126 * README: Update for gdb-4.8 release.
10127 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
10128 gdb-xxx.tar.z (gzip'd) file also.
10129
10130Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10131
10132 * Makefile.in: make all-diff depend on all-libiberty
10133
10134Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
10135
10136 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
10137
10138Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10139
10140 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
10141
10142Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
10143
10144 * Makefile.in (DEVO_SUPPORT): Remove etc directory
10145 (ETC_SUPPORT): Only add the files GDB wants from etc/.
10146 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
10147
10148Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10149
10150 * Makefile.in: makeinfo binary is in a new location
10151
10152Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
10153
10154 * config.sub: Accept -ecoff as an OS.
10155
10156 * Makefile.in: Various changes to eliminate a level of make
10157 recursion and reduce the required command line length.
10158 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
10159 sub-makes.
10160 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
10161 variables holding settings for specific sub-makes.
10162 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
10163 in terms of BASE_FLAGS_TO_PASS.
10164 (TARGET_LIBS): New variable listing directories which use
10165 TARGET_FLAGS_TO_PASS.
10166 (subdir_do): Eliminated.
10167 (do-*): New set of targets to replace subdir_do.
10168 (various): All targets which used subdir_do now depend on do-*.
10169 (local-clean): Renamed from do_clean.
10170 (local-distclean): New target, dependency of distclean and
10171 realclean.
10172 (install-info): Don't create directories. Depend on dir.info
10173 rather than calling make recursively.
10174 (install-dir.info): Eliminated.
10175 (install-info-dirs): Create all info directories here.
10176 (dir.info): Depend upon do-install-info.
10177
10178 * test-build.mk (HOLES): Added false.
10179
10180Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
10181
10182 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
10183
10184Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10185
10186 * Makefile.in (info): remove dependency on all-texinfo. The
10187 problem was really in texinfo/C, not at this level.
10188
10189Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
10190
10191 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
10192
10193Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
10194
10195 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
10196 GDB releases.
10197
10198Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10199
10200 * configure: Include srcdir in message about target of link not
10201 being found. Don't convert `-' to `_' in `with' options being
10202 passed to subdirs.
10203
10204Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10205
10206 * configure.in: add uudecode to host_tools
10207
10208 * Makefile.in: added {all,install}-uudecode targets, added them to
10209 the appropriate lists
10210
10211Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
10212
10213 * Makefile.in (all-gcc): Added dependency on all-gas.
10214
10215 * configure.in (mips-*-*): Build ld and binutils.
10216
10217Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10218
10219 * configure: check return code from mkdir, print error message and
10220 exit on failure.
10221
10222Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
10223
10224 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
10225
10226Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
10227
10228 * test-build.mk (HOLES): Added tar, cpio and uudecode.
10229
10230Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
10231
10232 * config.sub (h8500): Recognize this as a cpu type.
10233
10234Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10235
10236 * configure: source directory missing is no longer a warning
10237
10238 * configure.in: recognize irix[34]* instead of irix[34]
10239
10240 * Makefile.in: define and pass down X11_LIB
10241
252b5132
RH
10242Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
10243
10244 * guess-systype: Renamed to ...
10245 * config.guess: ... by popular request.
10246 * configure.in, Makefile.in: Update accordingly.
10247
10248Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
10249
10250 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
10251 + Add Convex, Cray/Unicos, and Encore/Multimax support.
10252 + Execute ./dummy instead of assuming . is in PATH.
10253
10254Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
10255
10256 * guess-systype: New shell script. Attempts to guess the
10257 canonical host name of the executing host.
10258 Only a few hosts are supported so far.
10259 * configure: Call guess-systype if no host is specified.
10260
10261Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
10262
10263 * Makefile.in (gcc-no-fixedincludes): Made to work with current
10264 gcc Makefile.
10265
10266
10267Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
10268
10269 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
10270 (all-gcc, install-gcc, subdir_do): Use it.
10271
10272Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
10273
10274 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
10275
10276Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
10277
10278 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
10279 set exclusively by configure, using configure.in .
10280
10281Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10282
10283 * test-build.mk: set $PATH for all builds
10284
10285 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
10286
10287Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
10288
10289 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
10290 the one used in gcc/Makefile.in, so that a null expansion doesn't
10291 override the one needed to build gcc with a native cc.
10292
10293
10294Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
10295
10296 * configure: Accept -with arguments.
10297
10298Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
10299
10300 * Makefile.in: added h8300sim
10301
10302Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
10303
252b5132
RH
10304 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
10305 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
10306 (all-cygnus, native, build-cygnus): Make
10307 $(canonhost)-stamp-3stage-done, not $(host)....
10308 * test-build.mk (stamp-3stage-compared): Use tail +10c for
10309 i386-sco3.2v4. Added else true to if command.
10310
10311Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
10312
10313 * config.sub: (from FSF) Sequent uses a BSD-like OS.
10314
10315Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
10316
10317 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
10318
10319Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10320
10321 * configure.in: don't remove binutils from Solaris builds
10322
10323Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
10324
10325 * Makefile.in: get rid of earlier definitions for *clean,
10326 also handle the recursive info rule better
10327
10328Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
10329
10330 * Makefile.in (mostlyclean, distclean, realclean): Fix to
10331 do more-or-less the right thing.
10332
10333Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
10334
10335 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
10336 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
10337
10338Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10339
10340 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
10341 $(host_canonical).
10342
10343 * configure.in: split the configdirs list into 4 categories (native
10344 v. cross, library v. tool) and handle the cross-only and native-
10345 only in more reasonable (and correct!) way.
10346
10347Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
10348
10349 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
10350 configdirs anymore.
10351
10352Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10353
10354 * Makefile.in: extensive cleanup:: removed all of the explicit
10355 clean-* targets, collapsed many wrappers around subdir_do into
10356 one, added additional targets to satisfy standards.texi, deleted
10357 some old targets, some changes for consistency
10358
10359Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10360
10361 * configure.in: handle some programs as cross-only, and others as
10362 native only
10363
10364 * test-build.mk: handle partial holes in a more generic manner
10365
10366 * Makefile.in: m4 depends on libiberty
10367
252b5132
RH
10368Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10369
10370 * configure.in: add m4, textutils, fileutils, sed, shellutils,
10371 time, wdiff, and find to configdirs
10372
10373 * Makefile.in: all, clean, and install rules for the new programs
10374 added to configure.in
10375
10376Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10377
10378 * configure.in: use mh-sun for all *-sun-* hosts
10379
252b5132
RH
10380Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10381
10382 * Makefile.in: define flags for X11 include files and library file
10383 locations, pass them down to the programs that need this info
10384
10385 * build-all.mk: added a 'native' target, to 3stage the native toolchain
10386
252b5132
RH
10387Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10388
10389 * configure.in: start building libg++ for HP-UX targets
10390
10391Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
10392
10393 * README: Update references to files moved into etc/.
10394
10395Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
10396
10397 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
10398 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
10399
10400Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
10401
10402 * configure: accept dash as well as underscore in long option
10403 names for FSF compatibility.
10404
10405Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
10406
10407 * config.sub: added -sco3.2v4 support from FSF.
10408
10409Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10410
10411 * configure.in: expand the section that adds or removes
10412 directories from the list of programs to build, to handle native
10413 vs. cross in addition to host v. native
10414
10415Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
10416
10417 * Makefile.in: Replace C++ in macro names with CXX.
10418 This is less likely to break ...
10419
10420Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10421
10422 * test-build.mk: add -w to GNU_MAKE
10423
10424Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10425
10426 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
10427 add 'sparc' to list of recognized cpus. This needed to make
10428 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
10429 Delete some redundant ose68 variants. Recognize -wrs as an os,
10430 then changes that into $CPU-wrs-vxworks.
10431
10432 * configure.in: remove most references to gdbtest, regularize
10433 target based program removal
10434
10435 * test-build.mk: import from p3 tree (many fixes and changes)
10436
10437Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
10438
10439 * Makefile.in: added rules to handle tcl, tk, and expect
10440
10441 * configure.in: handle those directories if they exist
10442
10443Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10444
10445 * config.sub: removed bogus hppabsd and hppahpux names, since
10446 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
10447
10448Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10449
10450 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
10451 depends upon all-xiberty
10452
10453 * Makefile.in: changes from p3, including:
10454
10455 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
10456
10457 * Makefile.in (XTRAFLAGS): include newlib directories if
10458 newlib/Makefile exists, rather than if host != target.
10459
10460 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
10461
10462 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
10463 from the same source tree and not building a cross-compiler. This
10464 matters for the libg++ configuration if reconfiguring a tree that
10465 has already been installed.
10466
10467 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
10468
10469 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
10470 pick up the machine and system specific header files.
10471
10472 * Makefile.in: added AS_FOR_TARGET, passed down in
10473 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
10474 the C compiler to use to create programs which are run in the
10475 build environment, set it to default to $(CC), and passed it down
10476 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
10477
10478 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
10479
10480 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
10481 We need them for unusual native builds, like systems without
10482 ranlib.
10483
10484 * configure: also define $(host_canonical) and
80413487
RH
10485 $(target_canonical), which are the full, canonical names for the
10486 given host and target
252b5132
RH
10487
10488Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
10489
10490 * Makefile.in: Added separate definitions for C++.
10491
10492Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
10493
10494 * configure.in (configdirs): Add deja-gnu.
10495
10496Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
10497
10498 * README: Update for configure.texi and gdb-4.7 release.
10499
10500Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
10501
10502 * Makefile.in: Move "all" target to top of file.
10503 Previously, first target was ".PHONY" which caused BSD4.4 make
10504 to build .PHONY when make was run without arguments.
10505
10506Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
10507
10508 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
10509 Library-copylefted code in libiberty.
10510
10511Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
10512
10513 * config.sub: Replace m68kmote with plain old m68k.
10514
10515Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
10516
10517 * Makefile.in: Remove space from blank line, avoid Make complaints.
10518
10519Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
10520
10521 * config.sub: Complain if no argument is given. Added support for
10522 386bsd as OS and target alias.
10523
10524Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
10525
10526 * Makefile.in (XTRAFLAGS): include newlib directories if
10527 newlib/Makefile exists, rather than if host != target.
10528
10529Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
10530
10531 * config.sub: recognize sparclite-wrs-vxworks.
10532
10533 * Makefile.in (install-xiberty): added *-xiberty make rules (from
10534 p3.) Added clean-xiberty to clean.
10535
10536Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10537
10538 * configure.in: use *-*-* instead of nested cases for host and target
10539
10540Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
10541
10542 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
10543 from the same source tree and not building a cross-compiler. This
10544 matters for the libg++ configuration if reconfiguring a tree that
10545 has already been installed.
10546
10547Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
10548
10549 * config.sub (i486v/i486v4): Merge in from FSF version.
10550
10551Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
10552
10553 * configure: only set PWD if it is already set.
10554
10555Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
10556
10557 * configure: just set PWD=`pwd` at the top, since Ultrix sh
10558 doesn't have unset and all success paths (and most error paths)
10559 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
10560 to just ${PWD} to avoid confusion.)
10561
10562Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
10563
10564 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
10565 even for a native compilation.
10566
10567Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
10568
10569 Changes to make the gdb.tar.Z rule work better.
10570
10571 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
10572 (DEVO_SUPPORT): Add configure.texi.
10573 (bfd-ilrt.tar.Z): Remove ancient rule.
10574
10575Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
10576
10577 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
10578 pick up the machine and system specific header files.
10579
10580 * configure.in, config.sub: added new target m68010-adobe-scout,
10581 with alias of adobe68k. Changed configure.in to check for
10582 -scout before -sco* to avoid a false match.
10583
10584 * Makefile.in: added AS_FOR_TARGET, passed down in
10585 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
10586 the C compiler to use to create programs which are run in the
10587 build environment, set it to default to $(CC), and passed it down
10588 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
10589
10590Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
10591
10592 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
10593 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
10594 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
10595 FOR_TARGET variants, to newlib and libg++.
10596
10597Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
10598
10599 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
10600 first.
10601
10602Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
10603
10604 * config.sub: Accept `elf' as an environment.
10605
10606Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
10607
10608 * Makefile.in (all-opcodes): cd into the right directory
10609
10610Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
10611
10612 * configure: added -program_transform_name option, used as
10613 argument to sed when installing programs.
10614 configure.texi: added documentation for -program_prefix,
10615 -program_suffix and -program_transform_name.
10616
10617Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
10618
10619 * config.sub: Accept i486 where i386 ok.
10620
10621Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
10622
10623 * config.sub: accept we32k
10624
10625Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
10626
35590697 10627 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
10628
10629 * Makefile.in: don't create all directories for ``make install'';
10630 let the subdirectories create the ones they need.
10631
10632Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10633
80413487 10634 * COPYING: new file, GPL v2
252b5132
RH
10635
10636Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10637
10638 * Makefile.in: use the new gen-info-dir, which needs a template
10639 argument (which also lives in texinfo)
10640
10641 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
10642
252b5132
RH
10643Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
10644
10645 * config.sub (ncr3000): Change i386 to i486.
10646
10647Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10648
10649 * Makefile.in: add install-rcs, install-grep to
10650 install-no-fixedincludes, removed install-bison and install-libgcc
10651
10652Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
10653
10654 * configure.in: grab the HPUX makefile fragment if on HPUX
10655
10656Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
10657
10658 * Makefile.in: eradicate bison spoor (ditto libgcc).
10659 configure.in: recognise m68{k,000}-ericsson-OSE.
10660 es1800 is alias for m68k-ericsson-OSE
10661
10662Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10663
10664 * configure.in: rearrange the parts that remove programs from
10665 configdirs, based now on HOST==TARGET or by canonical triple.
10666
10667Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10668
10669 * test-build.mk: recurse explicitly with -f test-build.mk when
10670 appropriate. predicate stage3 and comparison on the existence
10671 of gcc. That is, if gcc isn't around, we aren't three-staging.
10672 On very clean, also remove ...stamp-co. Build in-place before
10673 doing other builds.
10674
10675Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
10676
10677 * Makefile.in, configure.in: add tgas
10678
10679Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10680
10681 * Makefile.in: a number of changes merged in from progressive.
10682
10683 * configure.in: add libm.
10684
10685 * .cvsignore: ignore some stuff that comes from test-build.mk.
10686
252b5132
RH
10687Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
10688
10689 * config.sub: Add es1800 (m68k-ericsson-es1800).
10690
10691Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
10692
10693 * configure: Add program_suffix (parallel to program_prefix)
10694 * Makefile.in: adjust directory-creating script for losing decstation
10695
10696Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
10697
10698 * configure: Minor $subdir-related fixes.
10699
10700Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
10701
10702 * configure: fix various problems with propogating
10703 makefile_target_frag in subdirs.
10704 * configure.in: config libgcc if its there
10705
10706Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
10707
10708 * config.sub: HPPA merge.
10709
252b5132
RH
10710Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
10711
10712 * Makefile.in: Replace all-bison with all-byacc in all
10713 dependency lines for other tools (which now use byacc).
10714
10715Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
10716
10717 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
10718
252b5132
RH
10719Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
10720
10721 * Makefile.in: make gprof rules similar to byacc rules (instead of
10722 vestigal $(unsubdir) that didn't work...)
10723
10724Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
10725
10726 * config.sub: Add support for Linux.
10727 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
10728 (at least for libg++).
10729
10730Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
10731
10732 * configure.texi: fix doc for the -nfp option to configure
10733
10734Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
10735
10736 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
10737
10738Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
10739
10740 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
10741 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
10742 * configure.in: added solaris* host_makefile_frag hook.
10743
10744Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10745
10746 * config.sub: changed recognition of m68000 so that various
10747 m68k types can be specified via m680[01234]0
10748
10749Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10750
10751 * config.sub (basic_machine): fix sed so that '-foo' isn't
10752 completely substituted out while .+'-foo' loses the '-foo'
10753
10754Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
10755
10756 * config.sub ($os): Add -aout.
10757
10758Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
10759
10760 * configure: If host_makefile_frag is absolute, don't
10761 prefix ${invsubdir} (relevant to libg++ auto-configure).
10762
10763Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
10764
10765 * Makefile.in (tooldir): Define it.
10766 (all-ld): Depend on all-flex.
10767
10768Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
10769
10770 * Makefile.in (check): Fix libg++ special case.
10771
10772Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
10773
10774 * configure: do not bury `pwd` into config.status, thus do fewer
10775 pwd's.
10776
10777 * configure: print the "Building in" message only when building in
10778 other than "." AND verbose.
10779
10780 * configure: remove -s, rework -v to better accomodate guested
10781 configures.
10782
10783 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
10784
10785Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
10786
10787 * Makefile.in: macroize flags passed on recursion. remove
10788 fileutils.
10789
10790Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
10791
10792 * configure: get makesrcdir right for subdirs deeper than 1.
10793
10794 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
10795 install.
10796
10797Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
10798
10799 * Makefile.in: don't print subdir_do or recursion lines.
10800
10801Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
10802
10803 * standards.texi: added menu item.
10804
10805 * Makefile.in: build and install standards.info.
10806
10807 * standards.texi: new file.
10808
10809Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10810
10811 * configure: test for and move config.status pieces from
10812 ${subdir}/.
10813
10814Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
10815
252b5132
RH
10816 * configure: Test for existance of files before trying to mv
10817 them, to avoid numerous non-existance messages.
10818
10819Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
10820
10821 * configure: correct final line of config.status.
10822
10823 * configure: patch from eggert. Avoids a protection problem if
10824 the original Makefile.in is read only.
10825
10826 * configure: use move-if-change from gcc to create config.status.
10827 Some makefiles depend on config.status to tell if a directory
10828 has been reconfigured for a different host. This change
10829 prevents those directories from remaking everything in the case
10830 where the reconfig was only intended to rebuild a Makefile.
10831
10832 * configure: test for config.sub with "config.sub sun4" rather
10833 than "config.sub ${host_alias}". Otherwise we can't tell a bad
10834 host alias from a missing config.sub.
10835
10836Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10837
10838 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
10839 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
10840
10841Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
10842
10843 * configure: mkdir ${subdir} as needed.
10844
10845Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
10846
10847 * Makefile.in,configure.in: added autoconf.
10848
10849Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10850
10851 * Makefile.in: no longer pass against on recursion.
10852
10853 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
10854 definitions are not inherited.
10855
10856 * configure: correct makesrcdir when subdir is .
10857
10858Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
10859
10860 * configure: Add support for 'subdirs' variable, which is
10861 like 'configdirs', except that configure doesn't re-invoke
10862 itself for subdirs, it just creates a Makefile for each subdir.
10863 * configure.texi: Document subdirs.
10864
10865Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10866
10867 * configure.in: added flex to configdirs
10868
10869Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
10870
10871 * Makefile.in: remove clean-stamps from clean.
10872
10873Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
10874
10875 * configure.in: Add gdbtest to configdirs.
10876
10877Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
10878
10879 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
10880 to recursive makes.
10881 * configure.in: Recognize new ncr3000 config.
10882
10883Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
10884
10885 * Makefile.in, configure.in: removed references to gdbm.
10886
10887Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
10888
10889 * config.sub: Don't canonicalize os value
10890 newsos* to bsd (readline needs to check for newsos).
10891 (This fix was earlier made Jan 31, but got re-broken.)
10892
10893Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
10894
10895 * configure.in: sco is an os, not a vendor!
10896
10897 * configure: Quote $( better. Keep various shells happy.
10898
10899Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
10900
10901 * Makefile.in: eliminate stamp-files.
10902
10903Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
10904
10905 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
10906 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
10907
10908Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
10909
10910 * config.sub: fix iris/iris3.
10911
10912Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
10913
10914 * configure: re-add -rm.
10915
10916Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
10917
10918 * Maskefile.in: add .stmp-rcs to all.
10919
10920 * configure.in: remove gas from rs6000 build, use aix host fragment.
10921
10922Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
10923
10924 * configure: pass down site_option during recursion.
10925
10926Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
10927
10928 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
10929
10930Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
10931
10932 * configure: Change exec_prefix so that it really defaults to prefix.
10933
10934Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
10935
10936 * Makefile.in, configure.in: Add support for mmalloc library.
10937
10938Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
10939
10940 * Makefile.in: add stmp dependencies for a few more things.
10941
10942Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
10943
10944 * configure: adjusted error message on objdir/srcdir configure
10945 collision, per john's suggestion.
10946
10947 * Makefile.in: add libiberty stmp to all and all.cross.
10948
10949Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
10950
10951 * Makefile.in: remove force dependencies, add grep to all.
10952
10953Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
10954
10955 * Makefile.in: drop flex. make stamp files work.
10956
10957 * configure: added test for conflicting configuration in srcdir,
10958 remove trailing slashes from srcdir. Otherwise emacs gdb mode
10959 gets cranky. use relative paths for configure and srcdir
10960 whenever possible. Send some error messages to stderr that were
10961 going to stdout.
10962
10963Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
10964
10965 * Makefile.in: Fix libg++ rule to check for gcc directory
10966 before using gcc/gcc. Also pass XTRAFLAGS.
10967
10968Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
10969
10970 * Makefile.in: added stmp-files so that directories aren't polled
10971 when they are already built.
10972
10973 * configure.texi: fixed a node pointer problem.
10974
10975Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
10976
4bddf3ad 10977 * config.sub configure.in gdb/configure.in
252b5132
RH
10978 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
10979 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
10980 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
10981
10982Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10983
10984 * configure: -recurring becomes -silent. corrected help message
10985 for -site= option.
10986
10987 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
10988
10989Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10990
10991 * configure: when building Makefile for crosses, replace
10992 tooldir and program_prefix. default srcdir from location of
10993 config.sub. remove "for host in hosts" and "for target in
10994 targets" loops.
10995
10996Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10997
10998 * Makefile.in: Do not pass bindir or mandir to cvs.
10999
11000Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11001
11002 * Makefile.in, configure.in: removed traces of namesubdir,
11003 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
11004 copyrights to '92, changed some from Cygnus to FSF.
11005
11006 * configure.texi: remove most references to multiple hosts,
11007 multiple targets, subdirs, etc.
11008
11009 * configure.man: removed rcsid. reference config.sub not
11010 config.subr.
11011
11012 * Makefile.in: mkdir $(infodir) on install-info.
11013
11014Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
11015
11016 * configure.texi: Explain better about .gdbinit and about
11017 the environment that configure.in sections run in.
11018
11019Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
11020
11021 * configure.in: Ultrix is only a decstation if it's a MIPS.
11022
11023Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
11024
11025 * README: DOC.configure => cfg-paper.texi.
11026
11027Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
11028
11029 * config.sub (near case $os): Don't convert newsos* to bsd!
11030
11031Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
11032
11033 * Makefile.in: Reinstall change from gdb-4.3 that reduces
11034 the number of copies of COPYING that go into the GDB tar file.
11035
11036Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
11037
4bddf3ad 11038 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
11039 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
11040 Fix SCO configuration stuff.
11041
11042Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
11043
11044 * Makefile.in: For libg++, make sure the -I pointing
11045 to the gcc directory goes *after* all the libg++-local -I flags.
11046 Also, move just-gcc dependency from just-libg++ to all-libg++.
11047
11048Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
11049
11050 * configure: Change -x to -f to keep Ultrix /bin/test happy.
11051
11052Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
11053
11054 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
11055
11056Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
11057
11058 * config.sub: Add stratus configuration frags. Also
11059 submitted to FSF.
11060
11061Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
11062
11063 * Makefile.in (DEV_SUPPORT): add configure.man.
11064
11065 * config.sub(Decode manufacturer-specific): add -none*.
11066
11067Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
11068
11069 * Makefile.in: remove form feeds to make Sun's make happy.
11070 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
11071
11072Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
11073
11074 * Makefile.in (AR_FLAGS): Make quieter.
11075
11076Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
11077
11078 * configure.in: Add libg++.
11079 * configure: When verbose, don't output the command line at each
11080 level; it will be unremarkably the same as the previous version,
11081 which will be the same as what the user typed.
11082
11083Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
11084
11085 * configure.in, Makefile.in: fix clean-info, add flex. add
11086 fileutils.
11087
11088 * configure: be less sensitive to spaces in Makefile.in. Do not
11089 look for sources in "..". Doing so breaks subdirectories that
11090 might have their own configure. If a subdir has it's own
11091 configure script, use it.
11092
11093Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
11094
11095 * cfg-paper.texi: some changes suggested by rms.
11096
11097Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
11098
11099 * config.sub: Merge in some small additions from the FSF version,
11100 taken from the gcc distribution, to bring the Cygnus and FSF
11101 versions into closer sync.
11102
11103Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
11104
11105 * configure.in: Changed svr4 references to sysv4.
11106
11107Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
11108
11109 * configure: added -V for version number option.
11110
11111Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
11112
11113 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
11114 renamed from DOC.configure to cfg-paper.texi.
11115
11116Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11117
11118 * configure, config.subr, config.sub: config.subr is now
11119 config.sub again.
11120
11121Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
11122
11123 * configure.texi: new file, in progress.
11124
11125 * Makefile.in: build info file and install the man page for
11126 configure.
11127
11128 * configure.man: new file, first cut.
11129
11130 * configure: find config.subr again now that configuration "none"
11131 has gone. removed all traces of the -ansi option. removed all
11132 traces of the -languages option.
11133
11134 * config.subr: resync from rms.
11135
d932cae7 111361991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
11137
11138 * configure, config.sub, config.subr: merge config.sub into
11139 config.subr, call the result config.subr, remove config.sub, use
11140 config.subr.
11141
11142 * Makefile.in: revised install for dir.info.
11143
d932cae7 111441991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
11145
11146 * configure.in: add decstation host makefile frag.
11147
11148 * Makefile.in: BISON now bison -y again. also install-gcc on
11149 install. clean-gdbm on clean. infodir belongs in datadir.
11150 Make directories for info install. Build dir.info here then
11151 install it.
11152
d932cae7 111531991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
11154
11155 * Makefile.in: fix for bad directory tests.
11156
d932cae7 111571991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
11158
11159 * configure: \{1,2\} appears to be a sysv'ism. Use a different
11160 regexp. -srcdir relative was being handled incorrectly.
11161
11162 * Makefile.in: unwrapped some for loops so that parallel makes
11163 work again and so one can focus one's attention on a particular
11164 package.
11165
d932cae7 111661991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
11167
11168 * configure: added PWD as a stand in for `pwd` (for speed). use
11169 elif wherever possible. make -srcdir work without -objdir.
11170 -objdir= commented out.
11171
d932cae7 111721991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
11173
11174 * configure: +options become --options. -subdirs commented out.
11175 added -host, -datadir. Renamed -destdir to -prefix. Comment in
11176 Makefile now at top of generated Makefile. Removed cvs log
11177 entries. added -srcdir. create .gdbinit only if there is one
11178 in ${srcdir}.
11179
11180 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11181 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11182 and mandir now keyed off datadir by default.
11183
d932cae7 111841991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
11185
11186 * Freshly created ChangeLog.
11187
11188\f
11189Local Variables:
11190mode: change-log
11191left-margin: 8
11192fill-column: 76
11193version-control: never
11194End:
This page took 0.745382 seconds and 4 git commands to generate.