]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ChangeLog
./
[thirdparty/binutils-gdb.git] / ChangeLog
CommitLineData
7f266840
DJ
12004-11-04 Daniel Jacobowitz <dan@debian.org>
2
3 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4 * configure: Regenerated.
5
47444073
AL
62004-10-28 Eric B. Weddington <ericw@evcohs.com>
7
8 PR target/18151
9 * configure.in (case ${target}): Do not build fixincludes for avr.
10 * configure: Regenerated.
11
caeba88f
AL
122004-10-26 Paolo Bonzini <bonzini@gnu.org>
13
14 * configure.in (case ${target}): Do not build fixincludes
15 on platforms where it is not used.
16 * configure: Regenerated.
17
0fdbe983
DJ
182004-10-23 Daniel Jacobowitz <dan@debian.org>
19
20 * configure.in: Use an absolute path to install-sh.
21 * configure: Regenerated.
22
1c0f67c1
AC
232004-10-19 Andrew Cagney <cagney@gnu.org>
24
25 * src-release (do-djunpack, do-md5sum): Install the generated file
26 directly into the proto-toplev/ directory.
27
a9cfce9c
AC
282004-10-19 Andrew Cagney <cagney@gnu.org>
29
30 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
31
ac0fa625
DD
322004-10-12 Kelley Cook <kcook@gcc.gnu.org>
33
34 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
35 * configure: Regenerate.
36
d27cc32e
PB
372004-10-06 Paolo Bonzini <bonzini@gnu.org>
38
39 Fix wrong conflict resolution in:
40
41 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
42
43 * Makefile.in: Regenerate.
44 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
45 in the recursive `make', instead of hardwiring `all'.
46 (Autogenerated TARGET-* variables): New.
47
1763908f
UW
482004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
49
50 Merged from GCC / libtool upstream:
51 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
52 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
53 * ltcf-cxx.sh (tpf*): Likewise.
54 * ltconfig (tpf*): Add TPF OS configuration support.
55
0490e016
NC
562004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
57
58 * configure.in: Enable target-libgloss for crx-*-*.
59 * configure: Regenerate.
60
32be62b5
RS
612004-09-24 Michael Roth <mroth@nessie.de>
62
63 * configure.in (--without-headers): Add missing double quotes.
64 * configure: Regenerate.
65
6048df60
DD
662004-09-24 Kelley Cook <kcook@gcc.gnu.org>
67
68 * ylwrap: Revert to previous version.
69
315b3b02
L
702004-09-23 H.J. Lu <hongjiu.lu@intel.com>
71
6048df60 72 PR bootstrap/17369
315b3b02
L
73 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
74 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
75 SET_GCC_LIB_PATH_CMD.
76 (BASE_TARGET_EXPORTS): Likewise.
77 * Makefile.in: Regenerated.
78
79 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
80 * configure: Regenerated.
81
fe69863c
DD
822004-09-23 Kelley Cook <kcook@gcc.gnu.org>
83
84 * config.guess: New upstream version
85 * compile, depcomp, install-sh, ylwrap: Likewise.
86
872004-09-19 Roger Sayle <roger@eyesopen.com>
88
89 * config/mh-x86omitfp: New host makefile fragment. Add
90 -fomit-frame-pointer to the default BOOT_CFLAGS.
91 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
92 * configure: Regenerate.
93
942004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
95
96 PR target/11572
97 * configure.in (*-*-darwin*): Renable libobjc.
98 * configure: Regenerate.
99
be75bbe1
DB
1002004-09-09 Daniel Berlin <dberlin@dberlin.org>
101
102 * Makefile.def: Remove libbanshee.
103 * Makefile.tpl: Ditto.
104 * configure.in: Ditto.
105 * Makefile.in: Regen.
106 * configure: Ditto.
107
1b882a91
PB
1082004-09-07 Paolo Bonzini <bonzini@gnu.org>
109
110 * missing: Import latest version from master repository.
111
eb1352ed
NC
1122004-09-04 Nick Clifton <nickc@redhat.com>
113
114 * config.sub: Import latest version from master repository.
115 * config.guess: Likewise.
116 This includes these changes:
117
118 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
119
120 * config.sub: Handle crisv32, alias etraxfs.
121 * config.guess (crisv32:Linux:*:*): Handle.
122
123 2004-08-13 Brad Smith <brad@comstyle.com>
124
125 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
126 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
127
128 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
129
130 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
131 assume the processor is a powerpc. This is because coreutils
132 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
133 in this case, due to a MacOS X bug that causes
134 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
135 to return a negative number.
136 Problem reported by Petter Reinholdtsen in:
137 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
138
139 2004-07-19 Ben Elliston <bje@gnu.org>
140
141 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
142
143 2004-06-24 Ben Elliston <bje@gnu.org>
144
145 * config.guess: Update copyright years.
146 * config.sub: Likewise.
147
148 2004-06-22 Robert Millan <robertmh@gnu.org>
149
150 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
151 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
152
153 2004-06-22 Stanley F. Quayle <stan@stanq.com>
154
155 * config.guess (*:*VMS:*:*): New entry. Replaces
156 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
157 manufacturer.
158
159 2004-06-22 Ben Elliston <bje@gnu.org>
160
161 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
162 * config.sub: Likewise.
163
164 2004-06-22 Ben Elliston <bje@gnu.org>
165
166 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
167 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
168
169 2004-06-11 Ben Elliston <bje@gnu.org>
170
171 * config.guess (pegasos:OpenBSD:*:*): Remove.
172
173 2004-06-11 Ben Elliston <bje@gnu.org>
174
175 From Wouter Verhelst <wouter@grep.be>:
176 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
177
178 2004-06-11 Ben Elliston <bje@gnu.org>
179
180 * config.guess (luna88k:OpenBSD:*:*): New.
181
182 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
183
184 * config.guess (m32r*:Linux:*:*): New case.
185 * config.sub: Handle m32rle.
186
187 2004-03-12 Ben Elliston <bje@wasabisystems.com>
188
189 From Jens Petersen <petersen@redhat.com>:
190 * config.sub: Handle sparcv8.
191
192 2004-03-03 Ben Elliston <bje@wasabisystems.com>
193
194 From Tom Smith <smith@cag.lkg.hp.com>:
195 * config.guess: Version suffixes are equally significant on Tru64
196 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
197 prefix of "P" (patched kernel).
198
199 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
200
201 * config.sub: Add support for National Semiconductor CRX target.
202
2a3124ca
RH
2032004-09-03 Jan Beulich <jbeulich@novell.com>
204
205 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
206 *-*-netware, but add target-libmudflap.
207 Consolidate *-*-netware targets (of which really only i?86 exists)
208 into a single entry.
209 * configure: Likewise.
210
0df3d27f
PB
2112004-09-01 Paolo Bonzini <bonzini@gnu.org>
212
213 * Makefile.tpl (sorry): Remove.
214 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
215 (cleanstrap targets): Depend on distclean, not distclean-stage1.
216 (do-clean): Clean per-stage directories too.
217 (do-distclean): Run distclean-stage1 too.
218 (.NOTPARALLEL): Enable during toplevel bootstrap.
219 (stage[+id+]-bubble): Enable parallel execution during
220 the recursive invocation.
221 * Makefile.in: Regenerate.
222
223 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
224
225 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
226
227 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
228 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
229 * configure: regenerate
230 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
231 -mdynamic-no-pic
232
2332004-08-31 Paolo Bonzini <bonzini@gnu.org>
234
235 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
236 include.
237 * configure.in: Fix indentation.
238 * configure: Regenerate.
239
ee025550
PB
2402004-08-31 Paolo Bonzini <bonzini@gnu.org>
241
242 * Makefile.def (build_modules): Add fixincludes.
243 (dependencies): Make gcc depend on fixincludes.
244 * configure.in (build_tools): Add fixincludes.
245 (build_configdirs): Always include build_libs.
246 * Makefile.in: Regenerate.
247 * configure: Regenerate.
248
2492004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
250
251 * Makefile.def (bootstrap stages): Add 'lean' parameter.
252 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
253 phony targets; do not generate timestamp files.
254 (distclean-stageN): Remove references to their timestamp files.
255 (restageN, touch-stageN): Remove.
256 (stageN-bubble): Rewritten.
257 (compare): Support lean bootstraps.
258 * Makefile.in: Regenerate.
259
260 * configure.in: Only warn when bootstrapping but
261 build != host or build != target. Support lean bootstraps.
262 * configure: Regenerate.
263
264 Sync from gcc:
265 2004-08-26 Phil Edwards <phil@codesourcery.com>
266
267 * configure.in: Give a better error message if GMP/MPFR are missing
268 and a language needing them has been requested.
269 * configure: Regenerated.
270
271 2004-08-25 Phil Edwards <phil@codesourcery.com>
272
273 * configure.in: Print a list of available language front-ends if
274 a requested one is missing. Tidy stray tab characters.
275 * configure: Regenerated.
276
72b2455a
PB
2772004-08-17 Paolo Bonzini <bonzini@gnu.org>
278
279 * Makefile.in: Regenerate.
280 * configure: Regenerate.
281
282 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
283 stage_*_flags.
284 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
285 for bootstrapped modules if toplevel bootstrap is going.
286 (GCC bootstrap): Generate per-stage targets for all bootstrapped
287 modules. Adjust for changes in Makefile.def. Enable several
288 rules even in non-bootstrap mode, just to avoid peppering the
289 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
290 (stage-[+prev+]-bubble): Remove.
291
292 * Makefile.def (Dependencies): Depend on all-build-bison,
293 all-build-flex, all-build-byacc, all-build-texinfo, rather
294 than the host variations.
295 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
296 with BUILD_SUBDIR.
297 (BISON): Update for recent Bisons.
298 (YACC): Fix typo.
299 (cross): Depend on all-build.
300 (all): Do not depend on all-build.
301 (prebootstrap): Remove.
302 (dep-kind): Accept separate prefixes for MODULE and ON variables.
303 (Prebootstrap dependencies): Add them to the per-stage targets
304 and to all-prebootstrap.
305 * configure.in (build_configdirs): Always enable build_tools.
306 (BUILD_DIR_PREFIX): Remove.
307
308 * Makefile.def (gcc): Add target variable.
309 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
310 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
311 in the recursive `make', instead of hardwiring `all'.
312 (Autogenerated TARGET-* variables): New.
313
de0b4a87
JW
3142004-08-17 Robert Millan <robertmh@gnu.org>
315
316 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
317 (instead of FreeBSD).
318 * configure: Regenerate.
319
ad681c85
NN
3202004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
321
675c6968
NN
322 * Makefile.def, configure.in, src-release: Remove useless, bogus
323 references to tix.
324 * Makefile.in, configure: Regenerate.
325
ad681c85
NN
326 * src-release: Stop distributing mmalloc with gdb (which doesn't
327 use it).
328 * Makefile.def: GDB doesn't depend on mmalloc anymore.
329 * Makefile.in: Regenerate.
330
11b04d1f
DD
3312004-08-09 Mark Mitchell <mark@codesourcery.com>
332
333 * configure.in (arm*-*-eabi*): New target.
334 * configure: Regenerate.
335
f2420bea
NN
3362004-08-01 Robert Millan <robertmh@gnu.org>
337
338 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
339 libmudflap for all GNU-based systems (with Glibc).
340 * configure: Regenerate.
341
9e6ce191
PB
3422004-08-06 Paolo Bonzini <bonzini@gnu.org>
343
344 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
345 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
346 (Dependencies): New section.
347 * Makefile.tpl (Dependencies): Generate from Makefile.def.
348 (configure-target-[+module+]): Depend on maybe-all-gcc
349 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
350 (toplevel profiledbootstrap): Fix dependencies.
351 * Makefile.in: Regenerate.
352
df4a6958
MM
3532004-08-03 Mark Mitchell <mark@codesourcery.com>
354
355 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
356 target-libiberty to noconfigdirs.
357
11b04d1f
DD
3582004-08-03 Paul Brook <paul@codesourcery.com>
359
360 * configure.in: Check for MPFR as well as GMP.
361 * configure: Regenerate.
362
b813574b
PB
3632004-08-03 Paolo Bonzini <bonzini@gnu.org>
364
365 * Makefile.def (host-modules): Add gcc.
366 * Makefile.in: Regenerate.
367 * Makefile.tpl (sorry): New rule.
368 (configure-host, all-host, [+make_target+]-host, do-check,
369 install-host): Do not add gcc as a special case.
370 (host modules): Add a small special-casing for gcc. Export
371 extra_make_flags through the environment.
372 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
373 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
374 other recursive targets for gcc): Remove.
375
376 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
377 (stage, unstage): New rules.
378 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
379 distclean-stage[+id+]): Use stage_current.
380 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
381 the stage*-start rules.
382
61edac0c
JW
3832004-07-19 Robert Millan <robertmh@gnu.org>
384
385 Synced from gcc:
386
387 2004-04-26 Robert Millan <robertmh@gnu.org>
388
389 Add patches from libtool CVS.
390 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
391 * ltconfig: Likewise.
392 * ltcf-c.sh: Likewise.
393 * ltcf-cxx.sh: Likewise.
394 * ltcf-gcj.sh: Likewise.
395
3e707e94
PB
3962004-07-12 Paolo Bonzini <bonzini@gnu.org>
397
398 * configure.in: Add noconfigdirs for crx-*-*.
399 * configure: Regenerate.
400
4012004-07-12 Paolo Bonzini <bonzini@gnu.org>
402
403 Synced from gcc:
404
405 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
406
407 * configure.in: Build libmudflap by default on FreeBSD.
408 * configure: Regenerated.
409
410 2004-07-09 Mark Mitchell <mark@codesourcery.com>
411
412 * configure.in: Do not build libmudflap by default on non-GNU/Linux
413 systems.
414 * configure: Regenerated.
415
416 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
417
418 PR target/16344
419 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
420 feedback based compiler.
421 * Makefile.in: Rebuilt.
422
423 2004-07-05 Phil Edwards <phil@codesourcery.com>
424
425 * configure.in: Do not prepend $srcdir to /dev/null in
426 makefile fragments.
427 * configure: Regenerate.
428
a7ee7660
AO
4292004-07-08 Alexandre Oliva <aoliva@redhat.com>
430
431 * Makefile.def (host_modules): Set bootstrap=true for flex.
432 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
433 * Makefile.in: Rebuilt.
434
6a9cf61e
PB
4352004-07-01 Paolo Bonzini <bonzini@gnu.org>
436
437 * Makefile.def (build_modules): Add bison, byacc, flex,
438 m4, texinfo.
439 (flags_to_pass): Add FLEX.
440 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
441 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
442 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
443 DEFAULT_MAKEINFO): Remove.
444 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
445 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
446 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
447 objdir or else use configured tool.
448 (all-build): New.
449 (all): Depend on it.
450 (Build module dependencies): Add.
451 * Makefile.in: Regenerate.
452 * configure.in: Better support for multiple build modules,
453 matching what is done for host/target modules. Do not look
454 for "plausible" locations of build tools if Canadian cross.
455 Use autoconf's AC_PROG_CC to find a C compiler. Define
456 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
457 * configure: Regenerate.
458
95b6a1f2
PB
4592004-06-22 Paolo Bonzini <bonzini@gnu.org>
460
461 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
462 * Makefile.in: Regenerate.
463
7ffa0b57
PB
4642004-06-22 Paolo Bonzini <bonzini@gnu.org>
465
466 * Makefile.tpl (configure-build-[+module+],
467 configure-[+module+], configure-target-[+module+]): Pass
468 [+extra_configure_args+].
469 (all-build-[+module+], all-[+module+], check-[+module+],
470 install-[+module+], [+make_target+]-[+module+],
471 all-target-[+module+], check-target-[+module+],
472 install-target-[+module+], [+make_target+]-target-[+module+]):
473 Pass [+extra_make_args+].
474 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
475 (GCC_HOST_EXPORTS): Remove.
476 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
477 cross, check-gcc, check-gcc-c++, install-gcc,
478 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
479 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
480 * Makefile.in: Regenerate.
481
929ba6e7
CF
4822004-06-21 Christopher Faylor <cgf@alum.bu.edu>
483
484 * configure.in: Check for srcdir/winsup rather than build directory
485 winsup.
486 * configure: Regenerate.
487
b76d7de0
CV
4882004-06-17 Corinna Vinschen <vinschen@redhat.com>
489
490 * configure.in: Don't build Cygwin native newlib if winsup
491 directory is missing. Emit warning instead.
492 * configure: Regenerate.
493
656fdd47
PB
4942004-06-09 Paolo Bonzini <bonzini@gnu.org>
495
496 * Makefile.tpl (touch-stage[+id+]): New.
497 (restage[+prev+]): Depend on touch-stage[+id+].
498
499 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
500 Use it throughout.
501
502 * Makefile.def: Add profile and feedback bootstrap stages.
503 Remove next field from bootstrap stages.
504 * Makefile.tpl (LN, LN_S): Substitute.
505 (stageN-start, stageN-end): Use double-colon rules, to
506 provide a hook for additional setup commands.
507 (distclean-stageN-gcc, restageN): Create dependencies from
508 [+prev+], not from [+next+].
509 (stageN-bubble): Add commands for successive stages from
510 [+prev+], using double-colon rules.
511 (all-stageN-gcc): Fix typo.
512 (stagefeedback-start, profiledbootstrap): New.
513 * Makefile.in: Regenerate.
514 * configure.in: Call ACX_PROG_LN.
515 * configure: Regenerate.
516
498d4a71
CF
5172004-06-03 Paolo Bonzini <bonzini@gnu.org>
518
519 * configure.in: Fix --enable-bootstrap breakage introduced in trees
520 without gcc.
521 * configure: Regenerate.
522
377d8c42
PB
5232004-06-01 Paolo Bonzini <bonzini@gnu.org>
524
525 * Makefile.tpl: Fix typo.
526 * Makefile.in: Regenerate.
527
f5f8a794
PB
5282004-06-01 Paolo Bonzini <bonzini@gnu.org>
529
530 * configure.in: Remove new- prefix from toplevel
531 bootstrap targets.
532 * configure: Regenerate.
533
f7a4c34f
PB
5342004-06-01 Paolo Bonzini <bonzini@gnu.org>
535
536 Merge this patch from the gcc tree:
537
538 2004-05-30 Andreas Jaeger <aj@suse.de>
539 Jim Wilson <wilson@specifixinc.com>
540
541 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
542 like CC.
543
319cab08
PB
5442004-06-01 Paolo Bonzini <bonzini@gnu.org>
545
546 * Makefile.tpl (all.normal): Rename to all.
547 (all): Replace with a rule to pick the default
548 target from configure.
549 (all-gcc, configure-gcc): Use conditionals to
550 do nothing when toplevel bootstrap is going on.
551 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
552 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
553 * configure.in: Support --enable-bootstrap.
554
555 * Makefile.def: Remove new- prefix from toplevel
556 bootstrap targets.
557 * Makefile.tpl: Likewise.
558
559 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
560 target.
561
562 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
563 $(RECURSE_FLAGS) to recursive invocation of make.
564
565 * Makefile.in: Regenerate.
566 * configure: Regenerate.
567
88f64edc
DJ
5682004-05-27 Daniel Jacobowitz <dan@debian.org>
569
570 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
571 * configure: Regenerate.
572
378fce5b
DD
5732004-05-25 Daniel Jacobowitz <drow@false.org>
574
575 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
576 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
577 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
578 targets.
579 * Makefile.in: Regenerate.
580
dfdffa2c
PB
5812005-05-24 Paolo Bonzini <bonzini@gnu.org>
582
583 * configure.in: Test the ability to symlink directories.
584 * configure: Regenerate.
585
586 * Makefile.def (bootstrap-stage): New definitions.
587 * Makefile.tpl (configure-stage1-gcc,
588 configure-stage2-gcc, configure-stage3-gcc,
589 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
590 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
591 new-restage3, compare): Autogenerate, see Makefile.in
592 entry for behavioral changes.
593 (distclean-stage1, new-stage1-start, new-stage1-end,
594 new-stage1-bubble, distclean-stage2, new-stage2-start,
595 new-stage2-end, new-stage2-bubble, distclean-stage3,
596 new-stage3-start, new-stage3-end): New autogenerated targets.
597 (objext, prebootstrap, BOOT_CFLAGS,
598 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
599 targets.
600
601 * Makefile.in: Regenerate.
602 (distclean-stage1, new-stage1-start, new-stage1-end,
603 new-stage1-bubble, distclean-stage2, new-stage2-start,
604 new-stage2-end, new-stage2-bubble, distclean-stage3,
605 new-stage3-start, new-stage3-end): New targets.
606 (all-stage1-gcc): Move prebootstrap dependency from here...
607 (configure-stage1-gcc): ...to here.
608 (new-bootstrap): Use bubble targets.
609 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
610 Use per-stage distclean targets.
611 (configure-stage1-gcc, configure-stage2-gcc,
612 configure-stage3-gcc, all-stage1-gcc,
613 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
614 Use new-stageN-start to prepare the tree.
615
04cf1b77
PB
6162004-05-23 Paolo Bonzini <bonzini@gnu.org>
617
618 * Makefile.def (host_modules): add libcpp.
619 * Makefile.tpl: Add dependencies on and for libcpp.
620 * Makefile.in: Regenerate.
621 * configure.in: Add libcpp host module.
622 * configure: Regenerate.
623
80b200a1
ZW
6242004-05-17 Zack Weinberg <zack@codesourcery.com>
625
626 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
627 of libf2c.
628 * configure, Makefile.in: Regenerate.
629
4b1cb4fe
DD
6302004-05-13 Diego Novillo <dnovillo@redhat.com>
631
632 Merge from tree-ssa-20020619-branch.
633
634 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
635 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
636 (HOST_GMPLIBS): Define.
637 (HOST_GMPINC): Define.
638 (TARGET_LIB_PATH): Add libmudflap.
639 (GFORTRAN_FOR_TARGET): Define.
640 (configure-build*): Export GFORTRAN.
641 (configure-gcc): Export GMPLIBS and GMPINC.
642 (all-gcc): Add maybe-all-libbanshee.
643 (configure-target-libgfortran): Define.
644 * Makefile.in: Regenerate.
645 * configure.in (host_libs): Add libbanshee.
646 (target_libraries): Add target-libmudflap and target-libgfortran.
647 Add --with-libbanshee.
648 Handle --disable-libmudflap.
649 (*-*-freebsd*): Use with_gmp.
650 Add $(libgcj) to noconfigdirs.
651 * configure: Regenerate.
652 * depcomp: New file.
653 * MAINTAINERS: Add tree-ssa maintainers.
654
6552004-04-28 Paolo Bonzini <bonzini@gnu.org>
656
657 * config/acx.m4: Fix fastcompare support for new-bootstrap.
658 * configure: Regenerate.
659
b8908782
DD
6602004-04-27 Paolo Bonzini <bonzini@gnu.org>
661
662 Revert:
663 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
664
665 * Makefile.def (flags_to_pass): Remove *dir variables that
666 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
667 as well as prefix and exec_prefix.
668 * Makefile.in: Regenerate.
669
6702004-04-26 Paolo Bonzini <bonzini@gnu.org>
671
672 * Makefile.def (host_modules): Mark with the bootstrap
673 flag packages on which gcc depends.
674 * Makefile.tpl (all-bootstrap): Use it.
675 * Makefile.in: Regenerate.
676
6772004-04-26 Paolo Bonzini <bonzini@gnu.org>
678
679 * Makefile.def (flags_to_pass): Remove *dir variables that
680 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
681 as well as prefix and exec_prefix.
682 * Makefile.in: Regenerate.
683
6842004-04-26 Paolo Bonzini <bonzini@gnu.org>
685
80b200a1
ZW
686 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
687 * configure: Regenerate.
688 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
689 * gcc/Makefile.tpl (compare): Use the result of the test.
690 * gcc/Makefile.in: Regenerate.
b8908782
DD
691
6922004-04-23 Paolo Bonzini <bonzini@gnu.org>
693
694 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
695 Always relocate gcc and prev-gcc to the original names, even
696 if the build fails.
697 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
698 New targets.
699
0f260896
RO
7002004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
701
702 * configure.in (mips*-*-irix5*): Enable ld.
703 * configure: Regenerate.
704
51860f05
JW
7052004-04-15 James E Wilson <wilson@specifixinc.com>
706
707 * Makefile.tpl (configure-[+module+], configure-gcc,
708 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
709 Set and export LDFLAGS.
710 * Makefile.in: Regenerate.
711
54752a6b
NN
7122004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
713
714 PR bootstrap/14871
715 * Makefile.tpl: If we don't have built-in-tree target tools,
716 use the ones found by configure rather than hacking around with
717 program_transform_name.
718 * configure.in: Give Makefile.tpl the information necessary
719 to do that.
720 * Makefile.in: Regenerate.
721 * configure: Regenerate.
722
7232004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
724
725 PR bootstrap/14760
726 * configure.in: When computing baseargs, strip *all* copies of
727 offending options. Also, don't match/substitute the trailing space,
728 so that this actually works when two similar options are separated by
729 only one space.
730 * configure: Regenerate.
731
7322004-04-06 David Edelsohn <edelsohn@gnu.org>
733
80b200a1
ZW
734 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
735 (rs6000-*-aix*): Same.
736 * configure: Regenerate.
54752a6b 737
5e2b61fb
SS
7382004-03-25 Stan Shebs <shebs@apple.com>
739
740 Remove MPW support, no longer used.
741 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
742 mpw-install: Remove files.
743 * src-release (DEVO_SUPPORT): Remove names of removed files.
744 * MAINTAINERS: Likewise.
745
1a6f2dc7
NN
7462004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
747
a0049f1b
NN
748 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
749 STRICT_WARN, WARN_CFLAGS flags passed down to make.
750 * Makefile.in: Regenerate.
751
1a6f2dc7
NN
752 * configure.in (top level bootstrap support): Rework --enable-werror
753 to set @stage2_werror_flag@.
754 * configure: Regenerate.
755 * Makefile.tpl (top level bootstrap support): Pass
756 @stage2_werror_flag@ down to configure in stages 2 and 3.
757 * Makefile.in: Regenerate.
758
920e3419
NN
7592004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
760
761 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
762 for stages 2 and 3 as well as in make. As a consequence, remove
763 OUTPUT_OPTION (now detected by configure) from the flags passed down
764 to make.
765 * Makefile.in: Regenerate.
766
767 * Makefile.tpl (new-bootstrap): Fix typo.
768 * Makefile.in: Regenerate.
769
4fa63067
NN
7702004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
771
772 * Makefile.tpl: Rearrange by moving recursive_targets rules
773 into their proper sections.
774 * Makefile.tpl (top level bootstrap support): Move disabling
775 of coverage flags from 'make' to 'configure'; improve comments.
776 * Makefile.in: Regenerate.
777
778 * Makefile.tpl (experimental top level bootstrap) Move stage1
779 language setting from all- target to configure- target; disable
780 intermodule optimization in stage 1; prevent gratuitous rebuilds
781 of stage 1.
782 * Makefile.in: Regenerate.
783 * configure.in: Comma-separate stage 1 language list for top
784 level bootstrap.
785 * configure: Regenerate.
786
787 * Makefile.tpl: Clean up experimental top level bootstrap support:
788 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
789 prev-gcc in configure- targets as well as all- targets.
790 * Makefile.in: Regenerate.
791
fb8a10fd
NN
7922004-03-17 Paolo Bonzini <bonzini@gnu.org>
793
794 * configure.in: Remove symbolic link section.
795 * configure: Regenerate.
796 * Makefile.tpl (links): Remove.
797 * Makefile.in: Regenerate.
798
947f426e 7992004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 800 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
801
802 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 803 Set with AC_CHECK_PROGS.
947f426e
NN
804 * configure.in: Fix comment typo from last patch.
805 * configure: Regenerate.
806
1d39f329
NN
8072004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
808
809 * Makefile.tpl: Introduce experimental top level bootstrap support.
810 * Makefile.in: Regenerate.
811 * configure.in: Introduce support for top level bootstrap.
812 * configure: Regenerate.
813
4b0ac75d 8142004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 815 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
816
817 PR bootstrap/14522
818 * configure.in: Cope with shells that do not support unquoted ^
819 * configure: Regenerate.
820
2e70b094 8212004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 822 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
823
824 PR bootstrap/14522
825 * configure.in: Cope with shell that do not support nesting
826 quotes inside quoted backquote substitutions.
827 * configure: Regenerate.
828
8292004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
830
831 PR bootstrap/14522
832 * configure.in: Fix escaping of $.
833 * configure: Regenerate.
834
9e07f89d
NN
8352004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
836
837 * configure: Regenerate.
838
8392004-03-08 Paolo Bonzini <bonzini@gnu.org>
840
841 PR ada/14131
842 Move language detection to the top level.
843 * configure.in: Find default values for the tools as
844 soon as possible. Disable ada if GNAT is not found.
845 Emit error message about missing languages. Expand
846 --enable-languages=all for the gcc subdirectory.
847
1712ab83
RS
8482004-03-01 Richard Sandiford <rsandifo@redhat.com>
849
850 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
851 and disable libgcj.
852 * configure: Regenerated.
853
3dee29da
NN
8542004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
855
856 PR bootstrap/7087
857 * Makefile.tpl: Guard XFOO sed statements better.
858 * Makefile.tpl: Add dependency for configure-target-libada.
859 * Makefile.in: Regenerate (incidentally fixes broken
860 commit when libada-branch was merged).
861
0558264b
AC
8622004-02-28 Andrew Cagney <cagney@redhat.com>
863
864 * src-release (CVS_NAMES): Define.
865 (do-tar, do-tar): Prune $(CVS_NAMES).
866
c38f9803
AC
8672004-02-23 Andrew Cagney <cagney@redhat.com>
868
869 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
870 2004-02-19.09.
871
55636792
NN
8722004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
873
874 PR bootstrap/11932
875 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
876
1e600082
AC
8772004-02-19 Andrew Cagney <cagney@redhat.com>
878
879 * config.guess: Update from version 2003-06-12 to 2004-02-16.
880 * config.sub: Update from version 2003-06-13 to 2004-02-16.
881
3769cd82
DD
8822004-02-11 David Edelsohn <edelsohn@gnu.org>
883
884 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
885 (rs6000-*-aix*): Same.
886 * configure: Regenerate.
887
a92834c8
DD
8882004-02-11 Kelley Cook <kcook@gcc.gnu.org>
889
890 * configure.in (host): Add in missing $noconfigdirs to defines.
891 * configure: Regenerate.
892
a2592b1b
DD
8932004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
894 Nathanael Nerode <neroden@gcc.gnu.org>
895
896 PR ada/6637, PR ada/5911
80b200a1 897 Merge with libada-branch:
a2592b1b
DD
898 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
899 with appropriate dependencies. Add --enable-libada configure switch.
900 * configure, Makefile.in: Regenerate.
901
e31d1ea3
DD
9022004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
903
904 * configure.in: Don't pass --with-stabs on IRIX 5 either.
905 * configure: Regenerate.
906
db85f5c0
JJ
9072004-02-02 Jeff Johnston <jjohnstn@redhat.com>
908
909 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 910
fc434214
DD
9112004-01-23 DJ Delorie <dj@redhat.com>
912
913 * Makefile.def (target_modules) [libiberty]: Don't stage.
914 * Makefile.in: Rebuilt.
915
ad445c2c 9162004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 917
ad445c2c
JJ
918 * COPYING.NEWLIB: Update to include copyrights for new
919 iconv code.
920
72bbedde
AC
9212004-01-15 Andrew Cagney <cagney@redhat.com>
922
923 * src-release: Update copyright year.
924 (do-proto-toplev): Configure using i686-pc-linux-gnu.
925 (NEWLIB_SUPPORT_DIRS): Delete macro.
926 (newlib.tar.bz2): Delete rule.
927
a6d6062d
DD
9282004-01-14 Loren J. Rittle <ljrittle@acm.org>
929
930 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
931 * Makefile.tpl (configure-target-[+module+]): Support stage.
932 * Makefile.in: Rebuilt.
933
f8b73030
MR
9342003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
935
936 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
937 throughout.
938
aff0e9df
NN
9392004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
940
bb5dca17
NN
941 * configure.in: Use ./config.cache, not config.cache.
942 * configure: Regenerate.
943 * Makefile.tpl: Special-casing not needed for GCC any more.
944 * Makefile.in: Regenerate.
945
82252c06
NN
946 * configure.in: Don't share a cache file for host dirs.
947 * configure: Regenerate.
948
aff0e9df
NN
949 * config-ml.in: Don't mess with the cache file.
950
95036d20
NN
9512004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
952
ac7b618e
NN
953 * Makefile.tpl: Make GCC use a separate config.cache.
954 * Makefile.in: Regenerate.
955
95036d20
NN
956 PR bootstrap/11932, PR bootstrap/11933
957 (I don't know if it will fix either of them, but it relates
958 to them.)
959 * configure.in: Don't use shared config.cache for target
960 directories.
961 * configure: Regenerate.
962
08c1856b
DD
9632003-12-31 Roger Sayle <roger@eyesopen.com>
964
965 * configure.in (ia64*-*-hpux*): Disable building java libraries.
966 * configure: Regenerated.
967
c1968181 9682003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 969
c1968181
DD
970 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
971 * configure: Regenerated.
972
10ecffb9
NN
9732003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
974
975 Port change over from GCC:
976 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
977 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
978 (configure-build-[+module+], configure-[+module+]): Likewise.
979 (configure-target-[+module+], configure-gcc, config.status): Likewise.
980 * Makefile.in: Regenerate.
981
f2ab5990
TF
9822003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
983
984 * configure.in (raw_libstdcxx_flags): Remove the leading space.
985 * configure: Regenerate.
986
41a7d11a
JJ
9872003-11-27 Jeff Johnston <jjohnstn@redhat.com>
988
80b200a1 989 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
990 stdlib.
991
d9441a1f
DD
9922003-11-14 Arnaud Charlet <charlet@act-europe.fr>
993
994 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
995 * Makefile.in: Regenerate.
996
3a48a978
DD
9972003-10-20 Phil Edwards <phil@codesourcery.com>
998
999 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
1000 * configure: Regenerate.
1001
f0b24077
NN
10022003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
1003
1004 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
1005 HOST_FLAGS_TO_PASS.
1006 * Makefile.in: Regenerate.
1007
5fbad20a
DD
10082003-10-05 Mohan Embar <gnustuff@thisiscool.com>
1009
1010 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
1011 * configure: Rebuilt
1012 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
1013 * Makefile.in: Rebuilt
1014
78be4155
L
10152003-10-03 H.J. Lu <hongjiu.lu@intel.com>
1016
1017 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
1018
051fcc7a
L
10192003-10-01 Phil Edwards <pme@gcc.gnu.org>
1020
1021 * config-ml.in: Use ac_configure_args directly instead of
1022 ml_arguments. Only set ml_norecursion if --no[-]recursion is
1023 actually seen.
1024
10252003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
1026
1027 * config-ml.in: Propagate INSTALL variables.
1028
f27d4f92
DJ
10292003-09-21 Daniel Jacobowitz <drow@mvista.com>
1030
1031 * configure.in: Pass a computed --program-transform-name
1032 to subconfigures.
1033 * configure: Regenerated.
1034
cae4d560
NN
10352003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
1036
1037 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
1038 * Makefile.in: Regenerate.
1039
1040 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
1041 * Makefile.in: Regenerate.
1042
8ff944f6
DJ
10432003-09-17 Daniel Jacobowitz <drow@mvista.com>
1044
1045 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
1046 quoting.
1047 * configure: Regenerated.
1048
d9a35680
MC
10492003-09-12 Michael Chastain <mec@shout.net>
1050
1051 Fix PR gdb/857.
1052 * src-release (do-proto-topleve): Remove junk files
1053 intl/config.cache, intl/config.status,
1054 intl/config.h, intl/stamp-h.
1055
710068b9
AC
10562003-09-14 Andrew Cagney <cagney@redhat.com>
1057
1058 * src-release (dejagnu.tar): New target.
1059 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
1060 (do-djunpack): Use $(PACKAGE) for the package name.
1061
e1008165
DD
10622003-09-04 DJ Delorie <dj@redhat.com>
1063
1064 * configure: Regenerate.
1065
21998d12
NC
10662003-09-04 Robert Millan <robertmh@gnu.org>
1067
1068 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 1069
ccca4bb3
DD
10702003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1071
1072 * configure.in: Ensure arguments to sed are properly spaced.
1073 * configure: Regenerate.
1074
ee949b5e
DJ
10752003-08-28 Daniel Jacobowitz <drow@mvista.com>
1076
1077 Merge from gcc:
1078 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
1079 * install-sh: Update to newer upstream versions (associated with
1080 aclocal 1.7).
1081 * missing: Likewise, plus $1Help2man -> $1 typo fix.
1082
75addda2
DJ
10832003-08-27 Daniel Jacobowitz <drow@mvista.com>
1084
1085 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
1086 * configure: Regenerated.
1087
8d2877d8
NN
10882003-08-23 Phil Edwards <pme@gcc.gnu.org>
1089
1090 * configure.in: Use newline instead of semicolon when assuming
1091 shell arguments in a for loop.
1092 * configure: Regenerated.
1093
d2cc0e0d
GK
10942003-08-20 Geoffrey Keating <geoffk@apple.com>
1095
1096 PR 8180
1097 * configure.in: When testing with_libs and with_headers, treat
1098 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
1099 * configure: Regenerate.
80b200a1 1100
d2cc0e0d
GK
1101 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
1102 make, shell, etc.
1103 (baseargs): Likewise.
1104 * configure: Regenerate.
1105
04d1ab34
GK
11062003-08-19 Geoffrey Keating <geoffk@apple.com>
1107
1108 * configure.in: Disable libgcj for darwin not on powerpc.
1109 * configure: Rebuild.
1110
ca506da8
MC
11112003-08-15 Michael Chastain <mec@shout.net>
1112
1113 * src-release (do-proto-toplev): Remove junk files
1114 dejagnu/example/calc/config.status,
1115 dejagnu/example/calc/config.log.
1116
a4aa3f49
DD
11172003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
1118
1119 * config-ml.in, symlink-tree: Add license.
1120
ede4fbe4
NN
11212003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
1122
1123 Merge from gcc:
1124
1125 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
1126 * Makefile.tpl (check, check-c++): Express dependencies using
1127 dependencies rather than commands.
1128 * Makefile.in: Regenerate.
1129
1130 2003-07-31 Geoffrey Keating <geoffk@apple.com>
1131 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1132 * Makefile.in: Update.
1133
970f29af
AC
11342003-08-01 Andrew Cagney <cagney@redhat.com>
1135
1136 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
1137 * configure: Ditto.
1138
b2884a0c
DD
11392003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
1140
1141 * configure.in: Enable libgcj for darwin.
1142 * configure: Rebuild.
1143
c07f46a4
NN
11442003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
1145
1146 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
1147
9175bfc0
NN
11482003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
1149
1150 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
1151 creating target and build subdirs to build all parent dirs as needed.
1152 * Makefile.in: Rebuild.
1153 * configure.in: Don't build dirs explicitly here.
1154 * configure: Rebuild.
1155
b9abda6a
AO
11562003-07-22 Alexandre Oliva <aoliva@redhat.com>
1157
1158 * Makefile.tpl (all-make): Depend on intl.
1159 * Makefile.in: Rebuilt.
1160
eef8ffd4
NN
11612003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
1162
1163 * config.if: Remove unused libc_interface determination.
1164
295efaf0
NN
11652003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
1166
1167 * Makefile.in: Regenerate, correctly this time.
1168
e5c3f801
NN
11692003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
1170
1171 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
1172 unused INSTALL_PROGRAM_ARGS.
1173 * configure.in: Use AC_PROG_INSTALL.
1174 * Makefile.in: Regenerate.
1175 * configure: Regenerate.
1176
4a18bd6b
AO
11772003-07-10 Alexandre Oliva <aoliva@redhat.com>
1178
1179 * configure: Rebuilt.
1180 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
1181 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
1182 newlib nor libgloss.
1183 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
1184 * configure.in (am33_2.0-*-linux*): Added.
1185
fbd1054d
BW
11862003-07-09 Bob Wilson <bob.wilson@acm.org>
1187
1188 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
1189 * configure: Regenerate.
1190
b40e3958
L
11912003-07-06 H.J. Lu <hongjiu.lu@intel.com>
1192
1193 * config-ml.in: Replace PWD with PWD_COMMAND.
1194 * Makefile.tpl: Likewise.
1195 * Makefile.in: Regenerated.
1196
4a5be7ba
NN
11972003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
1198
1199 * configure.in: Clean up config-lang.in handling. Delete
1200 useless assignment to "subdirs".
1201 * configure: Regenerate.
1202
9c14acb8
NN
12032003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
1204
1205 * configure.in: Rename 'target_libs' to 'target_libraries'.
1206 Remove useless reference to 'target_libs'.
1207 * configure: Regenerate.
1208
8f32e830
KS
12092003-06-23 Keith Seitz <kseitz@sources.redhat.com>
1210
1211 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
1212 * Makefile.in: Regenerate.
1213
12f0bd74
NN
12142003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
1215
1216 * Makefile.def: Introduce flags_to_pass.
1217 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
1218 * Makefile.in: Regenerate.
1219
b07c2aad
HPN
12202003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
1221
1222 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
1223 and target-libgloss.
1224 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
1225 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 1226 * configure: Regenerate.
b07c2aad 1227
56f25033
DD
12282003-06-17 Benjamin Kosnik <bkoz@redhat.com>
1229
1230 * configure.in: Update testsuite_flags to new location.
1231 * configure. Regenerate.
80b200a1 1232
4ec9a3b2
NN
12332003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
1234
1235 * Makefile.tpl: Remove BUILD_CC stuff.
1236 * Makefile.in: Regenerate.
1237
059083b1 12382003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 1239
059083b1
L
1240 * config.guess: Update to 2003-06-12 version.
1241 * config.sub: Update to 2003-06-13 version.
1242
535b046a
TS
12432003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1244
1245 * MAINTAINERS: Add myself as MIPS co-maintainer.
1246
00c22daa 12472003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 1248
00c22daa
L
1249 * config.guess: Update to 2003-06-06 version.
1250 * config.sub: Update to 2003-06-06 version.
1251
1047cb91
DD
12522003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1253
1254 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
1255 * configure. Regenerate.
1256
123494c8
NN
12572003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
1258
1047cb91
DD
1259 * configure.in: Disable serial configure by default.
1260 * configure: Regenerate.
1261 * Makefile.tpl: Abolish .NOTPARALLEL.
1262 * Makefile.in: Regenerate.
1263
7f121bbf
NN
1264 * Makefile.tpl: Replace {build,host,target}_canonical by
1265 {build,host,target}.
1266 * Makefile.in: Regenerate.
1267
123494c8
NN
1268 * Makefile.tpl: Fix stupid pasto.
1269 * Makefile.in: Regenerate.
1270
ec7e0995
NN
12712003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
1272
1273 * Makefile.tpl: Remove bogus conditional.
1274 * Makefile.in: Regenerate.
1275
27b1cc72
NN
12762003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
1277
2a4cbe27
NN
1278 * Makefile.tpl: Make 'recursive targets' using autogen rather
1279 than shell loop. Remove duplicate 'clean' targets and false
1280 comments.
1281 * Makefile.def: Add systematic dependencies to 'recursive' targets.
1282 Add systematic method of specifying missing targets in subdirs.
1283 Add copyright boilerplate.
1284 * Makefile.in: Regenerate.
1285 * configure.in: Add 'recursive targets' to maybe list.
1286 * configure: Regenerate.
1287
27b1cc72
NN
1288 * Makefile.tpl: Rename [+target+] to [+make_target+].
1289 * Makefile.def: Rename 'target' to 'make_target'.
1290
01e51bd0
NC
12912003-05-30 Nick Clifton <nickc@redhat.com>
1292
1293 * README-maintainer-mode: Update URL for locating blessed config
1294 tools.
1295
2fd84b42
NC
12962003-05-29 Robert Millan <rmh@debian.org>
1297
1298 * ltconfig: Import this patch and modify for use with current
1299 version of ltconfig:
1300
1301 2003-05-21 Bruno Haible <bruno@clisp.org>
1302
1303 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
1304 GNU/FreeBSD.
1305
8945c6bb
DD
13062003-05-28 DJ Delorie <dj@redhat.com>
1307
1308 * Makefile.tpl: Make maybe-check-gcc .PHONY.
1309 * Makefile.in: Regenerate.
1310
2f9632a1
JJ
13112003-05-28 Jeff Johnston <jjohnstn@redhat.com>
1312
80b200a1 1313 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 1314
3a12db16 13152003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 1316
3a12db16
DD
1317 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
1318 newlib or libgloss.
1319 * Makefile.in: Regenerate.
1320
44482353
DD
13212003-05-21 DJ Delorie <dj@redhat.com>
1322
1323 * Makefile.tpl: Add missing empty maybe-check-gcc target.
1324 * Makefile.in: Regenerate.
1325
fec2c52d
MR
13262003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1327
1328 * configure.in: Use curly braces in the definition of tooldir.
1329 * configure: Regenerate.
1330
16ae0395
NN
13312003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
1332
1333 * configure.in: Switch more things to use maybe dependencies.
80b200a1 1334 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
1335 Factor out common code from autogen IF statements.
1336 * configure: Regenerate.
1337 * Makefile.in: Regenerate.
1338
ec11bdc6
DD
13392003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
1340
1341 * configure.in: Accept i[3456789]86 for machine type.
1342 * configure: Regenerate.
1343
dd12c3a8
NN
13442003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
1345
1346 * configure.in: Switch more things to use maybe dependencies.
1347 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
1348 * configure: Regenerate.
1349 * Makefile.tpl: Switch more things to use maybe dependencies.
1350 * Makefile.in: Regenerate.
1351
cf662e21
AJ
13522003-05-16 Andreas Schwab <schwab@suse.de>
1353
1354 * Makefile.tpl (install-opcodes): Define.
1355 * Makefile.in: Rebuild.
1356
5481b376
AJ
13572003-05-13 Andreas Jaeger <aj@suse.de>
1358
1359 * config.guess: Update to 2003-05-09 version.
1360 * config.sub: Update to 2003-05-09 version.
1361
3959a22a
AJ
13622003-05-13 Michael Eager <eager@mvista.com>
1363
1364 * configure.in: Correct sed script so that options in quotes are not
1365 deleted.
1366 * configure: Rebuild.
1367
564b43e5
CV
13682003-05-12 Corinna Vinschen <corinna@vinschen.de>
1369
1370 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
1371 and $$s/newlib/libc/sys/cygwin32 include paths.
1372 * configure: Ditto.
1373
bb947dc9
L
13742003-05-05 H.J. Lu <hjl@gnu.org>
1375
1376 * config-ml.in: Restored from gcc repository.
1377
77f7441a
CD
13782003-05-02 Chris Demetriou <cgd@broadcom.com>
1379
80b200a1
ZW
1380 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
1381 * Makefile.in: Regenerate.
77f7441a 1382
a26d7085
DJ
13832003-04-27 Daniel Jacobowitz <drow@mvista.com>
1384
1385 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
1386 and Makefile.def.
1387
e4c4d240
DJ
13882003-04-27 Daniel Jacobowitz <drow@mvista.com>
1389
1390 * Makefile.tpl: Clean $(BUILD_SUBDIR).
1391 * Makefile.in: Regenerated.
1392
62a3fc85
DD
13932003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1394
1395 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
1396 * Makefile.in: Regenerate.
1397
13982003-04-18 Jakub Jelinek <jakub@redhat.com>
1399
1400 * configure.in (powerpc64*-*-linux*): Remove.
1401 * configure: Rebuilt.
1402
5b474aa8
DD
14032003-04-17 Phil Edwards <pme@gcc.gnu.org>
1404
1405 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
1406 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
1407 and restrap.
1408 * Makefile.in: Regenerate.
1409
14102003-04-16 Richard Earnshaw <rearnsha@arm.com>
1411
1412 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
1413 * configure: Regenerated.
1414
bc295afe
AO
14152003-04-11 Alexandre Oliva <aoliva@redhat.com>
1416
1417 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
1418 * */configure: Rebuilt.
1419
3728fade
NN
14202003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
1421
1422 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
1423 * Makefile.in: Regenerate.
1424
ce5b542e
MC
14252003-03-14 Michael Chastain <mec@shout.net>
1426
1427 * Makefile.in: Regenerate with correct Makefile.def.
1428
3db0a37f
NN
14292003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
1430
1431 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
1432 Make macro.
1433 * Makefile.in: Regenerate.
1434 * configure.in: Clean up gxx_include_dir logic.
1435 * configure: Regenerate.
1436
34349c6e
DD
14372003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1438
1439 * configure.in (gxx_include_dir): Fix typo.
1440 * configure: Regenerated.
1441
686c28c9
AC
14422003-03-06 Andrew Cagney <cagney@redhat.com>
1443
1444 * texinfo/texinfo.tex: Import version 2003-02-03.16.
1445
bba45b8b 14462003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 1447
bba45b8b
NN
1448 * configure.in: Include $(build_tooldir)/sys-include in
1449 FLAGS_FOR_TARGET.
1450 * configure: Regenerated.
1451
2683747f
NN
14522003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
1453
bba45b8b
NN
1454 * Makefile.tpl: Reindent.
1455 * Makefile.in: Regenerate.
1456 * configure.in: Reindent. Don't set unused variables.
1457 * configure: Regenerate.
1458
2683747f
NN
1459 * Makefile.tpl: Always pass down RANLIB.
1460 * Makefile.in: Regenerate.
1461
1462 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
1463 * Makefile.in: Regenerate.
1464 * configure.in: Remove unused logic relating to --enable-shared
1465 and --enable-threads. Remove bogus comments. Remove redundant
1466 noconfigdirs.
1467 * configure: Regenerate.
1468
1469 * configure.in: Replace ${libstdcxx_version} by its value.
1470 Remove reference to mh-dgux.
1471 * configure: Regenerate.
1472
50212802
NN
14732003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
1474
1475 * Makefile.tpl: Rearrange.
1476 * Makefile.in: Regenerate.
1477
a6be7fc6
NC
14782003-02-25 Nick Clifton <nickc@redhat.com>
1479
1480 * configure: Remove site-file supprot - it is obsolete.
1481
f8a495c8
NC
14822003-02-24 Uwe Stieber <uwe@wwws.de>
1483
1484 * configure.in: Add support for kaOS as cross build target system.
1485 * configure: Regenerated.
1486
3decd77d
DD
14872003-02-20 Sean McNeil <sean@blue.mcneil.com>
1488
1489 * Makefile.tpl: Add definition of CPPFLAGS to pass into
1490 configure-target-* as some target builds may require additional
1491 flags for preprocessor tests.
1492 * Makefile.in: Regenerated.
1493
f4ff34a3
AO
14942003-02-19 Alexandre Oliva <aoliva@redhat.com>
1495
1496 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
1497 * ltconfig: Handle it.
1498 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
1499 auto-detecting it.
1500
b7e4a931
AO
15012003-02-19 Alexandre Oliva <aoliva@redhat.com>
1502
1503 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
1504 it is used as argument to $CC.
1505 * ltcf-gcj.sh: Likewise.
1506
6b784d9f
AO
15072003-02-19 Alexandre Oliva <aoliva@redhat.com>
1508
1509 * configure.in: Introduce --enable-maintainer-mode.
1510 * configure: Rebuilt.
1511 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
1512 for maintainer mode.
1513 * Makefile.in: Rebuilt.
1514
8bcd8a07
AC
15152003-02-19 Andrew Cagney <ac131313@redhat.com>
1516
1517 * configure: Regenerate using autoconf 2.13.
1518
ee3fd329
AM
15192003-02-19 Alan Modra <amodra@bigpond.net.au>
1520
1521 * config.guess: Import latest version.
1522 * config.sub: Import latest version.
1523
e9e45685
JM
15242003-02-18 Jason Merrill <jason@redhat.com>
1525
1526 * Makefile.tpl (check-c++): Allow parallelism.
1527
859789af
AC
15282003-02-17 Andrew Cagney <ac131313@redhat.com>
1529
1530 * configure: Regenerate using autoconf 000227.
1531
b3f16a9b
GK
15322003-02-15 Geoffrey Keating <geoffk@apple.com>
1533
1534 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
1535 don't configure target-libobjc.
1536 * configure: Regenerate.
1537
72e60e02
DD
15382003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1539
1540 * Makefile.tpl (RANLIB): Define.
1541 * Makefile.in: Regenerate.
1542
91f0e695
KS
15432003-02-06 Keith R Seitz <keiths@redhat.com>
1544
1545 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
1546 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
1547 * Makefile.in: Regenerated.
1548 * configure.in: Remove all traces of snavigator, db, and grep.
1549 * configure: Regenerated.
1550
122bfa92
FCE
15512003-01-31 Frank Ch. Eigler <fche@redhat.com>
1552
1553 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
1554 * Makefile.in: Regenerated.
1555
264095c3
AO
15562003-01-30 Alexandre Oliva <aoliva@redhat.com>
1557
1558 * config.if: Copy from GCC.
1559
a84dbcb3
AO
15602003-01-27 Phil Edwards <pme@gcc.gnu.org>
1561
1562 * configure.in: Revert 24Jan change.
1563 * configure: Regenerate.
1564
19618276
NN
15652003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
1566
1567 * configure.in: Revert previous change.
1568 * configure: Regenerate.
1569
b7f27a92
NN
15702003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
1571
1572 * configure.in: Make rda native-only.
1573 * configure: Regenerate.
1574
83326456
NN
15752003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
1576
1577 * configure.in: Add missing \.
1578 * configure: Rebuilt.
1579
5e367fa5
JJ
15802003-01-17 Jakub Jelinek <jakub@redhat.com>
1581
1582 * configure.in (baseargs): Avoid using \| in sed regular
1583 expressions.
1584 * configure: Rebuilt.
1585
e01f337c
JJ
15862003-01-16 Jakub Jelinek <jakub@redhat.com>
1587
1588 * configure.in (baseargs): Remove all supported forms of
1589 --cache-file, --srcdir, --host, --build and --target options
1590 from argument lists.
1591 * configure: Rebuilt.
1592
aa236487
AO
15932003-01-15 Alexandre Oliva <aoliva@redhat.com>
1594
1595 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
1596 * configure: Rebuilt.
1597
586c0873
NN
15982003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
1599
1600 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
1601 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
1602 * Makefile.in: Regenerate.
1603 * configure: Regenerate.
1604
497f816e
DD
16052003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
1606
1607 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
1608 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
1609 * Makefile.in: Regenerate.
1610
bfbe5519
AO
16112003-01-09 Alexandre Oliva <aoliva@redhat.com>
1612
1613 * configure.in: Remove Makefile in build, host and target modules
1614 unless configure was run with --no-recursion.
1615 * configure: Rebuilt.
1616
3f234ef5
CD
16172003-01-08 Chris Demetriou <cgd@broadcom.com>
1618
1619 * config.guess: Update to 2003-01-03 version.
1620 * config.sub: Update to 2003-01-03 version.
1621
a3982d48
CF
16222003-01-07 Christopher Faylor <cgf@redhat.com>
1623
1624 * configure: Regenerate with proper autoconf 2.13.
1625
75778ec4
CF
16262003-01-07 Christopher Faylor <cgf@redhat.com>
1627
80b200a1
ZW
1628 * configure.in: Add AC_PREREQ for consistency.
1629 * configure: Regenerate.
75778ec4 1630
c180f501
AC
16312003-01-06 Andrew Cagney <ac131313@redhat.com>
1632
1633 * configure.in (GDB_TK): Add tcl directories conditional on
1634 gdb/gdbtk directory being present.
1635 * configure: Regenerate.
5481b376 1636
46ca2cc2
DA
16372003-01-04 John David Anglin <dave.anglin@nrc.ca>
1638
1639 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
1640 by gcc if LD is not defined and we are not doing a Canadian Cross.
1641 * configure: Rebuilt.
1642
53dd8dab
DJ
16432003-01-01 Daniel Jacobowitz <drow@mvista.com>
1644
1645 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
1646
50ceb20c
TT
16472002-12-31 Tom Tromey <tromey@redhat.com>
1648
1649 * Makefile.in: Rebuilt.
1650 * Makefile.def (target_modules) [libffi]: Allow installation.
1651
e78b5cfe
AS
16522002-12-31 Andreas Schwab <schwab@suse.de>
1653
1654 * configure.in: Fix use of $program_transform_name.
1655 * configure: Regenerated.
1656
67448102
DJ
16572002-12-30 Daniel Jacobowitz <drow@mvista.com>
1658
1659 * configure.in (baseargs): Don't remove first configure argument.
1660 * configure: Regenerated.
1661
e6bfb94a
AO
16622002-12-29 Alexandre Oliva <aoliva@redhat.com>
1663
1664 * Makefile.tpl (local-distclean): Don't remove...
1665 (multilib.ts): ... this. Moved into...
1666 (multilib.out): ... this. Don't use sub-make.
1667 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
1668 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
1669 (configure-build-[+module+], configure-[+module+],
1670 configure-target-[+module+], configure-gcc): ... these. Test
1671 for Makefile existence. Drop config.status from dependencies.
1672 * Makefile.in: Rebuilt.
1673 * configure.in: Move gcc-version-trigger to the end of
1674 ac_configure_args. Add comments to maybedep.tmp and
1675 serdep.tmp. Introduce --disable-serial-configure. Remove
1676 nonopt from baseargs, matching and removing corresponding
1677 whitespace while at it.
1678 * configure: Rebuilt.
1679
8f0dfb36
AO
16802002-12-28 Alexandre Oliva <aoliva@redhat.com>
1681
1682 * configure.in (host_configargs): Replace reference to
1683 no-longer-defined buildopts with --build=${build_alias}.
1684 * configure: Rebuilt.
1685
43be203f
AO
16862002-12-28 Alexandre Oliva <aoliva@redhat.com>
1687
1688 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
1689 program_transform_name to standard idiom.
1690 (AUTOGEN, AUTOCONF): Define.
1691 (Makefile.in): Use $(AUTOGEN).
1692 (Makefile): Depend on config.status, and use autoconf-style rule to
1693 build it. Move original commands to...
1694 (config.status): ... this new target.
1695 (configure): Add $(srcdir). Depend on config/acx.m4. Use
1696 $(AUTOCONF).
1697 * Makefile.in: Rebuilt.
1698
a0da8069
NN
16992002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
1700
d18f1c9f
NN
1701 * Makefile.tpl: Fix dramatic bustage due to change in
1702 program_transform_name.
1703 * Makefile.in: Regenerate.
1704
1705 * configure.in: Remove unnecessary PATH setting.
1706 * configure: Regnerate.
1707
1708 * configure.in: Don't default to unprefixed tools unless
1709 the native tools will work.
1710 * configure: Regenerate.
1711
a0da8069
NN
1712 * configure.in: Convert to autoconf script. Blow away lots
1713 of now-redundant Makefile fragments.
1714 * configure: Generate using Autoconf.
1715 * Makefile.tpl: Rewrite to reflect autoconfiscation.
1716 * Makefile.in: Regenerate.
1717
c567df0a
NN
17182002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
1719
5481b376 1720 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
1721 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
1722
5481b376 1723 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 1724 where they belong.
2c7f9a32 1725
2dabcfb4
AS
17262002-12-24 Andreas Schwab <schwab@suse.de>
1727
1728 * Makefile.tpl (multilib.out): Fix missing space.
1729 * Makefile.in: Regenerate.
1730
1086bc09
NN
17312002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
1732
1733 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
1734 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
1735 * Makefile.in: Regenerate.
1736 * configure.in: Remove unnecessary leftovers.
1737
1086bc09
NN
17382002-12-21 Geoffrey Keating <geoffk@apple.com>
1739
1740 * configure.in (extra_ranlibflags_for_target): New variable.
1741 (*-*-darwin): Add -c to ranlib commands.
1742 * configure (tooldir): Handle extra_ranlibflags_for_target.
1743
14e9ca95
JJ
17442002-12-20 Jeff Johnston <jjohnstn@redhat.com>
1745
1746 * COPYING.NEWLIB: Updated.
1747 * COPYING.LIBGLOSS: Ditto.
1748
14c428fb
NN
17492002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
1750
1751 * Makefile.tpl: Revert HJL's change.
1752 * Makefile.in: Regenerated.
1753 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
1754 always.
1755
313b8244
AS
17562002-12-19 Andreas Schwab <schwab@suse.de>
1757
1758 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
1759 * Makefile.in: Regenerate.
1760
efeae3db
L
17612002-12-18 H.J. Lu <hjl@gnu.org>
1762
1763 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
1764 * Makefile.in: Regenerated.
1765
1766 * configure.in (build_prefix): New. Substitute.
1767
43d92c63
NN
17682002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
1769
59da4fe6
NN
1770 * Makefile.tpl: Don't let real targets depend on phony targets.
1771 * Makefile.in: Regenerate.
1772
43d92c63
NN
1773 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
1774 * Makefile.in: Regenerate.
1775
b72e6a2d
JM
17762002-12-16 Jason Merrill <jason@redhat.com>
1777
1778 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
1779 previous 'make bootstrap'.
1780 * Makefile.in: Regenerate.
1781
95c72c44
HPN
17822002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
1783
1784 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
1785
7d695d07
JM
17862002-12-13 Jason Merrill <jason@redhat.com>
1787
1788 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
1789 library tests.
1790 (check-c++): Just depend on it and check-target-libstdc++-v3.
1791 * Makefile.in: Regenerate.
1792
54103d1e
NN
17932002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
1794
1795 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
1796 * Makefile.in: Regenerate.
1797
4024f1e1
JJ
17982002-12-12 Jeff Johnston <jjohnstn@redhat.com>
1799
80b200a1
ZW
1800 * COPYING.NEWLIB: Update list of alternate Regent of California
1801 licenses and discuss official revoking of advertising clause.
1802 * COPYING.LIBGLOSS: Ditto.
4024f1e1 1803
7dda0df6
AO
18042002-12-12 Alexandre Oliva <aoliva@redhat.com>
1805
1806 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
1807 * Makefile.in: Rebuilt.
1808
d03be79e 18092002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 1810
929293f4
NN
1811 * configure: Fix bug put in by gremlins.
1812
d03be79e
NN
1813 * Makefile.tpl: Substitute more autoconfily.
1814 * configure: Substitute more autoconfily.
1815 * Makefile.in: Regenerate.
1816
18172002-12-08 Andrew Cagney <ac131313@redhat.com>
1818
1819 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
1820 * Makefile.in (all-sim): Ditto.
a36d530e
DD
1821
18222002-12-06 DJ Delorie <dj@redhat.com>
1823
1824 * Makefile.tpl: Change configure dependencies to not have real
1825 targets depend on phony targets.
b4a77b47 1826
db1ac78d
NN
18272002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
1828
bcaf2395
NN
1829 * configure.in: Revert unintentional change.
1830
b4fa093e
NN
1831 * src-release: Configure host subdirs.
1832
db1ac78d
NN
1833 * Makefile.tpl: Change dependency for */multilib.out so that
1834 it works when gcc isn't in the tree.
1835
1836 * configure.in: Substitute more.
1837 * configure: Run subconfigures from the Makefile.
1838 * Makefile.tpl: Run subconfigures from the Makefile; add a few
1839 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
1840
15723a45
NN
18412002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
1842
e2b9e2dc
NN
1843 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
1844 and corresponding dependencies.
1845 * Makefile.in: Regenerate.
1846
2af579c4
NN
1847 * configure.in (host_tools): Order binutils, gas and ld for
1848 convenience in running the testsuites.
1849
a2cc058a
NN
1850 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
1851 * Makefile.in: Regenerate.
1852 * configure.in: Introduce rules to serialize subconfigure runs.
1853
15723a45
NN
1854 * configure.in: Introduce BASE_CC_FOR_TARGET.
1855 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
1856 Realize configure-build-* targets. Realize configure-target-* targets.
1857 * Makefile.in: Regenerate.
1858
ae831be5
NN
18592002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
1860
1861 * configure: Move gcc_version_trigger stuff from here...
1862 * configure.in: ...to here.
1863
1864 * configure.in: Separate subconfigure options added by this file from
1865 options given by the user. Add machinery to put args for host
1866 subconfigures into the Makefile.
1867
1868 * Makefile.tpl: Remove 'vault' targets.
1869 * Makefile.tpl: Reorder and comment dependencies.
1870 * Makefile.in: Regenerate.
1871
bbf7c8ac
NN
18722002-11-28 Geoffrey Keating <geoffk@apple.com>
1873
1874 * configure.in: Move host-specific darwin noconfigdirs into
1875 the host-specific section.
1876
930314a4
NN
18772002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
1878
52d7cdee
NN
1879 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
1880 during replay.
1881 * Makefile.in: Regenerate.
1882
930314a4
NN
1883 (finishing slow-motion replay)
1884 * configure: Remove skip-this-dir support.
1885 * Makefile.tpl: Remove skip-this-dir support.
1886
1887 * Makefile.tpl: Remove leftover support for non-autoconfiscated
1888 subdirectories.
1889 * Makefile.in: Regenerate.
1890
1891 * Makefile.tpl: Strip out useless setting of 'dir'.
1892 * Makefile.in: Regenerate.
5481b376 1893
930314a4
NN
18942002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
1895
1896 (finishing slow-motion replay)
1897 * configure.in: Fix deeply stupid bug.
1898
1899 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
1900 shell code in CXX_FOR_TARGET
1901 * Makefile.def: Introduce raw_cxx.
1902 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
1903 RAW_CXX_FOR_TARGET.
1904 * Makefile.in: Regenerate.
1905
19062002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
1907
1908 (finishing slow-motion replay)
1909 * Makefile.tpl: Remove unnecessary ifs.
1910 * Makefile.in: Regenerate.
1911
5481b376 1912 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
1913 dependencies. Maybe-ize build-libiberty. Create dummy install
1914 targets for 'no_install' modules.
5481b376 1915 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 1916 build_modules stuff to configure.in.
5481b376 1917 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
1918 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
1919 * Makefile.in: Regenerate.
1920
3866be5d
NN
19212002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
1922
1923 (continuing slow-motion replay)
1924 * Makefile.tpl: Make all-target, install-target behave similarly
1925 to all, install (only hitting configured targets). Eliminate
1926 unused macro defintions.
1927
1928 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
1929 build != host.
1930
1931 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
1932
1933 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
1934
5481b376 1935 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
1936 configuring. Remove references to "dosrel".
1937 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 1938 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 1939 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 1940 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
1941 and redundant dependency; rearrange slightly.
1942 * Makefile.def: Add host-side libtermcap, utils.
1943
1944 * Makefile.in: Regenerate.
1945
e393202e
NN
19462002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
1947
1948 (Continuing slow-motion replay)
1949 * Makefile.def: Add list of recursive targets to autogenerate.
1950 Add build_modules.
1951 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
1952 targets. Autogenerate *-build-* targets.
1953 * Makefile.in: Regenerate.
1954
583d52d7
NN
19552002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
1956
1957 (Continuing slow-motion replay)
1958 * configure: More autoconf-style substitutions.
1959 * Makefile.tpl: More autoconf-style substitutions.
1960 * Makefile.in: Regenerate.
1961
19622002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
1963
1964 (Continuing slow-motion replay)
1965 * configure: Substitute more variables in a more autoconf-friendly
1966 way. Simplify slightly.
1967 * Makefile.tpl: Make more variables substitutable in an
1968 autoconf-friendly way.
1969 * Makefile.in: Regenerate.
1970
874e38b4
NN
19712002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
1972
1973 (Continuing slow-motion replay)
1974 * configure.in (v810*): Remove special setting of tools.
1975
1976 * configure: Add support for extra required flags for ar or nm.
1977 * configure.in (aix4.3+): Use above support for target-specific
1978 issues, rather than using config/mt-aix43.
1979
852e5f18
NN
19802002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
1981
1982 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
1983 * configure: Remove 'removing', which doesn't work. Replace $subdir
1984 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
1985 with $srcdir. Reformat indentation. Substitute some variables
1986 formerly hard-coded in the Makefile for build=host.
1987 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
1988 * Makefile.def: Autogenerate more.
1989 * Makefile.in: Regenerate.
1990
c9a0d920
DD
19912002-11-13 Bruce Korb <bkorb@gnu.org>
1992
1993 * Makefile.tpl: syntactic cleanup
1994
dd2768ff
KB
19952002-11-04 Kevin Buettner <kevinb@redhat.com>
1996
1997 * Makefile.def (host_modules): Add rda.
1998 * Makefile.in: Regenerate.
1999 * configure.in (target_tool): Add target-rda to list.
2000
1aa8389d
DD
20012002-10-25 Phil Edwards <pme@gcc.gnu.org>
2002
2003 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
2004 and restrap targets to this rule.
2005 * Makefile.in: Regenerate.
2006
28f46298
HPN
20072002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
2008
2009 * configure.in (i[3456]86-*-linux*): Add check to disable
2010 ${libgcj} for glibc1.
2011
ff72e302
NC
20122002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
2013
2014 * configure.in: Add tic4x target.
2015
8607b6c9
NN
20162002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
2017
2018 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
2019 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
2020 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
2021 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
2022 * Makefile.in: Regenerate.
2023
f8f61f4a
NN
20242002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
2025
c86f794b
NN
2026 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
2027 * Makefile.in: Regenerate.
2028
a9590527
NN
2029 * Makefile.def: Remove order dependency comments.
2030 * Makefile.tpl: Add explicit install-install dependencies.
2031 * Makefile.in: Regenerate.
2032
8412ce72
NN
2033 * Makefile.tpl: Remove material now in src-release. (Finally!)
2034 * Makefile.in: Regenerate.
2035
8b9f37f1
NN
2036 * configure: Restore my original patch by syncing with gcc version.
2037
f8f61f4a
NN
2038 * Bring following over from gcc:
2039
20402002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
2041
2042 * configure.in (s390*-*-linux*): Enable libgcj.
2043
403d9505
NN
20442002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
2045
2046 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
2047
95f6f383
AM
20482002-10-02 Alan Modra <amodra@bigpond.net.au>
2049
e4673b0a 2050 * configure: Move stray lines back to where they belong.
95f6f383 2051
748503c8
NN
20522002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
2053
a581b5c3
NN
2054 * Makefile.tpl: Insert configure-target target, for src-release.
2055
c084f5b4
NN
2056 * configure: Finish reverting change which Andrew Cagney started
2057 reverting. Should fix bustage.
2058
7aa673ed 2059 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
2060 * src-release: New file. Contains material for making net
2061 releases for gdb, binutils, et al., formerly in Makefile.in.
2062
82a9b2d9
NC
20632002-09-30 Nick Clifton <nickc@redhat.com>
2064
2065 * cpu: New top level directory. Intended to hold input files for
2066 CGEN which have FSF copyright assignment.
2067 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
2068
c2463a00
AC
20692002-09-29 Andrew Cagney <ac131313@redhat.com>
2070
2071 Revert below (note that src does not contain Makefile.tpl):
2072 * Makefile.tpl: Make subsituted variables more autoconfy.
2073 * Makefile.in: Regenerate.
2074
f03b4789
NN
20752002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
2076
c11e16a9
NN
2077 * configure: Revert accidentally applied changes.
2078
f03b4789
NN
2079 * Makefile.tpl: Make more autoconf-friendly.
2080 * Makefile.in: Regenerate.
2081 * configure: Make substitution more autoconf-like.
2082
20832002-09-28 Richard Earnshaw <rearnsha@arm.com>
2084
2085 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
2086 single entry to handle all these.
2087 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
2088 libjava on arm-*-elf.
2089
c0292023
GK
20902002-09-27 Geoffrey Keating <geoffk@apple.com>
2091
2092 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
2093 things that depend on them.
2094
c66d951e
NN
20952002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
2096
2097 * Makefile.tpl: Make subsituted variables more autoconfy.
2098 * Makefile.in: Regenerate.
2099 * configure: Make seds more autoconfy.
2100
907a7241 21012002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
2102
2103 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
2104 * Makefile.in: Regenerate.
2105 * configure.in: Rewrite sed statements to look autoconfy.
2106
907a7241
NN
2107 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
2108 all-target-foo on configure-target-foo.
2109 * Makefile.def: Ditto.
2110 * Makefile.in: Rebuild.
2111
405ea7a0
NN
21122002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
2113
2114 * Makefile.def: New file.
2115 * Makefile.tpl: New file.
2116 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
2117
2118 * configure.in: Minor rearrangement. Simplify tests.
2119
bdc57bfd
JT
21202002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
2121
2122 * configure.in (with_headers): Skip copy if value is "yes".
2123 (with_libs): Likewise.
2124
ae03d6e2
NN
21252002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
2126
2127 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
2128 * configure.in (sh*-*-pe*): Ditto.
2129 * configure.in (mips*-*-pe*): Ditto.
2130 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
2131
2132 * configure.in: Rearrange.
2133
707960fe
NC
21342002-09-12 Nick Clifton <nickc@redhat.com>
2135
2136 * Import these changes from the config master repository:
2137
2138 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
2139
2140 * config.sub: Add tic4x target.
2141
2142 2002-09-03 Ben Elliston <bje@redhat.com>
2143
2144 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
2145 Reported by <Duncan_Stodart@insession.com>.
2146
36ea319f
JJ
21472002-09-10 Jeff Johnston <jjohnstn@redhat.com>
2148
2149 * COPYING.NEWLIB: More updates.
2150
cf57480a
JJ
21512002-09-09 Jeff Johnston <jjohnstn@redhat.com>
2152
2153 * COPYING.NEWLIB: Update.
2154
fd31a171
AC
21552002-08-23 Andrew Cagney <ac131313@redhat.com>
2156
23b632fc
AC
2157 * texinfo/texinfo.tex: Import version 2002-06-04.06.
2158
fd31a171
AC
2159 * config.guess: Import version 2002-08-23.
2160 * config.sub: Import version 2002-08-22.
2161
a08bafb5
AO
21622002-08-20 Alexandre Oliva <aoliva@redhat.com>
2163
2164 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
2165 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
2166 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
2167
17240c1f
NC
21682002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
2169
2170 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
2171
e70ad0c6
L
21722002-08-04 H.J. Lu (hjl@gnu.org)
2173
2174 * configure.in (mips*-*-linux*): Don't skip target-libffi.
2175
574e6d11
DD
21762002-07-31 Alan Modra <amodra@bigpond.net.au>
2177
2178 * configure.in: Move generic linux case to end. Copy generic
2179 linux noconfigdirs to mips*-*-linux* entry and new
2180 powerpc64*-*-linux* entry. Add target-libffi for the latter.
2181
611e7523
CD
21822002-07-19 Chris Demetriou <cgd@broadcom.com>
2183
2184 * MAINTAINERS: Clarify on config.guess and config.sub, and add
2185 one instance of them which was missed to the list to update.
2186
51759676
CD
21872002-07-16 Chris Demetriou <cgd@broadcom.com>
2188
2189 * config.guess: Update to 2002-07-09 version.
2190 * config.sub: Update to 2002-07-03 version.
2191
7c1f909c
DD
21922002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
2193
2194 * configure.in: Remove two redundant tests.
2195
d7cf5d30
DD
21962002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2197
2198 * configure.in (mips*-*-irix6*o32): Enable stabs.
2199
c74222f7
DD
22002002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
2201
5b53c336
DD
2202 * configure.in: Don't build grez.
2203 * Makefile.in: Ditto.
2204
c74222f7
DD
2205 * Makefile.in: Remove references to bsp, cygmon, libstub.
2206 * configure.in: Ditto.
2207
2208 * configure.in: Remove leftover reference to gdbtest.
2209
edd1b227
DD
22102002-07-08 Phil Edwards <pme@gcc.gnu.org>
2211
2212 * configure.in (gxx_include_dir): Change to match versioned
2213 C++ headers if --enable-version-specific-runtime-libs is used.
2214
486186e3
AO
22152002-07-04 Steve Ellcey <sje@cup.hp.com>
2216
2217 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
2218
ff0a3bf8
DD
22192002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
2220
2221 * configure.in: Make --without-x work.
2222
1dfa8174
NC
22232002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
2224
2225 * contrib: New directory. Created to contain a copy of the
5481b376 2226 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
2227 the FSF GCC sources.
2228
07637366
DD
22292002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
2230
b6f83f2a
DD
2231 * configure.in: Rearrange target Makefile fragment collection.
2232
07637366
DD
2233 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
2234 cvs[src].
2235 * configure.in: Ditto.
2236
f48556b1
DD
22372002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
2238
2239 * Makefile.in: Eliminate 'apache' targets.
2240 * configure.in: Eliminate 'apache' targets.
2241
2242 * configure.in: Eliminate redundant tests. Reorganize.
2243
2244 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
2245
2246 * config-ml.in: Eliminate references to Cygnus configure.
2247
2248 * Makefile.in: Eliminate references to building emacs.
2249
22502002-07-01 Denis Chertykov <denisc@overta.ru>
2251
2252 * configure.in: Add support for ip2k.
2253
cdb9e2b8
BE
22542002-06-24 Ben Elliston <bje@redhat.com>
2255
2256 * configure.in (host_tools): Remove cgen.
2257
2258 * Makefile.in (all-cgen): Remove; runs from its source directory.
2259 (check-cgen, install-cgen, clean-cgen): Likewise.
2260 (all-opcodes): No not depend on all-cgen.
2261 (all-sim): Likewise.
2262
3558860c
DD
22632002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
2264
2265 * configure.in: Fix AIX configury bug.
2266
e3b0c936
DD
22672002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
2268
cdb9e2b8 2269 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 2270
cdb9e2b8
BE
2271 * configure.in: Move definition of libstdcxx_flags right above
2272 usage, rather than way earlier.
8ee424c0 2273
c712250a
DD
2274 * configure.in: Pull definition of is_cross_compiler earlier.
2275
9ee1a75c
DD
2276 * configure.in: Rearrange a little.
2277
e3b0c936
DD
2278 * configure.in: Remove references to librx.
2279 * Makefile.in: Remove references to librx.
2280
b2bd228e
DD
22812002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
2282
2283 * configure.in: Eliminate ${gasdir} variable.
2284
7cd52483
DB
22852002-06-18 Dave Brolley <brolley@redhat.com>
2286
2287 * configure.in: Add support for frv.
2288 * config.sub: Add support for frv.
2289
6c5e141a
DD
22902002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2291
2292 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
2293
0d18b56d
JT
22942002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
2295
2296 * configure.in (vax-*-netbsd*): Re-enable gas.
2297
fd8958d5
DD
22982002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
2299
27f15fdd
DD
2300 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
2301 BUILD_PREFIX_1, to correct nomenclature.
2302 * configure: Likewise.
2303
fd8958d5
DD
2304 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
2305 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
2306
0c2442b7
DD
23072002-05-31 Olaf Hering <olh@suse.de>
2308
2309 * config-ml.in: Propogate DESTDIR also.
2310
a3602181
JT
23112002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
2312
2313 * configure.in (vax-*-netbsd*): Don't build gas for this
2314 platform.
2315
c95f53ae
MM
23162002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
2317
2318 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
2319 and libgcj for AVR.
2320
1d7c1053
NC
23212002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
2322
2323 * config.sub: Add DLX target.
2324
4b37028f
JT
23252002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
2326
2327 * config.guess: Update to 2002-05-22 version.
2328 * config.sub: Likewise.
2329
d5de0a84
NC
23302002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2331
2332 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
2333 * config-ml.in: Likewise.
2334 * configure: Likewise.
2335 * configure.in: Likewise.
2336
c92a0210
DD
23372002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
2338
115a77aa
DD
2339 * configure.in: Simplify makefile fragment collection.
2340
2341 * configure.in: Remove code to build emacs.
e99daf2b 2342
91e060aa
DD
2343 * configure.in : Remove --srcdir argument from targargs and buildargs
2344 (it's always overridden in the Makefile anyway). Rearrange a bit.
2345
2346 * configure: Move some logic to configure.in.
2347 * configure.in: Move some logic from configure.
c92a0210 2348
91217342
JJ
23492002-05-07 Jeff Johnston <jjohnstn@redhat.com>
2350
2351 * COPYING.LIBGLOSS: New file.
2352
d3d8a9ee
NC
23532002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
2354
2355 * Makefile.in: Honour DESTDIR.
2356
3a036cdc
AO
23572002-05-05 Alexandre Oliva <aoliva@redhat.com>
2358
2359 * configure.in (noconfigdirs): Don't disable libgcj on
2360 sparc64-*-solaris* and sparcv9-*-solaris*.
2361
6d095fe4
AO
23622002-05-03 Alexandre Oliva <aoliva@redhat.com>
2363
2364 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
2365
dac55df9
TF
23662002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
2367
2368 * configure.in (FLAGS_FOR_TARGET): Do not add
2369 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
2370 on i[3456]86-*-linux*.
2371
a018e15b
TF
23722002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
2373
2374 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
2375
2376 * configure.in (noconfigdirs): Do not add target-newlib if
2377 target == i[3456]86-*-linux*, and host == target.
2378
5f284831
MM
23792002-04-29 Mark Mitchell <mark@codesourcery.com>
2380
2381 * config.guess: Updated to 2002-04-26's version.
2382 * config.sub: Updated to 2002-04-26's version.
2383
33babf59
DD
23842002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
2385
bd5f7da2
DD
2386 * configure.in: delete reference to absent file
2387
a0c4f3a0
DD
2388 * configure.in: replace '[' with 'test'
2389
66f1ba4f
DD
2390 * configure.in: Eliminate references to gash.
2391 * Makefile.in: Eliminate references to gash.
2392
7c3ab50c
DD
2393 * configure.in: remove useless references to 'pic' makefile fragments.
2394
bbc025f5
DD
2395 * configure.in: (*-*-windows*) Finish removing.
2396
33babf59
DD
2397 * configure.in: Eliminate redundant test for libgui.
2398
d5ec694c
DD
23992002-04-26 Joel Sherrill <joel@OARcorp.com>
2400
2401 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
2402 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
2403
57a5346c
DD
24042002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
2405
2406 * configure.in: remove references to dead files
2407
dbf93899
DD
24082002-04-18 Tom Tromey <tromey@redhat.com>
2409
2410 * configure.in: Disallow configuring libgcj when it is already
2411 installed and we're using Solaris 2.8 linker. Do enable libgcj on
2412 Solaris 2.8 by default. For PR libgcj/6158.
2413
26eadf68
DD
24142002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
2415
2416 * configure.in: Move default CC setting out of config/mh-* fragments
2417 directly into here.
2418
a0a2c6c6
DD
24192002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
2420
2421 * configure.in: don't even try to configure or make a subdirectory
2422 if there's no configure script for it.
2423
9972f812
DD
24242002-04-15 Mark Mitchell <mark@codesourcery.com>
2425
2426 * MAINTAINERS: Remove chill maintainers.
2427 * Makefile.in (CHILLFLAGS): Remove.
2428 (CHILL_LIB): Remove.
2429 (TARGET_CONFIGDIRS): Remove libchill.
2430 (CHILL_FOR_TARGET): Remove.
2431 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
2432 CHILL_LIB.
2433 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
2434 (CHECK_TARGET_MODULES): Likewise.
2435 (INSTALL_TARGET_MODULES): Likewise.
2436 (CLEAN_TARGET_MODULES): Likewise.
2437 (configure-target-libchill): Remove.
2438 (all-target-libchill): Remove.
2439 * configure.in (target_libs): Remove target-libchill.
2440 Do not compute CHILL_FOR_TARGET.
2441 * libchill: Remove directory.
5481b376 2442
75205f78
DD
24432002-04-15 DJ Delorie <dj@redhat.com>
2444
2445 * Makefile.in, configure.in, configure: Sync with gcc, entries
2446 follow...
2447
24482002-04-08 Tom Tromey <tromey@redhat.com>
2449
2450 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
2451 Fixes PR libgcj/6068.
2452
24532002-03-30 Krister Walfridsson <cato@df.lth.se>
2454
2455 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
2456
24572002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2458
2459 * configure.in (alpha*-dec-osf*): Enable libgcj.
2460
24612002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
2462
2463 Fix for: PR bootstrap/3591, target/5676
2464 * configure.in (mcore-pe): Disable the configuration of
2465 libstdc++-v3 since exceptions are not supported.
2466
24672002-03-20 Anthony Green <green@redhat.com>
2468
2469 * configure.in: Enable libgcj for xscale-elf target.
2470
24712002-02-28 Alexandre Oliva <aoliva@redhat.com>
2472
2473 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
2474 libjava.
2475 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
2476
24772002-02-22 Alexandre Oliva <aoliva@redhat.com>
2478
2479 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
2480 libstdc++-v3 and libjava.
2481
24822002-02-11 Adam Megacz <adam@xwt.org>
2483
2484 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
2485 boehm-gc
2486
24872002-02-09 Alexandre Oliva <aoliva@redhat.com>
2488
2489 * config.guess: Updated to 2002-01-30's version.
2490 * config.sub: Updated to 2002-02-01's version.
2491 Contribute sh64-elf.
2492 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
2493 * configure.in: Added sh64-*-*.
2494
24952002-01-17 H.J. Lu <hjl@gnu.org>
2496
2497 * Makefile.in (all-fastjar): Also depend on all-libiberty.
2498 (all-target-fastjar): Also depend on all-target-libiberty.
2499
2500Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
2501
2502 * configure, configure.in: Use temp file for long sed commands.
2503
25042001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
2505
2506 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
2507 libf2c.
2508
25092001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
2510
2511 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
2512
25132001-10-11 Hans-Peter Nilsson <hp@axis.com>
2514
2515 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
2516
25172001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
2518
2519 * configure: Handle temporary files securely using mkdir.
2520
25212001-09-26 Will Cohen <wcohen@redhat.com>
2522
2523 * configure.in (*-*-linux*): Disable configuration of target-newlib
2524 and target-libgloss.
2525
25262001-09-26 Alexandre Oliva <aoliva@redhat.com>
2527
2528 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
2529 RANLIB.
2530
25312001-08-11 Graham Stott <grahams@redhat.com>
2532
2533 * Makefile.in (check-c++): Add missing semicolon.
2534
25352001-07-25 Andrew Haley <aph@cambridge.redhat.com>
2536
2537 * configure.in (sh-*-linux*): New.
2538
25392001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2540
2541 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
2542 and libgcj on m68hc11/m68hc12.
2543
25442001-06-27 H.J. Lu (hjl@gnu.org)
2545
2546 * Makefile (CFLAGS_FOR_BUILD): New.
2547 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
2548
25492001-06-01 Hans-Peter Nilsson <hp@axis.com>
2550
2551 * configure.in (libstdcxx_flags): Do not try to execute
2552 libstdc++-v3/testsuite_flags until it exists.
2553
25542001-05-18 Benjamin Kosnik <bkoz@redhat.com>
2555
2556 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
2557
25582001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
2559
2560 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
2561
2562Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
2563
2564 * configure.in: Move *-chorusos target case to the proper switch.
2565 Disable libgcj.
2566
25672001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2568
2569 * Makefile.in (STAGE1_CFLAGS): Pass down.
2570
25712001-04-13 Alan Modra <amodra@one.net.au>
2572
2573 * config.guess: Add hppa64-linux support. Note for next import that
2574 this is already in the master file.
2575 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
2576
25772001-03-22 Colin Howell <chowell@redhat.com>
2578
2579 * Makefile.in (DO_X): Do not backslash single-quotes in
2580 backquotes (two places).
2581
25822001-03-18 Laurynas Biveinis <lauras@softhome.net>
2583
2584 * Makefile.in (DO_X): Quote nested quotes.
2585
25862001-03-15 Laurynas Biveinis <lauras@softhome.net>
2587
2588 * Makefile.in (DO_X): Use double quotes for quoting
2589 "RANLIB=$${RANLIB}".
2590
25912001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
2592
2593 * configure.in: Only use `lang_requires' for languages athat are
2594 actually enabled.
2595
25962001-03-07 Tom Tromey <tromey@redhat.com>
2597
2598 * configure.in: Allow config-lang.in to set `lang_requires' to list
2599 of other required languages.
2600
26012001-03-06 Laurynas Biveinis <lauras@softhome.net>
2602
2603 * Makefile.in: Remove RANLIB definition. Use RANLIB
2604 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
2605 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
2606
26072001-02-28 Benjamin Kosnik <bkoz@redhat.com>
2608 Alexandre Oliva <aoliva@redhat.com>
2609
2610 * Makefile.in (check-c++): Use tabs, not spaces.
2611
26122001-02-19 Benjamin Kosnik <bkoz@redhat.com>
2613
2614 * Makefile.in (check-c++): New rule.
2615
2616 * configure.in (target_libs): Remove libg++.
2617 (noconfigdirs): Remove libg++.
2618 (noconfigdirs): Same.
2619 (noconfigdirs): Same.
2620 (noconfigdirs): Same.
2621
2622 * config-ml.in: Remove libg++ references.
2623
2624 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
2625 (ALL_TARGET_MODULES): Same.
2626 (configure-target-libg++): Remove.
2627 (all-target-libg++): Remove.
2628 (configure-target-libio): Remove.
2629 (all-target-libio): Remove.
2630 (check-target-libio): Remove.
2631 (.PHONY): Remove.
2632 (libg++.tar.bz2): Remove.
2633 (all-target-cygmon): Remove libio.
2634 (all-target-libstdc++): Remove.
2635 (configure-target-libstdc++): Remove.
2636 (TARGET_LIB_PATH): Remove libstdc++.
2637 (ALL_GCC_CXX): Remove libstdc++.
2638 (all-target-gperf): Correct.
2639
26402001-02-15 Anthony Green <green@redhat.com>
2641
2642 * configure: Introduce GCJ_FOR_TARGET.
2643 * configure.in: Ditto.
2644 * Makefile.in: Ditto.
2645
26462001-02-08 Chandrakala Chavva <cchavva@redhat.com>
2647
2648 * configure.in: for *-chorusos, don't config target-newlib and
2649 target-libgloss.
2650
26512001-02-04 Mark Mitchell <mark@codesourcery.com>
2652
2653 Remove V2 C++ library.
2654 * configure.in: Remove --enable-libstdcxx_v3 support.
2655
26562001-01-27 Richard Henderson <rth@redhat.com>
2657
2658 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
2659
26602001-01-26 Tom Tromey <tromey@redhat.com>
2661
2662 * configure.in: Allow libgcj to be built on Sparc Solaris.
2663
26642001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
2665
2666 * configure.in: Enable libgcj on several additional platforms.
2667
26682001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
2669
2670 * configure.in: Enable libgcj for linux targets.
2671
26722001-01-09 Mike Stump <mrs@wrs.com>
2673
2674 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
2675 failures of subdirectories.
2676
26772001-01-02 Laurynas Biveinis <lauras@softhome.net>
2678
2679 * configure: handle DOS-style absolute paths.
2680
26812001-01-02 Laurynas Biveinis <lauras@softhome.net>
2682
2683 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
2684
26852000-12-18 Benjamin Kosnik <bkoz@redhat.com>
2686
2687 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
2688 (libstdcxx_incdir): Pass down.
2689 * config.if: Remove expired bits for cxx_interface, add stub.
2690 (libstdcxx_incdir): Add variable for g++ include directory.
2691 * configure.in (gxx_include_dir): Use it.
2692
26932000-12-15 Andreas Jaeger <aj@suse.de>
2694
2695 * configure.in: Handle lang_dirs.
2696
26972000-12-13 Anthony Green <green@redhat.com>
2698
2699 * configure.in: Disable libgcj for any target not specifically
2700 listed. Disable libgcj for x86 and Alpha Linux until compatible
2701 with g++ abi.
2702
27032000-12-13 Mike Stump <mrs@wrs.com>
2704
2705 * Makefile.in (local-distclean): Also remove fastjar.
2706
27072000-12-10 Anthony Green <green@redhat.com>
2708
2709 * configure.in: Define libgcj. Disable libgcj target libraries for
2710 most targets.
2711
27122000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
2713
2714 * configure.in (target_libs): Revert 2000-12-08 patch.
2715 (noconfigdirs): Added target-libjava.
2716
27172000-12-09 Laurynas Biveinis <lauras@softhome.net>
2718
2719 * Makefile.in: handle DOS-style absolute paths.
2720
27212000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
2722
2723 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
2724 libjava.
2725 * configure.in (target_libs): Removed `target-libjava'.
2726
27272000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
2728
2729 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
2730 (ALL_MODULES): Added fastjar.
2731 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
2732 (all-target-libjava): all-fastjar replaces all-zip.
2733 (all-fastjar): Added.
2734 (configure-target-fastjar, all-target-fastjar): Likewise.
2735 * configure.in (host_tools): Added fastjar.
2736
27372000-12-07 Mike Stump <mrs@wrs.com>
2738
2739 * Makefile.in (local-distclean): Remove leftover built files.
2740
27412000-11-16 Fred Fish <fnf@be.com>
2742
2743 * configure.in (enable_libstdcxx_v3): Fix typo,
2744 libstd++ -> libstdc++.
2745
27462000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
2747
2748 * configure: Provide the original toplevel configure arguments
2749 (including $0) to subprocesses in the environment rather than
2750 through gcc/configargs.h.
2751
27522000-11-12 Mark Mitchell <mark@codesourcery.com>
2753
2754 * configure: Turn on libstdc++ V3 by default.
2755
27562000-10-16 Michael Meissner <meissner@redhat.com>
2757
2758 * configure (gcc/configargs.h): Only create if there is a build GCC
2759 directory created.
2760
27612000-10-05 Phil Edwards <pme@gcc.gnu.org>
2762
2763 * configure: Save configure arguments to gcc/configargs.h.
2764
27652000-10-04 Andris Pavenis <pavenis@latnet.lv>
2766
2767 * Makefile.in (bootstrap): avoid recursion if subdir missing
2768 (cross): ditto
2769 (do-proto-toplev): ditto
2770
2771Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
2772
2773 * configure.in: Do not build byacc for hppa64. Provide paths to the
2774 X11 libraries for hppa64.
2775
27762000-09-02 Anthony Green <green@cygnus.com>
2777
2778 * Makefile.in (all-gcc): Depend on all-zlib.
2779 (CLEAN_MODULES): Add clean-zlib.
2780 (ALL_MODULES): Add all-zlib.
2781 * configure.in (host_libs): Add zlib.
2782
27832000-08-25 Alexandre Oliva <aoliva@redhat.com>
2784
2785 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
2786 $targargs to tell whether newlib is going to be built.
2787
2788 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
2789 $$r/TARGET_SUBDIR/libio for _G_config.h.
2790
27912000-08-14 Zack Weinberg <zack@wolery.cumb.org>
2792
2793 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
2794
2795 * configure: Make enable_threads and enable_shared defaults
2796 explicit. Substitute enable_threads into generated Makefiles.
2797 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
2798 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
2799
28002000-08-02 Manfred Hollstein <manfredh@redhat.com>
2801
2802 * configure.in: Re-enable all references to libg++ and librx.
2803
ffb97b2f 28042002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 2805
ffb97b2f
DD
2806 * configure.in: Add *-*-freebsd* configurations.
2807
bbf6e9e3
AC
28082002-04-07 Andrew Cagney <ac131313@redhat.com>
2809
2810 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
2811 (do-tar, do-bz2): New rules.
2812 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
2813 (gdb-tar): New rule.
2814 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
2815 (insight_dejagnu.tar): New rule.
2816 (insight.tar): New rule.
2817 (gdb+dejagnu.tar): New rule.
2818 (gdb.tar): New rule.
2819
8f1579c0
AC
28202002-04-07 Andrew Cagney <ac131313@redhat.com>
2821
2822 * MAINTAINERS: Update dejagnu/
2823
ba3c59ab
AO
28242002-03-16 Alexandre Oliva <aoliva@redhat.com>
2825
2826 * ltmain.sh (relink_command): Fix typo in previous change.
2827
6243d5dd
AO
28282002-03-15 Alexandre Oliva <aoliva@redhat.com>
2829
2830 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
2831 (relink_command): Added --tag flags.
2832 (mode=install): If relinking fails; error out.
2833
80413487
RH
28342002-03-12 Richard Henderson <rth@redhat.com>
2835
2836 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
2837 .NOTPARALLEL tag.
2838 (do-check): Rename from check.
2839 (check): Allow parallel check.
2840
3daeddf6
RH
28412002-03-11 Richard Henderson <rth@redhat.com>
2842
2843 * Makefile.in (.NOTPARALLEL): Add fake tag.
2844
fad93c55
L
28452002-03-07 H.J. Lu (hjl@gnu.org)
2846
2847 * configure.in: Enable gprof for mips*-*-linux*.
2848
2e8357fc
AO
28492002-02-28 Alexandre Oliva <aoliva@redhat.com>
2850
2851 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
2852 libjava.
2853 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
2854
bd48e1a9
AC
28552002-02-24 Andrew Cagney <ac131313@redhat.com>
2856
2857 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
2858
39121370
DJ
28592002-02-23 Daniel Jacobowitz <drow@mvista.com>
2860
2861 * config.guess: Import from master sources, rev 1.232.
2862 * config.sub: Import from master sources, rev 1.246.
2863
081ff160
AO
28642002-02-23 Alexandre Oliva <aoliva@redhat.com>
2865
2866 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
2867 because its Makefile is there; test for the executable instead.
2868
20a5393b
AO
28692002-02-09 Alexandre Oliva <aoliva@redhat.com>
2870
2871 Contribute sh64-elf.
2872 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
2873 * configure.in: Added sh64-*-*.
2874
38135629
JJ
28752002-02-04 Jeff Johnston <jjohnstn@redhat.com>
2876
80413487
RH
2877 * COPYING.NEWLIB: Remove advertising clause from
2878 Berkeley and Red Hat licenses.
38135629 2879
48d19748
MD
28802002-02-01 Mo DeJong <supermo@bayarea.net>
2881
2882 * Makefile.in: Add all-tix to deps for all-snavigator
2883 so that tix is built when building snavigator.
2884
f6e1c110
BE
28852002-02-01 Ben Elliston <bje@redhat.com>
2886
2887 * config.guess: Import from master sources, rev 1.229.
2888 * config.sub: Import from master sources, rev 1.240.
2889
4867be41
DJ
28902002-01-27 Daniel Jacobowitz <drow@mvista.com>
2891
2892 From Steve Ellcey <sje@cup.hp.com>:
2893 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
2894 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
2895 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
2896 IA64.
2897 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
2898 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
2899 soname_spec, sys_lib_search_path_spec): Ditto.
2900
e82380cc
JT
29012002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
2902
2903 * configure.in (*-*-netbsd*): New. Skip target-newlib,
2904 target-libiberty, and target-libgloss. Skip Java-related
2905 libraries if not supported for NetBSD on target CPU.
2906
1319fb9c
NC
29072002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
2908
2909 * configure.in: Import StrongARM and XScale target_configdirs from
2910 FSF GCC version.
2911
b020f6ac
L
29122002-01-16 H.J. Lu (hjl@gnu.org)
2913
2914 * config.guess: Import from master sources, rev 1.225.
2915 * config.sub: Import from master sources, rev 1.238.
2916
2917 * MAINTAINERS: Updated notes on config.guess and config.sub.
2918
a0c1c920
NC
29192002-01-11 Steve Ellcey <sje@cup.hp.com>
2920
2921 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
2922 ld and gdb are not supported.
2923
a9fa5e1f
JJ
29242002-01-07 Jeff Johnston <jjohnstn@redhat.com>
2925
2926 * Change reference to Cygnus Solutions to be Red Hat.
2927
94077108
JJ
29282002-01-07 Jeff Johnston <jjohnstn@redhat.com>
2929
2930 * COPYING.NEWLIB: Update generic copyright date.
2931
05ecd75c
MS
29322002-01-07 Mark Salter <msalter@redhat.com>
2933
2934 * configure.in: Remove target-bsp and target-cygmon from arm builds.
2935 Allow target-libgloss to be built for arm, strongarm, and xscale.
2936
a106bb62
BE
29372002-01-03 Ben Elliston <bje@redhat.com>
2938
2939 * MAINTAINERS: Update URL for config.* scripts.
2940
0e254642
AM
29412001-12-18 Alan Modra <amodra@bigpond.net.au>
2942
2943 * config.sub: Import latest version.
2944 * config.guess: Likewise.
2945
0a0d0041
TF
29462001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
2947
2948 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
2949 options for i[3456]86-pc-linux* native builds.
2950
d932cae7
NC
29512001-12-05 Laurent Guerby <guerby@acm.org>
2952
2953 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 2954 libiberty.
d932cae7
NC
2955
2956 Import this patch from gcc:
5481b376 2957
d932cae7
NC
2958 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
2959
2960 * symlink-tree: handle DOS-style absolute paths.
2961
49b7683b
DD
29622001-11-28 DJ Delorie <dj@redhat.com>
2963 Zack Weinberg <zack@codesourcery.com>
2964
2965 When build != host, create libiberty for the build machine.
2966
2967 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
2968 CONFIG_ARGUMENTS.
2969 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
2970 New variables.
2971 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
2972 and rules.
2973 (all.normal): Depend on ALL_BUILD_MODULES.
2974 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
2975 (all-build-libiberty): Depend on configure-build-libiberty.
2976
2977 * configure: Calculate and substitute proper value for
2978 ALL_BUILD_MODULES.
2979 * configure.in: Create the build subdirectory.
2980 Calculate and substitute TARGET_CONFIGARGS (formerly
2981 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
2982
26ef82f4
GK
29832001-11-26 Geoffrey Keating <geoffk@redhat.com>
2984
2985 * config.sub: Update to version 1.232 on subversion.
2986
43e64072
NC
29872001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
2988
2989 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
2990 files from .po files for a distribution.
2991
66f6c0d5
HPN
29922001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
2993
2994 * COPYING.NEWLIB: Mention preserved notice in specific parts.
2995
4a02fdb2
JH
29962001-11-13 Jeff Holcomb <jeffh@redhat.com>
2997
2998 Merged from net gcc:
2999 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
3000 * ltcf-c.sh: Use $objext, not $ac_objext.
3001 2001-07-27 Mark Kettenis <kettenis@gnu.org>
3002 * ltcf-cxx.sh: Add support for GNU.
3003 2001-07-22 Timothy Wall <twall@redhat.com>
3004 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
3005 default settings if using GNU tools with that configuration.
3006 * ltcf-cxx.sh: Ditto.
3007 * ltcf-gcj.sh: Ditto.
3008 2001-07-21 Michael Chastain <chastain@redhat.com>
3009 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
3010 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
3011 * ltmain.sh: Mark as gcc-local.
3012
227b9953
JH
30132001-11-13 Jeff Holcomb <jeffh@redhat.com>
3014
3015 * Makefile.in (all-bison): Revert 2001-10-24.
3016 Don't depend on texinfo.
3017
cbbab8fb
JJ
30182001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
3019
80413487 3020 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 3021
922b2485
DD
30222001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
3023
3024 * configure.in (--enable-languages): Be more permissive about
3025 syntax. Check for empty lists better. Warn about $LANGUAGES.
3026
f08fa01d
HPN
30272001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
3028
3029 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
3030
fee3da4e
JH
30312001-10-24 Jeff Holcomb <jeffh@redhat.com>
3032
3033 Makefile.in (all-bison): Don't depend on texinfo.
3034
73fb1ef9
AM
30352001-10-03 Alan Modra <amodra@bigpond.net.au>
3036
3037 * gettext.m4: Test po/POTFILES.in exists before trying to read.
3038
373688ac
AO
30392001-09-29 Alexandre Oliva <aoliva@redhat.com>
3040
3041 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
3042
9c07660b
HPN
30432001-09-28 Hans-Peter Nilsson <hp@axis.com>
3044
3045 * config.sub, config.guess: Import latest from subversions.
3046
3f152009
AO
30472001-09-21 Alexandre Oliva <aoliva@redhat.com>
3048
3049 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
3050 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
3051 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
3052 avoid quotes nesting problems.
3053 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
3054 (DO_X): Export only variables that are set.
3055
8f6a59e5
BE
30562001-09-19 Ben Elliston <bje@redhat.com>
3057
3058 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
3059 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
3060 semantics. Use the shell built-in "type" command instead.
3061
a1ec19fa
TS
30622001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3063
3064 * config.sub: Reverted the earlier change, this version is not the
3065 master file.
3066
4008bd9b
TS
30672001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3068
3069 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
3070 Add support for mips64.
3071
dd1e52a4
JH
30722001-09-03 Jeff Holcomb <jeffh@redhat.com>
3073
3074 * configure.in: Enable libstdc++-v3 for h8300 targets.
3075
91549d1c
EC
30762001-08-30 Eric Christopher <echristo@redhat.com>
3077 Jason Eckhardt <jle@redhat.com>
3078
3079 * config.sub: Add support for mipsisa32.
3080
cf966cf9
EC
30812001-08-30 Eric Christopher <echristo@redhat.com>
3082
3083 * config.sub, config.guess: Import latest from subversions.
3084
82208dc5
AM
30852001-08-20 Alan Modra <amodra@bigpond.net.au>
3086
3087 * config.sub, config.guess: Import latest from subversions.
3088
4dca8403
DD
30892001-07-26 DJ Delorie <dj@redhat.com>
3090
3091 * MAINTAINERS: Clarify libiberty merge rules and procedures.
3092
1107dce2
AM
30932001-06-19 Alan Modra <amodra@bigpond.net.au>
3094
3095 * Makefile.in: Revert 2001-06-17.
3096 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
3097
e09a6604
L
30982001-06-17 H.J. Lu <hjl@gnu.org>
3099
3100 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
3101 (gas+binutils.tar.bz2): Likewise.
3102 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
3103
31a8b634
AC
3104Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
3105
3106 * Makefile.in (VER): When present, extract the version number from
5481b376 3107 the file version.in.
31a8b634 3108
dc70af01
AO
31092001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
3110
3111 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
3112 gcc/xgcc is built, use -print-prog-name to find out the program
3113 name to use.
3114
839bbd8c
AO
31152001-06-04 Mark Mitchell <mark@codesourcery.com>
3116
3117 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
3118 with_gcc]: Use `gcc -shared' to build a shared library.
3119
566e9a30
AO
31202001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
3121
3122 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
3123 archives.
3124
e877bb69
AO
31252001-05-28 Simon Patarin <simon.patarin@inria.fr>
3126
3127 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
3128 libraries when using g++ with native linker.
3129
1605288b
AO
31302001-05-28 Alexandre Oliva <aoliva@redhat.com>
3131
3132 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
3133
11a383ba
TR
31342001-05-24 Tom Rix <trix@redhat.com>
3135
3136 * configure.in : enable ld for aix
cf966cf9 3137
18611226
AO
31382001-05-22 Alexandre Oliva <aoliva@redhat.com>
3139
3140 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
3141 [aix4*|aix5*]: Prepend blank.
3142
6be7c12c
AO
31432001-05-20 Alexandre Oliva <aoliva@redhat.com>
3144
3145 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3146 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
3147 of subdir/configure scripts to use the new libtool.m4.
3148
4ed00bba
L
31492001-05-14 H.J. Lu <hjl@gnu.org>
3150
3151 * config.if (libc_interface): Set to -libc6.2- for cross
3152 compiling to Linux/glibc 2.2.
3153
b1af961c
AO
31542001-05-03 Alexandre Oliva <aoliva@redhat.com>
3155
3156 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
3157 libgcj.
3158
5ec3e74e
AO
31592001-04-26 Alexandre Oliva <aoliva@redhat.com>
3160
3161 * configure.in (noconfigdirs): Don't reset it from scratch in the
3162 target case; only append to it.
3163
b3ed1d6b
AO
31642001-04-26 Alexandre Oliva <aoliva@redhat.com>
3165
3166 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
3167 sparc-*-solaris2.8]: Disable ${libgcj}.
3168
96111c10
AO
31692001-04-25 Alexandre Oliva <aoliva@redhat.com>
3170
3171 * configure.in (libgcj_saved): Copy from $libgcj.
3172 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
3173 --disable-libgcj.
3174
b5bf43f2
AO
31752001-04-20 Alexandre Oliva <aoliva@redhat.com>
3176
3177 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
3178 1.641.2.228.
3179
8cc32590
AO
31802001-04-12 Alexandre Oliva <aoliva@redhat.com>
3181
3182 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3183 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
3184
dec0cb0c
AO
31852001-04-01 Alexandre Oliva <aoliva@redhat.com>
3186
3187 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
3188 New macros.
3189 (bootstrap, cross): Use RECURSE_FLAGS.
3190 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
3191
6a9c3886
AO
31922001-03-27 Alexandre Oliva <aoliva@redhat.com>
3193
3194 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
3195
d4fc7db8
NC
31962001-03-23 Nick Clifton <nickc@redhat.com>
3197
3198 * README-maintainer-mode: Add note about inability to use "make
3199 distclean" in maintainer mode.
3200
7389ff65
AO
32012001-03-22 Alexandre Oliva <aoliva@redhat.com>
3202
3203 Re-installed:
3204 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
3205 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
3206 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
3207 * ltcf-cxx.sh: Likewise.
3208 * ltcf-gcj.sh: Likewise.
3209
b3e0dc8e
PB
32102001-03-22 Philip Blundell <philb@gnu.org>
3211
3212 * config.sub, config.guess: Import latest from subversions.
3213
469b781c
AO
32142001-03-22 Alexandre Oliva <aoliva@redhat.com>
3215
3216 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3217 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
3218
b0dad762
MC
32192001-03-20 Michael Chastain <chastain@redhat.com>
3220
3221 * Makefile.in: all-m4 depends on all-texinfo.
3222
c559bb17
AO
32232001-03-08 Alexandre Oliva <aoliva@redhat.com>
3224
3225 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
3226
fef4ae2e
JJ
32272001-02-22 Jeff Johnston <jjohnstn@redhat.com>
3228
3229 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
3230 longer valid.
3231
8d6dd99d
NC
32322001-02-16 Nick Clifton <nickc@redhat.com>
3233
3234 * configure.in (noconfigdirs): Allow configuration of texinfo
3235 for Cygwin hosts.
3236
a85d7ed0
NC
32372001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
3238
3239 * config.guess: Add linux target for S/390.
3240 * config.sub: Likewise.
3241 * configure.in: Likewise.
3242
51221c5e
DD
32432001-02-06 Ben Elliston <bje@redhat.com>
3244
3245 * configure: Output host type to stdout, not stderr.
3246
9dec4c71
MS
32472001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3248
3249 * config.guess: Import from subversions.gnu.org (revision 1.181).
3250 * config.sub: Import from subversions.gnu.org (revision 1.199).
3251
9add9c04
AM
32522001-01-30 Alan Modra <alan@linuxcare.com.au>
3253
3254 * config.guess: Handle hppa64-linux systems.
3255
8679174d
MS
32562001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3257
3258 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
3259 Don't unset, it's non-portable and no longer necessary, set to empty
3260 instead.
3261
02d01ed4
MS
32622001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3263
3264 * ltconfig: Shell portability fix for the tagname validity check.
3265
4cc5853d
MS
32662001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3267
3268 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
3269
7487e485
AO
32702001-01-27 Alexandre Oliva <aoliva@redhat.com>
3271
3272 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
3273 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
3274
f332af52
AO
32752001-01-24 Alexandre Oliva <aoliva@redhat.com>
3276
3277 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
3278 keep at least one of build_libtool_libs or build_old_libs set to
3279 yes.
3280
ef099754
AO
32812001-01-24 Alexandre Oliva <aoliva@redhat.com>
3282
3283 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
3284 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
3285
8341f2fc 32862000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 3287
8341f2fc
AJ
3288 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
3289
32902000-11-03 Philip Blundell <pb@futuretv.com>
3291
3292 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
3293 files.
ebf0fa2e 3294
c320a39f
JJ
32952001-01-15 Jeff Johnston <jjohnstn@redhat.com>
3296
3297 * COPYING.NEWLIB: Put into source repository.
3298
8817b92e
BE
32992001-01-15 Ben Elliston <bje@redhat.com>
3300
3301 * configure.in (host_tools): Add sid.
3302 Always configure cgen.
3303 * Makefile.in (all-sid): New target.
3304 (check-sid, clean-sid, install-sid): Likewise.
3305
35590697
AJ
33062001-01-07 Andreas Jaeger <aj@suse.de>
3307
80413487 3308 * config.sub, config.guess: Update from subversions.
35590697 3309
6ee6cea6
AO
33102000-12-12 Alexandre Oliva <aoliva@redhat.com>
3311
3312 * configure.in: Disable language-specific target libraries for
3313 languages that aren't enabled.
3314
077b8428
NC
33152000-11-24 Nick Clifton <nickc@redhat.com>
3316
3317 * configure.in (xscale-elf): Add target.
3318 (xscale-coff): Add target.
3319 (c4x, c5x, tic54x): Move after ARM targets.
3320
9e28a1ed
AO
33212000-11-23 Alexandre Oliva <aoliva@redhat.com>
3322
3323 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
3324
be98a80a
ILT
33252000-11-20 Ian Lance Taylor <ian@zembu.com>
3326
3327 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
3328
5cec67bf
AO
33292000-11-18 Alexandre Oliva <aoliva@redhat.com>
3330
3331 * Makefile.in: Merge with GCC and libgcj.
3332 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
3333 configure-target-<library> when their configure scripts need the C
3334 or C++ library to have already been built to work properly.
3335 (do_proto_toplev): Set them to an empty string.
3336
d932cae7 33372000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
3338
3339 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
3340 (REALLY_SET_LIB_PATH): Use them.
3341
d932cae7 33422000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
3343
3344 * config.sub: Add support for Sun Chorus
3345
8602ff0c
NC
33462000-11-02 Per Lundberg <plundis@chaosdev.org>
3347
3348 * config.sub: Add support for the *-storm-chaos OS.
3349
f9e0997d
NC
33502000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
3351
80413487
RH
3352 * configure.in (noconfigdirs): Don't compile some
3353 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 3354
d64552c5
AO
33552000-09-30 Alexandre Oliva <aoliva@redhat.com>
3356
3357 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
3358 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
3359 all affected `configure' scripts.
3360
97f60b31
AO
33612000-09-25 Alexandre Oliva <aoliva@redhat.com>
3362
3363 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
3364 ltcf-c.sh.
3365
6e8dd58f
PB
33662000-09-12 Philip Blundell <philb@gnu.org>
3367
3368 * config.sub, config.guess: Update from subversions.
3369
103a2e99
AO
33702000-09-06 Alexandre Oliva <aoliva@redhat.com>
3371
51601921
AO
3372 * Makefile.in (all-zlib): Added dummy target.
3373
103a2e99
AO
3374 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
3375 multi-language branch.
3376
2809b4b9
AO
33772000-09-05 Alexandre Oliva <aoliva@redhat.com>
3378
3379 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
3380 (bootstrap*): Depend on all-bootstrap.
3381
7450026c
AO
33822000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
3383
3384 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
3385 crosses, but add gcc/include to the header search path for them.
3386
6cf86f7f
AO
33872000-08-31 Alexandre Oliva <aoliva@redhat.com>
3388
3389 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
3390 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
3391 * gettext.m4: New file, extracted from aclocal.m4.
3392
ce2ea6e3
AO
33932000-08-22 Alexandre Oliva <aoliva@redhat.com>
3394
3395 * config-ml.in (CC, CXX): Avoid trailing whitespace.
3396 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
3397 sub-configures.
3398
9765193e
DE
33992000-08-20 Doug Evans <dje@casey.transmeta.com>
3400
3401 * Makefile.in (ALL_MODULES): Add all-cgen.
3402 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
3403 (all-cgen): New target.
3404 (all-opcodes,all-sim): Depend on all-cgen.
3405 * configure.in (host_tools): Add cgen.
3406 Only configure cgen if --enable-cgen-maint.
3407
d7b32520
AO
34082000-08-17 Alexandre Oliva <aoliva@redhat.com>
3409
3410 * config-ml.in (CC, CXX): Don't introduce a leading space.
3411
e52ef561
AO
34122000-08-16 Alexandre Oliva <aoliva@redhat.com>
3413
3414 * configure.in (libstdcxx_flags): Use
3415 libstdc++-v3/src/libstdc++.INC.
3416
88f9c2a0
AO
34172000-08-15 Alexandre Oliva <aoliva@redhat.com>
3418
3419 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
3420
98fbe43f
JM
34212000-08-11 Jason Merrill <jason@redhat.com>
3422
3423 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
3424 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
3425 (FLAGS_FOR_TARGET): Not here.
3426 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
3427
279ddab4
DD
34282000-08-07 DJ Delorie <dj@redhat.com>
3429
3430 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
3431 "if we're also building gcc, and it's a gcc that will run on the
3432 build machine, we want to use its includes instead of the system's
3433 default includes".
3434
60523a83
AO
34352000-08-03 Alexandre Oliva <aoliva@redhat.com>
3436
24ffec7a
AO
3437 * configure.in (libstdcxx_flags): Don't use `"'.
3438
60523a83
AO
3439 * config-ml.in: Adjust multilib search paths to the
3440 appropriate multilib tree.
3441
daf644b5
AO
34422000-08-02 Alexandre Oliva <aoliva@redhat.com>
3443
3444 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
3445 commas in $LANGUAGES.
3446
63266560
DD
34472000-08-01 Alexandre Oliva <aoliva@redhat.com>
3448
3449 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
3450
34512000-07-31 Alexandre Oliva <aoliva@redhat.com>
3452
3453 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
3454 CXX_FOR_TARGET for sed.
3455
34562000-07-30 Alexandre Oliva <aoliva@redhat.com>
3457
3458 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
3459 Do not override if already set in the environment or in configure.
3460 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
3461 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
3462
9e449d3e
AO
34632000-07-27 Alexandre Oliva <aoliva@redhat.com>
3464
3465 * Makefile.in (FLAGS_FOR_TARGET): New macro.
3466 (GCC_FOR_TARGET): Use it.
3467 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
3468 * configure.in: ... here.
3469 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
3470 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
3471
8bbd92e0
AO
34722000-07-24 Alexandre Oliva <aoliva@redhat.com>
3473
fd1f87b2
AO
3474 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
3475 (configure-target-libchill, configure-target-libobjc): Likewise.
3476
8bbd92e0
AO
3477 * configure.in: Use the same cache file for all target libs.
3478 * config-ml.in: But different cache files per multilib variant.
3479
25c6c112
JL
34802000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3481
3482 * configure (topsrcdir): Don't use dirname.
3483
ba73c63f
JM
34842000-07-20 Jason Merrill <jason@redhat.com>
3485
3486 * configure.in: Remove all references to libg++ and librx.
3487
3488 * configure, configure.in, Makefile.in: Unify gcc and binutils.
3489
1af08294
HPN
34902000-07-20 Hans-Peter Nilsson <hp@axis.com>
3491
3492 * config.sub: Update to subversions version 2000-07-06.
3493
ba73c63f
JM
34942000-07-12 Andrew Haley <aph@cygnus.com>
3495
3496 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
3497 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
3498
34992000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
3500
3501 * symlink-tree: Check number of arguments.
3502
d932cae7 35032000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
3504
3505 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
3506
ba73c63f
JM
35072000-07-05 Jim Wilson <wilson@cygnus.com>
3508
3509 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
3510 search path for a g++ extracted from the build tree. This
3511 will allow link tests run by configure scripts in
3512 subdirectories to succeed.
3513
92ee2f86
UC
35142000-07-01 Koundinya K <kk@ddeorg.soft.net>
3515
80413487 3516 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 3517
23f2f29f
CV
35182000-06-28 Corinna Vinschen <vinschen@cygnus.com>
3519
3520 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
3521 `os2'. Force ac_cv_exeext to be ".exe" in that case.
3522
f04f5a67
TW
35232000-06-19 Timothy Wall <twall@cygnus.com>
3524
3525 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
3526 * config.sub: Add tic54x target.
3527
11da68be
NC
35282000-06-07 Phillip Thomas <pthomas@suse.de>
3529
3530 * README-maintainer-mode: New file: Contains notes on using
3531 --enable-maintainer-mode with binutils.
3532
d932cae7 35332000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
3534
3535 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
3536
d932cae7 35372000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
3538
3539 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
3540 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
3541
9442cea3
L
354220000-05-21 H.J. Lu (hjl@gnu.org)
3543
80413487
RH
3544 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
3545 directory are used if they exist. Make sure
3546 $(build_tooldir)/include is searched for header files,
3547 $(build_tooldir)/lib/ for library files.
9442cea3 3548 (GCC_FOR_TARGET): Likewise.
80413487 3549 (CXX_FOR_TARGET): Likewise.
9442cea3 3550
d932cae7 35512000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
3552
3553 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
3554
d932cae7 35552000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
3556
3557 * Makefile.in (configure-target-libiberty): Depend on
3558 configure-target-newlib.
3559
ba73c63f
JM
35602000-05-16 Alexandre Oliva <aoliva@cygnus.com>
3561
3562 * configure.in, Makefile.in: Merge all libffi-related
3563 configury stuff from the libgcj tree.
3564
d932cae7 35652000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
3566
3567 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
3568 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
3569
d932cae7 35702000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
3571
3572 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
3573 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 3574 current version information. Add to proto-toplev directory.
b5a23627
AC
3575 (gdb-taz): Build do-djunpack.
3576
ba73c63f
JM
35772000-05-15 David Edelsohn <edelsohn@gnu.org>
3578
3579 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
3580
7c86ed39
L
35812000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3582
3583 * ltmain.sh: Preserve in relink_command any environment
3584 variables that may affect the linker behavior.
3585
d932cae7 35862000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
3587
3588 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
3589
d932cae7 35902000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
3591
3592 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
3593
ed0a91a5
EZ
35942000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
3595
3596 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 3597 with the version name.
ed0a91a5 3598
ba73c63f 35992000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 3600
ba73c63f 3601 * config.if: Tweak.
6cafa39f 3602
ba73c63f 36032000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 3604
ba73c63f 3605 * djunpack.bat: New file.
66156876 3606
d932cae7 36072000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
3608
3609 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
3610 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
3611 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
3612 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 3613
ba73c63f
JM
36142000-04-16 Dave Pitts <dpitts@cozx.com>
3615
80413487
RH
3616 * config.sub (case $basic_machine): Change default for "ibm-*"
3617 to "openedition".
ba73c63f 3618
d932cae7 36192000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
3620
3621 * Makefile.in (gdb-taz): New target. GDB specific archive.
3622 (do-md5sum): New target.
3623 (MD5PROG): Define.
3624 (PACKAGE): Default to TOOL.
3625 (VER): Default to a shell script.
3626 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 3627 md5 checksum generation.
b35ece4e
AC
3628 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
3629 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
3630 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 3631 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 3632
d932cae7 36332000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
3634
3635 * configure (warn_cflags): Delete.
3636
ba73c63f 36372000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 3638 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 3639
80413487
RH
3640 * configure.in (enable_libstdcxx_v3): Add.
3641 (target_libs): Add bits here to switch between libstdc++-v2 and
3642 libstdc++-v3.
3643 * config.if: And this file too.
3644 * Makefile.in: Add libstdc++-v3 targets.
35590697 3645
ba73c63f
JM
36462000-04-05 Michael Meissner <meissner@redhat.com>
3647
3648 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 3649
d332c5ac
JM
36502000-03-29 Jason Merrill <jason@casey.cygnus.com>
3651
3652 * configure.in: -linux-gnu*, not -linux-gnu.
3653
d932cae7 36542000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
3655
3656 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
3657 (do-tar-bz2): Replace TOOL with PACKAGE.
3658 (gdb.tar.bz2): Remove GDBTK from GDB package.
3659 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 3660 dejagnu.tar.bz2): New packages.
6dcbc97b 3661
96ce09a7
ILT
36622000-02-27 Andreas Jaeger <aj@suse.de>
3663
3664 * configure.in: Add entry for mips*-*-linux*, move catch all
3665 *-*-*linux* entry below this one.
3666
2031769e
ILT
36672000-02-27 Ian Lance Taylor <ian@zembu.com>
3668
3669 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
3670
4bab746c
NC
36712000-02-24 Nick Clifton <nickc@cygnus.com>
3672
3673 * config.sub: Support an OS of "wince".
3674
d932cae7 36752000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
3676
3677 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 3678 version.
ada59422 3679
5b93d8bb
AM
36802000-02-23 Linas Vepstas <linas@linas.org>
3681
3682 * config.sub: Add support for Linux/IBM 370.
3683 * configure.in: Likewise.
3684
2fb651f6
NC
36852000-02-22 Nick Clifton <nickc@cygnus.com>
3686
3687 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
3688
b8441c25
CF
36892000-02-20 Christopher Faylor <cgf@cygnus.com>
3690
3691 * config.guess: Guess "cygwin" rather than "cygwin32".
3692
d332c5ac
JM
36932000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3694
3695 * configure (gcc_version): When setting, narrow search to
3696 lines containing `version_string'.
3697
ba73c63f
JM
36982000-02-15 Denis Chertykov <denisc@overta.ru>
3699
3700 * config.sub: Add support for avr target.
3701
d932cae7 37022000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
3703
3704 * config.sub: Add mmix-knuth-mmixware.
3705
37062000-01-27 Christopher Faylor <cgf@redhat.com>
3707
3708 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
3709 structure stuff to -L library search.
3710 (CXX_FOR_TARGET): Ditto.
3711 (CROSS_CHECK_MODULES): Fix spelling mistake.
3712
37132000-01-24 Mark Mitchell <mark@codesourcery.com>
3714
3715 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
3716 the C++ compiler.
3717
37182000-01-12 Richard Henderson <rth@cygnus.com>
3719
3720 * configure.in: Don't build some bits for beos.
3721
37222000-01-12 Joel Sherrill (joel@OARcorp.com)
3723
3724 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
3725 as include files.
3726
91b2c84d
GK
37272000-01-06 Geoff Keating <geoffk@cygnus.com>
3728
3729 * configure.in: Use mt-aix43 to handle *_TARGET defs,
3730 not mh-aix43.
3731
ba73c63f
JM
37321999-12-14 Richard Henderson <rth@cygnus.com>
3733
3734 * config.guess (alpha-osf, alpha-linux): Detect ev67.
3735 * config.sub: Accept alphaev[78], alphaev8.
3736
37371999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3738
3739 * config.guess, config.sub: Update from autoconf.
3740
3741Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3742
3743 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
3744 necessary libraries are missing.
3745
37461999-10-25 Andreas Schwab <schwab@suse.de>
3747
3748 * configure: Fix quoting inside arguments of eval.
3749
37501999-10-21 Nick Clifton <nickc@cygnus.com>
3751
3752 * config-ml.in: Allow suppression of some ARM multilibs.
3753
3754Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
3755
3756 * config.guess: Add OS/390 match pattern.
3757 * config.sub: Add mvs, openedition targets.
3758 * configure.in (i370-ibm-opened*): New.
3759
ef14edc4
ILT
37601999-09-04 Steve Chamberlain <sac@pobox.com>
3761
3762 * config.sub: Add support for configuring for pj.
3763
afb478e8
NC
37641999-08-31 Nick Clifton <nickc@cygnus.com>
3765
fd6848f6 3766 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 3767
ba73c63f 37681999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
3769
3770 * configure.in: Do not configure or build ld for AIX
3771 platforms. ld is known to be broken on these platforms.
3772
ba73c63f
JM
3773Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3774
3775 * config-ml.in: Pass compiler flag corresponding to multidirs to
3776 subdir configures.
3777
c363de44
ILT
37781999-08-09 Ian Lance Taylor <ian@zembu.com>
3779
3780 * Makefile.in (LDFLAGS): Define.
3781
dc8bc5a6
ILT
37821999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
3783
3784 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
3785 noconfigdirs.
3786 (*-*-cygwin*): Likewise.
3787
6ca3858e
ILT
37881999-08-08 Ian Lance Taylor <ian@zembu.com>
3789
71141bb6
ILT
3790 * mkdep: New file.
3791 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
3792 (BINUTILS_SUPPORT_DIRS): Add mkdep.
3793
6ca3858e
ILT
3794 From Eli Zaretskii <eliz@is.elta.co.il>:
3795 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
3796 long file name when using DJGPP on MS-DOS.
3797
ba73c63f
JM
3798Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
3799
3800 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
3801
2735a327
AM
38021999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
3803
3804 * Makefile.in (check-target-libio): Remove all-target-libstdc++
3805 dependency as this causes "make check" to globally "make all"
3806
ba73c63f
JM
3807Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
3808
3809 * configure.in (target_libs): Added target-zlib.
3810 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
3811 (CONFIGURE_TARGET_MODULES): Likewise.
3812 (CHECK_TARGET_MODULES): Likewise.
3813 (INSTALL_TARGET_MODULES): Likewise.
3814 (CLEAN_TARGET_MODULES): Likewise.
3815 (configure-target-zlib): New target.
3816 (all-target-zlib): Likewise.
3817 (all-target-libjava): Depend on all-target-zlib.
3818 (configure-target-libjava): Depend on configure-target-zlib.
3819
3820 * Makefile.in (configure-target-libjava): Depend on
3821 configure-target-newlib.
3822 (configure-target-boehm-gc): New target.
3823 (configure-target-qthreads): New target.
3824
80413487
RH
3825 * configure.in (target_libs): Added target-qthreads.
3826 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
3827 (CONFIGURE_TARGET_MODULES): Likewise.
3828 (CHECK_TARGET_MODULES): Likewise.
3829 (INSTALL_TARGET_MODULES): Likewise.
3830 (CLEAN_TARGET_MODULES): Likewise.
3831 (all-target-qthreads): New target.
3832 (configure-target-libjava): Depend on configure-target-qthreads.
3833 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
3834
3835 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
3836 (CONFIGURE_TARGET_MODULES): Likewise.
3837 (CHECK_TARGET_MODULES): Likewise.
3838 (INSTALL_TARGET_MODULES): Likewise.
3839 (CLEAN_TARGET_MODULES): Likewise.
3840 (all-target-libjava): New target.
3841 (all-target-boehm-gc): Likewise.
3842 * configure.in (target_libs): Added libjava, boehm-gc.
3843
08d836d6
ILT
38441999-07-22 Ian Lance Taylor <ian@zembu.com>
3845
3846 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
3847 configure.bat in SUPPORT_FILES.
3848 (gas+binutils.tar.bz2): Likewise.
3849
3850 * makeall.bat: Remove; obsolete.
3851
8f36e47c
ILT
38521999-07-21 Ian Lance Taylor <ian@zembu.com>
3853
3854 From Mark Elbrecht:
3855 * configure.bat: Remove; obsolete.
3856
56e82f25
ILT
38571999-07-11 Ian Lance Taylor <ian@zembu.com>
3858
3859 * configure: Add -W -Wall to the default CFLAGS when compiling with
3860 gcc.
3861
1001d816
JL
3862Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
3863
3864 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
3865
106117aa
MM
38661999-06-30 Mark Mitchell <mark@codesourcery.com>
3867
3868 * configure.in: Build ld on IRIX6.
3869
c376f4ed
ILT
38701999-06-12 Ian Lance Taylor <ian@zembu.com>
3871
3872 * Makefile.in: Change distribution targets to use bzip2 instead of
3873 gzip.
3874 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 3875 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 3876
306b7445
NC
38771999-06-04 Nick Clifton <nickc@cygnus.com>
3878
3879 * config.sub: Add mcore target.
3880
d932cae7 38811999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
3882
3883 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
3884
d932cae7 38851999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
3886
3887 * config.guess (dummy): Changed to $dummy.
3888
6c3175b0
NC
38891999-05-24 Nick Clifton <nickc@cygnus.com>
3890
ba73c63f
JM
3891 * config.sub: Tidied up case statements.
3892
38931999-05-22 Ben Elliston <bje@cygnus.com>
3894
3895 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
3896 <jiro@din.or.jp>.
3897
3898 * config.guess: Merge with FSF version. Future changes will be
3899 more accurately recorded in this ChangeLog.
3900 * config.sub: Likewise.
3901
d932cae7 39021999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
3903
3904 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 3905
252b5132
RH
39061999-04-30 Tom Tromey <tromey@cygnus.com>
3907
3908 * ltmain.sh: [mode link] Always use CC given by ltconfig.
3909
39101999-04-23 Tom Tromey <tromey@cygnus.com>
3911
3912 * ltconfig, ltmain.sh: Update to libtool 1.2f.
3913
39141999-04-20 Drew Moseley <dmoseley@cygnus.com>
3915
3916 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
3917 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
3918 Bad merge removed these two changes.
3919
ba73c63f 3920Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 3921 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
3922
3923 * config.guess (interix Alpha): Add.
3924
252b5132
RH
39251999-04-11 Richard Henderson <rth@cygnus.com>
3926
3927 * configure.in (i?86-*-beos*): Do config gperf; don't config
3928 gdb, newlib, or libgloss.
3929
d932cae7 39301999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 3931
ba73c63f
JM
3932 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
3933 link a trivial program with -mabi=64. If it fails, remove mabi=64
3934 from multidirs.
3935
d932cae7 39361999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
3937
3938 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
3939
252b5132
RH
39401999-04-08 Nick Clifton <nickc@cygnus.com>
3941
3942 * config.sub: Add support for mcore targets.
3943
39441999-04-07 Michael Meissner <meissner@cygnus.com>
3945
3946 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
3947 not mt-ospace, in order to shut up assembler warning about using
3948 symbols that are named the same as registers.
3949
39501999-04-07 Drew Moseley <dmoseley@cygnus.com>
3951
3952 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
3953 dependency list for all-target-cygmon.
3954
39551999-04-05 Doug Evans <devans@casey.cygnus.com>
3956
3957 * config-ml.in: Check $host, not $target, for selective multilibs.
3958 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
3959 thumb interworking, and underscore prefix multilibs.
3960
39611999-04-04 Ian Lance Taylor <ian@zembu.com>
3962
3963 * missing: Update to version from current automake.
3964
3965Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
3966
3967 * configure (gxx_include_dir): Removed.
3968
3969 * configure.in (gxx_include_dir): Handle it.
3970 * Makefile.in: Likewise.
3971
39721999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
3973
3974 * config.sub (mips64vr4111,mips64vr4111el) Add.
3975
39761999-03-21 Ben Elliston <bje@cygnus.com>
3977
80413487 3978 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
3979
3980Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
3981
252b5132
RH
3982 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
3983 config/mh-djgpp.
3984
3985Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
3986
3987 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
3988 all-target-newlib to dependency list for all-target-bsp.
3989
3990Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
3991
3992 * config.sub: Add i386-uwin support.
3993 * config.guess: Likewise.
3994
3995Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3996
3997 * configure.in: cleanup, add mh-*pic handling for arm, special
3998 case powerpc*-*-aix*
3999
4000Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
4001
4002 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
4003 can be built.
4004
4005Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
4006
4007 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 4008 targets.
252b5132
RH
4009
40101999-03-02 Nick Clifton <nickc@cygnus.com>
4011
4012 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
4013
d932cae7 40141999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
4015
4016 * config.sub: Check for "cygwin*" rather than "cygwin32*"
4017
40181999-02-24 Nick Clifton <nickc@cygnus.com>
4019
4020 * config.sub: Fix typo in arm recognition.
4021
d932cae7 40221999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
4023
4024 * configure.in (noconfigdirs): Changed target_configdirs to
4025 include target-bsp only for m68k-*-elf* and m68k-*-coff*
4026 rather than m68k-*-* since it is not known to work on
4027 m68k-aout. Ditto for arm-*-*oabi.
4028
d932cae7 40291999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
4030
4031 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
4032
40331999-02-19 Ben Elliston <bje@cygnus.com>
4034
4035 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
4036 Smart and improved by Andrew Cagney.
4037
d932cae7 40381999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
4039
4040 * config.guess: Recognize openbsd-*-hppa.
4041
d932cae7 40421999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
4043
4044 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
4045 only if it is not empty.
4046
40471999-02-17 Nick Clifton <nickc@cygnus.com>
4048
4049 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 4050
fd6848f6 4051 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
4052
4053 * config.sub: Modified to recognize uname's armv* syntax.
4054
40551999-02-17 Mark Salter <msalter@cygnus.com>
4056
4057 * configure.in: Added target-bsp for sparclite.
4058
d932cae7 40591999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
4060
4061 * config.sub: Recognize alphapca5[67] and up to alphaev8.
4062
40631999-02-08 Nick Clifton <nickc@cygnus.com>
4064
4065 * configure.in: Add support for strongarm port.
4066 * config.sub: Add support for strongarm target.
4067
d932cae7 40681999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 4069
252b5132
RH
4070 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
4071 the old name config/mh-cygwin32.
4072 Enable texinfo.
4073
d932cae7 40741999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
4075
4076 * configure.in: Do build ld for ix86 Solaris.
4077
d932cae7 40781999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
4079
4080 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
4081 $AR_FOR_TARGET. Likewise for RANLIB.
4082
d932cae7 40831999-02-02 Catherine Moore <clm@cygnus.com>
35590697 4084
80413487
RH
4085 * config.sub (oabi): Recognize.
4086 * configure.in (arm-*-oabi): Handle.
252b5132 4087
d932cae7 40881999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
4089
4090 * config.guess: Improve detection of i686 on UnixWare 7.
4091
d932cae7 40921999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
4093
4094 * config.guess: Add support for i386-pc-interix.
4095 * config.sub: Likewise.
4096 * configure.in: Likewise.
252b5132 4097
d932cae7 40981999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
4099
4100 * Makefile.in: Remove unneeded all-target-libio from
4101 from all-target-winsup target since it is now unneeded.
4102 Add all-target-libtermcap in its place since it is now
4103 needed.
4104
d932cae7 41051998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
4106
4107 * configure.in: makefile stub for cygwin target is probably
4108 unnecessary. Remove it for now.
252b5132 4109
d932cae7 41101998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
4111
4112 * configure.in: libtermcap.a should be built when cygwin is the
4113 target as well as the host.
4114 * config.guess: Allow mixed case in cygwin uname output.
4115 * Makefile.in: Add libtermcap target.
252b5132 4116
d932cae7 41171998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
4118
4119 * config.sub: Clean up handling of hppa2.0.
4120
d932cae7 41211998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
4122
4123 * config.guess: Use C code to identify more HP machines.
4124
4125Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
4126
4127 * config.sub: Handle hppa2.0.
4128
ba73c63f
JM
4129Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
4130
4131 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 4132 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
4133
41341998-12-15 Mark Salter <msalter@cygnus.com>
4135
4136 * configure.in: Added target-bsp for several target architectures.
4137
4138 * Makefile.in: Added rules for bsp.
4139
252b5132
RH
4140Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
4141
4142 * config.guess: Improve detection of hppa2.0 processors.
4143
4144Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
4145
4146 * config.guess: Recognize FreeBSD using ELF automatically.
4147
41481998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
4149
4150 * configure (skip-this-dir): Add handling for new shell script, which
4151 might be created by a sub-directory's configure to indicate, this particular
4152 directory is "unwanted".
4153 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
4154
252b5132
RH
4155Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
4156
4157 * ltconfig: import from libtool, after changing libtool to
4158 account for the cygwin name change.
4159
4160Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
4161
4162 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
4163 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
4164
4165Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
4166
4167 * configure.in: Add libtermcap to list of cygwin dependencies.
4168
d932cae7 41691998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 4170
80413487
RH
4171 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
4172 they include winsup/include when it's a cygwin target.
252b5132
RH
4173
41741998-11-12 Tom Tromey <tromey@cygnus.com>
4175
4176 * configure.in (host_tools): Added zip.
4177 * Makefile.in (all-target-libjava): Depend on all-zip.
4178 (all-zip): New target.
4179 (ALL_MODULES): Added all-zip.
4180 (NATIVE_CHECK_MODULES): Added check-zip.
4181 (INSTALL_MODULES): Added install-zip.
4182 (CLEAN_MODULES): Added clean-zip.
4183
d932cae7 41841998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
4185
4186 * Makefile.in: lose "32" from comment about cygwin.
4187
d932cae7 41881998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
4189
4190 * configure.in: Use -Os to build target libraries for the fr30.
4191
d932cae7 41921998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
4193
4194 * config.sub: Add fr30.
4195
d932cae7 41961998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 4197
80413487 4198 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
4199 cygwin* instead of cygwin32*.
4200 * config.sub: Check cygwin* instead of cygwin32*.
4201
d932cae7 42021998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
4203
4204 * config.guess: Match any version of Unixware7.
4205
252b5132
RH
42061998-10-20 Syd Polk <spolk@cygnus.com>
4207
4208 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
4209 if desired.
4210
d932cae7 42111998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
4212
4213 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
4214 these if the appropriate directories and files to not exist.
4215
d932cae7 42161998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
4217
4218 * Makefile.in (DEVO_SUPPORT): Add config.if.
4219
d932cae7 42201998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
4221
4222 * configure: Add pattern to replace "build_tooldir"'s
4223 definition in the generated Makefile with "tooldir"'s
4224 actual value.
4225
252b5132
RH
4226Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
4227
4228 * config.sub: Bring back lost sparcv9.
4229
ba73c63f
JM
4230 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
4231
4232Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
4233
4234 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
4235 CC_FOR_TARGET and friends.
4236
4237Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 4238
ba73c63f
JM
4239 * Makefile.in (build_tooldir): New variable, same as tooldir.
4240 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
4241 -B$(build_tooldir)/bin/.
4242 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
4243
252b5132
RH
4244Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
4245
4246 * config.sub: Add support for i[34567]86-pc-udk.
4247 * configure.in: Likewise.
4248
4249Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
4250
4251 * Makefile.in: add bzip2 package building bits for user
4252 tools module
4253 * configure.in: ditto
4254
ba73c63f
JM
4255Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
4256
4257 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
4258 (ALL_TARGET_MODULES): Add all-target-libobjc.
4259 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
4260 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
4261 (all-target-libchill): Add dependencies.
4262 * configure.in (target_libs): Add libchill.
35590697 4263
252b5132
RH
42641998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
4265
ba73c63f 4266 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
4267
4268Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
4269
4270 * Makefile.in (all-automake): fix dependencies.
4271
4272Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
4273
4274 * configure.in: Minor cleanups for building in the $(target_alias)
4275 subdir.
4276
42771998-09-22 Jim Wilson <wilson@cygnus.com>
4278
4279 * Makefile.in (bootstrap): Set r and s before make all. Use
4280 BASE_FLAGS_TO_PASS in make all.
4281 (cross): Likewise.
4282
42831998-09-20 Mark Mitchell <mark@markmitchell.com>
4284
4285 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
4286
252b5132
RH
4287Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
4288
4289 * config.sub: Fix typo in last change.
4290
42911998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
4292
4293 * config.sub: Add support for C4x target.
4294 * configure.in: Likewise.
4295
42961998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
4297
4298 * config.sub: Recognize sparcv9 just like sparc64.
4299
4300Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
4301
4302 * config.guess: Match "Pent II" or "PentII" for OpenServer.
4303
4304Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
4305
4306 * config.guess: Correctly identify Pentium II sco boxes.
4307
4308 * config.guess: Fix "tr" code. From Weiwen Liu.
4309
4310Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
4311
4312 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
4313 stabs.
4314
4315Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
4316
4317 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
4318 (ALL_TARGET_MODULES): Add all-target-libchill.
4319 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
4320 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
4321 (all-target-libchill): Add dependencies.
4322 * configure.in (target_libs): Add libchill.
4323
4324Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
4325
4326 * config.guess: Avoid assumptions about "tr" behaves when
4327 LANG is set to something other than English.
4328
4329Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
4330
4331 * configure (gxx_include_dir): Changed to
4332 '${prefix}/include/g++'-${libstdcxx_interface}.
4333
4334 * config.if: New to determine the interfaces.
4335
4336Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
4337
4338 * config.guess: Detect and handle MPE/IX.
4339 * config.sub: Deal with MPE/IX.
4340
4341Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
4342
4343 * configure.in: Use mh-aix43.
4344
43451998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
4346
4347 * configure: Fix --without/--disable cases for gxx-include-dir.
4348
4349Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
4350
4351 * mdata-sh: Imported. Needed for automake support.
4352
4353Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
4354
ba73c63f 4355 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
4356 "chmod og=u `find . -print`".
4357
4358Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
4359
ba73c63f 4360 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
4361
4362Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
4363
4364 * Makefile.in: Undo previous patch.
4365
4366Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
4367
4368 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
4369 to here ...
4370 (install-no-fixedincludes): and here
4371 (INSTALL_MODULES): ... from here.
4372
4373Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
4374
4375 * config.sub: Merge with FSF.
4376
4377 * config.guess: Merge with FSF.
4378
4379Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
4380
4381 * configure (extraconfigdirs): New variable.
4382 (SUBDIRS): Add extraconfigdirs and recurse on them too.
4383 * Makefile.in (all): Move higher in file.
4384 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
4385 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
4386 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
4387 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
4388 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
4389
43901998-07-23 Brendan Kehoe <brendan@cygnus.com>
4391
4392 * Makefile.in (all-target-libjava): Depend on all-gcc and
4393 all-target-newlib.
4394 (configure-target-libjava): Depend on $(ALL_GCC).
4395
4396Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
4397
4398 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
4399 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
4400
4401Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
4402
4403 * ylwrap: Change absolute path checks to check for DOS style path
4404 names.
4405
4406 * ylwrap: Don't use a full path name if the source file is in the
4407 same directory. From hjl@lucon.org (H.J. Lu).
4408
4409 * config-ml.in: Default to being verbose, to match Feb 18 change to
4410 configure.
4411
4412Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
4413
4414 Brought over from egcs:
4415
4416 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
4417
4418 * configure.in (target_subdir): Set to ${target_alias} instead
4419 of "libraries".
4420
4421 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
4422
4423 * configure.in (target_subdir): Set to libraries if enable_multilib.
4424
4425Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
4426
4427 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
4428 multilibs, force reconfiguration the first time we create
4429 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
4430
4431Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
4432
4433 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
4434 avoid confusion with --no-recursion.
4435
4436Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
4437
4438 * configure.in: Win32 hosts shouldn't use install -x
4439 * install-sh: remove -x option, and special .exe-handling
4440 hack.
4441
4442Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
4443
4444 * config.guess: Recognize i586-pc-beos.
4445 * configure.in: Don't build some bits for beos.
4446
4447Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
4448
4449 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
4450 CFLAGS default to -O2.
4451
4452 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
4453 when using GNU ld.
4454
4455Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
4456
4457 * ltmain.sh: Correct install when using a different shell.
4458
4459Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
4460
4461 * ltconfig, ltmain.sh: Update to libtool 1.2b.
4462
4463Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
4464
4465 * makefile.vms: Update to build binutils/makefile.vms. Add install
4466 target.
4467
4468Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
4469
4470 * ltconfig: Update to correct AIX handling.
4471
4472Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
4473
4474 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
4475
4476 * configure.in (target_subdir): Set to ${target_alias} instead
4477 of "libraries".
4478
44791998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
4480
4481 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
4482 (Makefile): Depend on $(gcc_version_trigger).
4483
4484 * configure (gcc_version): Change default initializer to empty
4485 string.
4486 (gcc_version_trigger): New variable; pass this variable down
4487 to subdir configures to enable them checking gcc's version
4488 themselves. Emit make macros for both gcc_version vars.
4489 (topsrcdir): Initialize reliably.
4490 (recursion line): Remove --with-gcc-version=${gcc_version}.
4491
44921998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
4493
4494 * configure (enable_version_specific_runtime_libs): Implement new flag
4495 --enable-version-specific-runtime-libs which installs C++ runtime stuff
4496 in $(libsubdir); emit definition in each generated Makefile.
4497 (gxx_include_dir): Initialize depending on
4498 $enable_version_specific_runtime_libs.
4499
45001998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
4501
4502 * configure (gcc_version): Initialize properly depending on
4503 how and where configure is started.
4504 (recursion line): Pass a --with-gcc-version=${gcc_version}
4505 to configures in subdirs.
4506
4507Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
4508
4509 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 4510 cygmon
252b5132
RH
4511
4512Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
4513
4514 * configure.in: Add cygmon and libstub support for mn10200.
4515
45161998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
4517
4518 * configure (gcc_version): Add new variable describing the
4519 particular gcc version we're building.
4520 * Makefile.in (libsubdir): Add new macro for the directory
4521 in which the compiler finds executables, libraries, etc.
4522 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
4523 and libsubdir.
4524
4525Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4526
ba73c63f
JM
4527 * Makefile.in (local-clean): Remove *.log.
4528 (warning.log): Built with warn_summary from build.log.
4529 (mail-report.log): Run test_summary.
4530 (mail-report-with-warnings.log): Run test_summary including
4531 warning.log in the report.
252b5132
RH
4532
4533Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
4534
4535 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
4536
4537Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
4538
4539 * Makefile.in (grep): Grep no longer depends on libiberty.
4540
4541Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
4542
4543 * Makefile.in: all-snavigator needs all-libgui.
4544
4545Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
4546
4547 * configure.in: Add cygmon and libstub support for mn10300.
4548
4549Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
4550
4551 * missing: Update to version from automake 1.3.
4552
4553 * ltmain.sh: On installation, don't get confused if the same name
4554 appears more than once in the list of library names.
4555
4556Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
4557
4558 * config.sub: Accept m68060 and m5200 as CPU names.
4559
4560Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
4561
4562 * configure: Use && rather than using -a in test, because odd
4563 strings can confuse test.
4564 * configure.in: Likewise.
4565
4566Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
4567
4568 * ltconfig, ltmain.sh: Bring in Visual C++ support.
4569
4570Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4571
4572 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
4573 bootstrap4-lean): New targets.
4574
4575Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
4576
4577 * mpw-* Delete. Not used.
252b5132
RH
4578
4579Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
4580
4581 * COPYING.LIB: Update FSF address.
4582
4583Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
4584
4585 * ltconfig, ltmain.sh: Update to libtool 1.2a.
4586
4587 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
4588 GAS_SUPPORT_DIRS.
4589
4590Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
4591
4592 * ltconfig, ltmain.sh: Avoid producing a version number if
4593 -version-info was not used.
4594
4595Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
4596
4597 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
4598 building with newlib.
4599
46001998-04-30 Paul Eggert <eggert@twinsun.com>
4601
ba73c63f 4602 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 4603 Solaris `make' causes it to continue to next definition.
252b5132 4604
afb8d725
JM
4605Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
4606
4607 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
4608 the right GUI libraries and files are installed along with GDB.
4609
252b5132
RH
4610Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
4611
4612 * configure.in: Change alpha to alpha* in several places.
4613
4614Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
4615
4616 * config.sub: Recognize sparc86x.
4617
4618Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 4619
252b5132
RH
4620 * configure.in (--enable-target-optspace): Remove debug echo.
4621
4622Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
4623
4624 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
4625
4626Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
4627
4628 * ltconfig: Update cygwin32 support.
4629
4630 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
4631 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
4632 (GDB_SUPPORT_DIRS): Likewise.
4633
4634Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
4635
4636 * configure.in (target_makefile_frag): If --enable-target-optspace,
4637 use -Os to compile target libraries rather than -O2. Default to
4638 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
4639 not used.
4640 * configure.in (target_cflags): Ditto for d30v.
4641
4642Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
4643
4644 * Makefile.in (all-bfd): Depend on all-intl.
4645 (all-binutils): Likewise.
4646 (all-gas): Likewise.
4647 (all-gprof): Likewise.
4648 (all-ld): Likewise.
4649
252b5132
RH
46501998-04-19 Brendan Kehoe <brendan@cygnus.com>
4651
4652 * configure.in (host_tools): Fix typo, lbtool -> libtool.
4653
4654Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
4655
4656 * Makefile.in (all-bfd): Depend upon all-libiberty.
4657
4658 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
4659
4660Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
4661
4662 * Makefile.in: Add libstub.
4663
4664 * configure.in: Ditto. Build libstub for targets that have cygmon
4665 support.
4666
4667Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
4668
4669 * configure.in: Don't set PICFLAG on ix86-cygwin32.
4670
4671Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
4672
4673 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
4674 use mh-sysv5 if specified. Support gprof on SCO Open Server.
4675
4676Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
4677
4678 * configure: Define DEFAULT_M4 by searching PATH.
4679 * Makfile.in: Use DEFAULT_M4.
4680
4681Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
4682
4683 * ltconfig: Add cygwin32 support.
4684
4685 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
4686 to configure and build.
4687
4688Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
4689
4690 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
4691
4692Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
4693
4694 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
4695
4696Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
4697
4698 * Makefile.in: add ash make rules
4699 * configure.in: add ash to native_only and host_tools lists
4700
4701Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
4702
4703 * Makefile.in (all-gettext, all-intl): New targets.
4704 (ALL_MODULES): Added all-gettext, all-intl.
4705 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
4706 (INSTALL_MODULES): Added install-gettext, install-intl.
4707 (CLEAN_MODULES): Added clean-gettext, clean-intl.
4708
4709 * configure.in (host_tools): Added gettext.
4710 (native_only): Likewise.
4711 (noconfigdirs) [various cases]: Likewise.
4712 (host_libs): Added intl.
4713
afb8d725
JM
4714Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
4715
4716 * configure: Do not disable building gdbtk for cygwin32 hosts.
4717
ba73c63f
JM
4718Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
4719
4720 * configure.in: Add thumb-coff target.
4721 * config.sub: Add thumb-coff target.
4722
252b5132
RH
4723Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
4724
4725 * Makefile.in: Revert yesterday's change.
4726 (all-target-winsup): all-target-librx stays out of here.
4727
4728Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
4729
ba73c63f
JM
4730 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
4731 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
4732 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
4733 Remove references to librx and libg++.
4734
4735Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
4736
4737 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
4738 recursive makes
4739
4740Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
4741
4742 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
4743 for newlib directory.
4744 (CXX_FOR_TARGET): Likewise.
4745
4746Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
4747
4748 * ltconfig: Update after libtool/ltconfig.in change for
4749 hpux11.
4750
4751Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
4752
4753 * ltconfig, ltmain.sh: Update to libtool 1.2.
4754
4755Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
4756
4757 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
4758 (install-gcc-cross): Instead, override LANGUAGES here.
4759
47601998-03-18 Dave Love <d.love@dl.ac.uk>
4761
4762 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
4763 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
4764
4765Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
4766
4767 * configure.in: Add Thumb-pe target.
4768
4769Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 4770
252b5132
RH
4771 * Makefile.in - changed sn targets to snavigator
4772 * configure.in - changed sn targets to snavigator
4773
4774Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
4775
4776 * config-ml.in: After building symlink tree call make distclean
4777 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
4778 to be the case for libiberty.
4779
4780Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
4781
4782 * configure: When making link, also check the current
4783 directory. The configure scripts may create one.
4784
4785Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
4786
4787 * config.sub: Accept alphapca56 and alphaev6 properly.
4788
4789Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4790
4791 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
4792
252b5132
RH
4793Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
4794
80413487 4795 * config.sub (sco5): Fix typo.
252b5132
RH
4796
4797Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
4798
4799 * Makefile.in (INSTALL_MODULES): Move install-tcl before
4800 install-itcl.
4801 (install-itcl): Remove dependency on install-tcl.
4802
4803Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
4804
4805 * configure.in: Remove libgloss from noconfigdirs for MN10300.
4806
252b5132
RH
4807Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
4808
4809 * configure.in: Don't build libgui for a cygwin32 target when not on
4810 a cygwin32 host.
4811
4812Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
4813
4814 * configure (redirect): Set to null, so default behavior of
4815 configure is now --verbose.
4816
48171998-02-16 Dave Love <d.love@dl.ac.uk>
4818
4819 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
4820 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
4821
4822Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
4823
4824 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
4825 this change to sync Makefile.in with its ChangeLog entries.
4826
4827Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
4828
4829 * ltmain.sh (mkdir): Check that the directory doesn't exist
4830 before we exit with error, so that we don't get races during
4831 parallel builds.
4832
4833Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
4834
4835 * ltconfig, ltmain.sh: Update from libtool 1.0i.
4836
4837Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
4838
4839 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
4840 PICFLAG_FOR_TARGET.
4841 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
4842
4843 * configure: Emit a definition for the new macro enable_shared
4844 into each Makefile.
4845
252b5132
RH
4846Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
4847
4848 * configure.in (host_tools, native_only): Add libtool.
4849
4850Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
4851
4852 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
4853 Fix typo in ming config comment.
4854
4855Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
4856
4857 * ltconfig, ltmain.sh: Update from libtool 1.0h.
4858
4859Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
4860
4861 * config.sub: Add tic30 cases, and map c30 to tic30.
4862
ba73c63f
JM
4863Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
4864
4865 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
4866 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
4867 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
4868 (CLEAN_TARGET_MODULES): Similarly
4869 (all-target-libf2c): Add dependences.
35590697 4870 * configure.in (target_libs): Add libf2c.
ba73c63f 4871
252b5132
RH
4872Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
4873
ba73c63f
JM
4874 * configure.in: Remove expect from noconfigdirs when target
4875 is cygwin32. OK to build expect and dejagnu with Canadian
4876 Cross.
252b5132
RH
4877
4878Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
4879
4880 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
4881 host.
4882
4883 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
4884 and mingw32.
4885
4886Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
4887
4888 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
4889 here as it is not defined in the toplevel Makefile.
4890
4891Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
4892
4893 * configure (package_makefile_rules_frag): New variable, which names
4894 a file with generic rules, ...
4895 Change comment to mention we now have FIVE parts.
4896 * configure: Undo last change.
4897
4898Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
4899
4900 * config.guess: More accurate determination of HP processor types.
4901 * config.sub: More accurate determination of HP processor types.
4902
4903Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
4904
4905 * configure (package_makefile_frag): Move inserting the
4906 ${package_makefile_frag} to where it should be according
4907 to the comment.
4908
ba73c63f 4909Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
4910
4911 * config.guess: Add support for Linux/ARM.
4912
4913Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
4914
4915 * .cvsignore: Remove *-info and *-install since they match
4916 release-info and mpw-install, which we don't want to just ignore.
4917
4918Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
4919
4920 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
4921
4922Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
4923
4924 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
4925 local_prefix to sub-make invocations.
4926
4927Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
4928
4929 * configure.in: Check makefile fragments in the source
4930 directory.
4931
4932Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4933
ba73c63f
JM
4934 * configure.in: Check whether host and target makefile
4935 fragments exist before adding them to *_makefile_frag.
252b5132
RH
4936
4937Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
4938
4939 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 4940
252b5132
RH
4941Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
4942
4943 * configure.in: Make sure we only replace RPATH_ENVVAR on
4944 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
4945 regexp to sed.
4946
4947 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
4948 to sub-makes.
4949
49501998-01-13 Lee Iverson (leei@ai.sri.com)
4951
4952 * config-ml.in (multi-do): LDFLAGS must include multilib
4953 designator.
4954
4955Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
4956
4957 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
4958
4959Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
4960
4961 * config.sub: Add mingw32 support.
4962 * configure.in: Likewise.
252b5132
RH
4963
4964Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
4965
4966 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
4967
4968Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
4969
4970 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
4971 * configure (gxx_include_dir): Provide a definition for subdirs
4972 which do not use autoconf.
4973
4974Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
4975
4976 * config.guess: Sync with egcs. Picks up new alpha support,
4977 BeOS & some additional linux support.
4978
ba73c63f 4979Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
4980
4981 * config.guess: HP 9000/803 is a PA1.1 machine.
4982
ba73c63f
JM
4983Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
4984
4985 * configure.in: It's alpha*-...
252b5132
RH
4986
4987Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
4988
ba73c63f
JM
4989 * configure.in (host_makefile_frag, target_makefile_frag):
4990 Handle multiple config files.
4991 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
4992 alpha-*-*.
252b5132
RH
4993
4994Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
4995
4996 * mkdep: New file.
4997
4998Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
4999
5000 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
5001
5002Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
5003
5004 * Makefile.in: Add libgui directory.
5005 (GDB_TK): Add all-libgui.
5006 * configure.in: Add libgui directory.
5007 * configure: Add all-libgui to GDB_TK.
5008
5009Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
5010
5011 * config-ml.in (multidirs): Add m32r to multilib list.
5012
5013Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
5014
5015 * Makefile.in (all-target-gperf): Change dependency to
5016 all-target-libstdc++.
5017
5018Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
5019
5020 * config.guess: Add BeOS support.
5021
5022Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
5023
5024 Source directory cvs renamed to cvssrc:
5025 * configure.in (host_tools): Change cvs to cvssrc.
5026 (native_only): Likewise.
5027 (noconfigdirs) [various cases]: Likewise.
5028 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
5029 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
5030 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
5031 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
5032 (all-cvssrc): Rename target from all-cvs.
5033
5034Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
5035
5036 * configure (gxx_include_dir): Fix thinko.
5037
5038Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
5039
5040 * Makefile.in (INSTALL_TARGET_CROSS): Define.
5041 (install-cross, install-gcc-cross): New targets.
5042
5043Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
5044
5045 * configure.in (noconfigdirs): Add support for Thumb target.
5046
5047 * config.sub (maybe_os): Add support for Thumb target.
5048
5049Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
5050
5051 * Makefile.in: Add rules for cygmon.
5052
5053 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
5054
5055Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
5056
5057 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
5058 * configure (gxx_include_dir): Provide a definition for subdirs
5059 which do not use autoconf.
5060
5061Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
5062
5063 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 5064 11/18/97 build
252b5132
RH
5065
5066Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
5067
5068 * From Franz Sirl.
5069 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
5070 found on RedHat Linux systems.
5071
5072Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
5073
5074 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
5075 guesses.
5076
5077Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
5078
5079 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
5080
5081Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
5082
5083 * ltmain.sh: If mkdir fails, check whether the directory was created
5084 anyhow by some other process.
5085
5086Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
5087
5088 * configure.in (d30v-*-*): Configure all directories.
5089
5090Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
5091
5092 * configure.in (d30v-*-*): Configure newlib, libiberty directories
5093 for the D30V.
5094
5095Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
5096
5097 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
5098
5099Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
5100
80413487
RH
5101 * include/libiberty.h: Add extern "C" { so it can be used with C++
5102 progrms.
5103 * include/remote-sim.h: Add extern "C" { so it can be used with C++
5104 programs.
252b5132
RH
5105
5106Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
5107
5108 * configure.in (d30v-*-*): Configure GCC now.
5109
5110Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
5111
5112 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
5113 is no longer needed.
5114
5115Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
5116
5117 * Makefile.in: check-target-libio depends on all-target-libstdc++.
5118
5119Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
5120
5121 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
5122 targets using "$@" to provide support for similar but not identical
5123 targets without having to duplicate code.
5124
5125Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
5126
5127 * makefile.vms: Fix to work with DEC C.
5128
5129Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
5130
5131 * config.sub: Add mips-tx39-elf to marketing names.
5132
5133Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
5134
5135 * ltmain.sh: Handle symlinks in generated script.
5136
5137Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
5138
5139 * configure: Handle autoconf style directory options: --bindir,
5140 --datadir, --includedir, --infodir, --libdir, --libexecdir,
5141 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
5142 --sysconfdir.
5143 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
5144 (sharedstatedir, localstatedir, oldincludedir): New variables.
5145 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
5146 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
5147 sbindir, sharedstatedir, and sysconfdir.
5148
5149Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
5150
5151 * Makefile.in (bootstrap-lean): New target.
5152
5153Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
5154
5155 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 5156 sn, and gnuserv from noconfigdirs.
252b5132
RH
5157
5158Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
5159
5160 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
5161
5162Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
5163
ba73c63f 5164 * Makefile.in (cross): New target.
252b5132
RH
5165
5166Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 5167 Jeff Law <law@cygnus.com>
252b5132
RH
5168
5169 * Makefile.in (bootstrap2, bootstrap3): New targets.
5170 (all-bootstrap): Remove outdated and confusing target.
5171 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
5172
afb8d725
JM
5173Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
5174
5175 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 5176 windows. Consistent with gdb/configure.
afb8d725 5177
252b5132
RH
51781997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
5179
252b5132
RH
5180 * configure.in: Name Linux target fragment.
5181
5182 * configure: Rewrite so that project Makefile fragment is inserted
5183 first and appears last in the resulting Makefile.
5184
5185Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
5186
5187 * Makefile.in (install-itcl): Install tcl first.
5188
252b5132 5189Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 5190
252b5132
RH
5191 * configure.in: remove bison from noconfigdirs for Cygwin32 host
5192
5193Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
5194
5195 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
5196
5197 * configure.in (skipdirs): Add target-librx for Linux.
5198 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
5199
5200Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
5201
5202 * Makefile.in (bootstrap): New target.
5203
5204Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
5205
5206 * config.sub: Accept 'amigados' for backward compatability.
5207
5208Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
5209
5210 * config.guess: Merge with FSF.
5211
ba73c63f
JM
5212Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
5213
5214 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
5215
252b5132
RH
5216Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
5217
5218 * config.sub: Add "marketing-names" patch.
5219
5220Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
5221
80413487 5222 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
5223
5224Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
5225
5226 * config.sub: Handle v850-elf.
5227
ba73c63f
JM
5228Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
5229
5230 * .cvsignore (*-install): Remove.
5231
252b5132
RH
5232Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
5233
5234 * ltconfig: Set CONFIG_SHELL in libtool.
5235 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
5236
5237Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
5238
5239 * configure.in (target_subdir): Set to libraries if enable_multilib.
5240
5241Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
5242
5243 * config.guess: Update from gcc directory.
5244
5245Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
5246
5247 * Makefile.in (all-sim): Depends on all-readline.
5248
5249Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
5250
5251 * Makefile.in (BISON, YACC): Use $$s.
5252 (all-bison): Depend on all-texinfo.
5253
5254Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
5255
5256 * Makefile.in (BISON): Add -L flag.
5257 (YACC): Likewise.
5258
5259Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
5260
35590697
AJ
5261 * configure.in (noconfigdirs): Add support for v850e target.
5262
252b5132
RH
5263 * config.sub (maybe_os): Add support for v850e target.
5264
5265Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
5266
35590697
AJ
5267 * configure.in (noconfigdirs): Add support for v850ea target.
5268
252b5132
RH
5269 * config.sub (maybe_os): Add support for v850ea target.
5270
5271Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
5272
5273 * config.sub: Add mipstx39. Delete r3900.
5274
5275Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
5276
5277 * Makefile.in (all-autoconf): Depends on all-texinfo.
5278
5279Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
5280
5281 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
5282 eabi targets.
5283
5284Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
5285
5286 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
5287
5288 * configure: When handling a Canadian Cross, handle YACC as well as
5289 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 5290 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
5291
5292Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
5293
5294 * Makefile.in (BISON): bison, not byacc or bison -y.
5295 (YACC): bison -y or byacc or yacc.
5296 (various): Add *-bison as appropriate.
5297 (taz): No need to mess with BISON anymore.
5298
5299Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
5300
5301 * configure: If OSTYPE matches *win32*, try to find a good value for
5302 CONFIG_SHELL.
5303
5304Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
5305
5306 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
5307 configure.in if it is present.
5308
5309Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
5310
5311 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
5312
5313Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
5314
5315 * config.sub: Recognize `arc' cpu.
5316 * configure.in: Likewise.
5317 * config-ml.in: Likewise.
5318
5319Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
5320
5321 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
5322
5323Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
5324
5325 * configure: Changed sed delimiter from ':' to '|' when
5326 attempting to substitute ${config_shell} for SHELL. On
5327 NT ${config_shell} may contain a ':' in it.
5328
5329Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
5330
5331 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
5332
5333Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
5334
5335 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
5336
5337Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
5338
5339 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
5340
5341 * ylwrap: If the program is a relative path, force it to be
5342 absolute.
5343
5344Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
5345
5346 * configure (tooldir): Set BISON to `bison -y' and not just bison.
5347
5348Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
5349
5350 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
5351 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
5352 for libraries.
252b5132
RH
5353
5354Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
5355
5356 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 5357 separated by spaces.
252b5132
RH
5358
5359Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
5360
5361 * ylwrap: New file.
5362 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
5363
5364 * ltmain.sh: Handle /bin/sh at start of install program.
5365
5366 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
5367
5368 * ltconfig, ltmain.sh: New files, from libtool 1.0.
5369 * missing: New file, from automake 1.2.
5370
5371Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
5372
5373 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
5374 check-tk to CHECK_X11_MODULES.
5375
5376Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
5377
5378 * config.sub: Merge with FSF.
5379
5380Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
5381
5382 * config.guess: Merge with FSF.
5383
5384Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
5385
5386 * configure: Treat msdosdjgpp like go32.
5387 * configure.in: Likewise. Don't remove gprof for go32.
5388
5389 * configure: Change Makefile.tem2 to Makefile.tm2.
5390
5391Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
5392
5393 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
5394
5395Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
5396
5397 * install-sh (chmodcmd): Set to null if the DST directory already
5398 exists. Same as Nov 11th change.
5399
5400Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
5401
35590697 5402 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
5403
5404Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
5405
5406 * config.guess: Update from FSF.
5407
5408Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
5409
5410 * Makefile.in (GDB_TK): Depend on itcl and tix.
5411
5412Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
5413
5414 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
5415 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
5416 (INSTALL_SCRIPT): New variable.
5417 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
5418 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
5419 to -x.
5420 * install-sh: Add support for -x option.
5421
5422Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
5423
5424 * configure.in, Makefile.in: Treat tix like itcl.
5425
5426Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
5427
5428 * Makefile.in (WINDRES): New variable.
5429 (WINDRES_FOR_TARGET): New variable.
5430 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
5431 (EXTRA_HOST_FLAGS): Add WINDRES.
5432 (EXTRA_TARGET_FLAGS): Add WINDRES.
5433 (EXTRA_GCC_FLAGS): Add WINDRES.
5434 ($(DO_X)): Pass down WINDRES.
5435 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
5436 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
5437 DLLTOOL_FOR_TARGET.
5438
5439Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
5440
5441 * configure.in: configure sim before gdb for win32-x-ppc
5442
5443Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
5444
5445 Move gperf into the toplevel, from libg++.
5446 * configure.in (target_tools): Add target-gperf.
5447 (native_only): Add target-gperf.
5448 * Makefile.in (all-target-gperf): New target, depend on
5449 all-target-libg++.
5450 (configure-target-gperf): Empty rule.
5451 (ALL_TARGET_MODULES): Add all-target-gperf.
5452 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
5453 (CHECK_TARGET_MODULES): Add check-target-gperf.
5454 (INSTALL_TARGET_MODULES): Add install-target-gperf.
5455 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
5456
5457Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 5458
252b5132
RH
5459 * config.sub (mn10200): Recognize new basic machine.
5460
5461Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
5462
5463 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
5464 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
5465
5466Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
5467
5468 * configure.in: If we're building mips-sgi-irix6* native, turn on
5469 ENABLE_MULTILIB and set TARGET_SUBDIR.
5470
5471Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
5472
5473 * Makefile.in (all-sn): Depend on all-grep.
5474
5475Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
5476
5477 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
5478
5479 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
5480 Makefile. From Jeff Makey <jeff@cts.com>.
5481 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
5482
5483 * Makefile.in (DISTBISONFILES): Remove.
5484 (taz): Don't futz with DISTBISONFILES. Change BISON to use
5485 $(DEFAULT_YACC).
5486
5487 * configure.in: Build itl, db, sn, etc., when building for native
35590697 5488 cygwin32.
252b5132
RH
5489
5490 * Makefile.in (LD): New variable.
5491 (EXTRA_HOST_FLAGS): Pass down LD.
5492 ($(DO_X)): Likewise.
5493
5494Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
5495
5496 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
5497
5498Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
5499
5500 * configure.in (targargs): Strip out any supplied --build argument
35590697 5501 before adding our own. Always add --build.
252b5132
RH
5502
5503Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
5504
5505 * configure.in (targargs): Pass --build if we're doing
5506 a cross-compile.
5507
5508Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
5509
ba73c63f 5510 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
5511 sed. Otherwise sed chokes on NT path names with drive
5512 designators. Also look for "?:*" as the leading characters in an
5513 absolute pathname.
5514
5515Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
5516
5517 * config.sub: Support for r3900.
5518
5519Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
5520
5521 * configure.in: Use install-sh, not install.sh.
5522
5523Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
5524
5525 * Makefile.in (taz): Improve check for BISON so it doesn't try to
5526 apply it twice.
5527
5528Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
5529
5530 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
5531 install-binutils.
5532
5533Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
5534
5535 * Makefile.in: Add automake targets.
5536 * configure.in (host_tools): Add automake.
5537
5538Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
5539
5540 * configure: Default CXX to c++, not gcc.
5541 * Makefile.in (CXX): Set to c++, not gcc.
5542 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
5543
5544Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
5545
5546 * install-sh: try appending a .exe if source file doesn't
5547 exist
5548
5549Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
5550
5551 * configure.in: Turn on multilib by default.
5552 (cross_only): Remove target-libiberty.
5553
5554 * Makefile.in (all-gcc): Don't depend on libiberty.
5555
5556Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
5557
5558 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
5559
5560Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
5561
5562 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
5563 (DISTBISONFILES): Add ld/Makefile.in
5564
5565Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
5566
5567 * configure.in: if target is cygwin32 but host isn't cygwin32,
5568 don't configure gdb tcl tk expect, not just gdb.
5569
5570Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
5571
5572 * configure.in: Added gnuserv everywhere sn appears.
5573
5574 * Makefile.in (ALL_MODULES): Added all-gnuserv.
5575 (CROSS_CHECK_MODULES): Added check-gnuserv.
5576 (INSTALL_MODULES): Added install-gnuserv.
5577 (CLEAN_MODULES): Added clean-gnuserv.
5578 (all-gnuserv): New target.
5579
5580Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
5581
5582 * config.guess: Fixes for MIPS OpenBSD systems.
5583
5584Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
5585
5586 * Makefile.in (INSTALL_XFORM): Remove.
5587 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
5588
5589 * mkinstalldirs: New file, copied from automake.
5590 * Makefile.in (installdirs): Rename from install-dirs. Use
5591 mkinstalldirs. Change all users.
5592 (DEVO_SUPPORT): Add mkinstalldirs.
5593
5594Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
5595
5596 * install-sh: Rename from install.sh.
5597 * Makefile.in (INSTALL): Change install.sh to install-sh.
5598 (DEVO_SUPPORT): Likewise.
5599
5600 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
5601 Graichen <graichen@rzpd.de>.
5602
5603Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
5604
5605 * config.guess: Recognize OpenBSD systems correctly.
5606
5607Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
5608
5609 * README, Makefile.in (ETC_SUPPORT): Remove references to
5610 cfg-paper*, configure.{texi,man,info*}._
5611
5612Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
5613
5614 * Makefile.in (all.normal): Ensure that gcc is built after all
5615 the x11 - ie gdb - targets.
5616
5617Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
5618
5619 * makefile.vms: Don't run conf-a-gas.
5620
5621Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
5622
80413487 5623 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
5624
5625Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
5626
5627 * configure.in: Remove noconfigdirs case since gdb also
5628 configures and builds for tic80-coff.
5629
5630Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
5631
5632 * configure: Set cache_file to config.cache.
5633 * Makefile.in (local-distclean): Remove config.cache.
5634
5635Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
5636
5637 * COPYING: Update FSF address.
5638
5639Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
5640
5641 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
5642 noconfigdirs.
5643
5644Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
5645
5646 * Makefile.in (install-dirs): Don't crash if prefix, and hence
5647 MAKEDIRS, is empty.
5648
5649Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
5650
5651 * config.sub: Tweak mn10300 entry.
5652
5653Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
5654
5655 * configure.in (host_tools): Put sim before gdb, so gdb's
5656 configure.tgt can determine if the simulator was configured.
5657
5658Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
5659
5660 * config.sub: Move BeOS $os case to be with other Cygnus
5661 local cases.
5662
5663Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
5664
5665 * config.sub: Remove misplaced comment that broke Linux.
5666
5667Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
5668
5669 * config.sub: Add BeOS support.
5670
5671Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
5672
5673 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
5674
5675Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
5676
5677 * configure.in (noconfigdirs): Remove tcl and tk from
5678 noconfigdirs for cygwin32 builds.
5679
5680Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
5681
5682 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
5683
5684Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
5685
5686 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
5687 make-all.com, use makefile.vms instead.
5688
5689Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
5690
5691 * config.sub: Accept -lnews*.
5692
5693Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
5694
5695 * configure.in (noconfigdirs): Disable target-newlib,
35590697 5696 target-examples and target-libiberty for d30v.
252b5132
RH
5697
5698Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
5699
5700 * configure.in (noconfigdirs): Enable ld for d30v.
5701
5702Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
5703
5704 * configure.in (tic80-*-*): Build compiler.
5705
5706Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
5707
5708 * configure.in (d30v-*): Remove sim directory from list of
35590697 5709 unsupported d30v directories
252b5132
RH
5710
5711Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
5712
35590697
AJ
5713 * config.sub, configure.in: Add d30v target cpu.
5714
252b5132
RH
5715Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
5716
5717 * makefile.vms: New file.
5718 * make-all.com: Remove.
5719
5720Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
5721
5722 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
5723
5724Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
5725
5726 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
5727
5728Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
5729
5730 * Makefile.in (ALL_MODULES): Added all-db.
5731 (CROSS_CHECK_MODULES): Addec check-db.
5732 (INSTALL_MODULES): Added install-db.
5733 (CLEAN_MODULES): Added clean-db.
5734
5735Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
5736
5737 * config.guess: Merge with latest FSF sources.
5738
5739Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
5740
5741 * Makefile.in (ALL_MODULES): Added all-itcl.
5742 (CROSS_CHECK_MODULES): Added check-itcl.
5743 (INSTALL_MODULES): Added install-itcl.
5744 (CLEAN_MODULES): Added clean-itcl.
5745
5746Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
5747
5748 * configure.in: build gdb for mn10200
5749
5750Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
5751
5752 * Makefile.in (all-target-winsup): Depend on all-target-libio.
5753
5754Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
5755
5756 * configure.in (tic80-*-*): Turn off most targets right now.
5757
5758Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
5759
5760 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
5761 rather than the makeinfo program.
5762 (do-info): Depend upon all-texinfo.
5763
5764Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
5765
5766 * configure.in: Remove uses of config/mh-linux.
5767
5768 * config.sub, config.guess: Merge with latest FSF sources.
5769
5770Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
5771
5772 * config.sub (case $basic_machine): Add tic80 entries.
5773
5774Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
5775
5776 * config.sub, config.guess: Merge with latest FSF sources.
5777
5778Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
5779
5780 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
5781 * mpw-config.in: Test for NewFolderRecursive.
5782 * mpw-install: Use symbolic name for startup filename.
5783 * mpw-README: Add various additional details.
5784
5785Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
5786
5787 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
5788
5789Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
5790
5791 * configure.in: Do build gcc and the target libraries for
5792 the mn10200.
5793
5794Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
5795
5796 * configure.in: don't avoid building gdb for mn10300 any more
5797 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
5798 instead of single-quoting it.
5799
5800Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
5801
5802 * configure.in: Don't use --with-stabs on IRIX 6.
5803
5804Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
5805
5806 * configure.in (m32r): Build gdb, libg++ now.
5807
5808Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5809
5810 * configure.in (mips*-sgi-irix6*): Remove gdb and related
5811 directories from noconfigdirs.
5812
5813Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
5814
5815 * config.sub (basic_machine): added mips16 configuration
5816
5817Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5818
5819 * config.sub: Handle d10v-unknown.
5820
5821Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
5822
5823 * config.sub: Handle v850-unknown.
5824
5825Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
5826
5827 * Makefile.in: add findutils
5828 * configure.in: add findutils to list of host_tools
5829
5830Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
5831
5832 * config.sub: Handle mn10200 and mn10300.
5833
5834Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5835
5836 * configure.in (d10v-*): Do not build librx.
5837
5838Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
5839
5840 * configure.in (mn10300): Build everything except gdb & libgloss.
5841
5842Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
5843
5844 * config.guess: Patch for Dansk Data Elektronik servers,
5845 from Niels Skou Olsen <nso@dde.dk>.
5846
5847 For ncr, use /bin/uname rather than uname, since GNU uname does not
5848 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
5849
5850 Patch for MIPS R4000 running System V,
5851 from Eric S. Raymond <esr@snark.thyrsus.com>.
5852
5853 Fix thinko for nextstep.
5854
5855 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
5856
5857 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
5858 * config.guess: Guess mips-dec-mach_bsd4.3.
5859
5860 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
5861 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
5862 release numbers.
5863 * config.guess (mips-mips-riscos*): Emit just enough of the
5864 release number.
5865
5866 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
5867 * config.guess (sparc-auspex-sunos*): Added.
5868 (f300-fujitsu-*): Added.
5869
5870 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
5871 * config.guess: Recognize a Tadpole as a sparc.
5872
5873Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
5874
5875 * config.guess: Don't assume that NextStep version is either 2 or
5876 3. NextStep 4 (aka OpenStep 4) has come out now.
5877
5878Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
5879
5880 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
5881 From Rik Faith <faith@cs.unc.edu>.
5882
5883Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
5884
5885 * config.sub: Contributions from bug-gnu-utils to:
5886 Support plain "hppa" (no version given) architecture, reported by
5887 OpenStep.
5888 OpenBSD like NetBSD.
5889 LynxOs is not a hardware supplier.
5890
5891 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 5892 OpenBSD like NetBSD.
252b5132
RH
5893 Stratus systems.
5894 More Pyramid systems.
5895 i[n>4]86 Intel chips.
5896 M680[n>4]0 Motorola chips.
5897 Use unknown instead of lynx for hardware manufacturer.
5898
5899Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
5900
5901 * install.sh (chmodcmd): Set to null if the DST directory already
5902 exists.
5903
5904Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5905
5906 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
5907 not use mt-ppc target Makefile fragment any more.
5908
5909Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
5910
5911 * configure.in (*-*-windows): Exclude everything but those dirs
5912 needed to build windows.
5913
5914Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
5915
5916 * Makefile.in (all-target-winsup): Depend on all-target-librx.
5917
5918Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
5919
5920 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
5921
5922Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
5923
5924 * Undo my previous change.
5925
5926Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
5927
5928 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
5929 unconditionally.
5930 (MAKEOVERRIDES): Define (revert this part of October 18 change).
5931
5932Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
5933
5934 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
5935 host to add it's own flags.
252b5132
RH
5936
5937Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
5938
5939 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
5940
5941Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
5942
5943 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
5944 (CXX_FOR_TARGET): Likewise.
5945 (GCC_FOR_TARGET): Define.
5946 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
5947 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
5948 CC_FOR_TARGET was specified on the command line.
5949 (MAKEOVERRIDES): Don't define.
5950
5951Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
5952
5953 * configure.in (m32r): Fix spelling of libg++ libs.
5954
5955Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
5956
5957 * config.sub (-apple*): Remove, now redundant.
5958
5959Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
5960
5961 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
5962
5963 * configure: Rework yesterday's sed script patch.
5964
5965 * config.sub: Merge with FSF.
5966
5967Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
5968
5969 * config.guess: Merge from FSF.
5970
5971 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
5972 * config.guess: Use pc instead of unknown, for pc clone systems.
5973 Change linux to linux-gnu.
252b5132
RH
5974
5975 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 5976 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
5977
5978Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
5979
5980 * test-build.mk (HOLES): Add "xargs" for gdb.
5981
5982 * configure: Avoid hpux10.20 sed bug.
5983
5984Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
5985
4bddf3ad 5986 * configure.in: Add support for windows host
252b5132
RH
5987 (that is a build done under the Microsoft build environment).
5988
5989Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
5990
5991 * Makefile.in: Replace all uses of srcroot with s, to shrink
5992 command line lengths.
5993
5994 Patches from Geoffrey Noer <noer@cygnus.com>:
5995 * configure.in: If configuring for newlib, pass --with-newlib to
5996 subdirectories.
5997 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
5998 -Bnewlib/ and -Lwinsup to gcc.
5999 (CXX_FOR_TARGET): Likewise.
6000
6001Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
6002
6003 * Makefile.in (ETC_SUPPORT): Add configure.
6004
6005Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
6006
35590697 6007 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
6008 host configuration file.
6009
6010Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
6011
6012 * configure.in: Break mn10x00 support into separate
6013 mn10200 and mn10300 configurations.
6014 * config.sub: Likewise.
6015
6016Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
6017
6018 * configure.in: Add lots of stuff to noconfigdirs for
6019 the mn10x00 targets.
6020
6021 * config.sub, configure.in: Add mn10x00 support.
6022
6023Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
6024
6025 * make-all.com: Call conf-a-gas, not config-a-gas.
6026
6027Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
6028
6029 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 6030 targets.
252b5132
RH
6031
6032Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
6033
6034 * mpw-README: Add much more detail for native PowerMac.
6035 * mpw-install: New file.
6036 * mpw-configure: Add --norecursion and --help options.
6037 * mpw-config.in: Translate readme and install files when
6038 copying to objdir.
6039 * mpw-build.in: Don't always depend on byacc and flex.
6040 (install-only-top): New action.
6041
6042Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
6043
6044 * configure.in: You can now configure GDB for the v850.
6045
6046Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
6047
6048 * configure.in (noconfigdirs): Don't configure any C++ dirs
6049 if targeting D10V.
6050
6051Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
6052
6053 * config.sub: Recognize mips64vr5000.
6054
6055Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
6056
6057 * configure.in: Use a single line for host_tools and native_only.
6058
6059Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
6060
6061 * config.sub, configure.in: Add entries for m32r.
6062
6063Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
6064
6065 * Makefile.in (inet-install): Don't run install-gzip.
6066
6067Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
6068
6069 * configure.in: Don't config lots of things for *-*-windows*.
6070
6071Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
6072
6073 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
6074 (host_libs, host_tools): Copy from configure.in.
6075 * mpw-configure: Don't complain about directories not found.
6076
6077Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6078
6079 * configure.in (i[345]86): Recognize i686 for pentium pro.
6080 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
6081 file.
6082
6083 * config.guess (i[345]86): Ditto.
6084
6085Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6086
6087 * configure.in (noconfigdirs): Removed gdb for D10V.
6088
6089Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
6090
6091 * configure.in: Remove ld, target-libio, target-libg++, and
6092 target-libstdc++ from noconfigdirs.
6093
6094Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
6095
6096 * configure: Fix three locations where shell scripts were
6097 being run directly rather than with config_shell.
6098
6099Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
6100
6101 * configure.in (v850-*-*): Set up initial $noconfigdirs.
6102 * config.sub (basic_machine): Recognize v850.
6103
6104Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
6105
6106 * mpw-configure: Handle multiple enable/disable options and
6107 pass them down recursively, handle -c and -s flags appropriately
6108 depending on choice of compiler, add escape mechanism for
6109 quoted arguments to gC.
6110
6111Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6112
6113 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
6114 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
6115 so that -mrelocatable-lib and -mno-eabi are used.
6116
6117 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
6118 not support --print-multi-lib, don't abort.
6119
252b5132
RH
6120Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
6121
6122 * make-all.com: Run config-a-gas.
6123 * setup.com: Don't copy subdirectory files around.
6124
6125Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
6126
6127 * configure.in (*-*-ose): Remove exclusion of libgloss for this
6128 target, it now compiles correctly.
6129
6130Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
6131
6132 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
6133
6134Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6135
35590697 6136 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
6137
6138Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
6139
6140 * configure.in (native_only): Add prms.
6141
6142Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
6143
6144 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
6145 (BINUTILS_SUPPORT_DIRS): Likewise.
6146
6147Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6148
6149 * configure.in (d10v-*-*): Don't configure ld or gdb until the
6150 d10v support is added.
6151
6152Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6153
6154 * configure.in (d10v-*-*): New target.
6155
6156Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
6157
6158 * config.guess (HP 9000/811): Recognize this as a PA1.1
6159 machine.
6160
6161Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
6162
6163 * Makefile.in (do-tar-gz): New target, split out from tail end of
6164 taz target. Run each command separately, don't use pipes.
6165 (taz): Use it.
6166
6167Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
6168
6169 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
6170 * mpw-build.in: No builds should depend on building byacc or flex,
6171 they are assumed to be installed already.
6172
6173Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6174
6175 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
6176 variable that CC_FOR_TARGET needs.
6177
6178Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6179
6180 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
6181 options have changed since the last time the subdirectory was
6182 configured, and if it has, reconfigure.
6183 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
6184 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
6185
6186Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
6187
6188 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
6189 CLEAN_MODULES): Add bash.
6190 (all-bash): New target.
6191
6192Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
6193
6194 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
6195
6196Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6197
6198 * config.sub (basic_machine): Recognize d10v as a valid processor.
6199
6200Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
6201
6202 * mpw-configure: Add support for --bindir.
6203 * mpw-build.in: Use a GCC-specific build script for GCC actions.
6204
6205Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
6206
6207 * configure.in: add bash, time, gawk to list of hosttools and things
6208 to only build for native toolchains
6209
6210Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6211
6212 * Makefile.in (docdir): Remove.
6213
6214Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6215
6216 * Makefile.in (datadir): Set to $(prefix)/share.
6217
6218Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
6219
6220 * configure.in: build diff and patch for cygwin32-hosted
6221 toolchains.
6222
6223Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
6224
6225 * config.sub: Accept -rtems*.
6226
6227Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
6228
80413487 6229 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
6230 remove diff from the list of things not buildable
6231 via Canadian Cross
252b5132
RH
6232
6233Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
6234
6235 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 6236 don't get ". ".
252b5132
RH
6237
6238Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
6239
6240 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
6241
6242Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
6243
6244 * Makefile.in (taz): Handle case where tex3patch didn't even get
6245 checked out. Also, if it was found, put the symlink in a new util
6246 subdirectory.
6247
6248Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6249
6250 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
6251
6252Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
6253
6254 * config.sub: Recognize -openvms.
6255 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
6256 * make-all.com, setup.com: New files.
6257
6258Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
6259
6260 * Makefile.in (taz): tex3patch moved to texinfo/util.
6261
6262Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
6263
afb8d725 6264 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
6265 * configure.in: remove make from disable-if-Can-Cross list
6266 enable gdb if ${host} and ${target} are cygwin32
6267
6268Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
6269
6270 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
6271 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
6272
6273Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
6274
6275 * config.guess: Combine mips-mips-riscos cases, and use cpp to
6276 distinguish sysv/svr4/bsd variants.
6277 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
6278
6279Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
6280
6281 * configure.in: Added copyright notice.
6282 * move-if-change: Added copyright notice.
6283
6284Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6285
6286 * configure.in (powerpcle-*-solaris*): Until we get shared
6287 libraries working, don't build gdb, sim, make, tcl, tk, or
6288 expect.
6289
6290Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
6291
6292 * config.guess: Merge with FSF:
6293
6294 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
6295 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
6296
6297 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
6298 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
6299
6300 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
6301 * config.guess: Combine two OSF1 rules.
6302 Also recognize field test versions. From mjr@zk3.dec.com.
6303 * config.guess (dgux): Use /usr/bin/uname rather than uname,
6304 because GNU uname does not support -p. From pmr@pajato.com.
6305
6306Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
6307
6308 * Makefile.in (MAKEDIRS): Removed $(tooldir).
6309
6310Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
6311
6312 * mpw-README: Document GCCIncludes.
6313
6314Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
6315
6316 * configure.in (alpha-*-linux*): Set enable_shared to yes.
6317
6318Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
6319
6320 * mpw-configure: Handle --enable-FOO and --disable-FOO.
6321
6322Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
6323
6324 * configure.in (*-*-cygwin32): Configure make.
6325
6326Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
6327
6328 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
6329
6330Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
6331
6332 * Makefile.in (all-inet): Depend on all-perl.
6333
6334 * Makefile.in (inet-install): New target.
6335
6336 * Makefile.in (all-inet): Depend on all-tcl.
6337 (all-inet): Depend on all-send-pr.
6338
6339Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6340
6341 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
6342 temporarily.
6343
6344Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
6345
6346 * configure.in: Don't configure --with-gnu-ld on AIX.
6347
6348Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
6349
6350 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
6351
6352Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
6353
6354 * Makefile.in (ALL_MODULES): Added all-inet.
6355 (CROSS_CHECK_MODULES): Added check-inet.
6356 (INSTALL_MODULES): Added install-inet.
6357 (CLEAN_MODULES): Added clean-inet.
6358 (all-indent): New target.
6359
6360 * configure.in (host_tools): Added inet.
6361 (native_only): Added inet.
6362 (noconfigdirs): Added inet.
6363
6364Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
6365
6366 * configure.in: Don't configure libgloss if we are not configuring
6367 newlib.
6368
6369Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
6370
6371 * configure.in: Don't configure libgloss for unsupported
6372 architectures.
6373
6374Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6375
6376 * Makefile.in (CLEAN_MODULES): Add clean-apache.
6377
6378Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
6379
6380 * Makefile.in (ALL_MODULES): Include all-apache.
6381 (CROSS_CHECK_MODULES): Include check-apache.
6382 (INSTALL_MODULES): Include install-apache.
6383 (all-apache): New target.
6384
6385 * configure.in: Added apache everywhere perl is seen.
6386
6387Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6388
6389 * Makefile.in: Add support for clean-{module} and
6390 clean-target-{module} rules.
6391
6392Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
6393
6394 * configure.in (*-*-ose) do not build libgloss.
6395
6396Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6397
6398 * config.guess (prep*:SunOS:5.*:*): Turn into
6399 powerpele-unknown-solaris2.
6400
6401Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
6402
6403 * configure.in: Permit --enable-shared to specify a list of
6404 directories.
6405
6406Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
6407
6408 * configure.in (host==solaris): Pass only the first word of $CC
6409 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
6410
6411Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
6412
6413 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
6414
6415Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
6416
6417 * Makefile.in (ALL_MODULES): Include all-perl.
6418 (CROSS_CHECK_MODULES): Include check-perl.
6419 (INSTALL_MODULES): Include install-perl.
6420 (ALL_X11_MODULES): Include all-guile.
6421 (CHECK_X11_MODULES): Include check-guile.
6422 (INSTALL_X11_MODULES): Include install-guile.
6423 (all-perl): New target.
6424 (all-guile): New target.
6425
6426 * configure.in (host_tools): Include perl and guile.
6427 (native_only): Include perl and guile.
6428 (noconfigdirs): Don't build guile and perl; no ports have been
6429 done.
6430
6431Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
6432
80413487
RH
6433 * configure (--enable-*): Handle quoted option lists such as
6434 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
6435
6436Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6437
6438 * Makefile.in ({,inst}all-target): New rule so we can make and
6439 install all of the target directories easily.
6440
6441Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6442
6443 * configure.in: Add missing global flag in sed substitution when
6444 deleting `target-' from ${configdirs}.
6445
6446Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
6447
6448 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
6449 option.
6450
6451 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
6452 config/mh-necv4.
6453
6454 * install.sh: Correct misspelling of transformbasename.
6455
6456 * config.guess: Recognize mips-*-sysv*.
6457
6458Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
6459
6460 * config.sub: Recognize mon960.
6461
6462Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
6463
6464 * configure: Restore Canadian Cross handling of BISON and LEX,
6465 removed in Feb 20 change.
6466
6467Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
6468
6469 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
6470 Mention make install. Remove the old copyright date as well the
6471 clumsy and rather pointless copyright on the README file.
6472
6473Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
6474
6475 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
6476 Makefile after running symlink-tree, then run `make distclean' to
6477 avoid clobbering any generated files in srcdir.
6478
6479Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
6480
6481 * configure.in (m68k-*-netbsd*): Build everything now.
6482
6483Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
6484
6485 * Makefile.in (taz): Fix quoting.
6486
6487Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
6488
6489 * configure.in (sparclet-*-*): Build everything now.
6490
6491Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6492
6493 * configure.in (m68k-*-linux*): New host.
6494
6495Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
6496
6497 * configure: Check for bison before byacc.
6498
6499Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
6500
6501 * Makefile.in configure: Change the way LEX and BISON/YACC are
6502 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
6503 searching PATH. These are used as fallbacks by Makefile.in if
6504 flex/bison/byacc aren't in objdir.
6505
6506Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
6507
6508 * Makefile.in: Make everything which depends upon all-bfd also
6509 depend upon all-opcodes, in case --with-commonbfdlib is used.
6510
6511Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6512
6513 * configure.in (host *-*-cygwin32): Don't build gdb if we are
6514 building NT native compilers on Unix.
6515
6516Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
6517
6518 * configure.in: Don't get CC from the host Makefile fragment if we
6519 can find gcc in PATH, or if this is a Canadian Cross. Move the
6520 Solaris test for /usr/ucb/cc to the post target script, just after
6521 the compiler sanity test.
6522
6523Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
6524
6525 * config.sub: Merge with FSF.
6526
6527Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
6528
6529 * Makefile.in (RPATH_ENVVAR): New variable.
6530 (REALLY_SET_LIB_PATH): Use it.
6531 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
6532
6533Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
6534
6535 * config.sub, configure.in: Recognize sparclet cpu.
6536
6537Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
6538
6539 * config.guess: Support m68k-cbm-sysv4.
6540
6541Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6542
6543 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
6544 m68k-unknown-linuxaout from linker help string. Put quotes around
6545 $ld_help_string.
6546
6547Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
6548
6549 * config.guess (powerpc-harris-powerunix): Add guess for port
6550 to new target.
6551
6552Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
6553
6554 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
6555
6556Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
6557
6558 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
6559 $(REALLY_SET_LIB_PATH) in Makefile.
6560 * Makefile.in (SET_LIB_PATH): New variable.
6561 (REALLY_SET_LIB_PATH): New variable.
6562 ($(DO_X)): Use $(SET_LIB_PATH).
6563 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
6564 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
6565 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
6566 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
6567 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
6568 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
6569 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
6570 (install-dosrel): Likewise.
6571 (all-opcodes): Depend upon all-libiberty.
6572
6573Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
6574
6575 * config.guess (*:CYGWIN*): New
6576
6577Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6578
6579 * Makefile.in (all-target-winsup): All all-target-libiberty.
6580
6581Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6582
6583 * configure.in (noconfigdirs): Add missing # in front of comment.
6584
6585Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
6586
6587 * configure.in: add second pass to things added to noconfigdirs
6588 so *-gm-magic can exclude libgloss properly.
6589
6590Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
6591
6592 * mpw-configure (extralibs_name, rez_name): Set correctly
6593 for MWC68K compiler.
6594
6595 * mpw-README: Add more info on the necessary build tools.
6596
6597Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
6598
6599 * configure.in, config.sub: Recognize cygwin32.
6600
6601Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
6602
6603 * config.guess, config.sub: Recognize A/UX.
6604
6605Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
6606
6607 * config.sub: Merge with gcc/config.sub.
6608
6609Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
6610
6611 * mpw-build.in (do-binutils): Add build of stamps.
6612
6613Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
6614
6615 * config.sub: Add recognition for mips64vr4100*-* targets.
6616
6617Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
6618
6619 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
6620 Add creation of gconfigargs with `--enable-shared' turned on.
6621 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
6622 ($(host)-stamp-stage3-configured): Likewise.
6623 (HOLES): Add chatr and ldd.
6624 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
6625
6626Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
6627
6628 * configure: Pass --nfp to recursive configures.
6629
6630Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
6631
6632 * Makefile.in (DLLTOOL): New.
6633 (DLLTOOL_FOR_TARGET): New.
6634 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
6635 (EXTRA_TARGET_FLAGS): Ditto.
6636 (EXTRA_GCC_FLAGS): Ditto.
6637 (CONFIGURE_TARGET_MODULES): Ditto.
6638 (DO_X): Ditto.
6639 * configure: Add DLLTOOL.
6640
6641Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
6642
6643 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
6644 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
6645 mh-sco, since old workarounds no longer needed, and don't
6646 build ld, since libraries have weak symbols in COFF.
6647
6648Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
6649
6650 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
6651
6652Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
6653
6654 * configure.in: Make sure that ${CC} can be used to compile an
6655 executable.
6656
afb8d725
JM
6657Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
6658
6659 * Makefile.in (all-gdb): Depend on $(GDB_TK).
6660 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
6661 nothing depending on whether gdbtk is being built.
6662
252b5132
RH
6663Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
6664
6665 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
6666
6667Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
6668
6669 * configure.in (noconfigdirs): Put ld or gas in this early, if the
6670 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
6671
6672Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
6673
6674 * config-ml.in: Add support for
6675 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
6676 Simplify setting of multidirs from --disable-foo.
6677
6678Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
6679
6680 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
6681 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
6682 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 6683 non-empty, pass them on to the GCC make.
252b5132
RH
6684 (all-bootstrap): New rule that is like all-gcc, except it executes
6685 the GCC bootstrap rule instead of the GCC all rule.
6686
6687Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
6688
6689 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
6690
6691Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
6692
6693 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
6694 DG/UX support.
6695
6696Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
6697
6698 * config.sub (i*86*) Change [345] to [3456]
6699
6700Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
6701
6702 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
6703 --with-gnu-ld=no.
6704
6705Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
6706
6707 * config-ml.in (rs6000*, powerpc*): Add switches to control which
6708 AIX multilibs get built.
6709
6710Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
6711
6712 * configure.in (i386-win32): Don't build expect if we're not
6713 building the tcl subdir.
6714
6715Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
6716
6717 * Makefile.in: (configure-target-examples, all-target-examples):
6718 New targets, configure and build example programs.
6719
6720Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
6721
6722 * mpw-configure: If an mpw-config.in generated a file mk.sed,
6723 use it as input to sedit the generated MPW makefile.
6724 * mpw-README: Add a suggestion about Gestalt.h.
6725
6726Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
6727
6728 * config.sub: Accept *-*-ieee*.
6729
6730Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
6731
6732 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
6733 Ronald F. Guilmette <rfg@monkeys.com>.
6734
6735Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
6736
6737 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
6738 for powerpc-pe native.
6739 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
6740 (target==powerpc-pe): duplicate i386-win32 entry.
6741
6742Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
6743
6744 * configure.in (noconfigdirs): Exclude target-newlib for all versions
6745 of vxworks, not just vxworks5.1.
6746
6747Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
6748
6749 * mpw-configure: Add support for exec-prefix.
6750
6751Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6752
6753 * config.guess: Recognize HP model 816 machines as having
6754 a PA1.1 processor.
6755
6756Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
6757
6758 * configure: Ignore new autoconf configure options.
6759
252b5132
RH
6760Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
6761
6762 * config.guess: Recognize Pentium under SCO.
6763 From Robert Lipe <robertl@arnet.com>.
6764
6765Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
6766
6767 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
6768
6769Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
6770
6771 * configure.in: Don't configure gas for alpha-dec-osf*.
6772
6773Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
6774
6775 * configure.in: Default to --with-stabs for some targets for which
6776 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
6777 i[345]86*-*-unixware*.
6778
6779Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
6780
6781 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
6782 rather than basing it on the target. Simplify handling of options
6783 controlling which directories to configure. Remove extraneous
6784 slash in multi-clean target.
6785
6786Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
6787
6788 * config-ml.in: Prefix more variables with ml_ so they don't collide
6789 with configure's.
6790
6791Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
6792
6793 * configure: Don't turn -v into --v.
6794
6795Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
6796
6797 * configure.in (targargs): Fix typo.
6798
6799 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
6800
6801Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
6802
6803 * configure.in: Strip --host and --target options from
6804 CONFIG_ARGUMENTS, and always configure for --host only. Add
6805 --with-cross-host option when building with a cross-compiler.
6806 * configure: Canonicalize the arguments put into config.status by
6807 always using `=' for an option with an argument. Pass a presumed
6808 --host or --target explicitly.
6809
6810Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
6811
6812 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
6813 into general OS recognition case.
6814
6815Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
6816
6817 * configure.in (target_configdirs): add target-winsup only
6818 for win32 target systems.
6819
6820Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
6821
6822 * Makefile.in (all-target-libgloss): Depend upon
6823 configure-target-newlib, since when libgloss is built it looks to
6824 see if the newlib directory exists.
6825
6826Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
6827
6828 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
6829 cfg-ml-*.in.
6830
6831Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
6832
6833 * configure: Handle LD and LD_FOR_TARGET when configuring a
6834 Canadian Cross.
6835
252b5132
RH
6836Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
6837
6838 * configure.in (target_libs): add target-winsup.
6839 (target==i386-win32): add patch diff flex make to $noconfigdirs.
6840 (target==ppcle-pe): remove ld from $noconfigdirs.
6841
6842Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
6843
6844 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
6845 Preserve relative path names in $srcdir. Build symlink tree if
6846 configuring cross target dir and srcdir=. (= no VPATH support).
6847 (configure-target-libg++): Depend on configure-target-librx.
6848 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
6849 * config-ml.in: New file.
6850 * symlink-tree: New file.
6851 * configure: Ensure srcdir="." if that's what it is.
6852
6853Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
6854
6855 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
6856 includes and FLEX_SKELETON setting.
6857 * mpw-configure (--with-gnu-ld): New option, controls whether
6858 to use PPCLink or ld with PowerMac GCC.
6859 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
6860 * mpw-config.in: Configure grez if targeting Mac.
6861
6862 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
6863 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
6864 just macos.
252b5132
RH
6865 * configure.in: Configure grez resource compiler if targeting Mac.
6866 * Makefile.in (all-grez, install-grez): New targets.
6867
6868Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
6869
6870 * configure: CXX defaults to gcc, not g++. If we find
35590697 6871 gcc in the path, set CC to gcc -O2.
252b5132
RH
6872
6873Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
6874
6875 * configure: Default ${build} correctly. Avoid picking up extra
6876 spaces when reading CC and CXX from Makefile. When doing a
6877 Canadian Cross, use plausible default values for numerous
6878 variables.
6879 * configure.in: When doing a Canadian Cross, don't try to
6880 configure tools whose configure script can't handle it.
6881
6882Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
6883
6884 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
6885
6886Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
6887
6888 * configure: Remove dubious bug reporting address.
6889
6890Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
6891
6892 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
6893 configure script, run that instead of this directory's configure.
6894 In either case, print a message that we're configuring the sub-dir.
6895
6896Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
6897
6898 * configure.in: Before checking for the existence of various files,
6899 use sed to filter out "target-".
6900
6901Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
6902
6903 * Makefile.in (DO_X): Split rule to decrease command line length
6904 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
6905 (Philippe De Muyter).
6906
6907Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
6908
6909 * Makefile.in (all-patch): depend on all-libiberty.
6910
6911Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
6912
6913 * configure.in: If the only directory in target_configdirs which
6914 actually exists is libiberty, then set target_configdirs to empty,
6915 to avoid trying to build a target libiberty in a gas or gdb
6916 distribution.
6917
6918Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
6919
6920 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
6921 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
6922 systems.
252b5132
RH
6923
6924Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
6925
6926 * configure.in (copy_dirs): Use sys-include instead of include
6927 for --with-headers option.
6928
6929Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
6930
6931 * Makefile.in, configure.in: Make winsup builds work with
6932 new scheme.
6933
6934Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
6935
6936 * configure.in: Build the linker on AIX.
6937
6938Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
6939
6940 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
6941 where needed.
6942
6943Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
6944
6945 * Makefile.in (all-gcc): Fix typo.
6946
6947Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
6948
6949 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
6950
6951Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
6952
6953 * configure.in: Rename libFOO to target-libFOO, and xiberty
6954 to target-xiberty, to provide more flexibility.
6955 (target_subdir): Define. Create if cross.
6956 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
6957 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
6958 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
6959 check-libFOO -> check-target-libFOO, etc.
6960 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
6961 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
6962 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
6963 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
6964 allow ALL_GCC="" to only configure.
6965 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
6966 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
6967 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
6968
6969Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
6970
6971 * Makefile.in (taz): Build "info" in etc explicitly.
6972
6973Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
6974
6975 * configure.in: Make sure that CC is undefined (as opposed to
6976 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
6977 problem with autoconf trying to configure on a host without GCC.
6978
6979Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
6980
6981 * mpw-configure: Set host alias from choice of host compiler,
6982 only use generic MPW Makefile sed if present, edit a file
6983 named "hacked_Makefile.in" instead of "Makefile.in" if present.
6984 * mpw-README: Add problem notes about CW6 and CW7.
6985
6986Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
6987
6988 * Makefile.in (taz): Use ";" instead of ";;".
6989
6990Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
6991
6992 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
6993 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
6994 DISTDOCDIRS.
6995 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
6996 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
6997
6998Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
6999
7000 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
7001 and gnats, because they are now subsumed by DISTSTUFFDIRS.
7002 Move bfd to DISTSTUFFDIRS.
7003
7004Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7005
7006 * Makefile.in (X11_LIB): Removed.
7007 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
7008
7009 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
7010
7011Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7012
7013 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
7014 names.
7015
7016Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7017
7018 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
7019
7020Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
7021
7022 * configure.in (i[345]86-*-win32): Always build newlib.
7023 Don't configure cvs, autoconf or texinfo.
7024 * Makefile.in (LD_FOR_TARGET): New.
7025 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
7026 Pass down LD_FOR_TARGET.
7027
7028Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
7029
7030 * winsup: New directory.
7031 * Makefile.in: Build winsup.
7032 * configure.in: Winsup is configured when target is win32.
7033 Can only build win32 target GDB when native.
35590697 7034
252b5132
RH
7035Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
7036
7037 * config.guess: Recognize HP model 819 machines as having
7038 a PA 1.1 processor.
7039
7040Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
7041
7042 * configure: Fix sed loop which substitutes for CC and CXX to
7043 avoid bug found in various sed implementations.
7044
7045Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7046
7047 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
7048 simulator. Use standard powerpc-*-eabi*.
7049
7050Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
7051
7052 * configure.in: Stop putting gas and binutils in noconfigdirs for
7053 powerpc-*-aix* and rs6000-*-*.
7054
7055Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
7056
7057 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
7058 -mcall-aixdesc libraries.
7059
7060Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
7061
7062 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7063
7064 * config.sub (arm | armel | armeb): Fix shell syntax.
7065
7066Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7067
7068 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
7069 -msoft-float and -mcpu=common support.
7070 (powerpc*-*-eabisim*): Add support for building -mcall-aix
7071 libraries.
7072
7073Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
7074
7075 * configure.in: Allow configuration and build of emacs19 for the alpha.
7076
7077Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7078
7079 * configure.in (CC): Get ^CC, not just any old CC, from
7080 ${host_makefile_frag}.
7081
7082Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7083
35590697 7084 * configure.in (CC): Try to get CC from
252b5132
RH
7085 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
7086
7087Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7088
7089 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
7090 only if it exists in $(srcdir).
7091
7092Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
7093
7094 * configure: If CC and CXX are not set in the environment, set
7095 them, based on either an existing Makefile or on searching for gcc
7096 in PATH. Substitute for CC and CXX in Makefile.
7097 * configure.in: Remove libm from target_libs. Separate
7098 target_configdirs from configdirs. If CC is not set in
7099 environment, try to get it from a host Makefile fragment. Rewrite
7100 changes of configdirs to use skipdirs instead. A few minor
7101 tweaks. Take directories out of target_configdirs as they are
7102 taken out of configdirs. Remove existing Makefile files from
7103 subdirectories. Substitute for TARGET_CONFIGDIRS and
7104 CONFIG_ARGUMENTS in Makefile.
7105 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
7106 by configure.in.
7107 (CONFIG_ARGUMENTS): Likewise.
7108 (CONFIGURE_TARGET_MODULES): New variable.
7109 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
7110 ($(CONFIGURE_TARGET_MODULES)): New target.
7111 (configure-libg++, configure-libio): New targets.
7112 (all-libg++): Depend upon configure-libg++.
7113 (all-libio): Depend upon configure-libio.
7114 (configure-libgloss, all-libgloss): New targets.
7115 (configure-libstdc++): New target.
7116 (all-libstdc++): Depend upon configure-libstdc++.
7117 (configure-librx, all-librx): New targets.
7118 (configure-newlib): New target.
7119 (all-newlib): Depend upon configure-newlib
7120 (configure-xiberty): New target.
7121 (all-xiberty): Depend upon configure-xiberty.
7122
7123Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7124
7125 * configure.in (host i[345]86-*-win32): Expand the
7126 noconfigdirs again.
7127
7128Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
7129
7130 * mpw-configure: Fix sed command file name.
7131
7132Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
7133
35590697 7134 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
7135 noconfigdirs again.
7136
7137Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
7138
7139 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
7140 or powerpc*-*-pe*, since they are not yet supported.
7141
7142Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
7143
7144 Add PowerMac support and many other enhancements.
7145 * mpw-configure: New option --cc to select compiler to use,
7146 paste options set according to --cc into the generated
7147 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
7148 if mpw-make.sed is present.
7149 * mpw-config.in: Don't test for gC1, test for mpw-touch,
7150 add forward includes for PowerPC include files.
7151 * mpw-build.in: Build using Makefile.PPC if present.
7152 (do-byacc, etc): Remove separate version resource builds.
7153 (do-gas): Build "stamps" before "all".
7154 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
7155 * mpw-README: Update to reflect --cc option, PowerMac support,
7156 and recently-reported compatibility problems.
7157
7158Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
7159
7160 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
7161 embedded m68k systems (-aout, -coff, -elf, -vxworks).
7162 (--with-multilib-top): Pass to recursive invocations.
7163
7164Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
7165
7166 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
7167 v810-*-*.
7168
7169Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7170
7171 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
7172 gdb, ld and opcodes on v810-*-*.
7173
252b5132
RH
7174Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
7175
7176 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
7177 (local-maintainer-clean): New target.
7178 (maintainer-clean): New target.
7179 (realclean): Just depend upon maintainer-clean.
7180
7181Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7182
7183 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
7184
7185Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
7186
7187 * configure.in: Build ld in mips*-*-bsd* case.
7188
7189Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
7190
7191 * config.sub: Accept -lites* OS. From Ian Dall.
7192
7193Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
7194
7195 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 7196 targets.
252b5132
RH
7197
7198Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7199
7200 * configure.in: treat i386-win32 canadian cross the same as
7201 i386-go32 canadian cross.
7202
7203Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7204
7205 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
7206 running under the simulator to build a reduced set of libraries.
7207 (powerpc-*-eabiaix): Add fine grained multilib support added to
7208 other powerpc targets yesterday.
7209
7210Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7211
7212 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
7213 -disable-softfloat, -disable-relocatable, -disable-aix, and
7214 -disable-sysv to control which multilib libraries get built.
7215
7216Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
7217
7218 * configure: Add Makefile.tem to list of files to remove in trap
7219 handler.
7220
7221Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
7222
7223 * config.guess (*Linux*): Add missing "exit"s.
7224 Also, need specific check for alpha-unknown-linux (uses COFF).
7225
7226Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
7227
7228 * config.guess: Merge with FSF:
7229
7230 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
7231 * config.guess (AIX4): More robust release numbering discovery.
7232
7233 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
7234 * config.guess (i386-sequent-ptx): Properly get version number.
7235
7236 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
7237 * config.guess (mips:*:4*:UMIPS): New case.
7238
7239Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
7240
7241 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
7242 (i386-win32 host): Likewise. Don't build readline.
7243
afb8d725
JM
7244Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
7245
7246 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
7247 SUPPORT_FILES to submakes.
7248
252b5132
RH
7249Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
7250
7251 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
7252 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
7253 mpw-configure.
7254
7255Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
7256
7257 * configure.in (appdirs): Use =, not ==, in test expression when
7258 trying to build the text to print in the warning message for
7259 Solaris users.
7260
7261Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
7262
7263 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
7264
7265Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7266
7267 * config.guess: Recognize lynx-2.3.
7268
7269Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
7270
7271 * config.sub (z8ksim): Deleted
7272 (z8k-*-coff): New, this is the one true name of the target.
7273
7274Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
7275
7276 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
7277
7278Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
7279
7280 * config.guess (*:Linux:*:*): First try asking the linker what the
7281 default object file format is (elf, aout, or coff). Then if this
7282 fails, try previous methods.
7283
7284Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7285
7286 * configure.in: Don't build newlib for *-*-vxworks5.1.
7287
7288Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
7289
7290 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
7291 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
7292
7293Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
7294
7295 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
7296
7297Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
7298
7299 * cfg-ml-com.in: New file.
7300 * cfg-ml-pos.in: New file.
7301
7302Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7303
7304 * COPYING.NEWLIB: Add HP free copyright to list.
7305
7306Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7307
7308 * config.sub: Recognize -eabi* for the system, not just -eabi.
7309
7310Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
7311
7312 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
7313 * config.sub, configure.in (win32): New target and host.
7314
7315Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
7316
7317 * configure.in: Add i386-pe configuration.
7318
7319Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
7320
7321 * mpw-build.in (install): Install GDB after LD.
7322
7323Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
7324
7325 * mpw-config.in (elf/mips.h): Always forward-include, needed
7326 for GDB to build.
7327
7328Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
7329
7330 * testsuite: New directory for customer acceptance and whole tool
7331 chain tests.
7332
7333Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
7334
7335 * configure: If per-host line isn't found, but AC_OUTPUT is found
7336 and a configure script exists, run it instead.
7337
7338Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
7339
7340 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
7341
7342Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
7343
7344 * configure: Set build_{cpu,vendor,os,alias} to host values when
7345 --build isn't specified.
7346
7347Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7348
7349 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
7350 (FLAGS_TO_PASS): Pass them.
7351 (EXTRA_TARGET_FLAGS): Ditto.
7352
252b5132
RH
7353Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
7354
7355 * Makefile.in (all-libg++): Depend on all-libstdc++.
7356
7357Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7358
7359 * configure.in (noconfigdirs): Enable all packages for
7360 i386-unknown-netbsd.
7361
7362Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
7363
7364 * configure.in (noconfigdirs): Don't configure tk for i386-go32
7365 hosted builds (DOS builds)
7366
7367Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
7368
7369 Changes for ARM based on patches from Richard Earnshaw:
7370 * config.sub: Handle armeb and armel.
7371 * configure.in: Omit arm linker only for riscix.
7372
7373Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
7374
7375 * config.guess: Update from FSF.
7376
7377Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
7378
7379 * config.sub: Recognize powerpcle as the little endian varient of
7380 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
7381 powerpcle variant. Convert pentium into i586, not i486. Add p5
7382 alias for i586. Map new x86 variants p6, k5, nexgen into i586
7383 temporarily.
7384
7385Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
7386
7387 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
7388
7389Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
7390
7391 * config.sub: Accept -lites* as a basic system type.
7392
7393Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
7394
7395 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
7396 installed, and if so return linuxoldld as the system name.
7397
7398Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
7399
7400 * config.guess: Add hppa1.1-hp-lites support.
7401
7402Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
7403
7404 * configure.in: Don't build newlib for m68k-vxworks5.1.
7405
7406Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
7407
7408 * configure.in (mips-sgi-irix6): Use mh-irix5.
7409
7410Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
7411
7412 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
7413
7414Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7415
7416 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 7417 OSF/1. Fix compiler flags.
252b5132
RH
7418 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
7419
7420Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
7421
7422 * configure.in: Recognize --with-newlib.
7423 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
7424
afb8d725
JM
7425Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7426
7427 * Makefile.in: move {all,check,install}-gdb from *_MODULES
7428 to *_X11_MODULES due to gdbtk needing X include files et al.
7429
252b5132
RH
7430Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
7431
7432 Merge in support for Mac MPW as a host.
7433 (Old change descriptions retained for informational value.)
7434
7435 * mpw-config.in: Add generic include forwards for cpu-specific
7436 include files in aout and elf directories.
7437
7438 * mpw-configure: Added copyright.
7439 * mpw-config.in: Check for presence of required build tools.
7440 (target_libs): Add newlib.
7441 (target_tools): Add examples.
7442 (Read Me): Generate as "Read Me for MPW" instead.
7443 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
7444 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
7445 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
7446
7447 * mpw-configure: Remove subdir-specific makefile hackery,
7448 delete mk.tmp after using it.
7449
7450 * mpw-build.in (all): Display start and end times.
7451
7452 * mpw-configure (host_canonical): Set.
7453 (target_cpu): Always add to makefiles.
7454 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
7455 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
7456 (mpw-mh-mpw): Look for in srcdir and srcroot.
7457 Use sed instead of mpw-edit-prefix to edit prefix definitions.
7458
7459 * mpw-build.in: (install-only): New target.
7460
7461 * mpw-configure (host_alias, target_alias): Rename from hostalias
7462 and targetalias, add into generated Makefile.
7463 (mk.tmp): If present, add into generated Makefile.
7464 * mpw-build.in (all-gas): Build config.h first before gas proper.
7465
7466 * mpw-configure (config.status): Write only if changed.
7467 * mpw-config.in (readline): Configure it (not built, just used for
7468 definitions).
7469
7470 * mpw-config.in (elf/mips.h): Add a forward include.
7471
7472 * mpw-config.in: Forward-include most .h files in include into
7473 extra-include.
7474 (readline): Don't build.
7475 mpw-build.in (install): Install GDB.
7476
7477 * mpw-configure (prefix, mpw_prefix): Handle it.
7478 * mpw-config.in (mmalloc, readline): Don't configure.
7479 * mpw-build.in (thisscript): Rename to ThisScript.
7480 Use mpw-build instead of BuildProgram everywhere.
7481 (mmalloc, readline): Don't build.
7482 * mpw-README: New file, basic documentation about the MPW port.
7483
7484 * mpw-config.in: Use forward-include to create include files.
7485
7486 * mpw-configure: Add more things to the top of each configured
7487 Makefile, including contents of config/mpw-mh-mpw.
7488 * mpw-config.in (extra-include): Create this directory and fill it
7489 with Posix-like include files when configuring.
7490
7491 * config.sub (apple, mac, mpw): Add various aliases.
7492
7493 * mpw-build.in: New file, top-level build script fragment for MPW.
7494 * mpw-configure: New file, configure script for MPW.
7495 * mpw-config.in: New file, config fragment for MPW.
7496
7497Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7498
7499 * configure.in (host_libs): Remove glob, since it is gone from the
7500 sources.
7501
7502Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7503
7504 * Makefile.in: define empty GDB_NLM_DEPS var.
7505
7506 * configure.in(target_makefile_frag): use config/mt-netware
7507 for netware targets.
7508
7509Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
7510
7511 * config.sub: Merge in recent FSF changes. Remove linux special
7512 cases.
7513
7514Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7515
4bddf3ad 7516 Revert this change:
252b5132
RH
7517
7518 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
7519
7520 * build-all.mk: Use CC=cc -Xs on Solaris.
7521
252b5132
RH
7522Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7523
7524 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
7525 stop using it.
7526 * Makefile.in: Nuke all references to glob subdirectory.
7527
7528Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7529
7530 * configure.in: Fix --enable-shared logic in per-host.
7531
7532Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
7533
7534 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
7535
7536Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7537
7538 * configure.in (noconfigdirs): Don't build gas on AIX, for
7539 powerpc*-*-aix* as well as for rs6000*-*-aix*.
7540
7541Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
7542
7543 * configure: Fix --cache-file to work if the file argument is a
7544 relative path.
7545
7546Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
7547
7548 * configure: If the --cache-file is used, pass it down to
7549 configure in subdirectories.
7550
7551Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
7552
7553 * config.sub: add vxworks29k configuration.
7554
7555Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
7556
7557 * Makefile.in (taz): Do "diststuff" part quietly.
7558
7559Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
7560
7561 * config.sub: Mini-merge with gcc/config.sub.
7562
7563Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
7564
7565 * config.guess (IRIX): Sed - to _.
7566
7567Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7568
7569 * Makefile.in (source-vault, binary-vault): New targets.
7570
7571Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
7572
7573 * config.sub: Recognize -eabi as a basic system type.
7574
7575Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7576
7577 * configure.in (enable_shared stuff): Fix typo.
7578
7579Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
7580
7581 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
7582
7583Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7584
7585 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
7586
7587Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7588
7589 * configure.in (rs6000-*-*): Don't build gas.
7590
7591Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
7592
7593 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
7594 reduce command line length.
7595 (AS_FOR_TARGET): Check for as.new, not Makefile.
7596 (NM_FOR_TARGET): Check for nm.new, not Makefile.
7597
7598Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
7599
7600 * config.guess: Merge from FSF.
7601
7602Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
7603
7604 * configure: Don't use $ when handling program_suffix.
7605
7606Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
7607
7608 * configure.in: Configure tk for hppa/hpux.
7609
7610Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
7611
7612 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
7613
7614Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
7615
7616 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
7617 to LIBCXXFLAGS. Tests are better run without it.
7618
7619Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
7620
7621 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
7622
7623Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
7624
7625 * configure.in (*-*-netware*): Don't configure xiberty.
7626
7627Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
7628
7629 * configure.in: Remove tk from native_only list.
7630
7631Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
7632
7633 * build-all.mk: Add mips-ncd-elf target to sun4 targets
7634 for special NCD build.
7635
7636Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
7637
7638 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
7639 makeall.bat, they're only useful for binutils snapshots.
7640 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
7641 makeall.bat to specified SUPPORT_FILES.
7642
7643Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
7644
7645 * build-all.mk: Add Ericsson targets to sun4 and solaris
7646 hosts. Add BNR's sun4 target to solaris host, so their
7647 build-from-source will be tested in-house first.
7648
7649Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
7650
7651 * Makefile.in (LIBCFLAGS): New variable.
7652 (CFLAGS_FOR_TARGET): Ditto.
7653 (LIBCFLAGS_FOR_TARGET): Ditto.
7654 (LIBCXXFLAGS): Ditto.
7655 (CXXFLAGS_FOR_TARGET): Ditto.
7656 (LIBCXXFLAGS_FOR_TARGET): Ditto.
7657 (BASE_FLAGS_TO_PASS): Pass them.
7658 (EXTRA_TARGET_FLAGS): Ditto.
7659
4bddf3ad 7660 * configure.in: Support --enable-shared.
252b5132
RH
7661
7662Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
7663
7664 * configure.in (target_libs): Include libstdc++ again.
7665 * config.guess: Update from FSF (for FreeBSD).
7666
7667Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
7668
7669 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
7670 makeall.bat.
7671 (DISTDOCDIRS): Add `etc'.
7672 (ETC_SUPPORT_PFX): New variable.
7673 (taz): Include anything from etc starting with a word in
7674 ETC_SUPPORT_PFX.
7675
7676Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
7677
7678 * config.sub: Update for recent FSF changes. Remove obsolete
7679 h8300hds entry. Add -windows* and -osx as basic os. Minor
7680 spacing changes.
7681
7682Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
7683
7684 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
7685
7686 * config.guess: Merge with FSF.
7687 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
7688
7689Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
7690
7691 * configure: Since the "trap 0" handler will override the exit
7692 status on many systems, only use it for "exit 1", and make it set
7693 a non-zero exit status; reset it before "exit 0". Also, check
7694 exit status of config.sub, and error out if it failed.
7695
7696Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
7697
7698 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
7699 and install libgloss.
7700
7701Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
7702
7703 * Makefile.in (all-binutils): Depend upon all-byacc.
7704
7705 * configure.in: Don't build emacs on Irix 5.
7706
7707Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7708
7709 * configure.in (*-*-netware*): Add libio.
7710
7711Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
7712
7713 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
7714 (CHECK_TARGET_MODULES): Ditto.
7715 (INSTALL_TARGET_MODULES): Ditto.
7716 (TARGET_LIBS): Ditto.
7717 (all-libstdc++): Note dependencies.
7718
7719Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
7720
7721 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
7722
7723Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
7724
7725 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
7726 -fexternal-templates.
7727
7728 * configure.in (target_libs): Add libstdc++.
7729 (noconfigdirs): Add libstdc++ as appropriate.
7730
7731Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
7732
7733 * config.guess: Update from FSF.
7734
7735Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
7736
7737 * configure: Use ${config_shell} when running ${configsub}.
7738
7739Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
7740
7741 * config.sub: No longer recognize h8300h.
7742
7743Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
7744
7745 * config.sub: Remove extraneous differences between config.sub and
7746 gcc/config.sub.
7747
7748Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
7749
7750 * Makefile.in (DISTSTUFFDIRS): Add gas.
7751
7752Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
7753
7754 * COPYING.NEWLIB: New file.
7755
7756Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
7757
7758 * config.guess (HP-UX): Patch from Harlan Stenn
7759 <harlan@landmark.com> to also emit release level.
7760
7761Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
7762
7763 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
7764
7765Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
7766
7767 * config.sub: Merge nextstep cleanup from FSF.
7768
7769Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
7770
7771 * configure.in (arm-*-*): Don't configure ld for this target.
7772
7773Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7774
7775 * configure.in (*-*-netware): don't configure libg++, libio,
7776 librx, or newlib.
7777
7778Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7779
7780 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
7781 configure ld--it works, but it doesn't support shared libraries.
7782
7783Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
7784
7785 * config.guess (*-unknown-freebsd*): Get rid of possible
7786 trailing "(Release)" in version string.
7787 Patch from Paul Richards <paul@isl.cf.ac.uk>.
7788
7789Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
7790
7791 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
7792 Fix type: *-next-neststep -> *-next-nextstep.
7793
7794 * config.guess: Merge from FSF:
7795
7796 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
7797
7798 * config.guess: Recognize powerpc-ibm-aix3.2.5.
7799
7800 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
7801
7802 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
7803 instead of UNIX_SV for UnixWare 1.0).
7804
7805Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
7806
7807 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
7808 to make gdb/nlm/* build after the compiler and linker.
7809
7810Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
7811
7812 * config.guess (netbsd, freebsd, linux): Accept any machine,
7813 not just i[34]86.
7814 (m68k-atari-sysv4): Relocate to match FSF version.
7815
7816 * config.guess: More merges from the FSF:
7817
7818 Add a space before function call or macro invocation.
7819
7820 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7821
7822 * config.guess: Add trap cmd to remove dummy.c and dummy when
7823 interrupted.
7824
7825 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7826
7827 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
7828 (dummy): Redirect stderr from compilation of dummy.c.
7829
7830 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
7831
7832 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
7833
7834Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
7835
7836 * configure: Accept and ignore --cache*, for compatibility with
7837 new autoconf.
7838
7839Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
7840
7841 * config.guess: Merge from FSF:
7842
7843 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7844
7845 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
7846 (PATH): Add /.attbin at end for finding uname.
7847 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
7848
7849 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
7850
80413487 7851 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
7852
7853 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
7854
80413487
RH
7855 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
7856 to select whether to use ELF or COFF.
252b5132
RH
7857
7858 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7859
80413487 7860 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
7861
7862 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7863
7864 * config.guess: Guess the OS version for HPUX.
7865
7866 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7867
7868 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
7869
7870Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7871
7872 * configure.in: Recognize --with-headers, --with-libs, and
7873 --without-newlib.
7874 * Makefile.in (all-xiberty): Depend upon all-ld.
7875
7876Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7877
7878 * configure.in: Change i[34]86 to i[345]86.
7879
7880Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7881
7882 * configure (version): A few more tweaks to help message.
7883
7884Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
7885
7886 * Makefile.in: Remove (for now) librx as a host library,
7887 now that we're building it for target.
7888
7889Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7890
7891 * configure: Fix up help message; from karl@owl.hq.ileaf.com
7892 (Karl Berry).
7893
7894Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
7895
7896 * configure.in: Also configure librx.
7897
7898Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
7899
7900 * Makefile.in: Update various rules to reflect that librx
7901 is now needed for libg++.
7902
7903Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7904
7905 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
7906
7907Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7908
7909 * configure.in: Configure the examples directory.
7910
7911Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7912
7913 * configure: Simplify Jun 2 1994 change.
7914
7915Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
7916
7917 * change CC to /usr/latest/bin/gcc for lynx host builds, since
7918 /bin/gcc isn't good enough to build gcc.
7919
7920Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
7921
7922 * Makefile.in (GDB_SUPPORT_FILES): Remove
7923 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
7924 (gdb.tar.gz): Add new rule to use standard distribution building
7925 mechanism.
7926
7927Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7928
7929 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
7930 Bill Cox <bill@cygnus.com>.
7931
7932Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
7933
7934 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
7935
7936Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
7937
7938 * configure: Search current dir first in .gdbinit.
7939
7940Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
7941
7942 * config.sub: Recognize freebsd (merged from gcc config.sub).
7943
7944Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
7945
7946 * config.sub: Refer to NeXT's operating system as nextstep.
7947
7948 * config.sub (case $basic_machine): Re-order the cases, to match
7949 the order in the FSF version (which is mostly alphabethical).
7950 Merge in some additions and changes from the FSF.
7951
7952Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
7953
7954 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
7955 * config.sub: Recognize cxux7.
7956 * configure.in: Use mh-cxux for m88k-harris-cxux*.
7957
7958Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
7959
7960 * config.sub: Fix typo powerpc -> powerpc-*.
7961
7962Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
7963
7964 * Makefile.in: `all-emacs19' depends on `all-byacc'.
7965
7966 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
7967 parallel with all-emacs and install-emacs). Top-level command
7968 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
7969
7970Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7971
7972 * test-build.mk ($(host)-stamp-stage2-installed): Remove
7973 $(relbindir)/make before doing ``make install'', and use
7974 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
7975 installing over running make binary.
7976 ($(host)-stamp-stage3-installed): Likewise.
7977
7978Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7979
7980 * config.guess: Recognize Mach.
7981
7982Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7983
7984 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
7985 see whether --exec-prefix was used.
7986
7987Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
7988
7989 * README: Explicitly mention libg++/README. (Zoo's idea.)
7990
7991Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7992
7993 * Makefile.in: Add all-librx target similar to all-libproc.
7994
7995Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
7996
7997 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
7998 with post 1.2 uname bogosity.
7999
8000Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8001
8002 * configure: Remove temporary files on receipt of a signal.
8003
8004Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
8005
8006 * configure: If there is a package_makefile_frag, remove
8007 ${subdir}/Makefile.tem after copying it in.
8008
8009Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
8010
8011 * build_all.mk: support rs6000 lynx identifies itself as
8012 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
8013 since /bin/gcc is too feeble to compile a modern gcc.
8014
8015Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
8016
8017 * brought devo/test-build.mk update-to-date with progressive/
8018 test-build.mk. Add lynx targets and hppa flag info.
8019
8020Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
8021
8022 * configure.in: Use mh-ncrsvr43. Patch from
8023 Tom McConnell <tmcconne@sedona.intel.com>.
8024
8025Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
8026
8027 * config.guess (i386-unknown-bsdi): No longer need to
8028 check #if defined(__bsdi__) && defined(__i386__).
8029
8030Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8031
8032 * configure: Set program_transform_nameoption correctly.
8033
8034Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
8035
8036 * brought build-all.mk update-to-date with progressive build-all.mk,
8037 added new targets and hppa info.
35590697 8038
252b5132
RH
8039Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8040
8041 * configure: If config.guess result is a prefix of the user
8042 specified target, assume a native build and use the user specified
8043 target as the host alias. Remove SunOS patch suffix removal hack.
8044 * configure.in: Remove SunOS patch suffix removal hack.
8045
8046 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
8047 in NATIVE_CHECK_MODULES.
8048
8049Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
8050
8051 * Makefile.in: Rename HOST_ONLY to NATIVE.
8052 * configure: Delete SunOs patch suffix from host_canonical
8053 and build_canonical variables that are prepended to Makefiles.
8054 * configure.in: Add comments for easier maintenance.
8055
8056Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8057
8058 * Makefile.in: Add all-libproc target similar to all-gui.
8059
8060Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
8061
8062 * Makefile.in (CHECK_MODULES): split into
8063 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
8064
8065Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
8066
8067 * config.guess (i386-unknown-bsdi): New system to guess.
8068
8069Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8070
8071 * Makefile.in: Add all-gui target (but not yet build by "all").
8072
8073Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
8074
8075 * config.sub: Move deletion of patch suffix from here...
8076 * configure.in: To here, at Ian's suggestion. The top-
8077 level scripts might need to know of a patch level.
8078
8079Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
8080
8081 * config.sub: Strip off patch suffix so rtl is recognized
8082 as a sunos4.1.3 machine, even though it's been patched.
8083
8084Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
8085
8086 * Makefile.in (INSTALL_LAST): Delete.
8087 (INSTALL_DOSREL): New.
8088
8089Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8090
8091 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
8092 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
8093 whether we pass down --with-gnu-ld anyhow.
8094
8095Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
8096
8097 * Makefile.in (INSTALL_LAST): Change operation so it works
8098 on more flavors of make.
8099 * configure.in (go32): Don't build libg++ or libio.
8100
8101Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
8102
8103 * Makefile.in (Move HOST_PREFIX_1 and friends up so
8104 they can be overriden by templates.
8105
8106Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
8107
8108 * configure.in (target==go32): Don't build gdb.
8109 * dosrel: New directory.
8110
8111Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
8112
8113 * configure.in (host==go32): Configure dosrel too.
8114 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
8115 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
8116 be set by incoming names or templates.
8117 (INSTALL_LAST): New rule.
252b5132
RH
8118
8119Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
8120
8121 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
8122
8123Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
8124
252b5132
RH
8125 * configure.in (appdirs): New variable. Currently empty, but will
8126 be used in gas distribution. If nonempty, lists a set of
8127 directories at least one of which must get configured, or top
8128 level configuration is considered to have failed.
8129 (rs6000-*-lynxos*): Use new file name.
8130
8131Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8132
8133 Eliminate XTRAFLAGS.
8134 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
8135 newlib include files using -idirafter, and also use -nostdinc.
8136 (CXX_FOR_TARGET): Likewise.
8137 (XTRAFLAGS): Removed.
8138 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
8139 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
8140 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
8141 ($(DO_X)): Don't pass down XTRAFLAGS.
8142
8143Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
8144
8145 * configure.in (mips*-dec-bsd*): New target; do build linker.
8146 (mips*-*-bsd*): New target; don't build linker.
8147
8148Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
8149
8150 * configure.in: support rs6000-*-lynxos* configuration.
8151 support sunos4 as a cross target.
8152
8153 * config.sub: look for lynx*, not lynx since the OS version may
8154 legitimately be part of the name.
8155
8156Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
8157
8158 * configure.in (i[34]86-*-sco*): Move to be with other i386
8159 targets.
8160 (romp-*-*): New target. Skip various binary utilities.
8161 (vax-*-*): New target. Don't build newlib.
8162 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
8163
8164Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8165
8166 * configure.in: Only set host_makefile_frag if config
8167 directory exists.
8168
8169Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8170
8171 * install.sh: If $dstdir exists, don't check whether each
8172 component does.
8173
8174Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8175
8176 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
8177
8178Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
8179
35590697
AJ
8180 * configure.in (*-*-lynxos*): Don't configure newlib for either
8181 native or cross Lynx.
252b5132
RH
8182
8183Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
8184
8185 * config.sub (sparc64-elf): Fix os.
8186 (z8k): Remove duplicate.
8187
8188Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8189
8190 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
8191 gcc/stmp-fixproto, to try to prevent fixproto from being run.
8192
8193Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
8194
8195 * configure: Make file links cleanly even if Lynx fails on
80413487 8196 an NFS symlink (at least fail cleanly).
252b5132
RH
8197
8198Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
8199
8200 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
8201 -XNh2000.
8202
8203Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8204
8205 * configure: Unknown options are fatal again.
8206
8207Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
8208
8209 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 8210 compatibility.
252b5132
RH
8211
8212Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
8213
8214 * build-all.mk: Add `clean' target.
8215
8216Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8217
8218 * config.guess: Add SINIX support.
8219 * configure.in: Add mips-*-sysv4* support.
8220
8221Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
8222
8223 * build-all.mk: Document all useful targets.
8224 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
8225 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
8226
8227Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8228
8229 * configure: Support --silent, --quiet.
8230
8231Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8232
8233 * configure: Support --disable-FEATURE.
8234
8235Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8236
8237 * config.guess: Recognize NCR running SVR4.3.
8238
8239Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
8240
8241 * config.guess: Make BSDI generate i386-unknown-bsd386.
8242 Patch from Paul Eggert <eggert@twinsun.com>.
8243
8244Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8245
8246 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
8247
8248Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8249
8250 * configure: Make unrecognized options give nonfatal warnings
8251 instead of fatal errors, and pass them to any subdirectory
8252 configures in case they recognize them.
8253 Make --x equivalent to --with-x.
8254
8255Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8256
8257 * configure: Add --enable-* options. Clean up usage message and
8258 some comments.
8259
8260Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
8261
8262 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
8263
8264Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8265
8266 * configure.in (hppa*-*-*): Enable binutils.
8267
8268Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8269
8270 * config.sub: Recognize cisco.
8271
8272Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
8273
8274 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
8275
8276Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8277
8278 * config.guess: about target *-hitachi-hiuxwe2, don't print more
8279 than one configuration name. Add comment.
8280
8281Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
8282
8283 * config.guess: about target *-hitachi-hiuxwe2, fixed
8284 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
8285 macro is incorrect.]
8286
8287Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8288
8289 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
8290 than the "make ls" stuff which used to be here.
8291
8292Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
8293
8294 * config.guess: Recognize i[34]86-unknown-freebsd.
8295 From Shawn M Carey <smcarey@rodan.syr.edu>.
8296
8297Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
8298
8299 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
8300
8301Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8302
8303 * config.guess: Check for ptx.
8304
8305Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
8306
8307 * config.sub: Add os9k checking.
8308
8309Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8310
8311 * config.guess: Handle OSF1 running on HPPA processors
8312
8313Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
8314
8315 * configure: If subdir configure fails, print out a message with
8316 subdirectory name, in case subdir's configure code didn't identify
8317 itself.
8318
8319Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
8320
8321 * configure.in: Remove embedded newlines from configdirs.
8322 Avoid mismatches of substrings. Fix matching strings at end
8323 of configdirs.
8324
8325Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
8326
8327 * config.guess: Add Lynx/rs6000 config support.
8328
8329Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
8330
8331 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
8332
8333Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
8334
8335 * configure.in (hppa*-*-osf*): Treat this just like most other
8336 PA configurations (eg no binutils or ld).
8337 (hppa*-*-*elf*): These configurations have binutils and ld.
8338
8339Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8340
8341 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
8342
8343Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8344
8345 * configure.in (rs6000-*-*): Build gas.
8346
8347Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8348
80413487 8349 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
8350
8351Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8352
8353 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
8354 for GDB and GDB has been fixed to not need it.
8355
252b5132
RH
8356Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
8357
8358 * config.guess: Recognize vax hosts.
8359
8360Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
8361
8362 * configure (while loop): Don't use "break 2" inside case
8363 statement -- the case statement isn't an enclosing loop.
8364
8365Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
8366
8367 * config.guess: Clean up NeXT support, to allow nextstep
8368 on Intel machines. Make OS be nextstep.
8369
8370Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
8371
8372 * config.guess: Add alternate forms for Convex.
8373
8374Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
8375
8376 * configure: Completely rewrite option processing. Take
8377 advantage of pattern-matching to avoid invoking test frequently.
8378 Also clean up host and target defaulting logic.
8379
8380Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
8381
8382 * Makefile.in: Replace all occurrances of "rootme" with "r" and
8383 "$${rootme}" with "$$r", to increase the likelihood that the do-*
8384 commands (plus user environment) will fit SCO limits.
8385
8386Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8387
8388 * configure.in: Don't issue warnings about directories which are
8389 not being configured if -norecursion is set. Correct test for
8390 --with-gnu-as and --with-gnu-ld to not get confused by substring
8391 matches.
8392
8393 * configure.in: Don't build gas for alpha-dec-osf1*.
8394
8395Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
8396
8397 * configure: Back out Per's change of 12/19/1993. It changes the
8398 behavior of configure in unexpected and confusing ways.
8399
8400 Also, use different delim char when calculating
8401 program_transform_name so that the name can contain slashes.
8402
8403Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
8404
8405 * configure.in, config.sub: Add support for VSTa micro-kernel.
8406
8407Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8408
8409 * configure.in: Nuke hacks which were used to get a special
8410 version of GAS for HPPA configurations.
8411
8412Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
8413
8414 * configure: If only ${target_alias} is given, use that
8415 as the default for ${host_alias}.
8416 * configure: Add missing back-slashes before nested quotes.
8417
8418Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
8419
8420 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
8421
8422Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
8423
8424 * config.guess: Recognize some Tektronix configurations.
8425 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
8426
8427Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
8428
8429 * config.sub: Match any flavor of SH.
8430
8431Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
8432
8433 * configure.in: Don't try to configure newlib for Alpha.
8434
8435Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8436
8437 * configure.in: Don't build ld for Irix 5. Don't build gas,
8438 libg++ or libio for any Alpha target.
8439
8440 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
8441
8442Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
8443
8444 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
8445 default arguments -- so it tried to compress itself.
8446
8447Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
8448
8449 * configure.in (notsupp): ensure that a space is always at the end
8450 of the configdirs list, since the grep checks for an explicit space
8451
8452Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8453
8454 * configure.in (target i386-sysv4.2): don't build ld, since static
8455 versions of many libraries are not available.
8456
8457Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8458
8459 * config.guess: Recognize Apollos (using environment variables).
8460 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
8461
8462Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8463
8464 * config.guess: Recognize Sony news mips running newsos.
8465
8466Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
8467
8468 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
8469 "fi ; else" for bash.
8470
8471Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
8472
8473 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
8474
8475Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
8476
8477 * config.sub: accept unixware as an alias for svr4.2.
8478 Fix some inconsistancies with the gcc version.
8479
8480Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8481
8482 * Makefile.in (DISTDOCDIRS): Add gdb.
8483
8484Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
8485
8486 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
8487
8488Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
8489
8490 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
8491 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
8492 this now.
8493
8494Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8495
8496 * config.sub: Accept hiux* as an OS name.
8497
8498 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
8499 etc/make-stds.texi. The underscore came from gcc, and dje now
8500 agrees that RUNTESTFLAGS is the correct name.
8501
8502Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
8503
8504 * install.sh: Remove 'set -e'. It makes any conditionals
8505 in the script useless.
8506
8507 * config.guess: Automatically recognize arm-acorn-riscix
8508 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
8509
8510Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
8511
8512 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
8513
8514Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
8515
8516 * Makefile.in (DISTDOCDIRS): New variable.
8517 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 8518 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
8519
8520Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8521
8522 * configure.in (hppa target): check the source directory for the
8523 pagas sub-directory
8524
8525Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
8526
8527 * config.sub: Allow -aout* and -elf*.
8528
8529Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
8530
8531 * configure.in: Don't build ld on i386-solaris2, same as for
8532 sparc-solaris2.
8533
8534Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
8535
8536 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
8537
8538Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8539
8540 * configure.in: Configure gdb for alpha.
8541
8542Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8543
8544 * Makefile.in (CXXFLAGS): Add -O.
8545
8546Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8547
8548 * config.guess: added support for DG Aviion
8549
8550Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
8551
8552 * configure.in: Produce warning message for subdirectories not
8553 configurable for this host/target combination. Don't try to
8554 configure gdb for vms.
8555
8556Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
8557
8558 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
8559 appropriate files before making "diststuff".
8560 (DISTBISONFILES): New var: list of files to be edited.
8561 (DISTSTUFFDIRS): Add binutils.
8562
8563Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8564
8565 * config.sub: also handle mipsel and mips64el (for little endian mips)
8566
8567Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8568
8569 * configure.in: Add * to end of all OS names.
8570
8571Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
8572
8573 * configure.in: Build newlib for LynxOS native.
8574
8575Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8576
8577 * config.guess: Add support for delta 88k running SVR3.
8578
8579 * configure.in: Add comment about HP compiler vs. emacs.
8580
8581Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8582
8583 * configure.in: don't build ld on solaris2 (not a viable option
8584 due to bugs in getpwnam & getpwuid)
8585
8586Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
8587
8588 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
8589 config.guess will produce a full version number.
8590
8591Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8592
8593 * configure.in: Build linker and binutils for alpha-dec-osf1.
8594
8595Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8596
8597 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
8598 and gdb/testsuite/Makefile.in.
8599
8600Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8601
8602 * configure.in: recognize mips*- instead of mips-
8603
8604Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
8605
8606 * config.sub: Accept linux*coff and linux*elf as operating
8607 systems.
8608
8609Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8610
8611 * config.sub: Recognize mips64, and mips3 as an alias for it.
8612
8613Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8614
8615 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
8616 gdb knows how to handle OSF/1 shared libraries.
8617
8618Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8619
8620 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
8621 * config.guess: Recognize Hitachi's HIUX.
8622 * config.sub: Recognize h3050r* and hppahitachi.
8623 Remove redundant cases for hp9k[23]*.
8624
8625Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8626
8627 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
8628 if gas and ld are in the source tree and are in ${configdirs}.
8629 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 8630 --with options (but still pass them down on the command line,
252b5132
RH
8631 if they were explicitly specified).
8632
8633Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8634
8635 * configure: substitute SHELL value in Makefile.in with
8636 ${CONFIG_SHELL}
8637
8638Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8639
8640 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
8641 *-*-solaris2* targets.
8642
8643Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8644
8645 * Makefile.in: define M4, and pass it down to sub-makes;
8646 all-autoconf now depends on all-m4
8647
8648Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8649
8650 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
8651 presence of {ar,ranlib} instead of a configured directory
8652
8653Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8654
8655 * config.guess: Accept 34?? as well as 33?? for NCR.
8656
8657Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8658
8659 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
8660 of 'gas' in sed commands, since 'gash' is now in the tree as well.
8661
8662Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8663
8664 * configure: grab values for $(CC) and $(CXX) from the
8665 environment, so that someone can do "CC=gcc configure; make" and
8666 have it work right (matching the way that autoconf works now)
8667
8668 * configure.in, Makefile.in: add support for gash, the tcl
8669 interface to Galaxy
8670
8671 * config.guess: add NetBSD variants (hp300, x86)
8672
8673Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
8674
8675 * install.sh: Support -d option (in the manner of SunOS 4 install,
8676 as it is more deterministic than that of GNU install)
8677 (chmodcmd): Set file to mode 755 by default (should also do default
8678 chgrp and chown, but I don't feel like dealing with that now)
8679
8680Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
8681
8682 * config.sub: Remove h8300hhms alias.
8683
8684Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8685
8686 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
8687
8688Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8689
8690 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
8691 as stmp-fixinc
8692
8693Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
8694
8695 * config.sub: recognize m88110-bug-coff.
8696
8697Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8698
8699 * Makefile.in (all-libio): all dependencies on the toolchain used
8700 to build this (gcc, gas, ld, etc)
8701
8702Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8703
8704 * config.guess: Deal with OSF/1 1.3 on alpha.
8705
8706Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8707
8708 * install.sh: add some 'else true' clauses for portability
8709
8710 * configure.in: don't build libio for h8[35]00-*-* targets
8711
8712Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
8713
8714 * Makefile.in: Add support for new libio.
8715
8716Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8717
8718 * install.sh: If one command fails, don't try the rest. Don't try
8719 to remove $dsttmp (via trap) unless we have already created it.
8720 If $src doesn't exist, detect it and exit with an error.
8721
8722 * config.guess: Recognize BSD on hp300.
8723
8724Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
8725
8726 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
8727 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
8728
8729Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
8730
8731 * Makefile.in (all-send-pr): depends on all-prms
8732
8733Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8734
8735 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
8736
8737Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8738
8739 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
8740 Added test for mips-mips-riscos5.
8741
8742Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8743
8744 * configure.in: use mh-hp300 for 68k HP hosts
8745
8746Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8747
8748 * configure: add support for CONFIG_SHELL, so that you can use
8749 some alternate shell for evaluating configure scripts
8750
8751Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
8752
8753 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
8754 in configure script to bug-gdb@prep.ai.mit.edu when building
8755 distribution archive.
8756 * Makefile.in (COMPRESS): Remove def.
8757 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
8758 gdb.tar.Z and make-gdb.tar.Z respectively.
8759 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
8760 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
8761 to convergence with 'taz' target in Makefile.in.
8762
8763Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8764
8765 * install.sh (dsttmp): use trap to ensure that tmp files go
8766 away on error conditions
8767
8768Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8769
8770 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
8771
8772Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8773
8774 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
8775 its parent is '/' not ''.
8776
8777 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
8778
8779Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
8780
8781 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
8782 that ${newsrcdir}/configure.in does.
8783
8784Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8785
8786 * test-build.mk: support for CONFIG_SHELL
8787
8788Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
8789
8790 * config.sub (netware): Add as a basic system type.
8791
8792Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
8793
8794 * Makefile.in (Makefile): depend on configure.in. Also drop the
8795 $(srcdir)/ from the dependency on Makefile.in.
8796
8797Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
8798
8799 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
8800 (h8300hhms is temporary until multi-libraries are implemented).
8801 * configure.in: Handle h8300h too.
8802
8803Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8804
8805 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
8806
8807Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
8808
8809 * configure: Remove extraneous output when guessing host type.
8810 * config.guess: Remove extraneous output when guessing using C
8811 compiler rather than uname, or when guessing fails.
8812
8813Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
8814
8815 * Makefile.in: remove all.cross and install.cross targets
8816
8817 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
8818 definitions
8819
8820Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
8821
8822 * configure.in (target sh): Build gprof.
8823
8824Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8825
8826 * config.sub: change -solaris to -solaris2
8827
8828Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8829
8830 * configure.in: Use config/mh-riscos for mips-*-sysv*.
8831
8832Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
8833
8834 * configure: Correct error message for missing Makefile.in to
8835 print correct directory.
8836
8837Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8838
8839 * install.sh: kludge around 386BSD shell bug
8840
8841Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
8842
8843 * config.guess: Recognize NeXT.
8844 * config.guess: Recognize i486-ncr-sysv4.
8845 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
8846
8847Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
8848
8849 * Makefile.in (MAKEINFOFLAGS): New variable.
8850 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
8851 * build-all.mk, test-build.mk: Pass down --no-split as
8852 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
8853
8854Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
8855
8856 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
8857
8858Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
8859
8860 * Makefile.in (libg++.tar.z): New rule.
8861 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
8862 * Makefile.in (taz): Only do a single chmod.
8863
8864Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
8865
8866 * install.sh: don't use dirname anymore (replaced with sed usage)
8867
8868Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
8869
8870 * Makefile.in: Change extension for gzip'd files from '.z' to
8871 '.gz' per new FSF standard usage.
8872
8873Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
8874
8875 * configure: put quotes around the final value of program_transform_name
8876
8877Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8878
8879 * Makefile.in: new install.sh support; update install-info rules
8880
8881Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
8882
8883 * configure.in: Build diff for crosses, but not for go32 host.
8884
8885 * configure.in: Build gprof only for native, and don't build it
8886 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
8887
8888Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
8889
8890 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
8891
8892Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
8893
8894 * configure.in (host_tools): Add prms.
8895
8896Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8897
8898 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
8899 with $(FLAGS_TO_PASS) on the command line
8900
8901 * config.sub: Recognize lynx and lynxos
8902
8903Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
8904
8905 * config.sub: Accept -ecoff*, not just -ecoff.
8906
8907Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
8908
8909 * Makefile.in (taz): Use .gz suffix instead of .z.
8910 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
8911 names.
8912
8913Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8914
8915 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
8916
8917Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8918
8919 * Makefile.in (install-no-fixedincludes): install gcc last, so
8920 that rebuilds that might happen during 'make install' don't get
8921 bogus gcc include files
8922
8923Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
8924
8925 Change from Utah for HPPA support:
8926 * config.guess: Recognize hppa1.x-hp-bsd.
8927
8928Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
8929
8930 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
8931 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
8932
8933Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
8934
8935 * config.sub: Add support for rom68k and bug boot monitors.
8936
8937Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
8938
8939 * Makefile.in: Make all-opcodes depend on all-bfd.
8940
8941Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
8942
8943 * config.guess: Added special check for i[34]86-univel-sysv4*.
8944
8945Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
8946
8947 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
8948 the processor rather than assuming i486.
8949
8950Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8951
8952 * config.guess: Recognize SunOS6 as Solaris3.
8953
8954Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
8955
8956 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
8957 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
8958
8959Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
8960
8961 * build-all.mk (all-cross): New target for Canadian Cross.
8962 Added Q2 go32 targets.
8963 * test-build.mk: Configure go32 cross sparclite-aout and
8964 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
8965 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
8966
8967Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8968
8969 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
8970 GO32 hosted toolchains
8971
8972Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
8973
8974 * configure: change so "-exec-prefix" gets passed down rather
8975 than "-exec_prefix" so autoconf generated Makefiles get the
8976 exec_prefix set right.
8977
8978Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8979
8980 * config.guess: get the Solaris2 minor version number
8981
8982 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
8983
8984Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
8985
8986 * config.guess: Recognize some Sequent platforms.
8987
8988Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8989
8990 * Makefile.in: added the vault-install target
8991
8992 * configure.in: actually use the Sun3 makefile fragment that's in
8993 config, also added the release dir to configdirs
8994
8995Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
8996
8997 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
8998
8999Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9000
9001 * configure.in: remove some program from Alpha targetted toolchains
9002
9003Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
9004
9005 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
9006 gprof.
9007 (taz): Run "make diststuff" in those directories instead of "make
9008 proto-dir". Look for "VERSION=" only at start of line in subdir
9009 Makefile. Use "gzip -9" for compression.
9010 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
9011 (binutils.tar.z): New target.
9012
9013Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
9014
9015 * Makefile.in (taz): Include gpl.texinfo.
9016
9017Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
9018
9019 * Makefile.in (setup-dirs): Merged into "taz" target.
9020 (taz): Only do `proto-dir' stuff if a directory is actually needed
9021 for this target.
9022
9023Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
9024
9025 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
9026 (FLAGS_TO_PASS): Pass down MUNCH_NM.
9027 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
9028 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
9029 (gcc-no-fixedincludes): Correct for current gcc Makefile.
9030
9031Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
9032
9033 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
9034 config.sub, and move-if-change to gdb testsuite distribution
9035 archive, so the testsuite can be extracted, configured, and
9036 run separately from the gdb distribution. Blow away the Chill
9037 tests that require a Chill compiled executable, since GNU Chill
9038 is not yet publically available.
9039
9040Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9041
9042 * test-build.mk: set environment variables in a single command,
9043 instead of a list of assignments and exports
9044
9045 * config.guess: recognize Alpha/OSF1 systems
9046
9047Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9048
9049 * configure: Change help message to prefer --options rather than
9050 -options.
9051
9052Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9053
9054 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
9055 zippy@ecst.csuchico.edu.
9056 * config.guess: Recognize miniframe.
9057
9058Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
9059
9060 * Makefile.in: Use srcroot to find runtest rather than rootme.
9061 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
9062
9063Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
9064
9065 * test-build.mk: Extensive additions to support building on a
9066 machine other than the host.
9067
9068Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
9069
9070 * configure (tooldir): Fix for i386-aix again.
9071
9072Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
9073
9074 * configure, Makefile.in: Change definition of $(tooldir)
9075 to match the FSF.
9076
9077Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
9078
9079 * config.guess: Recognize i[34]86/SVR4.
9080
9081Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
9082
9083 * Makefile.in (all-gdb): gdb depends on sim.
9084
9085Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
9086
9087 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
9088 at the same time we make the prototype gdb directory.
9089 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
9090 files at the same time as the gdb base release distribution.
9091
9092Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
9093
9094 * Makefile.in (check): Use individual check targets rather than
9095 DO_X rule.
9096 (check-gcc): Added.
9097
9098Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
9099
9100 * config.sub: Use sysv3.2 not sysv32 for canonical OS
9101 for System V release 3.2.
9102
9103Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9104
9105 * config.sub: Recognize hppaosf.
9106 * configure.in: Do configure ld/binutils/gas for it.
9107
9108Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9109
9110 * configure (tooldir): Alter syntax used to set this, for systems
9111 where "\$" isn't handled right, like i386-aix.
9112
9113Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
9114
9115 * configure: Pass program-transform-name, not
9116 program_transform_name, to recursive configures.
9117
9118Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
9119
9120 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
9121 of gas+ld+binutils.
9122
9123Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
9124
9125 * config.guess: Recognize AIX3.2 as distinct from 3.1.
9126
9127Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9128
9129 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
9130
252b5132
RH
9131Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
9132
9133 * Makefile.in (PRMS): Set back to all-prms.
9134
9135Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
9136
9137 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
9138 targets, rather than for MIPS hosts.
9139
9140Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9141
9142 * configure.in: add comment for --with-x default values
9143
9144 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
9145
9146 * Makefile.in: add check-* targets for each of the directories in
9147 the tree. Add a definition of RUNTEST that will use the one we
9148 just built, if it exists. Pass this down via FLAGS_TO_PASS.
9149
9150Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
9151
9152 * configure.in: Removed obsolete references to bfd_target and
9153 target_makefile_frag.
9154
9155 * build-all.mk: Set assorted targets for Q2.
9156 * config.sub: Recognize z8k-sim and h8300-hms.
9157 * test-build.mk: Really don't pass host to configure.
9158 (HOLES): Added uname.
9159
9160Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
9161
9162 * configure: Handle an empty program-prefix, program-suffix or
9163 program-transform-name correctly.
9164
9165Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
9166
9167 * build-all.mk: -G 8 no longer required for MIPS targets.
9168 * test-build.mk: Don't pass host argument to configure; make it
9169 guess.
9170
9171Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
9172
9173 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
9174 * Makefile.in (COMPRESS): New macro, like GZIP.
9175
9176Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
9177
9178 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
9179
9180 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
9181 with gas currently defaults to -G 0.
9182
9183Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
9184
9185 * Makefile.in (all-flex): flex depends on byacc.
9186
9187 * build-all.mk: If host not specified, use config.guess. Pass TAG
9188 to test-build.mk as RELEASE_TAG.
9189 * test-build.mk (configargs): New variable containing arguments to
9190 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
9191 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
9192
9193 * config.guess: Use /bin/uname when checking -X argument on SCO,
9194 to avoid invoking GNU uname which doesn't understand -X.
9195
9196 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
9197
9198 * configure.in: Build gas for mips-*-*.
9199
9200Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9201
9202 * Makefile.in (all.normal): insert missing backslash.
9203
9204Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
9205
4bddf3ad 9206 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
9207
9208 * Makefile.in: Complete overhaul to merge many almost identical
9209 targets.
9210
9211Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9212
9213 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
9214 (gdb.tar.Z): Adjusted.
9215
9216 * Makefile.in (setup-dirs, taz): New targets; should be general
9217 enough to adapt for gdb sometime. Build only .z file.
9218 (gas.tar.z): New target.
9219
9220Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
9221
9222 * build-all.mk: Use CC=cc -Xs on Solaris.
9223
252b5132
RH
9224Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
9225
9226 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
9227 for handling BISON for FSF releases.
9228
9229Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9230
9231 * configure: Actually implement the change zoo just documented.
9232
9233Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9234
9235 * configure: when using config.guess, only set target_alias when
9236 it's not already been set (ie, on the command line)
9237
9238Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9239
9240 * Makefile.in: add installcheck target, set PRMS to install-prms
9241
9242Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9243
9244 * configure: add support for package_makefile_fragment, handle the
9245 case where a directory has a configure.in file but no Makefile.in
9246 more gracefully (with an actual understandable error message, even);
9247 add support for --without (and add this to the usage message); also
9248 explicitly add a --host=${host_alias} to the command line when
9249 config.guess is used
9250
9251Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
9252
9253 * configure: Must use both --host and --target in recursive calls.
9254
9255Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
9256
9257 * Makefile.in: Change deja-gnu to dejagnu.
9258
9259Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
9260
9261 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
9262
9263Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9264
9265 * configure.in: canonicalize all instances to *-*-solaris2*,
9266 also strip out a number of tools to not build for go32 host
9267
9268Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9269
9270 * config.guess: add GPL.
9271
9272 * Makefile.in, config.guess, config.sub, configure: bump
9273 copyrights to 93.
9274
9275Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
9276
9277 * Makefile.in (do-info): Removed obsolete check for existence of
9278 localenv file.
9279
9280 * Makefile.in (MAKEOVERRIDES): Define to be empty.
9281
9282Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9283
9284 * Makefile.in: a couple of 'else true' for decstation,
9285 support for TclX
9286
9287 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
9288
9289Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
9290
9291 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
9292
9293Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
9294
9295 * config.guess: Recognize i386-ibm-aix (PS/2).
9296 * configure.in: Use config/mh-aix386 file for it.
9297
9298Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
9299
9300 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
9301 CC_FOR_TARGET instead.
9302 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
9303
9304Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
9305
9306 * Makefile.in: Add sim to list of directories sent with gdb
9307
9308Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
9309
9310 * configure.in: Put back mips-dec-bsd* case.
9311
9312Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
9313
9314 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
9315 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
9316 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
9317
9318Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9319
9320 * configure.in: remove no-op mips-dec-bsd* in "case $target"
9321
9322 * Makefile.in (dir.info): only run gen-info-dir if it exists,
9323 (install-info): install dir.info only if it exists,
9324 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
9325
9326Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
9327
9328 * configure.in: For vms target, skip bfd, ld, binutils. Do build
9329 gas for mips-dec-bsd.
9330
9331Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
9332
9333 * configure (makesrcdir): If ${srcdir} is relative and not ".",
9334 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
9335
9336Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
9337
9338 * configure.in: Added "dejagnu" to hosttools list.
9339
9340Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
9341
9342 * config.sub, configure.in, config.guess: Add support
9343 for Bosx, an AIX variant from Bull.
9344 Patches from F.Pierresteguy@frcl.bull.fr.
9345
9346Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
9347
9348 * devo/dejagnu: Initial creation of devo/dejagnu.
9349 Migrated dejagnu testcases and support files for testing software
9350 tools to reside as subdirectories, currently called "testsuite",
9351 within the directory of the software tool. Migrated all programs,
9352 support libraries, etc. beloging to dejagnu proper from
9353 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
9354 with no modifications. The changes to these files which will
9355 allow them to configure, build, and execute properly will be made
9356 in a future update.
9357
9358Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
9359
9360 * Makefile.in: Change send_pr to send-pr.
9361 * configure.in: Likewise.
9362 * send_pr: Renamed directory to send-pr.
9363
9364Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
9365
9366 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
9367
9368Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
9369
9370 * README: Update for gdb-4.8 release.
9371 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
9372 gdb-xxx.tar.z (gzip'd) file also.
9373
9374Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9375
9376 * Makefile.in: make all-diff depend on all-libiberty
9377
9378Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
9379
9380 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
9381
9382Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9383
9384 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
9385
9386Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
9387
9388 * Makefile.in (DEVO_SUPPORT): Remove etc directory
9389 (ETC_SUPPORT): Only add the files GDB wants from etc/.
9390 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
9391
9392Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9393
9394 * Makefile.in: makeinfo binary is in a new location
9395
9396Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
9397
9398 * config.sub: Accept -ecoff as an OS.
9399
9400 * Makefile.in: Various changes to eliminate a level of make
9401 recursion and reduce the required command line length.
9402 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
9403 sub-makes.
9404 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
9405 variables holding settings for specific sub-makes.
9406 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
9407 in terms of BASE_FLAGS_TO_PASS.
9408 (TARGET_LIBS): New variable listing directories which use
9409 TARGET_FLAGS_TO_PASS.
9410 (subdir_do): Eliminated.
9411 (do-*): New set of targets to replace subdir_do.
9412 (various): All targets which used subdir_do now depend on do-*.
9413 (local-clean): Renamed from do_clean.
9414 (local-distclean): New target, dependency of distclean and
9415 realclean.
9416 (install-info): Don't create directories. Depend on dir.info
9417 rather than calling make recursively.
9418 (install-dir.info): Eliminated.
9419 (install-info-dirs): Create all info directories here.
9420 (dir.info): Depend upon do-install-info.
9421
9422 * test-build.mk (HOLES): Added false.
9423
9424Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
9425
9426 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
9427
9428Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9429
9430 * Makefile.in (info): remove dependency on all-texinfo. The
9431 problem was really in texinfo/C, not at this level.
9432
9433Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
9434
9435 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
9436
9437Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
9438
9439 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
9440 GDB releases.
9441
9442Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9443
9444 * configure: Include srcdir in message about target of link not
9445 being found. Don't convert `-' to `_' in `with' options being
9446 passed to subdirs.
9447
9448Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9449
9450 * configure.in: add uudecode to host_tools
9451
9452 * Makefile.in: added {all,install}-uudecode targets, added them to
9453 the appropriate lists
9454
9455Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
9456
9457 * Makefile.in (all-gcc): Added dependency on all-gas.
9458
9459 * configure.in (mips-*-*): Build ld and binutils.
9460
9461Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9462
9463 * configure: check return code from mkdir, print error message and
9464 exit on failure.
9465
9466Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
9467
9468 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
9469
9470Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
9471
9472 * test-build.mk (HOLES): Added tar, cpio and uudecode.
9473
9474Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
9475
9476 * config.sub (h8500): Recognize this as a cpu type.
9477
9478Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9479
9480 * configure: source directory missing is no longer a warning
9481
9482 * configure.in: recognize irix[34]* instead of irix[34]
9483
9484 * Makefile.in: define and pass down X11_LIB
9485
252b5132
RH
9486Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
9487
9488 * guess-systype: Renamed to ...
9489 * config.guess: ... by popular request.
9490 * configure.in, Makefile.in: Update accordingly.
9491
9492Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
9493
9494 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
9495 + Add Convex, Cray/Unicos, and Encore/Multimax support.
9496 + Execute ./dummy instead of assuming . is in PATH.
9497
9498Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
9499
9500 * guess-systype: New shell script. Attempts to guess the
9501 canonical host name of the executing host.
9502 Only a few hosts are supported so far.
9503 * configure: Call guess-systype if no host is specified.
9504
9505Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
9506
9507 * Makefile.in (gcc-no-fixedincludes): Made to work with current
9508 gcc Makefile.
9509
9510
9511Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
9512
9513 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
9514 (all-gcc, install-gcc, subdir_do): Use it.
9515
9516Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
9517
9518 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
9519
9520Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
9521
9522 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
9523 set exclusively by configure, using configure.in .
9524
9525Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9526
9527 * test-build.mk: set $PATH for all builds
9528
9529 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
9530
9531Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
9532
9533 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
9534 the one used in gcc/Makefile.in, so that a null expansion doesn't
9535 override the one needed to build gcc with a native cc.
9536
9537
9538Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9539
9540 * configure: Accept -with arguments.
9541
9542Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
9543
9544 * Makefile.in: added h8300sim
9545
9546Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
9547
252b5132
RH
9548 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
9549 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
9550 (all-cygnus, native, build-cygnus): Make
9551 $(canonhost)-stamp-3stage-done, not $(host)....
9552 * test-build.mk (stamp-3stage-compared): Use tail +10c for
9553 i386-sco3.2v4. Added else true to if command.
9554
9555Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
9556
9557 * config.sub: (from FSF) Sequent uses a BSD-like OS.
9558
9559Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
9560
9561 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
9562
9563Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9564
9565 * configure.in: don't remove binutils from Solaris builds
9566
9567Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
9568
9569 * Makefile.in: get rid of earlier definitions for *clean,
9570 also handle the recursive info rule better
9571
9572Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
9573
9574 * Makefile.in (mostlyclean, distclean, realclean): Fix to
9575 do more-or-less the right thing.
9576
9577Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
9578
9579 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
9580 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
9581
9582Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9583
9584 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
9585 $(host_canonical).
9586
9587 * configure.in: split the configdirs list into 4 categories (native
9588 v. cross, library v. tool) and handle the cross-only and native-
9589 only in more reasonable (and correct!) way.
9590
9591Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
9592
9593 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
9594 configdirs anymore.
9595
9596Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9597
9598 * Makefile.in: extensive cleanup:: removed all of the explicit
9599 clean-* targets, collapsed many wrappers around subdir_do into
9600 one, added additional targets to satisfy standards.texi, deleted
9601 some old targets, some changes for consistency
9602
9603Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9604
9605 * configure.in: handle some programs as cross-only, and others as
9606 native only
9607
9608 * test-build.mk: handle partial holes in a more generic manner
9609
9610 * Makefile.in: m4 depends on libiberty
9611
252b5132
RH
9612Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9613
9614 * configure.in: add m4, textutils, fileutils, sed, shellutils,
9615 time, wdiff, and find to configdirs
9616
9617 * Makefile.in: all, clean, and install rules for the new programs
9618 added to configure.in
9619
9620Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9621
9622 * configure.in: use mh-sun for all *-sun-* hosts
9623
252b5132
RH
9624Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9625
9626 * Makefile.in: define flags for X11 include files and library file
9627 locations, pass them down to the programs that need this info
9628
9629 * build-all.mk: added a 'native' target, to 3stage the native toolchain
9630
252b5132
RH
9631Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9632
9633 * configure.in: start building libg++ for HP-UX targets
9634
9635Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
9636
9637 * README: Update references to files moved into etc/.
9638
9639Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
9640
9641 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
9642 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
9643
9644Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
9645
9646 * configure: accept dash as well as underscore in long option
9647 names for FSF compatibility.
9648
9649Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
9650
9651 * config.sub: added -sco3.2v4 support from FSF.
9652
9653Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9654
9655 * configure.in: expand the section that adds or removes
9656 directories from the list of programs to build, to handle native
9657 vs. cross in addition to host v. native
9658
9659Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
9660
9661 * Makefile.in: Replace C++ in macro names with CXX.
9662 This is less likely to break ...
9663
9664Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9665
9666 * test-build.mk: add -w to GNU_MAKE
9667
9668Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9669
9670 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
9671 add 'sparc' to list of recognized cpus. This needed to make
9672 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
9673 Delete some redundant ose68 variants. Recognize -wrs as an os,
9674 then changes that into $CPU-wrs-vxworks.
9675
9676 * configure.in: remove most references to gdbtest, regularize
9677 target based program removal
9678
9679 * test-build.mk: import from p3 tree (many fixes and changes)
9680
9681Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
9682
9683 * Makefile.in: added rules to handle tcl, tk, and expect
9684
9685 * configure.in: handle those directories if they exist
9686
9687Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9688
9689 * config.sub: removed bogus hppabsd and hppahpux names, since
9690 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
9691
9692Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9693
9694 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
9695 depends upon all-xiberty
9696
9697 * Makefile.in: changes from p3, including:
9698
9699 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
9700
9701 * Makefile.in (XTRAFLAGS): include newlib directories if
9702 newlib/Makefile exists, rather than if host != target.
9703
9704 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
9705
9706 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
9707 from the same source tree and not building a cross-compiler. This
9708 matters for the libg++ configuration if reconfiguring a tree that
9709 has already been installed.
9710
9711 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
9712
9713 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
9714 pick up the machine and system specific header files.
9715
9716 * Makefile.in: added AS_FOR_TARGET, passed down in
9717 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
9718 the C compiler to use to create programs which are run in the
9719 build environment, set it to default to $(CC), and passed it down
9720 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
9721
9722 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
9723
9724 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
9725 We need them for unusual native builds, like systems without
9726 ranlib.
9727
9728 * configure: also define $(host_canonical) and
80413487
RH
9729 $(target_canonical), which are the full, canonical names for the
9730 given host and target
252b5132
RH
9731
9732Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
9733
9734 * Makefile.in: Added separate definitions for C++.
9735
9736Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
9737
9738 * configure.in (configdirs): Add deja-gnu.
9739
9740Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
9741
9742 * README: Update for configure.texi and gdb-4.7 release.
9743
9744Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
9745
9746 * Makefile.in: Move "all" target to top of file.
9747 Previously, first target was ".PHONY" which caused BSD4.4 make
9748 to build .PHONY when make was run without arguments.
9749
9750Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
9751
9752 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
9753 Library-copylefted code in libiberty.
9754
9755Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
9756
9757 * config.sub: Replace m68kmote with plain old m68k.
9758
9759Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
9760
9761 * Makefile.in: Remove space from blank line, avoid Make complaints.
9762
9763Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
9764
9765 * config.sub: Complain if no argument is given. Added support for
9766 386bsd as OS and target alias.
9767
9768Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
9769
9770 * Makefile.in (XTRAFLAGS): include newlib directories if
9771 newlib/Makefile exists, rather than if host != target.
9772
9773Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
9774
9775 * config.sub: recognize sparclite-wrs-vxworks.
9776
9777 * Makefile.in (install-xiberty): added *-xiberty make rules (from
9778 p3.) Added clean-xiberty to clean.
9779
9780Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9781
9782 * configure.in: use *-*-* instead of nested cases for host and target
9783
9784Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
9785
9786 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
9787 from the same source tree and not building a cross-compiler. This
9788 matters for the libg++ configuration if reconfiguring a tree that
9789 has already been installed.
9790
9791Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
9792
9793 * config.sub (i486v/i486v4): Merge in from FSF version.
9794
9795Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
9796
9797 * configure: only set PWD if it is already set.
9798
9799Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
9800
9801 * configure: just set PWD=`pwd` at the top, since Ultrix sh
9802 doesn't have unset and all success paths (and most error paths)
9803 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
9804 to just ${PWD} to avoid confusion.)
9805
9806Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
9807
9808 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
9809 even for a native compilation.
9810
9811Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
9812
9813 Changes to make the gdb.tar.Z rule work better.
9814
9815 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
9816 (DEVO_SUPPORT): Add configure.texi.
9817 (bfd-ilrt.tar.Z): Remove ancient rule.
9818
9819Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
9820
9821 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
9822 pick up the machine and system specific header files.
9823
9824 * configure.in, config.sub: added new target m68010-adobe-scout,
9825 with alias of adobe68k. Changed configure.in to check for
9826 -scout before -sco* to avoid a false match.
9827
9828 * Makefile.in: added AS_FOR_TARGET, passed down in
9829 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
9830 the C compiler to use to create programs which are run in the
9831 build environment, set it to default to $(CC), and passed it down
9832 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
9833
9834Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
9835
9836 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
9837 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
9838 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
9839 FOR_TARGET variants, to newlib and libg++.
9840
9841Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
9842
9843 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
9844 first.
9845
9846Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
9847
9848 * config.sub: Accept `elf' as an environment.
9849
9850Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
9851
9852 * Makefile.in (all-opcodes): cd into the right directory
9853
9854Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
9855
9856 * configure: added -program_transform_name option, used as
9857 argument to sed when installing programs.
9858 configure.texi: added documentation for -program_prefix,
9859 -program_suffix and -program_transform_name.
9860
9861Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
9862
9863 * config.sub: Accept i486 where i386 ok.
9864
9865Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
9866
9867 * config.sub: accept we32k
9868
9869Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
9870
35590697 9871 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
9872
9873 * Makefile.in: don't create all directories for ``make install'';
9874 let the subdirectories create the ones they need.
9875
9876Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9877
80413487 9878 * COPYING: new file, GPL v2
252b5132
RH
9879
9880Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9881
9882 * Makefile.in: use the new gen-info-dir, which needs a template
9883 argument (which also lives in texinfo)
9884
9885 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
9886
252b5132
RH
9887Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
9888
9889 * config.sub (ncr3000): Change i386 to i486.
9890
9891Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9892
9893 * Makefile.in: add install-rcs, install-grep to
9894 install-no-fixedincludes, removed install-bison and install-libgcc
9895
9896Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
9897
9898 * configure.in: grab the HPUX makefile fragment if on HPUX
9899
9900Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
9901
9902 * Makefile.in: eradicate bison spoor (ditto libgcc).
9903 configure.in: recognise m68{k,000}-ericsson-OSE.
9904 es1800 is alias for m68k-ericsson-OSE
9905
9906Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9907
9908 * configure.in: rearrange the parts that remove programs from
9909 configdirs, based now on HOST==TARGET or by canonical triple.
9910
9911Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
9912
9913 * test-build.mk: recurse explicitly with -f test-build.mk when
9914 appropriate. predicate stage3 and comparison on the existence
9915 of gcc. That is, if gcc isn't around, we aren't three-staging.
9916 On very clean, also remove ...stamp-co. Build in-place before
9917 doing other builds.
9918
9919Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
9920
9921 * Makefile.in, configure.in: add tgas
9922
9923Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
9924
9925 * Makefile.in: a number of changes merged in from progressive.
9926
9927 * configure.in: add libm.
9928
9929 * .cvsignore: ignore some stuff that comes from test-build.mk.
9930
252b5132
RH
9931Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
9932
9933 * config.sub: Add es1800 (m68k-ericsson-es1800).
9934
9935Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
9936
9937 * configure: Add program_suffix (parallel to program_prefix)
9938 * Makefile.in: adjust directory-creating script for losing decstation
9939
9940Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
9941
9942 * configure: Minor $subdir-related fixes.
9943
9944Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
9945
9946 * configure: fix various problems with propogating
9947 makefile_target_frag in subdirs.
9948 * configure.in: config libgcc if its there
9949
9950Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
9951
9952 * config.sub: HPPA merge.
9953
252b5132
RH
9954Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
9955
9956 * Makefile.in: Replace all-bison with all-byacc in all
9957 dependency lines for other tools (which now use byacc).
9958
9959Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
9960
9961 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
9962
252b5132
RH
9963Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
9964
9965 * Makefile.in: make gprof rules similar to byacc rules (instead of
9966 vestigal $(unsubdir) that didn't work...)
9967
9968Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
9969
9970 * config.sub: Add support for Linux.
9971 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
9972 (at least for libg++).
9973
9974Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
9975
9976 * configure.texi: fix doc for the -nfp option to configure
9977
9978Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
9979
9980 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
9981
9982Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
9983
9984 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
9985 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
9986 * configure.in: added solaris* host_makefile_frag hook.
9987
9988Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9989
9990 * config.sub: changed recognition of m68000 so that various
9991 m68k types can be specified via m680[01234]0
9992
9993Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9994
9995 * config.sub (basic_machine): fix sed so that '-foo' isn't
9996 completely substituted out while .+'-foo' loses the '-foo'
9997
9998Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
9999
10000 * config.sub ($os): Add -aout.
10001
10002Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
10003
10004 * configure: If host_makefile_frag is absolute, don't
10005 prefix ${invsubdir} (relevant to libg++ auto-configure).
10006
10007Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
10008
10009 * Makefile.in (tooldir): Define it.
10010 (all-ld): Depend on all-flex.
10011
10012Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
10013
10014 * Makefile.in (check): Fix libg++ special case.
10015
10016Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
10017
10018 * configure: do not bury `pwd` into config.status, thus do fewer
10019 pwd's.
10020
10021 * configure: print the "Building in" message only when building in
10022 other than "." AND verbose.
10023
10024 * configure: remove -s, rework -v to better accomodate guested
10025 configures.
10026
10027 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
10028
10029Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
10030
10031 * Makefile.in: macroize flags passed on recursion. remove
10032 fileutils.
10033
10034Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
10035
10036 * configure: get makesrcdir right for subdirs deeper than 1.
10037
10038 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
10039 install.
10040
10041Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
10042
10043 * Makefile.in: don't print subdir_do or recursion lines.
10044
10045Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
10046
10047 * standards.texi: added menu item.
10048
10049 * Makefile.in: build and install standards.info.
10050
10051 * standards.texi: new file.
10052
10053Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10054
10055 * configure: test for and move config.status pieces from
10056 ${subdir}/.
10057
10058Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
10059
252b5132
RH
10060 * configure: Test for existance of files before trying to mv
10061 them, to avoid numerous non-existance messages.
10062
10063Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
10064
10065 * configure: correct final line of config.status.
10066
10067 * configure: patch from eggert. Avoids a protection problem if
10068 the original Makefile.in is read only.
10069
10070 * configure: use move-if-change from gcc to create config.status.
10071 Some makefiles depend on config.status to tell if a directory
10072 has been reconfigured for a different host. This change
10073 prevents those directories from remaking everything in the case
10074 where the reconfig was only intended to rebuild a Makefile.
10075
10076 * configure: test for config.sub with "config.sub sun4" rather
10077 than "config.sub ${host_alias}". Otherwise we can't tell a bad
10078 host alias from a missing config.sub.
10079
10080Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10081
10082 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
10083 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
10084
10085Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
10086
10087 * configure: mkdir ${subdir} as needed.
10088
10089Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
10090
10091 * Makefile.in,configure.in: added autoconf.
10092
10093Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10094
10095 * Makefile.in: no longer pass against on recursion.
10096
10097 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
10098 definitions are not inherited.
10099
10100 * configure: correct makesrcdir when subdir is .
10101
10102Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
10103
10104 * configure: Add support for 'subdirs' variable, which is
10105 like 'configdirs', except that configure doesn't re-invoke
10106 itself for subdirs, it just creates a Makefile for each subdir.
10107 * configure.texi: Document subdirs.
10108
10109Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10110
10111 * configure.in: added flex to configdirs
10112
10113Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
10114
10115 * Makefile.in: remove clean-stamps from clean.
10116
10117Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
10118
10119 * configure.in: Add gdbtest to configdirs.
10120
10121Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
10122
10123 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
10124 to recursive makes.
10125 * configure.in: Recognize new ncr3000 config.
10126
10127Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
10128
10129 * Makefile.in, configure.in: removed references to gdbm.
10130
10131Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
10132
10133 * config.sub: Don't canonicalize os value
10134 newsos* to bsd (readline needs to check for newsos).
10135 (This fix was earlier made Jan 31, but got re-broken.)
10136
10137Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
10138
10139 * configure.in: sco is an os, not a vendor!
10140
10141 * configure: Quote $( better. Keep various shells happy.
10142
10143Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
10144
10145 * Makefile.in: eliminate stamp-files.
10146
10147Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
10148
10149 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
10150 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
10151
10152Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
10153
10154 * config.sub: fix iris/iris3.
10155
10156Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
10157
10158 * configure: re-add -rm.
10159
10160Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
10161
10162 * Maskefile.in: add .stmp-rcs to all.
10163
10164 * configure.in: remove gas from rs6000 build, use aix host fragment.
10165
10166Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
10167
10168 * configure: pass down site_option during recursion.
10169
10170Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
10171
10172 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
10173
10174Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
10175
10176 * configure: Change exec_prefix so that it really defaults to prefix.
10177
10178Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
10179
10180 * Makefile.in, configure.in: Add support for mmalloc library.
10181
10182Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
10183
10184 * Makefile.in: add stmp dependencies for a few more things.
10185
10186Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
10187
10188 * configure: adjusted error message on objdir/srcdir configure
10189 collision, per john's suggestion.
10190
10191 * Makefile.in: add libiberty stmp to all and all.cross.
10192
10193Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
10194
10195 * Makefile.in: remove force dependencies, add grep to all.
10196
10197Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
10198
10199 * Makefile.in: drop flex. make stamp files work.
10200
10201 * configure: added test for conflicting configuration in srcdir,
10202 remove trailing slashes from srcdir. Otherwise emacs gdb mode
10203 gets cranky. use relative paths for configure and srcdir
10204 whenever possible. Send some error messages to stderr that were
10205 going to stdout.
10206
10207Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
10208
10209 * Makefile.in: Fix libg++ rule to check for gcc directory
10210 before using gcc/gcc. Also pass XTRAFLAGS.
10211
10212Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
10213
10214 * Makefile.in: added stmp-files so that directories aren't polled
10215 when they are already built.
10216
10217 * configure.texi: fixed a node pointer problem.
10218
10219Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
10220
4bddf3ad 10221 * config.sub configure.in gdb/configure.in
252b5132
RH
10222 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
10223 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
10224 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
10225
10226Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10227
10228 * configure: -recurring becomes -silent. corrected help message
10229 for -site= option.
10230
10231 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
10232
10233Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10234
10235 * configure: when building Makefile for crosses, replace
10236 tooldir and program_prefix. default srcdir from location of
10237 config.sub. remove "for host in hosts" and "for target in
10238 targets" loops.
10239
10240Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10241
10242 * Makefile.in: Do not pass bindir or mandir to cvs.
10243
10244Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
10245
10246 * Makefile.in, configure.in: removed traces of namesubdir,
10247 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
10248 copyrights to '92, changed some from Cygnus to FSF.
10249
10250 * configure.texi: remove most references to multiple hosts,
10251 multiple targets, subdirs, etc.
10252
10253 * configure.man: removed rcsid. reference config.sub not
10254 config.subr.
10255
10256 * Makefile.in: mkdir $(infodir) on install-info.
10257
10258Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
10259
10260 * configure.texi: Explain better about .gdbinit and about
10261 the environment that configure.in sections run in.
10262
10263Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
10264
10265 * configure.in: Ultrix is only a decstation if it's a MIPS.
10266
10267Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
10268
10269 * README: DOC.configure => cfg-paper.texi.
10270
10271Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
10272
10273 * config.sub (near case $os): Don't convert newsos* to bsd!
10274
10275Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
10276
10277 * Makefile.in: Reinstall change from gdb-4.3 that reduces
10278 the number of copies of COPYING that go into the GDB tar file.
10279
10280Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
10281
4bddf3ad 10282 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
10283 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
10284 Fix SCO configuration stuff.
10285
10286Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
10287
10288 * Makefile.in: For libg++, make sure the -I pointing
10289 to the gcc directory goes *after* all the libg++-local -I flags.
10290 Also, move just-gcc dependency from just-libg++ to all-libg++.
10291
10292Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
10293
10294 * configure: Change -x to -f to keep Ultrix /bin/test happy.
10295
10296Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
10297
10298 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
10299
10300Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
10301
10302 * config.sub: Add stratus configuration frags. Also
10303 submitted to FSF.
10304
10305Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
10306
10307 * Makefile.in (DEV_SUPPORT): add configure.man.
10308
10309 * config.sub(Decode manufacturer-specific): add -none*.
10310
10311Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
10312
10313 * Makefile.in: remove form feeds to make Sun's make happy.
10314 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
10315
10316Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
10317
10318 * Makefile.in (AR_FLAGS): Make quieter.
10319
10320Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
10321
10322 * configure.in: Add libg++.
10323 * configure: When verbose, don't output the command line at each
10324 level; it will be unremarkably the same as the previous version,
10325 which will be the same as what the user typed.
10326
10327Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
10328
10329 * configure.in, Makefile.in: fix clean-info, add flex. add
10330 fileutils.
10331
10332 * configure: be less sensitive to spaces in Makefile.in. Do not
10333 look for sources in "..". Doing so breaks subdirectories that
10334 might have their own configure. If a subdir has it's own
10335 configure script, use it.
10336
10337Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
10338
10339 * cfg-paper.texi: some changes suggested by rms.
10340
10341Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
10342
10343 * config.sub: Merge in some small additions from the FSF version,
10344 taken from the gcc distribution, to bring the Cygnus and FSF
10345 versions into closer sync.
10346
10347Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
10348
10349 * configure.in: Changed svr4 references to sysv4.
10350
10351Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
10352
10353 * configure: added -V for version number option.
10354
10355Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
10356
10357 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
10358 renamed from DOC.configure to cfg-paper.texi.
10359
10360Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10361
10362 * configure, config.subr, config.sub: config.subr is now
10363 config.sub again.
10364
10365Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
10366
10367 * configure.texi: new file, in progress.
10368
10369 * Makefile.in: build info file and install the man page for
10370 configure.
10371
10372 * configure.man: new file, first cut.
10373
10374 * configure: find config.subr again now that configuration "none"
10375 has gone. removed all traces of the -ansi option. removed all
10376 traces of the -languages option.
10377
10378 * config.subr: resync from rms.
10379
d932cae7 103801991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
10381
10382 * configure, config.sub, config.subr: merge config.sub into
10383 config.subr, call the result config.subr, remove config.sub, use
10384 config.subr.
10385
10386 * Makefile.in: revised install for dir.info.
10387
d932cae7 103881991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
10389
10390 * configure.in: add decstation host makefile frag.
10391
10392 * Makefile.in: BISON now bison -y again. also install-gcc on
10393 install. clean-gdbm on clean. infodir belongs in datadir.
10394 Make directories for info install. Build dir.info here then
10395 install it.
10396
d932cae7 103971991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
10398
10399 * Makefile.in: fix for bad directory tests.
10400
d932cae7 104011991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
10402
10403 * configure: \{1,2\} appears to be a sysv'ism. Use a different
10404 regexp. -srcdir relative was being handled incorrectly.
10405
10406 * Makefile.in: unwrapped some for loops so that parallel makes
10407 work again and so one can focus one's attention on a particular
10408 package.
10409
d932cae7 104101991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
10411
10412 * configure: added PWD as a stand in for `pwd` (for speed). use
10413 elif wherever possible. make -srcdir work without -objdir.
10414 -objdir= commented out.
10415
d932cae7 104161991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
10417
10418 * configure: +options become --options. -subdirs commented out.
10419 added -host, -datadir. Renamed -destdir to -prefix. Comment in
10420 Makefile now at top of generated Makefile. Removed cvs log
10421 entries. added -srcdir. create .gdbinit only if there is one
10422 in ${srcdir}.
10423
10424 * Makefile.in: idestdir and ddestdir go away. Added copyrights
10425 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
10426 and mandir now keyed off datadir by default.
10427
d932cae7 104281991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
10429
10430 * Freshly created ChangeLog.
10431
10432\f
10433Local Variables:
10434mode: change-log
10435left-margin: 8
10436fill-column: 76
10437version-control: never
10438End: