Remove config.if.
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
73fb7068
RS
12004-12-03 Richard Sandiford <rsandifo@redhat.com>
2
3 * config.if: Delete.
4 * configure.in: Set libstdcxx_incdir directly.
5 * configure: Regenerate.
6 * MAINTAINERS: Remove mention of config.if.
7 * src-release (DEVO_SUPPORT): Remove config.if.
8
6c8e6ce9
EC
92004-12-02 Eric Christopher <echristo@redhat.com>
10
3b6098f8
EC
11 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
12 of things to remove.
6c8e6ce9
EC
13 * Makefile.in: Regenerate.
14
b8658a2f
RS
152004-12-02 Richard Sandiford <rsandifo@redhat.com>
16
17 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
18 * configure: Regenerate.
19
afefada0
RS
202004-12-02 Richard Sandiford <rsandifo@redhat.com>
21
22 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
23 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
24 * configure: Regenerate.
25
5dcac624
DA
262004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
27
28 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
29 (hppa*64*-*-*): Delete incorrect comment.
30 * configure: Rebuilt.
31
57d1eb1a
DD
322004-11-15 Kelley Cook <kcook@gcc.gnu.org>
33
34 * install-sh, compile: Import from automake.
35
362004-11-15 Kelley Cook <kcook@gcc.gnu.org>
37
38 * config.guess, config.sub: Import from savannnah.
39
6d389afc
MS
402004-11-12 Mike Stump <mrs@apple.com>
41
42 * Makefile.def: Add html support.
43 * Makefile.tpl: Likewise.
44 * Makefile.in: Regenerate.
45
69e57115
GK
462004-11-11 Geoffrey Keating <geoffk@apple.com>
47
48 PR 18423
49 * configure.in: Remove all instances of build-fixincludes from
50 noconfigdirs.
51 (build_configargs): Supply --target to subdirectories.
52 * configure: Regenerate.
53
54 * Makefile.def: Make gcc install depend on fixincludes install.
55 * Makefile.in: Regenerate.
56
ba719b26
HPN
572004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
58
59 * configure.in (noconfigdirs) [mmix-*-*]: Disable
60 target-libgfortran.
61 * configure: Regenerate.
62
c37653e7
DE
632004-11-07 David Edelsohn <edelsohn@gnu.org>
64
65 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
66 like CC.
67
1eefd493
PB
682004-11-05 Paolo Bonzini <bonzini@gnu.org>
69
70 * Makefile.def (host fixincludes): Specify missing targets.
71 * Makefile.in: Regenerate.
72
02b1af09
L
732004-11-04 H.J. Lu <hongjiu.lu@intel.com>
74
75 PR other/17783
76 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
77 * configure: Regenerated.
78
7f266840
DJ
792004-11-04 Daniel Jacobowitz <dan@debian.org>
80
81 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
82 * configure: Regenerated.
83
47444073
AL
842004-10-28 Eric B. Weddington <ericw@evcohs.com>
85
86 PR target/18151
87 * configure.in (case ${target}): Do not build fixincludes for avr.
88 * configure: Regenerated.
89
caeba88f
AL
902004-10-26 Paolo Bonzini <bonzini@gnu.org>
91
92 * configure.in (case ${target}): Do not build fixincludes
93 on platforms where it is not used.
94 * configure: Regenerated.
95
0fdbe983
DJ
962004-10-23 Daniel Jacobowitz <dan@debian.org>
97
98 * configure.in: Use an absolute path to install-sh.
99 * configure: Regenerated.
100
1c0f67c1
AC
1012004-10-19 Andrew Cagney <cagney@gnu.org>
102
103 * src-release (do-djunpack, do-md5sum): Install the generated file
104 directly into the proto-toplev/ directory.
105
a9cfce9c
AC
1062004-10-19 Andrew Cagney <cagney@gnu.org>
107
108 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
109
ac0fa625
DD
1102004-10-12 Kelley Cook <kcook@gcc.gnu.org>
111
112 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
113 * configure: Regenerate.
114
d27cc32e
PB
1152004-10-06 Paolo Bonzini <bonzini@gnu.org>
116
117 Fix wrong conflict resolution in:
118
119 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
120
121 * Makefile.in: Regenerate.
122 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
123 in the recursive `make', instead of hardwiring `all'.
124 (Autogenerated TARGET-* variables): New.
125
1763908f
UW
1262004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
127
128 Merged from GCC / libtool upstream:
129 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
130 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
131 * ltcf-cxx.sh (tpf*): Likewise.
132 * ltconfig (tpf*): Add TPF OS configuration support.
133
0490e016
NC
1342004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
135
136 * configure.in: Enable target-libgloss for crx-*-*.
137 * configure: Regenerate.
138
32be62b5
RS
1392004-09-24 Michael Roth <mroth@nessie.de>
140
141 * configure.in (--without-headers): Add missing double quotes.
142 * configure: Regenerate.
143
6048df60
DD
1442004-09-24 Kelley Cook <kcook@gcc.gnu.org>
145
146 * ylwrap: Revert to previous version.
147
315b3b02
L
1482004-09-23 H.J. Lu <hongjiu.lu@intel.com>
149
6048df60 150 PR bootstrap/17369
315b3b02
L
151 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
152 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
153 SET_GCC_LIB_PATH_CMD.
154 (BASE_TARGET_EXPORTS): Likewise.
155 * Makefile.in: Regenerated.
156
157 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
158 * configure: Regenerated.
159
fe69863c
DD
1602004-09-23 Kelley Cook <kcook@gcc.gnu.org>
161
162 * config.guess: New upstream version
163 * compile, depcomp, install-sh, ylwrap: Likewise.
164
1652004-09-19 Roger Sayle <roger@eyesopen.com>
166
167 * config/mh-x86omitfp: New host makefile fragment. Add
168 -fomit-frame-pointer to the default BOOT_CFLAGS.
169 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
170 * configure: Regenerate.
171
1722004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
173
174 PR target/11572
175 * configure.in (*-*-darwin*): Renable libobjc.
176 * configure: Regenerate.
177
be75bbe1
DB
1782004-09-09 Daniel Berlin <dberlin@dberlin.org>
179
180 * Makefile.def: Remove libbanshee.
181 * Makefile.tpl: Ditto.
182 * configure.in: Ditto.
183 * Makefile.in: Regen.
184 * configure: Ditto.
185
1b882a91
PB
1862004-09-07 Paolo Bonzini <bonzini@gnu.org>
187
188 * missing: Import latest version from master repository.
189
eb1352ed
NC
1902004-09-04 Nick Clifton <nickc@redhat.com>
191
192 * config.sub: Import latest version from master repository.
193 * config.guess: Likewise.
194 This includes these changes:
195
196 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
197
198 * config.sub: Handle crisv32, alias etraxfs.
199 * config.guess (crisv32:Linux:*:*): Handle.
200
201 2004-08-13 Brad Smith <brad@comstyle.com>
202
203 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
204 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
205
206 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
207
208 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
209 assume the processor is a powerpc. This is because coreutils
210 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
211 in this case, due to a MacOS X bug that causes
212 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
213 to return a negative number.
214 Problem reported by Petter Reinholdtsen in:
215 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
216
217 2004-07-19 Ben Elliston <bje@gnu.org>
218
219 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
220
221 2004-06-24 Ben Elliston <bje@gnu.org>
222
223 * config.guess: Update copyright years.
224 * config.sub: Likewise.
225
226 2004-06-22 Robert Millan <robertmh@gnu.org>
227
228 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
229 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
230
231 2004-06-22 Stanley F. Quayle <stan@stanq.com>
232
233 * config.guess (*:*VMS:*:*): New entry. Replaces
234 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
235 manufacturer.
236
237 2004-06-22 Ben Elliston <bje@gnu.org>
238
239 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
240 * config.sub: Likewise.
241
242 2004-06-22 Ben Elliston <bje@gnu.org>
243
244 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
245 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
246
247 2004-06-11 Ben Elliston <bje@gnu.org>
248
249 * config.guess (pegasos:OpenBSD:*:*): Remove.
250
251 2004-06-11 Ben Elliston <bje@gnu.org>
252
253 From Wouter Verhelst <wouter@grep.be>:
254 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
255
256 2004-06-11 Ben Elliston <bje@gnu.org>
257
258 * config.guess (luna88k:OpenBSD:*:*): New.
259
260 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
261
262 * config.guess (m32r*:Linux:*:*): New case.
263 * config.sub: Handle m32rle.
264
265 2004-03-12 Ben Elliston <bje@wasabisystems.com>
266
267 From Jens Petersen <petersen@redhat.com>:
268 * config.sub: Handle sparcv8.
269
270 2004-03-03 Ben Elliston <bje@wasabisystems.com>
271
272 From Tom Smith <smith@cag.lkg.hp.com>:
273 * config.guess: Version suffixes are equally significant on Tru64
274 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
275 prefix of "P" (patched kernel).
276
277 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
278
279 * config.sub: Add support for National Semiconductor CRX target.
280
2a3124ca
RH
2812004-09-03 Jan Beulich <jbeulich@novell.com>
282
283 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
284 *-*-netware, but add target-libmudflap.
285 Consolidate *-*-netware targets (of which really only i?86 exists)
286 into a single entry.
287 * configure: Likewise.
288
0df3d27f
PB
2892004-09-01 Paolo Bonzini <bonzini@gnu.org>
290
291 * Makefile.tpl (sorry): Remove.
292 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
293 (cleanstrap targets): Depend on distclean, not distclean-stage1.
294 (do-clean): Clean per-stage directories too.
295 (do-distclean): Run distclean-stage1 too.
296 (.NOTPARALLEL): Enable during toplevel bootstrap.
297 (stage[+id+]-bubble): Enable parallel execution during
298 the recursive invocation.
299 * Makefile.in: Regenerate.
300
301 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
302
303 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
304
305 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
306 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
307 * configure: regenerate
308 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
309 -mdynamic-no-pic
310
3112004-08-31 Paolo Bonzini <bonzini@gnu.org>
312
313 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
314 include.
315 * configure.in: Fix indentation.
316 * configure: Regenerate.
317
ee025550
PB
3182004-08-31 Paolo Bonzini <bonzini@gnu.org>
319
320 * Makefile.def (build_modules): Add fixincludes.
321 (dependencies): Make gcc depend on fixincludes.
322 * configure.in (build_tools): Add fixincludes.
323 (build_configdirs): Always include build_libs.
324 * Makefile.in: Regenerate.
325 * configure: Regenerate.
326
3272004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
328
329 * Makefile.def (bootstrap stages): Add 'lean' parameter.
330 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
331 phony targets; do not generate timestamp files.
332 (distclean-stageN): Remove references to their timestamp files.
333 (restageN, touch-stageN): Remove.
334 (stageN-bubble): Rewritten.
335 (compare): Support lean bootstraps.
336 * Makefile.in: Regenerate.
337
338 * configure.in: Only warn when bootstrapping but
339 build != host or build != target. Support lean bootstraps.
340 * configure: Regenerate.
341
342 Sync from gcc:
343 2004-08-26 Phil Edwards <phil@codesourcery.com>
344
345 * configure.in: Give a better error message if GMP/MPFR are missing
346 and a language needing them has been requested.
347 * configure: Regenerated.
348
349 2004-08-25 Phil Edwards <phil@codesourcery.com>
350
351 * configure.in: Print a list of available language front-ends if
352 a requested one is missing. Tidy stray tab characters.
353 * configure: Regenerated.
354
72b2455a
PB
3552004-08-17 Paolo Bonzini <bonzini@gnu.org>
356
357 * Makefile.in: Regenerate.
358 * configure: Regenerate.
359
360 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
361 stage_*_flags.
362 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
363 for bootstrapped modules if toplevel bootstrap is going.
364 (GCC bootstrap): Generate per-stage targets for all bootstrapped
365 modules. Adjust for changes in Makefile.def. Enable several
366 rules even in non-bootstrap mode, just to avoid peppering the
367 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
368 (stage-[+prev+]-bubble): Remove.
369
370 * Makefile.def (Dependencies): Depend on all-build-bison,
371 all-build-flex, all-build-byacc, all-build-texinfo, rather
372 than the host variations.
373 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
374 with BUILD_SUBDIR.
375 (BISON): Update for recent Bisons.
376 (YACC): Fix typo.
377 (cross): Depend on all-build.
378 (all): Do not depend on all-build.
379 (prebootstrap): Remove.
380 (dep-kind): Accept separate prefixes for MODULE and ON variables.
381 (Prebootstrap dependencies): Add them to the per-stage targets
382 and to all-prebootstrap.
383 * configure.in (build_configdirs): Always enable build_tools.
384 (BUILD_DIR_PREFIX): Remove.
385
386 * Makefile.def (gcc): Add target variable.
387 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
388 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
389 in the recursive `make', instead of hardwiring `all'.
390 (Autogenerated TARGET-* variables): New.
391
de0b4a87
JW
3922004-08-17 Robert Millan <robertmh@gnu.org>
393
394 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
395 (instead of FreeBSD).
396 * configure: Regenerate.
397
ad681c85
NN
3982004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
399
675c6968
NN
400 * Makefile.def, configure.in, src-release: Remove useless, bogus
401 references to tix.
402 * Makefile.in, configure: Regenerate.
403
ad681c85
NN
404 * src-release: Stop distributing mmalloc with gdb (which doesn't
405 use it).
406 * Makefile.def: GDB doesn't depend on mmalloc anymore.
407 * Makefile.in: Regenerate.
408
11b04d1f
DD
4092004-08-09 Mark Mitchell <mark@codesourcery.com>
410
411 * configure.in (arm*-*-eabi*): New target.
412 * configure: Regenerate.
413
f2420bea
NN
4142004-08-01 Robert Millan <robertmh@gnu.org>
415
416 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
417 libmudflap for all GNU-based systems (with Glibc).
418 * configure: Regenerate.
419
9e6ce191
PB
4202004-08-06 Paolo Bonzini <bonzini@gnu.org>
421
422 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
423 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
424 (Dependencies): New section.
425 * Makefile.tpl (Dependencies): Generate from Makefile.def.
426 (configure-target-[+module+]): Depend on maybe-all-gcc
427 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
428 (toplevel profiledbootstrap): Fix dependencies.
429 * Makefile.in: Regenerate.
430
df4a6958
MM
4312004-08-03 Mark Mitchell <mark@codesourcery.com>
432
433 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
434 target-libiberty to noconfigdirs.
435
11b04d1f
DD
4362004-08-03 Paul Brook <paul@codesourcery.com>
437
438 * configure.in: Check for MPFR as well as GMP.
439 * configure: Regenerate.
440
b813574b
PB
4412004-08-03 Paolo Bonzini <bonzini@gnu.org>
442
443 * Makefile.def (host-modules): Add gcc.
444 * Makefile.in: Regenerate.
445 * Makefile.tpl (sorry): New rule.
446 (configure-host, all-host, [+make_target+]-host, do-check,
447 install-host): Do not add gcc as a special case.
448 (host modules): Add a small special-casing for gcc. Export
449 extra_make_flags through the environment.
450 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
451 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
452 other recursive targets for gcc): Remove.
453
454 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
455 (stage, unstage): New rules.
456 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
457 distclean-stage[+id+]): Use stage_current.
458 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
459 the stage*-start rules.
460
61edac0c
JW
4612004-07-19 Robert Millan <robertmh@gnu.org>
462
463 Synced from gcc:
464
465 2004-04-26 Robert Millan <robertmh@gnu.org>
466
467 Add patches from libtool CVS.
468 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
469 * ltconfig: Likewise.
470 * ltcf-c.sh: Likewise.
471 * ltcf-cxx.sh: Likewise.
472 * ltcf-gcj.sh: Likewise.
473
3e707e94
PB
4742004-07-12 Paolo Bonzini <bonzini@gnu.org>
475
476 * configure.in: Add noconfigdirs for crx-*-*.
477 * configure: Regenerate.
478
4792004-07-12 Paolo Bonzini <bonzini@gnu.org>
480
481 Synced from gcc:
482
483 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
484
485 * configure.in: Build libmudflap by default on FreeBSD.
486 * configure: Regenerated.
487
488 2004-07-09 Mark Mitchell <mark@codesourcery.com>
489
490 * configure.in: Do not build libmudflap by default on non-GNU/Linux
491 systems.
492 * configure: Regenerated.
493
494 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
495
496 PR target/16344
497 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
498 feedback based compiler.
499 * Makefile.in: Rebuilt.
500
501 2004-07-05 Phil Edwards <phil@codesourcery.com>
502
503 * configure.in: Do not prepend $srcdir to /dev/null in
504 makefile fragments.
505 * configure: Regenerate.
506
a7ee7660
AO
5072004-07-08 Alexandre Oliva <aoliva@redhat.com>
508
509 * Makefile.def (host_modules): Set bootstrap=true for flex.
510 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
511 * Makefile.in: Rebuilt.
512
6a9cf61e
PB
5132004-07-01 Paolo Bonzini <bonzini@gnu.org>
514
515 * Makefile.def (build_modules): Add bison, byacc, flex,
516 m4, texinfo.
517 (flags_to_pass): Add FLEX.
518 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
519 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
520 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
521 DEFAULT_MAKEINFO): Remove.
522 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
523 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
524 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
525 objdir or else use configured tool.
526 (all-build): New.
527 (all): Depend on it.
528 (Build module dependencies): Add.
529 * Makefile.in: Regenerate.
530 * configure.in: Better support for multiple build modules,
531 matching what is done for host/target modules. Do not look
532 for "plausible" locations of build tools if Canadian cross.
533 Use autoconf's AC_PROG_CC to find a C compiler. Define
534 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
535 * configure: Regenerate.
536
95b6a1f2
PB
5372004-06-22 Paolo Bonzini <bonzini@gnu.org>
538
539 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
540 * Makefile.in: Regenerate.
541
7ffa0b57
PB
5422004-06-22 Paolo Bonzini <bonzini@gnu.org>
543
544 * Makefile.tpl (configure-build-[+module+],
545 configure-[+module+], configure-target-[+module+]): Pass
546 [+extra_configure_args+].
547 (all-build-[+module+], all-[+module+], check-[+module+],
548 install-[+module+], [+make_target+]-[+module+],
549 all-target-[+module+], check-target-[+module+],
550 install-target-[+module+], [+make_target+]-target-[+module+]):
551 Pass [+extra_make_args+].
552 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
553 (GCC_HOST_EXPORTS): Remove.
554 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
555 cross, check-gcc, check-gcc-c++, install-gcc,
556 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
557 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
558 * Makefile.in: Regenerate.
559
929ba6e7
CF
5602004-06-21 Christopher Faylor <cgf@alum.bu.edu>
561
562 * configure.in: Check for srcdir/winsup rather than build directory
563 winsup.
564 * configure: Regenerate.
565
b76d7de0
CV
5662004-06-17 Corinna Vinschen <vinschen@redhat.com>
567
568 * configure.in: Don't build Cygwin native newlib if winsup
569 directory is missing. Emit warning instead.
570 * configure: Regenerate.
571
656fdd47
PB
5722004-06-09 Paolo Bonzini <bonzini@gnu.org>
573
574 * Makefile.tpl (touch-stage[+id+]): New.
575 (restage[+prev+]): Depend on touch-stage[+id+].
576
577 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
578 Use it throughout.
579
580 * Makefile.def: Add profile and feedback bootstrap stages.
581 Remove next field from bootstrap stages.
582 * Makefile.tpl (LN, LN_S): Substitute.
583 (stageN-start, stageN-end): Use double-colon rules, to
584 provide a hook for additional setup commands.
585 (distclean-stageN-gcc, restageN): Create dependencies from
586 [+prev+], not from [+next+].
587 (stageN-bubble): Add commands for successive stages from
588 [+prev+], using double-colon rules.
589 (all-stageN-gcc): Fix typo.
590 (stagefeedback-start, profiledbootstrap): New.
591 * Makefile.in: Regenerate.
592 * configure.in: Call ACX_PROG_LN.
593 * configure: Regenerate.
594
498d4a71
CF
5952004-06-03 Paolo Bonzini <bonzini@gnu.org>
596
597 * configure.in: Fix --enable-bootstrap breakage introduced in trees
598 without gcc.
599 * configure: Regenerate.
600
377d8c42
PB
6012004-06-01 Paolo Bonzini <bonzini@gnu.org>
602
603 * Makefile.tpl: Fix typo.
604 * Makefile.in: Regenerate.
605
f5f8a794
PB
6062004-06-01 Paolo Bonzini <bonzini@gnu.org>
607
608 * configure.in: Remove new- prefix from toplevel
609 bootstrap targets.
610 * configure: Regenerate.
611
f7a4c34f
PB
6122004-06-01 Paolo Bonzini <bonzini@gnu.org>
613
614 Merge this patch from the gcc tree:
615
616 2004-05-30 Andreas Jaeger <aj@suse.de>
617 Jim Wilson <wilson@specifixinc.com>
618
619 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
620 like CC.
621
319cab08
PB
6222004-06-01 Paolo Bonzini <bonzini@gnu.org>
623
624 * Makefile.tpl (all.normal): Rename to all.
625 (all): Replace with a rule to pick the default
626 target from configure.
627 (all-gcc, configure-gcc): Use conditionals to
628 do nothing when toplevel bootstrap is going on.
629 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
630 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
631 * configure.in: Support --enable-bootstrap.
632
633 * Makefile.def: Remove new- prefix from toplevel
634 bootstrap targets.
635 * Makefile.tpl: Likewise.
636
637 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
638 target.
639
640 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
641 $(RECURSE_FLAGS) to recursive invocation of make.
642
643 * Makefile.in: Regenerate.
644 * configure: Regenerate.
645
88f64edc
DJ
6462004-05-27 Daniel Jacobowitz <dan@debian.org>
647
648 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
649 * configure: Regenerate.
650
378fce5b
DD
6512004-05-25 Daniel Jacobowitz <drow@false.org>
652
653 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
654 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
655 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
656 targets.
657 * Makefile.in: Regenerate.
658
dfdffa2c
PB
6592005-05-24 Paolo Bonzini <bonzini@gnu.org>
660
661 * configure.in: Test the ability to symlink directories.
662 * configure: Regenerate.
663
664 * Makefile.def (bootstrap-stage): New definitions.
665 * Makefile.tpl (configure-stage1-gcc,
666 configure-stage2-gcc, configure-stage3-gcc,
667 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
668 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
669 new-restage3, compare): Autogenerate, see Makefile.in
670 entry for behavioral changes.
671 (distclean-stage1, new-stage1-start, new-stage1-end,
672 new-stage1-bubble, distclean-stage2, new-stage2-start,
673 new-stage2-end, new-stage2-bubble, distclean-stage3,
674 new-stage3-start, new-stage3-end): New autogenerated targets.
675 (objext, prebootstrap, BOOT_CFLAGS,
676 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
677 targets.
678
679 * Makefile.in: Regenerate.
680 (distclean-stage1, new-stage1-start, new-stage1-end,
681 new-stage1-bubble, distclean-stage2, new-stage2-start,
682 new-stage2-end, new-stage2-bubble, distclean-stage3,
683 new-stage3-start, new-stage3-end): New targets.
684 (all-stage1-gcc): Move prebootstrap dependency from here...
685 (configure-stage1-gcc): ...to here.
686 (new-bootstrap): Use bubble targets.
687 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
688 Use per-stage distclean targets.
689 (configure-stage1-gcc, configure-stage2-gcc,
690 configure-stage3-gcc, all-stage1-gcc,
691 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
692 Use new-stageN-start to prepare the tree.
693
04cf1b77
PB
6942004-05-23 Paolo Bonzini <bonzini@gnu.org>
695
696 * Makefile.def (host_modules): add libcpp.
697 * Makefile.tpl: Add dependencies on and for libcpp.
698 * Makefile.in: Regenerate.
699 * configure.in: Add libcpp host module.
700 * configure: Regenerate.
701
80b200a1
ZW
7022004-05-17 Zack Weinberg <zack@codesourcery.com>
703
704 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
705 of libf2c.
706 * configure, Makefile.in: Regenerate.
707
4b1cb4fe
DD
7082004-05-13 Diego Novillo <dnovillo@redhat.com>
709
710 Merge from tree-ssa-20020619-branch.
711
712 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
713 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
714 (HOST_GMPLIBS): Define.
715 (HOST_GMPINC): Define.
716 (TARGET_LIB_PATH): Add libmudflap.
717 (GFORTRAN_FOR_TARGET): Define.
718 (configure-build*): Export GFORTRAN.
719 (configure-gcc): Export GMPLIBS and GMPINC.
720 (all-gcc): Add maybe-all-libbanshee.
721 (configure-target-libgfortran): Define.
722 * Makefile.in: Regenerate.
723 * configure.in (host_libs): Add libbanshee.
724 (target_libraries): Add target-libmudflap and target-libgfortran.
725 Add --with-libbanshee.
726 Handle --disable-libmudflap.
727 (*-*-freebsd*): Use with_gmp.
728 Add $(libgcj) to noconfigdirs.
729 * configure: Regenerate.
730 * depcomp: New file.
731 * MAINTAINERS: Add tree-ssa maintainers.
732
7332004-04-28 Paolo Bonzini <bonzini@gnu.org>
734
735 * config/acx.m4: Fix fastcompare support for new-bootstrap.
736 * configure: Regenerate.
737
b8908782
DD
7382004-04-27 Paolo Bonzini <bonzini@gnu.org>
739
740 Revert:
741 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
742
743 * Makefile.def (flags_to_pass): Remove *dir variables that
744 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
745 as well as prefix and exec_prefix.
746 * Makefile.in: Regenerate.
747
7482004-04-26 Paolo Bonzini <bonzini@gnu.org>
749
750 * Makefile.def (host_modules): Mark with the bootstrap
751 flag packages on which gcc depends.
752 * Makefile.tpl (all-bootstrap): Use it.
753 * Makefile.in: Regenerate.
754
7552004-04-26 Paolo Bonzini <bonzini@gnu.org>
756
757 * Makefile.def (flags_to_pass): Remove *dir variables that
758 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
759 as well as prefix and exec_prefix.
760 * Makefile.in: Regenerate.
761
7622004-04-26 Paolo Bonzini <bonzini@gnu.org>
763
80b200a1
ZW
764 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
765 * configure: Regenerate.
766 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
767 * gcc/Makefile.tpl (compare): Use the result of the test.
768 * gcc/Makefile.in: Regenerate.
b8908782
DD
769
7702004-04-23 Paolo Bonzini <bonzini@gnu.org>
771
772 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
773 Always relocate gcc and prev-gcc to the original names, even
774 if the build fails.
775 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
776 New targets.
777
0f260896
RO
7782004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
779
780 * configure.in (mips*-*-irix5*): Enable ld.
781 * configure: Regenerate.
782
51860f05
JW
7832004-04-15 James E Wilson <wilson@specifixinc.com>
784
785 * Makefile.tpl (configure-[+module+], configure-gcc,
786 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
787 Set and export LDFLAGS.
788 * Makefile.in: Regenerate.
789
54752a6b
NN
7902004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
791
792 PR bootstrap/14871
793 * Makefile.tpl: If we don't have built-in-tree target tools,
794 use the ones found by configure rather than hacking around with
795 program_transform_name.
796 * configure.in: Give Makefile.tpl the information necessary
797 to do that.
798 * Makefile.in: Regenerate.
799 * configure: Regenerate.
800
8012004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
802
803 PR bootstrap/14760
804 * configure.in: When computing baseargs, strip *all* copies of
805 offending options. Also, don't match/substitute the trailing space,
806 so that this actually works when two similar options are separated by
807 only one space.
808 * configure: Regenerate.
809
8102004-04-06 David Edelsohn <edelsohn@gnu.org>
811
80b200a1
ZW
812 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
813 (rs6000-*-aix*): Same.
814 * configure: Regenerate.
54752a6b 815
5e2b61fb
SS
8162004-03-25 Stan Shebs <shebs@apple.com>
817
818 Remove MPW support, no longer used.
819 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
820 mpw-install: Remove files.
821 * src-release (DEVO_SUPPORT): Remove names of removed files.
822 * MAINTAINERS: Likewise.
823
1a6f2dc7
NN
8242004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
825
a0049f1b
NN
826 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
827 STRICT_WARN, WARN_CFLAGS flags passed down to make.
828 * Makefile.in: Regenerate.
829
1a6f2dc7
NN
830 * configure.in (top level bootstrap support): Rework --enable-werror
831 to set @stage2_werror_flag@.
832 * configure: Regenerate.
833 * Makefile.tpl (top level bootstrap support): Pass
834 @stage2_werror_flag@ down to configure in stages 2 and 3.
835 * Makefile.in: Regenerate.
836
920e3419
NN
8372004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
838
839 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
840 for stages 2 and 3 as well as in make. As a consequence, remove
841 OUTPUT_OPTION (now detected by configure) from the flags passed down
842 to make.
843 * Makefile.in: Regenerate.
844
845 * Makefile.tpl (new-bootstrap): Fix typo.
846 * Makefile.in: Regenerate.
847
4fa63067
NN
8482004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
849
850 * Makefile.tpl: Rearrange by moving recursive_targets rules
851 into their proper sections.
852 * Makefile.tpl (top level bootstrap support): Move disabling
853 of coverage flags from 'make' to 'configure'; improve comments.
854 * Makefile.in: Regenerate.
855
856 * Makefile.tpl (experimental top level bootstrap) Move stage1
857 language setting from all- target to configure- target; disable
858 intermodule optimization in stage 1; prevent gratuitous rebuilds
859 of stage 1.
860 * Makefile.in: Regenerate.
861 * configure.in: Comma-separate stage 1 language list for top
862 level bootstrap.
863 * configure: Regenerate.
864
865 * Makefile.tpl: Clean up experimental top level bootstrap support:
866 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
867 prev-gcc in configure- targets as well as all- targets.
868 * Makefile.in: Regenerate.
869
fb8a10fd
NN
8702004-03-17 Paolo Bonzini <bonzini@gnu.org>
871
872 * configure.in: Remove symbolic link section.
873 * configure: Regenerate.
874 * Makefile.tpl (links): Remove.
875 * Makefile.in: Regenerate.
876
947f426e 8772004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 878 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
879
880 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 881 Set with AC_CHECK_PROGS.
947f426e
NN
882 * configure.in: Fix comment typo from last patch.
883 * configure: Regenerate.
884
1d39f329
NN
8852004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
886
887 * Makefile.tpl: Introduce experimental top level bootstrap support.
888 * Makefile.in: Regenerate.
889 * configure.in: Introduce support for top level bootstrap.
890 * configure: Regenerate.
891
4b0ac75d 8922004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 893 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
894
895 PR bootstrap/14522
896 * configure.in: Cope with shells that do not support unquoted ^
897 * configure: Regenerate.
898
2e70b094 8992004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 900 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
901
902 PR bootstrap/14522
903 * configure.in: Cope with shell that do not support nesting
904 quotes inside quoted backquote substitutions.
905 * configure: Regenerate.
906
9072004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
908
909 PR bootstrap/14522
910 * configure.in: Fix escaping of $.
911 * configure: Regenerate.
912
9e07f89d
NN
9132004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
914
915 * configure: Regenerate.
916
9172004-03-08 Paolo Bonzini <bonzini@gnu.org>
918
919 PR ada/14131
920 Move language detection to the top level.
921 * configure.in: Find default values for the tools as
922 soon as possible. Disable ada if GNAT is not found.
923 Emit error message about missing languages. Expand
924 --enable-languages=all for the gcc subdirectory.
925
1712ab83
RS
9262004-03-01 Richard Sandiford <rsandifo@redhat.com>
927
928 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
929 and disable libgcj.
930 * configure: Regenerated.
931
3dee29da
NN
9322004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
933
934 PR bootstrap/7087
935 * Makefile.tpl: Guard XFOO sed statements better.
936 * Makefile.tpl: Add dependency for configure-target-libada.
937 * Makefile.in: Regenerate (incidentally fixes broken
938 commit when libada-branch was merged).
939
0558264b
AC
9402004-02-28 Andrew Cagney <cagney@redhat.com>
941
942 * src-release (CVS_NAMES): Define.
943 (do-tar, do-tar): Prune $(CVS_NAMES).
944
c38f9803
AC
9452004-02-23 Andrew Cagney <cagney@redhat.com>
946
947 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
948 2004-02-19.09.
949
55636792
NN
9502004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
951
952 PR bootstrap/11932
953 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
954
1e600082
AC
9552004-02-19 Andrew Cagney <cagney@redhat.com>
956
957 * config.guess: Update from version 2003-06-12 to 2004-02-16.
958 * config.sub: Update from version 2003-06-13 to 2004-02-16.
959
3769cd82
DD
9602004-02-11 David Edelsohn <edelsohn@gnu.org>
961
962 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
963 (rs6000-*-aix*): Same.
964 * configure: Regenerate.
965
a92834c8
DD
9662004-02-11 Kelley Cook <kcook@gcc.gnu.org>
967
968 * configure.in (host): Add in missing $noconfigdirs to defines.
969 * configure: Regenerate.
970
a2592b1b
DD
9712004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
972 Nathanael Nerode <neroden@gcc.gnu.org>
973
974 PR ada/6637, PR ada/5911
80b200a1 975 Merge with libada-branch:
a2592b1b
DD
976 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
977 with appropriate dependencies. Add --enable-libada configure switch.
978 * configure, Makefile.in: Regenerate.
979
e31d1ea3
DD
9802004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
981
982 * configure.in: Don't pass --with-stabs on IRIX 5 either.
983 * configure: Regenerate.
984
db85f5c0
JJ
9852004-02-02 Jeff Johnston <jjohnstn@redhat.com>
986
987 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 988
fc434214
DD
9892004-01-23 DJ Delorie <dj@redhat.com>
990
991 * Makefile.def (target_modules) [libiberty]: Don't stage.
992 * Makefile.in: Rebuilt.
993
ad445c2c 9942004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 995
ad445c2c
JJ
996 * COPYING.NEWLIB: Update to include copyrights for new
997 iconv code.
998
72bbedde
AC
9992004-01-15 Andrew Cagney <cagney@redhat.com>
1000
1001 * src-release: Update copyright year.
1002 (do-proto-toplev): Configure using i686-pc-linux-gnu.
1003 (NEWLIB_SUPPORT_DIRS): Delete macro.
1004 (newlib.tar.bz2): Delete rule.
1005
a6d6062d
DD
10062004-01-14 Loren J. Rittle <ljrittle@acm.org>
1007
1008 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
1009 * Makefile.tpl (configure-target-[+module+]): Support stage.
1010 * Makefile.in: Rebuilt.
1011
f8b73030
MR
10122003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1013
1014 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
1015 throughout.
1016
aff0e9df
NN
10172004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
1018
bb5dca17
NN
1019 * configure.in: Use ./config.cache, not config.cache.
1020 * configure: Regenerate.
1021 * Makefile.tpl: Special-casing not needed for GCC any more.
1022 * Makefile.in: Regenerate.
1023
82252c06
NN
1024 * configure.in: Don't share a cache file for host dirs.
1025 * configure: Regenerate.
1026
aff0e9df
NN
1027 * config-ml.in: Don't mess with the cache file.
1028
95036d20
NN
10292004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
1030
ac7b618e
NN
1031 * Makefile.tpl: Make GCC use a separate config.cache.
1032 * Makefile.in: Regenerate.
1033
95036d20
NN
1034 PR bootstrap/11932, PR bootstrap/11933
1035 (I don't know if it will fix either of them, but it relates
1036 to them.)
1037 * configure.in: Don't use shared config.cache for target
1038 directories.
1039 * configure: Regenerate.
1040
08c1856b
DD
10412003-12-31 Roger Sayle <roger@eyesopen.com>
1042
1043 * configure.in (ia64*-*-hpux*): Disable building java libraries.
1044 * configure: Regenerated.
1045
c1968181 10462003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 1047
c1968181
DD
1048 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
1049 * configure: Regenerated.
1050
10ecffb9
NN
10512003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
1052
1053 Port change over from GCC:
1054 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
1055 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
1056 (configure-build-[+module+], configure-[+module+]): Likewise.
1057 (configure-target-[+module+], configure-gcc, config.status): Likewise.
1058 * Makefile.in: Regenerate.
1059
f2ab5990
TF
10602003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
1061
1062 * configure.in (raw_libstdcxx_flags): Remove the leading space.
1063 * configure: Regenerate.
1064
41a7d11a
JJ
10652003-11-27 Jeff Johnston <jjohnstn@redhat.com>
1066
80b200a1 1067 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
1068 stdlib.
1069
d9441a1f
DD
10702003-11-14 Arnaud Charlet <charlet@act-europe.fr>
1071
1072 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
1073 * Makefile.in: Regenerate.
1074
3a48a978
DD
10752003-10-20 Phil Edwards <phil@codesourcery.com>
1076
1077 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
1078 * configure: Regenerate.
1079
f0b24077
NN
10802003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
1081
1082 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
1083 HOST_FLAGS_TO_PASS.
1084 * Makefile.in: Regenerate.
1085
5fbad20a
DD
10862003-10-05 Mohan Embar <gnustuff@thisiscool.com>
1087
1088 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
1089 * configure: Rebuilt
1090 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
1091 * Makefile.in: Rebuilt
1092
78be4155
L
10932003-10-03 H.J. Lu <hongjiu.lu@intel.com>
1094
1095 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
1096
051fcc7a
L
10972003-10-01 Phil Edwards <pme@gcc.gnu.org>
1098
1099 * config-ml.in: Use ac_configure_args directly instead of
1100 ml_arguments. Only set ml_norecursion if --no[-]recursion is
1101 actually seen.
1102
11032003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
1104
1105 * config-ml.in: Propagate INSTALL variables.
1106
f27d4f92
DJ
11072003-09-21 Daniel Jacobowitz <drow@mvista.com>
1108
1109 * configure.in: Pass a computed --program-transform-name
1110 to subconfigures.
1111 * configure: Regenerated.
1112
cae4d560
NN
11132003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
1114
1115 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
1116 * Makefile.in: Regenerate.
1117
1118 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
1119 * Makefile.in: Regenerate.
1120
8ff944f6
DJ
11212003-09-17 Daniel Jacobowitz <drow@mvista.com>
1122
1123 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
1124 quoting.
1125 * configure: Regenerated.
1126
d9a35680
MC
11272003-09-12 Michael Chastain <mec@shout.net>
1128
1129 Fix PR gdb/857.
1130 * src-release (do-proto-topleve): Remove junk files
1131 intl/config.cache, intl/config.status,
1132 intl/config.h, intl/stamp-h.
1133
710068b9
AC
11342003-09-14 Andrew Cagney <cagney@redhat.com>
1135
1136 * src-release (dejagnu.tar): New target.
1137 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
1138 (do-djunpack): Use $(PACKAGE) for the package name.
1139
e1008165
DD
11402003-09-04 DJ Delorie <dj@redhat.com>
1141
1142 * configure: Regenerate.
1143
21998d12
NC
11442003-09-04 Robert Millan <robertmh@gnu.org>
1145
1146 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 1147
ccca4bb3
DD
11482003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1149
1150 * configure.in: Ensure arguments to sed are properly spaced.
1151 * configure: Regenerate.
1152
ee949b5e
DJ
11532003-08-28 Daniel Jacobowitz <drow@mvista.com>
1154
1155 Merge from gcc:
1156 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
1157 * install-sh: Update to newer upstream versions (associated with
1158 aclocal 1.7).
1159 * missing: Likewise, plus $1Help2man -> $1 typo fix.
1160
75addda2
DJ
11612003-08-27 Daniel Jacobowitz <drow@mvista.com>
1162
1163 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
1164 * configure: Regenerated.
1165
8d2877d8
NN
11662003-08-23 Phil Edwards <pme@gcc.gnu.org>
1167
1168 * configure.in: Use newline instead of semicolon when assuming
1169 shell arguments in a for loop.
1170 * configure: Regenerated.
1171
d2cc0e0d
GK
11722003-08-20 Geoffrey Keating <geoffk@apple.com>
1173
1174 PR 8180
1175 * configure.in: When testing with_libs and with_headers, treat
1176 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
1177 * configure: Regenerate.
80b200a1 1178
d2cc0e0d
GK
1179 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
1180 make, shell, etc.
1181 (baseargs): Likewise.
1182 * configure: Regenerate.
1183
04d1ab34
GK
11842003-08-19 Geoffrey Keating <geoffk@apple.com>
1185
1186 * configure.in: Disable libgcj for darwin not on powerpc.
1187 * configure: Rebuild.
1188
ca506da8
MC
11892003-08-15 Michael Chastain <mec@shout.net>
1190
1191 * src-release (do-proto-toplev): Remove junk files
1192 dejagnu/example/calc/config.status,
1193 dejagnu/example/calc/config.log.
1194
a4aa3f49
DD
11952003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
1196
1197 * config-ml.in, symlink-tree: Add license.
1198
ede4fbe4
NN
11992003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
1200
1201 Merge from gcc:
1202
1203 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
1204 * Makefile.tpl (check, check-c++): Express dependencies using
1205 dependencies rather than commands.
1206 * Makefile.in: Regenerate.
1207
1208 2003-07-31 Geoffrey Keating <geoffk@apple.com>
1209 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1210 * Makefile.in: Update.
1211
970f29af
AC
12122003-08-01 Andrew Cagney <cagney@redhat.com>
1213
1214 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
1215 * configure: Ditto.
1216
b2884a0c
DD
12172003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
1218
1219 * configure.in: Enable libgcj for darwin.
1220 * configure: Rebuild.
1221
c07f46a4
NN
12222003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
1223
1224 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
1225
9175bfc0
NN
12262003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
1227
1228 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
1229 creating target and build subdirs to build all parent dirs as needed.
1230 * Makefile.in: Rebuild.
1231 * configure.in: Don't build dirs explicitly here.
1232 * configure: Rebuild.
1233
b9abda6a
AO
12342003-07-22 Alexandre Oliva <aoliva@redhat.com>
1235
1236 * Makefile.tpl (all-make): Depend on intl.
1237 * Makefile.in: Rebuilt.
1238
eef8ffd4
NN
12392003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
1240
1241 * config.if: Remove unused libc_interface determination.
1242
295efaf0
NN
12432003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
1244
1245 * Makefile.in: Regenerate, correctly this time.
1246
e5c3f801
NN
12472003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
1248
1249 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
1250 unused INSTALL_PROGRAM_ARGS.
1251 * configure.in: Use AC_PROG_INSTALL.
1252 * Makefile.in: Regenerate.
1253 * configure: Regenerate.
1254
4a18bd6b
AO
12552003-07-10 Alexandre Oliva <aoliva@redhat.com>
1256
1257 * configure: Rebuilt.
1258 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
1259 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
1260 newlib nor libgloss.
1261 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
1262 * configure.in (am33_2.0-*-linux*): Added.
1263
fbd1054d
BW
12642003-07-09 Bob Wilson <bob.wilson@acm.org>
1265
1266 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
1267 * configure: Regenerate.
1268
b40e3958
L
12692003-07-06 H.J. Lu <hongjiu.lu@intel.com>
1270
1271 * config-ml.in: Replace PWD with PWD_COMMAND.
1272 * Makefile.tpl: Likewise.
1273 * Makefile.in: Regenerated.
1274
4a5be7ba
NN
12752003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
1276
1277 * configure.in: Clean up config-lang.in handling. Delete
1278 useless assignment to "subdirs".
1279 * configure: Regenerate.
1280
9c14acb8
NN
12812003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
1282
1283 * configure.in: Rename 'target_libs' to 'target_libraries'.
1284 Remove useless reference to 'target_libs'.
1285 * configure: Regenerate.
1286
8f32e830
KS
12872003-06-23 Keith Seitz <kseitz@sources.redhat.com>
1288
1289 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
1290 * Makefile.in: Regenerate.
1291
12f0bd74
NN
12922003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
1293
1294 * Makefile.def: Introduce flags_to_pass.
1295 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
1296 * Makefile.in: Regenerate.
1297
b07c2aad
HPN
12982003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
1299
1300 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
1301 and target-libgloss.
1302 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
1303 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 1304 * configure: Regenerate.
b07c2aad 1305
56f25033
DD
13062003-06-17 Benjamin Kosnik <bkoz@redhat.com>
1307
1308 * configure.in: Update testsuite_flags to new location.
1309 * configure. Regenerate.
80b200a1 1310
4ec9a3b2
NN
13112003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
1312
1313 * Makefile.tpl: Remove BUILD_CC stuff.
1314 * Makefile.in: Regenerate.
1315
059083b1 13162003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 1317
059083b1
L
1318 * config.guess: Update to 2003-06-12 version.
1319 * config.sub: Update to 2003-06-13 version.
1320
535b046a
TS
13212003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1322
1323 * MAINTAINERS: Add myself as MIPS co-maintainer.
1324
00c22daa 13252003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 1326
00c22daa
L
1327 * config.guess: Update to 2003-06-06 version.
1328 * config.sub: Update to 2003-06-06 version.
1329
1047cb91
DD
13302003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1331
1332 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
1333 * configure. Regenerate.
1334
123494c8
NN
13352003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
1336
1047cb91
DD
1337 * configure.in: Disable serial configure by default.
1338 * configure: Regenerate.
1339 * Makefile.tpl: Abolish .NOTPARALLEL.
1340 * Makefile.in: Regenerate.
1341
7f121bbf
NN
1342 * Makefile.tpl: Replace {build,host,target}_canonical by
1343 {build,host,target}.
1344 * Makefile.in: Regenerate.
1345
123494c8
NN
1346 * Makefile.tpl: Fix stupid pasto.
1347 * Makefile.in: Regenerate.
1348
ec7e0995
NN
13492003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
1350
1351 * Makefile.tpl: Remove bogus conditional.
1352 * Makefile.in: Regenerate.
1353
27b1cc72
NN
13542003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
1355
2a4cbe27
NN
1356 * Makefile.tpl: Make 'recursive targets' using autogen rather
1357 than shell loop. Remove duplicate 'clean' targets and false
1358 comments.
1359 * Makefile.def: Add systematic dependencies to 'recursive' targets.
1360 Add systematic method of specifying missing targets in subdirs.
1361 Add copyright boilerplate.
1362 * Makefile.in: Regenerate.
1363 * configure.in: Add 'recursive targets' to maybe list.
1364 * configure: Regenerate.
1365
27b1cc72
NN
1366 * Makefile.tpl: Rename [+target+] to [+make_target+].
1367 * Makefile.def: Rename 'target' to 'make_target'.
1368
01e51bd0
NC
13692003-05-30 Nick Clifton <nickc@redhat.com>
1370
1371 * README-maintainer-mode: Update URL for locating blessed config
1372 tools.
1373
2fd84b42
NC
13742003-05-29 Robert Millan <rmh@debian.org>
1375
1376 * ltconfig: Import this patch and modify for use with current
1377 version of ltconfig:
1378
1379 2003-05-21 Bruno Haible <bruno@clisp.org>
1380
1381 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
1382 GNU/FreeBSD.
1383
8945c6bb
DD
13842003-05-28 DJ Delorie <dj@redhat.com>
1385
1386 * Makefile.tpl: Make maybe-check-gcc .PHONY.
1387 * Makefile.in: Regenerate.
1388
2f9632a1
JJ
13892003-05-28 Jeff Johnston <jjohnstn@redhat.com>
1390
80b200a1 1391 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 1392
3a12db16 13932003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 1394
3a12db16
DD
1395 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
1396 newlib or libgloss.
1397 * Makefile.in: Regenerate.
1398
44482353
DD
13992003-05-21 DJ Delorie <dj@redhat.com>
1400
1401 * Makefile.tpl: Add missing empty maybe-check-gcc target.
1402 * Makefile.in: Regenerate.
1403
fec2c52d
MR
14042003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1405
1406 * configure.in: Use curly braces in the definition of tooldir.
1407 * configure: Regenerate.
1408
16ae0395
NN
14092003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
1410
1411 * configure.in: Switch more things to use maybe dependencies.
80b200a1 1412 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
1413 Factor out common code from autogen IF statements.
1414 * configure: Regenerate.
1415 * Makefile.in: Regenerate.
1416
ec11bdc6
DD
14172003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
1418
1419 * configure.in: Accept i[3456789]86 for machine type.
1420 * configure: Regenerate.
1421
dd12c3a8
NN
14222003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
1423
1424 * configure.in: Switch more things to use maybe dependencies.
1425 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
1426 * configure: Regenerate.
1427 * Makefile.tpl: Switch more things to use maybe dependencies.
1428 * Makefile.in: Regenerate.
1429
cf662e21
AJ
14302003-05-16 Andreas Schwab <schwab@suse.de>
1431
1432 * Makefile.tpl (install-opcodes): Define.
1433 * Makefile.in: Rebuild.
1434
5481b376
AJ
14352003-05-13 Andreas Jaeger <aj@suse.de>
1436
1437 * config.guess: Update to 2003-05-09 version.
1438 * config.sub: Update to 2003-05-09 version.
1439
3959a22a
AJ
14402003-05-13 Michael Eager <eager@mvista.com>
1441
1442 * configure.in: Correct sed script so that options in quotes are not
1443 deleted.
1444 * configure: Rebuild.
1445
564b43e5
CV
14462003-05-12 Corinna Vinschen <corinna@vinschen.de>
1447
1448 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
1449 and $$s/newlib/libc/sys/cygwin32 include paths.
1450 * configure: Ditto.
1451
bb947dc9
L
14522003-05-05 H.J. Lu <hjl@gnu.org>
1453
1454 * config-ml.in: Restored from gcc repository.
1455
77f7441a
CD
14562003-05-02 Chris Demetriou <cgd@broadcom.com>
1457
80b200a1
ZW
1458 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
1459 * Makefile.in: Regenerate.
77f7441a 1460
a26d7085
DJ
14612003-04-27 Daniel Jacobowitz <drow@mvista.com>
1462
1463 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
1464 and Makefile.def.
1465
e4c4d240
DJ
14662003-04-27 Daniel Jacobowitz <drow@mvista.com>
1467
1468 * Makefile.tpl: Clean $(BUILD_SUBDIR).
1469 * Makefile.in: Regenerated.
1470
62a3fc85
DD
14712003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1472
1473 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
1474 * Makefile.in: Regenerate.
1475
14762003-04-18 Jakub Jelinek <jakub@redhat.com>
1477
1478 * configure.in (powerpc64*-*-linux*): Remove.
1479 * configure: Rebuilt.
1480
5b474aa8
DD
14812003-04-17 Phil Edwards <pme@gcc.gnu.org>
1482
1483 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
1484 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
1485 and restrap.
1486 * Makefile.in: Regenerate.
1487
14882003-04-16 Richard Earnshaw <rearnsha@arm.com>
1489
1490 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
1491 * configure: Regenerated.
1492
bc295afe
AO
14932003-04-11 Alexandre Oliva <aoliva@redhat.com>
1494
1495 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
1496 * */configure: Rebuilt.
1497
3728fade
NN
14982003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
1499
1500 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
1501 * Makefile.in: Regenerate.
1502
ce5b542e
MC
15032003-03-14 Michael Chastain <mec@shout.net>
1504
1505 * Makefile.in: Regenerate with correct Makefile.def.
1506
3db0a37f
NN
15072003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
1508
1509 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
1510 Make macro.
1511 * Makefile.in: Regenerate.
1512 * configure.in: Clean up gxx_include_dir logic.
1513 * configure: Regenerate.
1514
34349c6e
DD
15152003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1516
1517 * configure.in (gxx_include_dir): Fix typo.
1518 * configure: Regenerated.
1519
686c28c9
AC
15202003-03-06 Andrew Cagney <cagney@redhat.com>
1521
1522 * texinfo/texinfo.tex: Import version 2003-02-03.16.
1523
bba45b8b 15242003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 1525
bba45b8b
NN
1526 * configure.in: Include $(build_tooldir)/sys-include in
1527 FLAGS_FOR_TARGET.
1528 * configure: Regenerated.
1529
2683747f
NN
15302003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
1531
bba45b8b
NN
1532 * Makefile.tpl: Reindent.
1533 * Makefile.in: Regenerate.
1534 * configure.in: Reindent. Don't set unused variables.
1535 * configure: Regenerate.
1536
2683747f
NN
1537 * Makefile.tpl: Always pass down RANLIB.
1538 * Makefile.in: Regenerate.
1539
1540 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
1541 * Makefile.in: Regenerate.
1542 * configure.in: Remove unused logic relating to --enable-shared
1543 and --enable-threads. Remove bogus comments. Remove redundant
1544 noconfigdirs.
1545 * configure: Regenerate.
1546
1547 * configure.in: Replace ${libstdcxx_version} by its value.
1548 Remove reference to mh-dgux.
1549 * configure: Regenerate.
1550
50212802
NN
15512003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
1552
1553 * Makefile.tpl: Rearrange.
1554 * Makefile.in: Regenerate.
1555
a6be7fc6
NC
15562003-02-25 Nick Clifton <nickc@redhat.com>
1557
1558 * configure: Remove site-file supprot - it is obsolete.
1559
f8a495c8
NC
15602003-02-24 Uwe Stieber <uwe@wwws.de>
1561
1562 * configure.in: Add support for kaOS as cross build target system.
1563 * configure: Regenerated.
1564
3decd77d
DD
15652003-02-20 Sean McNeil <sean@blue.mcneil.com>
1566
1567 * Makefile.tpl: Add definition of CPPFLAGS to pass into
1568 configure-target-* as some target builds may require additional
1569 flags for preprocessor tests.
1570 * Makefile.in: Regenerated.
1571
f4ff34a3
AO
15722003-02-19 Alexandre Oliva <aoliva@redhat.com>
1573
1574 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
1575 * ltconfig: Handle it.
1576 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
1577 auto-detecting it.
1578
b7e4a931
AO
15792003-02-19 Alexandre Oliva <aoliva@redhat.com>
1580
1581 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
1582 it is used as argument to $CC.
1583 * ltcf-gcj.sh: Likewise.
1584
6b784d9f
AO
15852003-02-19 Alexandre Oliva <aoliva@redhat.com>
1586
1587 * configure.in: Introduce --enable-maintainer-mode.
1588 * configure: Rebuilt.
1589 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
1590 for maintainer mode.
1591 * Makefile.in: Rebuilt.
1592
8bcd8a07
AC
15932003-02-19 Andrew Cagney <ac131313@redhat.com>
1594
1595 * configure: Regenerate using autoconf 2.13.
1596
ee3fd329
AM
15972003-02-19 Alan Modra <amodra@bigpond.net.au>
1598
1599 * config.guess: Import latest version.
1600 * config.sub: Import latest version.
1601
e9e45685
JM
16022003-02-18 Jason Merrill <jason@redhat.com>
1603
1604 * Makefile.tpl (check-c++): Allow parallelism.
1605
859789af
AC
16062003-02-17 Andrew Cagney <ac131313@redhat.com>
1607
1608 * configure: Regenerate using autoconf 000227.
1609
b3f16a9b
GK
16102003-02-15 Geoffrey Keating <geoffk@apple.com>
1611
1612 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
1613 don't configure target-libobjc.
1614 * configure: Regenerate.
1615
72e60e02
DD
16162003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1617
1618 * Makefile.tpl (RANLIB): Define.
1619 * Makefile.in: Regenerate.
1620
91f0e695
KS
16212003-02-06 Keith R Seitz <keiths@redhat.com>
1622
1623 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
1624 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
1625 * Makefile.in: Regenerated.
1626 * configure.in: Remove all traces of snavigator, db, and grep.
1627 * configure: Regenerated.
1628
122bfa92
FCE
16292003-01-31 Frank Ch. Eigler <fche@redhat.com>
1630
1631 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
1632 * Makefile.in: Regenerated.
1633
264095c3
AO
16342003-01-30 Alexandre Oliva <aoliva@redhat.com>
1635
1636 * config.if: Copy from GCC.
1637
a84dbcb3
AO
16382003-01-27 Phil Edwards <pme@gcc.gnu.org>
1639
1640 * configure.in: Revert 24Jan change.
1641 * configure: Regenerate.
1642
19618276
NN
16432003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
1644
1645 * configure.in: Revert previous change.
1646 * configure: Regenerate.
1647
b7f27a92
NN
16482003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
1649
1650 * configure.in: Make rda native-only.
1651 * configure: Regenerate.
1652
83326456
NN
16532003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
1654
1655 * configure.in: Add missing \.
1656 * configure: Rebuilt.
1657
5e367fa5
JJ
16582003-01-17 Jakub Jelinek <jakub@redhat.com>
1659
1660 * configure.in (baseargs): Avoid using \| in sed regular
1661 expressions.
1662 * configure: Rebuilt.
1663
e01f337c
JJ
16642003-01-16 Jakub Jelinek <jakub@redhat.com>
1665
1666 * configure.in (baseargs): Remove all supported forms of
1667 --cache-file, --srcdir, --host, --build and --target options
1668 from argument lists.
1669 * configure: Rebuilt.
1670
aa236487
AO
16712003-01-15 Alexandre Oliva <aoliva@redhat.com>
1672
1673 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
1674 * configure: Rebuilt.
1675
586c0873
NN
16762003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
1677
1678 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
1679 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
1680 * Makefile.in: Regenerate.
1681 * configure: Regenerate.
1682
497f816e
DD
16832003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
1684
1685 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
1686 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
1687 * Makefile.in: Regenerate.
1688
bfbe5519
AO
16892003-01-09 Alexandre Oliva <aoliva@redhat.com>
1690
1691 * configure.in: Remove Makefile in build, host and target modules
1692 unless configure was run with --no-recursion.
1693 * configure: Rebuilt.
1694
3f234ef5
CD
16952003-01-08 Chris Demetriou <cgd@broadcom.com>
1696
1697 * config.guess: Update to 2003-01-03 version.
1698 * config.sub: Update to 2003-01-03 version.
1699
a3982d48
CF
17002003-01-07 Christopher Faylor <cgf@redhat.com>
1701
1702 * configure: Regenerate with proper autoconf 2.13.
1703
75778ec4
CF
17042003-01-07 Christopher Faylor <cgf@redhat.com>
1705
80b200a1
ZW
1706 * configure.in: Add AC_PREREQ for consistency.
1707 * configure: Regenerate.
75778ec4 1708
c180f501
AC
17092003-01-06 Andrew Cagney <ac131313@redhat.com>
1710
1711 * configure.in (GDB_TK): Add tcl directories conditional on
1712 gdb/gdbtk directory being present.
1713 * configure: Regenerate.
5481b376 1714
46ca2cc2
DA
17152003-01-04 John David Anglin <dave.anglin@nrc.ca>
1716
1717 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
1718 by gcc if LD is not defined and we are not doing a Canadian Cross.
1719 * configure: Rebuilt.
1720
53dd8dab
DJ
17212003-01-01 Daniel Jacobowitz <drow@mvista.com>
1722
1723 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
1724
50ceb20c
TT
17252002-12-31 Tom Tromey <tromey@redhat.com>
1726
1727 * Makefile.in: Rebuilt.
1728 * Makefile.def (target_modules) [libffi]: Allow installation.
1729
e78b5cfe
AS
17302002-12-31 Andreas Schwab <schwab@suse.de>
1731
1732 * configure.in: Fix use of $program_transform_name.
1733 * configure: Regenerated.
1734
67448102
DJ
17352002-12-30 Daniel Jacobowitz <drow@mvista.com>
1736
1737 * configure.in (baseargs): Don't remove first configure argument.
1738 * configure: Regenerated.
1739
e6bfb94a
AO
17402002-12-29 Alexandre Oliva <aoliva@redhat.com>
1741
1742 * Makefile.tpl (local-distclean): Don't remove...
1743 (multilib.ts): ... this. Moved into...
1744 (multilib.out): ... this. Don't use sub-make.
1745 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
1746 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
1747 (configure-build-[+module+], configure-[+module+],
1748 configure-target-[+module+], configure-gcc): ... these. Test
1749 for Makefile existence. Drop config.status from dependencies.
1750 * Makefile.in: Rebuilt.
1751 * configure.in: Move gcc-version-trigger to the end of
1752 ac_configure_args. Add comments to maybedep.tmp and
1753 serdep.tmp. Introduce --disable-serial-configure. Remove
1754 nonopt from baseargs, matching and removing corresponding
1755 whitespace while at it.
1756 * configure: Rebuilt.
1757
8f0dfb36
AO
17582002-12-28 Alexandre Oliva <aoliva@redhat.com>
1759
1760 * configure.in (host_configargs): Replace reference to
1761 no-longer-defined buildopts with --build=${build_alias}.
1762 * configure: Rebuilt.
1763
43be203f
AO
17642002-12-28 Alexandre Oliva <aoliva@redhat.com>
1765
1766 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
1767 program_transform_name to standard idiom.
1768 (AUTOGEN, AUTOCONF): Define.
1769 (Makefile.in): Use $(AUTOGEN).
1770 (Makefile): Depend on config.status, and use autoconf-style rule to
1771 build it. Move original commands to...
1772 (config.status): ... this new target.
1773 (configure): Add $(srcdir). Depend on config/acx.m4. Use
1774 $(AUTOCONF).
1775 * Makefile.in: Rebuilt.
1776
a0da8069
NN
17772002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
1778
d18f1c9f
NN
1779 * Makefile.tpl: Fix dramatic bustage due to change in
1780 program_transform_name.
1781 * Makefile.in: Regenerate.
1782
1783 * configure.in: Remove unnecessary PATH setting.
1784 * configure: Regnerate.
1785
1786 * configure.in: Don't default to unprefixed tools unless
1787 the native tools will work.
1788 * configure: Regenerate.
1789
a0da8069
NN
1790 * configure.in: Convert to autoconf script. Blow away lots
1791 of now-redundant Makefile fragments.
1792 * configure: Generate using Autoconf.
1793 * Makefile.tpl: Rewrite to reflect autoconfiscation.
1794 * Makefile.in: Regenerate.
1795
c567df0a
NN
17962002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
1797
5481b376 1798 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
1799 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
1800
5481b376 1801 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 1802 where they belong.
2c7f9a32 1803
2dabcfb4
AS
18042002-12-24 Andreas Schwab <schwab@suse.de>
1805
1806 * Makefile.tpl (multilib.out): Fix missing space.
1807 * Makefile.in: Regenerate.
1808
1086bc09
NN
18092002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
1810
1811 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
1812 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
1813 * Makefile.in: Regenerate.
1814 * configure.in: Remove unnecessary leftovers.
1815
1086bc09
NN
18162002-12-21 Geoffrey Keating <geoffk@apple.com>
1817
1818 * configure.in (extra_ranlibflags_for_target): New variable.
1819 (*-*-darwin): Add -c to ranlib commands.
1820 * configure (tooldir): Handle extra_ranlibflags_for_target.
1821
14e9ca95
JJ
18222002-12-20 Jeff Johnston <jjohnstn@redhat.com>
1823
1824 * COPYING.NEWLIB: Updated.
1825 * COPYING.LIBGLOSS: Ditto.
1826
14c428fb
NN
18272002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
1828
1829 * Makefile.tpl: Revert HJL's change.
1830 * Makefile.in: Regenerated.
1831 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
1832 always.
1833
313b8244
AS
18342002-12-19 Andreas Schwab <schwab@suse.de>
1835
1836 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
1837 * Makefile.in: Regenerate.
1838
efeae3db
L
18392002-12-18 H.J. Lu <hjl@gnu.org>
1840
1841 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
1842 * Makefile.in: Regenerated.
1843
1844 * configure.in (build_prefix): New. Substitute.
1845
43d92c63
NN
18462002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
1847
59da4fe6
NN
1848 * Makefile.tpl: Don't let real targets depend on phony targets.
1849 * Makefile.in: Regenerate.
1850
43d92c63
NN
1851 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
1852 * Makefile.in: Regenerate.
1853
b72e6a2d
JM
18542002-12-16 Jason Merrill <jason@redhat.com>
1855
1856 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
1857 previous 'make bootstrap'.
1858 * Makefile.in: Regenerate.
1859
95c72c44
HPN
18602002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
1861
1862 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
1863
7d695d07
JM
18642002-12-13 Jason Merrill <jason@redhat.com>
1865
1866 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
1867 library tests.
1868 (check-c++): Just depend on it and check-target-libstdc++-v3.
1869 * Makefile.in: Regenerate.
1870
54103d1e
NN
18712002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
1872
1873 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
1874 * Makefile.in: Regenerate.
1875
4024f1e1
JJ
18762002-12-12 Jeff Johnston <jjohnstn@redhat.com>
1877
80b200a1
ZW
1878 * COPYING.NEWLIB: Update list of alternate Regent of California
1879 licenses and discuss official revoking of advertising clause.
1880 * COPYING.LIBGLOSS: Ditto.
4024f1e1 1881
7dda0df6
AO
18822002-12-12 Alexandre Oliva <aoliva@redhat.com>
1883
1884 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
1885 * Makefile.in: Rebuilt.
1886
d03be79e 18872002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 1888
929293f4
NN
1889 * configure: Fix bug put in by gremlins.
1890
d03be79e
NN
1891 * Makefile.tpl: Substitute more autoconfily.
1892 * configure: Substitute more autoconfily.
1893 * Makefile.in: Regenerate.
1894
18952002-12-08 Andrew Cagney <ac131313@redhat.com>
1896
1897 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
1898 * Makefile.in (all-sim): Ditto.
a36d530e
DD
1899
19002002-12-06 DJ Delorie <dj@redhat.com>
1901
1902 * Makefile.tpl: Change configure dependencies to not have real
1903 targets depend on phony targets.
b4a77b47 1904
db1ac78d
NN
19052002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
1906
bcaf2395
NN
1907 * configure.in: Revert unintentional change.
1908
b4fa093e
NN
1909 * src-release: Configure host subdirs.
1910
db1ac78d
NN
1911 * Makefile.tpl: Change dependency for */multilib.out so that
1912 it works when gcc isn't in the tree.
1913
1914 * configure.in: Substitute more.
1915 * configure: Run subconfigures from the Makefile.
1916 * Makefile.tpl: Run subconfigures from the Makefile; add a few
1917 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
1918
15723a45
NN
19192002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
1920
e2b9e2dc
NN
1921 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
1922 and corresponding dependencies.
1923 * Makefile.in: Regenerate.
1924
2af579c4
NN
1925 * configure.in (host_tools): Order binutils, gas and ld for
1926 convenience in running the testsuites.
1927
a2cc058a
NN
1928 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
1929 * Makefile.in: Regenerate.
1930 * configure.in: Introduce rules to serialize subconfigure runs.
1931
15723a45
NN
1932 * configure.in: Introduce BASE_CC_FOR_TARGET.
1933 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
1934 Realize configure-build-* targets. Realize configure-target-* targets.
1935 * Makefile.in: Regenerate.
1936
ae831be5
NN
19372002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
1938
1939 * configure: Move gcc_version_trigger stuff from here...
1940 * configure.in: ...to here.
1941
1942 * configure.in: Separate subconfigure options added by this file from
1943 options given by the user. Add machinery to put args for host
1944 subconfigures into the Makefile.
1945
1946 * Makefile.tpl: Remove 'vault' targets.
1947 * Makefile.tpl: Reorder and comment dependencies.
1948 * Makefile.in: Regenerate.
1949
bbf7c8ac
NN
19502002-11-28 Geoffrey Keating <geoffk@apple.com>
1951
1952 * configure.in: Move host-specific darwin noconfigdirs into
1953 the host-specific section.
1954
930314a4
NN
19552002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
1956
52d7cdee
NN
1957 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
1958 during replay.
1959 * Makefile.in: Regenerate.
1960
930314a4
NN
1961 (finishing slow-motion replay)
1962 * configure: Remove skip-this-dir support.
1963 * Makefile.tpl: Remove skip-this-dir support.
1964
1965 * Makefile.tpl: Remove leftover support for non-autoconfiscated
1966 subdirectories.
1967 * Makefile.in: Regenerate.
1968
1969 * Makefile.tpl: Strip out useless setting of 'dir'.
1970 * Makefile.in: Regenerate.
5481b376 1971
930314a4
NN
19722002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
1973
1974 (finishing slow-motion replay)
1975 * configure.in: Fix deeply stupid bug.
1976
1977 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
1978 shell code in CXX_FOR_TARGET
1979 * Makefile.def: Introduce raw_cxx.
1980 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
1981 RAW_CXX_FOR_TARGET.
1982 * Makefile.in: Regenerate.
1983
19842002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
1985
1986 (finishing slow-motion replay)
1987 * Makefile.tpl: Remove unnecessary ifs.
1988 * Makefile.in: Regenerate.
1989
5481b376 1990 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
1991 dependencies. Maybe-ize build-libiberty. Create dummy install
1992 targets for 'no_install' modules.
5481b376 1993 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 1994 build_modules stuff to configure.in.
5481b376 1995 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
1996 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
1997 * Makefile.in: Regenerate.
1998
3866be5d
NN
19992002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
2000
2001 (continuing slow-motion replay)
2002 * Makefile.tpl: Make all-target, install-target behave similarly
2003 to all, install (only hitting configured targets). Eliminate
2004 unused macro defintions.
2005
2006 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
2007 build != host.
2008
2009 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
2010
2011 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
2012
5481b376 2013 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
2014 configuring. Remove references to "dosrel".
2015 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 2016 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 2017 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 2018 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
2019 and redundant dependency; rearrange slightly.
2020 * Makefile.def: Add host-side libtermcap, utils.
2021
2022 * Makefile.in: Regenerate.
2023
e393202e
NN
20242002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
2025
2026 (Continuing slow-motion replay)
2027 * Makefile.def: Add list of recursive targets to autogenerate.
2028 Add build_modules.
2029 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
2030 targets. Autogenerate *-build-* targets.
2031 * Makefile.in: Regenerate.
2032
583d52d7
NN
20332002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
2034
2035 (Continuing slow-motion replay)
2036 * configure: More autoconf-style substitutions.
2037 * Makefile.tpl: More autoconf-style substitutions.
2038 * Makefile.in: Regenerate.
2039
20402002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
2041
2042 (Continuing slow-motion replay)
2043 * configure: Substitute more variables in a more autoconf-friendly
2044 way. Simplify slightly.
2045 * Makefile.tpl: Make more variables substitutable in an
2046 autoconf-friendly way.
2047 * Makefile.in: Regenerate.
2048
874e38b4
NN
20492002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
2050
2051 (Continuing slow-motion replay)
2052 * configure.in (v810*): Remove special setting of tools.
2053
2054 * configure: Add support for extra required flags for ar or nm.
2055 * configure.in (aix4.3+): Use above support for target-specific
2056 issues, rather than using config/mt-aix43.
2057
852e5f18
NN
20582002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
2059
2060 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
2061 * configure: Remove 'removing', which doesn't work. Replace $subdir
2062 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
2063 with $srcdir. Reformat indentation. Substitute some variables
2064 formerly hard-coded in the Makefile for build=host.
2065 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
2066 * Makefile.def: Autogenerate more.
2067 * Makefile.in: Regenerate.
2068
c9a0d920
DD
20692002-11-13 Bruce Korb <bkorb@gnu.org>
2070
2071 * Makefile.tpl: syntactic cleanup
2072
dd2768ff
KB
20732002-11-04 Kevin Buettner <kevinb@redhat.com>
2074
2075 * Makefile.def (host_modules): Add rda.
2076 * Makefile.in: Regenerate.
2077 * configure.in (target_tool): Add target-rda to list.
2078
1aa8389d
DD
20792002-10-25 Phil Edwards <pme@gcc.gnu.org>
2080
2081 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
2082 and restrap targets to this rule.
2083 * Makefile.in: Regenerate.
2084
28f46298
HPN
20852002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
2086
2087 * configure.in (i[3456]86-*-linux*): Add check to disable
2088 ${libgcj} for glibc1.
2089
ff72e302
NC
20902002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
2091
2092 * configure.in: Add tic4x target.
2093
8607b6c9
NN
20942002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
2095
2096 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
2097 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
2098 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
2099 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
2100 * Makefile.in: Regenerate.
2101
f8f61f4a
NN
21022002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
2103
c86f794b
NN
2104 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
2105 * Makefile.in: Regenerate.
2106
a9590527
NN
2107 * Makefile.def: Remove order dependency comments.
2108 * Makefile.tpl: Add explicit install-install dependencies.
2109 * Makefile.in: Regenerate.
2110
8412ce72
NN
2111 * Makefile.tpl: Remove material now in src-release. (Finally!)
2112 * Makefile.in: Regenerate.
2113
8b9f37f1
NN
2114 * configure: Restore my original patch by syncing with gcc version.
2115
f8f61f4a
NN
2116 * Bring following over from gcc:
2117
21182002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
2119
2120 * configure.in (s390*-*-linux*): Enable libgcj.
2121
403d9505
NN
21222002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
2123
2124 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
2125
95f6f383
AM
21262002-10-02 Alan Modra <amodra@bigpond.net.au>
2127
e4673b0a 2128 * configure: Move stray lines back to where they belong.
95f6f383 2129
748503c8
NN
21302002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
2131
a581b5c3
NN
2132 * Makefile.tpl: Insert configure-target target, for src-release.
2133
c084f5b4
NN
2134 * configure: Finish reverting change which Andrew Cagney started
2135 reverting. Should fix bustage.
2136
7aa673ed 2137 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
2138 * src-release: New file. Contains material for making net
2139 releases for gdb, binutils, et al., formerly in Makefile.in.
2140
82a9b2d9
NC
21412002-09-30 Nick Clifton <nickc@redhat.com>
2142
2143 * cpu: New top level directory. Intended to hold input files for
2144 CGEN which have FSF copyright assignment.
2145 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
2146
c2463a00
AC
21472002-09-29 Andrew Cagney <ac131313@redhat.com>
2148
2149 Revert below (note that src does not contain Makefile.tpl):
2150 * Makefile.tpl: Make subsituted variables more autoconfy.
2151 * Makefile.in: Regenerate.
2152
f03b4789
NN
21532002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
2154
c11e16a9
NN
2155 * configure: Revert accidentally applied changes.
2156
f03b4789
NN
2157 * Makefile.tpl: Make more autoconf-friendly.
2158 * Makefile.in: Regenerate.
2159 * configure: Make substitution more autoconf-like.
2160
21612002-09-28 Richard Earnshaw <rearnsha@arm.com>
2162
2163 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
2164 single entry to handle all these.
2165 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
2166 libjava on arm-*-elf.
2167
c0292023
GK
21682002-09-27 Geoffrey Keating <geoffk@apple.com>
2169
2170 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
2171 things that depend on them.
2172
c66d951e
NN
21732002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
2174
2175 * Makefile.tpl: Make subsituted variables more autoconfy.
2176 * Makefile.in: Regenerate.
2177 * configure: Make seds more autoconfy.
2178
907a7241 21792002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
2180
2181 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
2182 * Makefile.in: Regenerate.
2183 * configure.in: Rewrite sed statements to look autoconfy.
2184
907a7241
NN
2185 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
2186 all-target-foo on configure-target-foo.
2187 * Makefile.def: Ditto.
2188 * Makefile.in: Rebuild.
2189
405ea7a0
NN
21902002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
2191
2192 * Makefile.def: New file.
2193 * Makefile.tpl: New file.
2194 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
2195
2196 * configure.in: Minor rearrangement. Simplify tests.
2197
bdc57bfd
JT
21982002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
2199
2200 * configure.in (with_headers): Skip copy if value is "yes".
2201 (with_libs): Likewise.
2202
ae03d6e2
NN
22032002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
2204
2205 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
2206 * configure.in (sh*-*-pe*): Ditto.
2207 * configure.in (mips*-*-pe*): Ditto.
2208 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
2209
2210 * configure.in: Rearrange.
2211
707960fe
NC
22122002-09-12 Nick Clifton <nickc@redhat.com>
2213
2214 * Import these changes from the config master repository:
2215
2216 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
2217
2218 * config.sub: Add tic4x target.
2219
2220 2002-09-03 Ben Elliston <bje@redhat.com>
2221
2222 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
2223 Reported by <Duncan_Stodart@insession.com>.
2224
36ea319f
JJ
22252002-09-10 Jeff Johnston <jjohnstn@redhat.com>
2226
2227 * COPYING.NEWLIB: More updates.
2228
cf57480a
JJ
22292002-09-09 Jeff Johnston <jjohnstn@redhat.com>
2230
2231 * COPYING.NEWLIB: Update.
2232
fd31a171
AC
22332002-08-23 Andrew Cagney <ac131313@redhat.com>
2234
23b632fc
AC
2235 * texinfo/texinfo.tex: Import version 2002-06-04.06.
2236
fd31a171
AC
2237 * config.guess: Import version 2002-08-23.
2238 * config.sub: Import version 2002-08-22.
2239
a08bafb5
AO
22402002-08-20 Alexandre Oliva <aoliva@redhat.com>
2241
2242 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
2243 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
2244 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
2245
17240c1f
NC
22462002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
2247
2248 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
2249
e70ad0c6
L
22502002-08-04 H.J. Lu (hjl@gnu.org)
2251
2252 * configure.in (mips*-*-linux*): Don't skip target-libffi.
2253
574e6d11
DD
22542002-07-31 Alan Modra <amodra@bigpond.net.au>
2255
2256 * configure.in: Move generic linux case to end. Copy generic
2257 linux noconfigdirs to mips*-*-linux* entry and new
2258 powerpc64*-*-linux* entry. Add target-libffi for the latter.
2259
611e7523
CD
22602002-07-19 Chris Demetriou <cgd@broadcom.com>
2261
2262 * MAINTAINERS: Clarify on config.guess and config.sub, and add
2263 one instance of them which was missed to the list to update.
2264
51759676
CD
22652002-07-16 Chris Demetriou <cgd@broadcom.com>
2266
2267 * config.guess: Update to 2002-07-09 version.
2268 * config.sub: Update to 2002-07-03 version.
2269
7c1f909c
DD
22702002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
2271
2272 * configure.in: Remove two redundant tests.
2273
d7cf5d30
DD
22742002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2275
2276 * configure.in (mips*-*-irix6*o32): Enable stabs.
2277
c74222f7
DD
22782002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
2279
5b53c336
DD
2280 * configure.in: Don't build grez.
2281 * Makefile.in: Ditto.
2282
c74222f7
DD
2283 * Makefile.in: Remove references to bsp, cygmon, libstub.
2284 * configure.in: Ditto.
2285
2286 * configure.in: Remove leftover reference to gdbtest.
2287
edd1b227
DD
22882002-07-08 Phil Edwards <pme@gcc.gnu.org>
2289
2290 * configure.in (gxx_include_dir): Change to match versioned
2291 C++ headers if --enable-version-specific-runtime-libs is used.
2292
486186e3
AO
22932002-07-04 Steve Ellcey <sje@cup.hp.com>
2294
2295 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
2296
ff0a3bf8
DD
22972002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
2298
2299 * configure.in: Make --without-x work.
2300
1dfa8174
NC
23012002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
2302
2303 * contrib: New directory. Created to contain a copy of the
5481b376 2304 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
2305 the FSF GCC sources.
2306
07637366
DD
23072002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
2308
b6f83f2a
DD
2309 * configure.in: Rearrange target Makefile fragment collection.
2310
07637366
DD
2311 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
2312 cvs[src].
2313 * configure.in: Ditto.
2314
f48556b1
DD
23152002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
2316
2317 * Makefile.in: Eliminate 'apache' targets.
2318 * configure.in: Eliminate 'apache' targets.
2319
2320 * configure.in: Eliminate redundant tests. Reorganize.
2321
2322 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
2323
2324 * config-ml.in: Eliminate references to Cygnus configure.
2325
2326 * Makefile.in: Eliminate references to building emacs.
2327
23282002-07-01 Denis Chertykov <denisc@overta.ru>
2329
2330 * configure.in: Add support for ip2k.
2331
cdb9e2b8
BE
23322002-06-24 Ben Elliston <bje@redhat.com>
2333
2334 * configure.in (host_tools): Remove cgen.
2335
2336 * Makefile.in (all-cgen): Remove; runs from its source directory.
2337 (check-cgen, install-cgen, clean-cgen): Likewise.
2338 (all-opcodes): No not depend on all-cgen.
2339 (all-sim): Likewise.
2340
3558860c
DD
23412002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
2342
2343 * configure.in: Fix AIX configury bug.
2344
e3b0c936
DD
23452002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
2346
cdb9e2b8 2347 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 2348
cdb9e2b8
BE
2349 * configure.in: Move definition of libstdcxx_flags right above
2350 usage, rather than way earlier.
8ee424c0 2351
c712250a
DD
2352 * configure.in: Pull definition of is_cross_compiler earlier.
2353
9ee1a75c
DD
2354 * configure.in: Rearrange a little.
2355
e3b0c936
DD
2356 * configure.in: Remove references to librx.
2357 * Makefile.in: Remove references to librx.
2358
b2bd228e
DD
23592002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
2360
2361 * configure.in: Eliminate ${gasdir} variable.
2362
7cd52483
DB
23632002-06-18 Dave Brolley <brolley@redhat.com>
2364
2365 * configure.in: Add support for frv.
2366 * config.sub: Add support for frv.
2367
6c5e141a
DD
23682002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2369
2370 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
2371
0d18b56d
JT
23722002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
2373
2374 * configure.in (vax-*-netbsd*): Re-enable gas.
2375
fd8958d5
DD
23762002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
2377
27f15fdd
DD
2378 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
2379 BUILD_PREFIX_1, to correct nomenclature.
2380 * configure: Likewise.
2381
fd8958d5
DD
2382 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
2383 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
2384
0c2442b7
DD
23852002-05-31 Olaf Hering <olh@suse.de>
2386
2387 * config-ml.in: Propogate DESTDIR also.
2388
a3602181
JT
23892002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
2390
2391 * configure.in (vax-*-netbsd*): Don't build gas for this
2392 platform.
2393
c95f53ae
MM
23942002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
2395
2396 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
2397 and libgcj for AVR.
2398
1d7c1053
NC
23992002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
2400
2401 * config.sub: Add DLX target.
2402
4b37028f
JT
24032002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
2404
2405 * config.guess: Update to 2002-05-22 version.
2406 * config.sub: Likewise.
2407
d5de0a84
NC
24082002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2409
2410 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
2411 * config-ml.in: Likewise.
2412 * configure: Likewise.
2413 * configure.in: Likewise.
2414
c92a0210
DD
24152002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
2416
115a77aa
DD
2417 * configure.in: Simplify makefile fragment collection.
2418
2419 * configure.in: Remove code to build emacs.
e99daf2b 2420
91e060aa
DD
2421 * configure.in : Remove --srcdir argument from targargs and buildargs
2422 (it's always overridden in the Makefile anyway). Rearrange a bit.
2423
2424 * configure: Move some logic to configure.in.
2425 * configure.in: Move some logic from configure.
c92a0210 2426
91217342
JJ
24272002-05-07 Jeff Johnston <jjohnstn@redhat.com>
2428
2429 * COPYING.LIBGLOSS: New file.
2430
d3d8a9ee
NC
24312002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
2432
2433 * Makefile.in: Honour DESTDIR.
2434
3a036cdc
AO
24352002-05-05 Alexandre Oliva <aoliva@redhat.com>
2436
2437 * configure.in (noconfigdirs): Don't disable libgcj on
2438 sparc64-*-solaris* and sparcv9-*-solaris*.
2439
6d095fe4
AO
24402002-05-03 Alexandre Oliva <aoliva@redhat.com>
2441
2442 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
2443
dac55df9
TF
24442002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
2445
2446 * configure.in (FLAGS_FOR_TARGET): Do not add
2447 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
2448 on i[3456]86-*-linux*.
2449
a018e15b
TF
24502002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
2451
2452 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
2453
2454 * configure.in (noconfigdirs): Do not add target-newlib if
2455 target == i[3456]86-*-linux*, and host == target.
2456
5f284831
MM
24572002-04-29 Mark Mitchell <mark@codesourcery.com>
2458
2459 * config.guess: Updated to 2002-04-26's version.
2460 * config.sub: Updated to 2002-04-26's version.
2461
33babf59
DD
24622002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
2463
bd5f7da2
DD
2464 * configure.in: delete reference to absent file
2465
a0c4f3a0
DD
2466 * configure.in: replace '[' with 'test'
2467
66f1ba4f
DD
2468 * configure.in: Eliminate references to gash.
2469 * Makefile.in: Eliminate references to gash.
2470
7c3ab50c
DD
2471 * configure.in: remove useless references to 'pic' makefile fragments.
2472
bbc025f5
DD
2473 * configure.in: (*-*-windows*) Finish removing.
2474
33babf59
DD
2475 * configure.in: Eliminate redundant test for libgui.
2476
d5ec694c
DD
24772002-04-26 Joel Sherrill <joel@OARcorp.com>
2478
2479 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
2480 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
2481
57a5346c
DD
24822002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
2483
2484 * configure.in: remove references to dead files
2485
dbf93899
DD
24862002-04-18 Tom Tromey <tromey@redhat.com>
2487
2488 * configure.in: Disallow configuring libgcj when it is already
2489 installed and we're using Solaris 2.8 linker. Do enable libgcj on
2490 Solaris 2.8 by default. For PR libgcj/6158.
2491
26eadf68
DD
24922002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
2493
2494 * configure.in: Move default CC setting out of config/mh-* fragments
2495 directly into here.
2496
a0a2c6c6
DD
24972002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
2498
2499 * configure.in: don't even try to configure or make a subdirectory
2500 if there's no configure script for it.
2501
9972f812
DD
25022002-04-15 Mark Mitchell <mark@codesourcery.com>
2503
2504 * MAINTAINERS: Remove chill maintainers.
2505 * Makefile.in (CHILLFLAGS): Remove.
2506 (CHILL_LIB): Remove.
2507 (TARGET_CONFIGDIRS): Remove libchill.
2508 (CHILL_FOR_TARGET): Remove.
2509 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
2510 CHILL_LIB.
2511 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
2512 (CHECK_TARGET_MODULES): Likewise.
2513 (INSTALL_TARGET_MODULES): Likewise.
2514 (CLEAN_TARGET_MODULES): Likewise.
2515 (configure-target-libchill): Remove.
2516 (all-target-libchill): Remove.
2517 * configure.in (target_libs): Remove target-libchill.
2518 Do not compute CHILL_FOR_TARGET.
2519 * libchill: Remove directory.
5481b376 2520
75205f78
DD
25212002-04-15 DJ Delorie <dj@redhat.com>
2522
2523 * Makefile.in, configure.in, configure: Sync with gcc, entries
2524 follow...
2525
25262002-04-08 Tom Tromey <tromey@redhat.com>
2527
2528 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
2529 Fixes PR libgcj/6068.
2530
25312002-03-30 Krister Walfridsson <cato@df.lth.se>
2532
2533 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
2534
25352002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2536
2537 * configure.in (alpha*-dec-osf*): Enable libgcj.
2538
25392002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
2540
2541 Fix for: PR bootstrap/3591, target/5676
2542 * configure.in (mcore-pe): Disable the configuration of
2543 libstdc++-v3 since exceptions are not supported.
2544
25452002-03-20 Anthony Green <green@redhat.com>
2546
2547 * configure.in: Enable libgcj for xscale-elf target.
2548
25492002-02-28 Alexandre Oliva <aoliva@redhat.com>
2550
2551 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
2552 libjava.
2553 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
2554
25552002-02-22 Alexandre Oliva <aoliva@redhat.com>
2556
2557 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
2558 libstdc++-v3 and libjava.
2559
25602002-02-11 Adam Megacz <adam@xwt.org>
2561
2562 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
2563 boehm-gc
2564
25652002-02-09 Alexandre Oliva <aoliva@redhat.com>
2566
2567 * config.guess: Updated to 2002-01-30's version.
2568 * config.sub: Updated to 2002-02-01's version.
2569 Contribute sh64-elf.
2570 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
2571 * configure.in: Added sh64-*-*.
2572
25732002-01-17 H.J. Lu <hjl@gnu.org>
2574
2575 * Makefile.in (all-fastjar): Also depend on all-libiberty.
2576 (all-target-fastjar): Also depend on all-target-libiberty.
2577
2578Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
2579
2580 * configure, configure.in: Use temp file for long sed commands.
2581
25822001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
2583
2584 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
2585 libf2c.
2586
25872001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
2588
2589 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
2590
25912001-10-11 Hans-Peter Nilsson <hp@axis.com>
2592
2593 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
2594
25952001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
2596
2597 * configure: Handle temporary files securely using mkdir.
2598
25992001-09-26 Will Cohen <wcohen@redhat.com>
2600
2601 * configure.in (*-*-linux*): Disable configuration of target-newlib
2602 and target-libgloss.
2603
26042001-09-26 Alexandre Oliva <aoliva@redhat.com>
2605
2606 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
2607 RANLIB.
2608
26092001-08-11 Graham Stott <grahams@redhat.com>
2610
2611 * Makefile.in (check-c++): Add missing semicolon.
2612
26132001-07-25 Andrew Haley <aph@cambridge.redhat.com>
2614
2615 * configure.in (sh-*-linux*): New.
2616
26172001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2618
2619 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
2620 and libgcj on m68hc11/m68hc12.
2621
26222001-06-27 H.J. Lu (hjl@gnu.org)
2623
2624 * Makefile (CFLAGS_FOR_BUILD): New.
2625 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
2626
26272001-06-01 Hans-Peter Nilsson <hp@axis.com>
2628
2629 * configure.in (libstdcxx_flags): Do not try to execute
2630 libstdc++-v3/testsuite_flags until it exists.
2631
26322001-05-18 Benjamin Kosnik <bkoz@redhat.com>
2633
2634 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
2635
26362001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
2637
2638 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
2639
2640Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
2641
2642 * configure.in: Move *-chorusos target case to the proper switch.
2643 Disable libgcj.
2644
26452001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2646
2647 * Makefile.in (STAGE1_CFLAGS): Pass down.
2648
26492001-04-13 Alan Modra <amodra@one.net.au>
2650
2651 * config.guess: Add hppa64-linux support. Note for next import that
2652 this is already in the master file.
2653 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
2654
26552001-03-22 Colin Howell <chowell@redhat.com>
2656
2657 * Makefile.in (DO_X): Do not backslash single-quotes in
2658 backquotes (two places).
2659
26602001-03-18 Laurynas Biveinis <lauras@softhome.net>
2661
2662 * Makefile.in (DO_X): Quote nested quotes.
2663
26642001-03-15 Laurynas Biveinis <lauras@softhome.net>
2665
2666 * Makefile.in (DO_X): Use double quotes for quoting
2667 "RANLIB=$${RANLIB}".
2668
26692001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
2670
2671 * configure.in: Only use `lang_requires' for languages athat are
2672 actually enabled.
2673
26742001-03-07 Tom Tromey <tromey@redhat.com>
2675
2676 * configure.in: Allow config-lang.in to set `lang_requires' to list
2677 of other required languages.
2678
26792001-03-06 Laurynas Biveinis <lauras@softhome.net>
2680
2681 * Makefile.in: Remove RANLIB definition. Use RANLIB
2682 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
2683 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
2684
26852001-02-28 Benjamin Kosnik <bkoz@redhat.com>
2686 Alexandre Oliva <aoliva@redhat.com>
2687
2688 * Makefile.in (check-c++): Use tabs, not spaces.
2689
26902001-02-19 Benjamin Kosnik <bkoz@redhat.com>
2691
2692 * Makefile.in (check-c++): New rule.
2693
2694 * configure.in (target_libs): Remove libg++.
2695 (noconfigdirs): Remove libg++.
2696 (noconfigdirs): Same.
2697 (noconfigdirs): Same.
2698 (noconfigdirs): Same.
2699
2700 * config-ml.in: Remove libg++ references.
2701
2702 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
2703 (ALL_TARGET_MODULES): Same.
2704 (configure-target-libg++): Remove.
2705 (all-target-libg++): Remove.
2706 (configure-target-libio): Remove.
2707 (all-target-libio): Remove.
2708 (check-target-libio): Remove.
2709 (.PHONY): Remove.
2710 (libg++.tar.bz2): Remove.
2711 (all-target-cygmon): Remove libio.
2712 (all-target-libstdc++): Remove.
2713 (configure-target-libstdc++): Remove.
2714 (TARGET_LIB_PATH): Remove libstdc++.
2715 (ALL_GCC_CXX): Remove libstdc++.
2716 (all-target-gperf): Correct.
2717
27182001-02-15 Anthony Green <green@redhat.com>
2719
2720 * configure: Introduce GCJ_FOR_TARGET.
2721 * configure.in: Ditto.
2722 * Makefile.in: Ditto.
2723
27242001-02-08 Chandrakala Chavva <cchavva@redhat.com>
2725
2726 * configure.in: for *-chorusos, don't config target-newlib and
2727 target-libgloss.
2728
27292001-02-04 Mark Mitchell <mark@codesourcery.com>
2730
2731 Remove V2 C++ library.
2732 * configure.in: Remove --enable-libstdcxx_v3 support.
2733
27342001-01-27 Richard Henderson <rth@redhat.com>
2735
2736 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
2737
27382001-01-26 Tom Tromey <tromey@redhat.com>
2739
2740 * configure.in: Allow libgcj to be built on Sparc Solaris.
2741
27422001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
2743
2744 * configure.in: Enable libgcj on several additional platforms.
2745
27462001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
2747
2748 * configure.in: Enable libgcj for linux targets.
2749
27502001-01-09 Mike Stump <mrs@wrs.com>
2751
2752 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
2753 failures of subdirectories.
2754
27552001-01-02 Laurynas Biveinis <lauras@softhome.net>
2756
2757 * configure: handle DOS-style absolute paths.
2758
27592001-01-02 Laurynas Biveinis <lauras@softhome.net>
2760
2761 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
2762
27632000-12-18 Benjamin Kosnik <bkoz@redhat.com>
2764
2765 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
2766 (libstdcxx_incdir): Pass down.
2767 * config.if: Remove expired bits for cxx_interface, add stub.
2768 (libstdcxx_incdir): Add variable for g++ include directory.
2769 * configure.in (gxx_include_dir): Use it.
2770
27712000-12-15 Andreas Jaeger <aj@suse.de>
2772
2773 * configure.in: Handle lang_dirs.
2774
27752000-12-13 Anthony Green <green@redhat.com>
2776
2777 * configure.in: Disable libgcj for any target not specifically
2778 listed. Disable libgcj for x86 and Alpha Linux until compatible
2779 with g++ abi.
2780
27812000-12-13 Mike Stump <mrs@wrs.com>
2782
2783 * Makefile.in (local-distclean): Also remove fastjar.
2784
27852000-12-10 Anthony Green <green@redhat.com>
2786
2787 * configure.in: Define libgcj. Disable libgcj target libraries for
2788 most targets.
2789
27902000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
2791
2792 * configure.in (target_libs): Revert 2000-12-08 patch.
2793 (noconfigdirs): Added target-libjava.
2794
27952000-12-09 Laurynas Biveinis <lauras@softhome.net>
2796
2797 * Makefile.in: handle DOS-style absolute paths.
2798
27992000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
2800
2801 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
2802 libjava.
2803 * configure.in (target_libs): Removed `target-libjava'.
2804
28052000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
2806
2807 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
2808 (ALL_MODULES): Added fastjar.
2809 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
2810 (all-target-libjava): all-fastjar replaces all-zip.
2811 (all-fastjar): Added.
2812 (configure-target-fastjar, all-target-fastjar): Likewise.
2813 * configure.in (host_tools): Added fastjar.
2814
28152000-12-07 Mike Stump <mrs@wrs.com>
2816
2817 * Makefile.in (local-distclean): Remove leftover built files.
2818
28192000-11-16 Fred Fish <fnf@be.com>
2820
2821 * configure.in (enable_libstdcxx_v3): Fix typo,
2822 libstd++ -> libstdc++.
2823
28242000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
2825
2826 * configure: Provide the original toplevel configure arguments
2827 (including $0) to subprocesses in the environment rather than
2828 through gcc/configargs.h.
2829
28302000-11-12 Mark Mitchell <mark@codesourcery.com>
2831
2832 * configure: Turn on libstdc++ V3 by default.
2833
28342000-10-16 Michael Meissner <meissner@redhat.com>
2835
2836 * configure (gcc/configargs.h): Only create if there is a build GCC
2837 directory created.
2838
28392000-10-05 Phil Edwards <pme@gcc.gnu.org>
2840
2841 * configure: Save configure arguments to gcc/configargs.h.
2842
28432000-10-04 Andris Pavenis <pavenis@latnet.lv>
2844
2845 * Makefile.in (bootstrap): avoid recursion if subdir missing
2846 (cross): ditto
2847 (do-proto-toplev): ditto
2848
2849Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
2850
2851 * configure.in: Do not build byacc for hppa64. Provide paths to the
2852 X11 libraries for hppa64.
2853
28542000-09-02 Anthony Green <green@cygnus.com>
2855
2856 * Makefile.in (all-gcc): Depend on all-zlib.
2857 (CLEAN_MODULES): Add clean-zlib.
2858 (ALL_MODULES): Add all-zlib.
2859 * configure.in (host_libs): Add zlib.
2860
28612000-08-25 Alexandre Oliva <aoliva@redhat.com>
2862
2863 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
2864 $targargs to tell whether newlib is going to be built.
2865
2866 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
2867 $$r/TARGET_SUBDIR/libio for _G_config.h.
2868
28692000-08-14 Zack Weinberg <zack@wolery.cumb.org>
2870
2871 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
2872
2873 * configure: Make enable_threads and enable_shared defaults
2874 explicit. Substitute enable_threads into generated Makefiles.
2875 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
2876 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
2877
28782000-08-02 Manfred Hollstein <manfredh@redhat.com>
2879
2880 * configure.in: Re-enable all references to libg++ and librx.
2881
ffb97b2f 28822002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 2883
ffb97b2f
DD
2884 * configure.in: Add *-*-freebsd* configurations.
2885
bbf6e9e3
AC
28862002-04-07 Andrew Cagney <ac131313@redhat.com>
2887
2888 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
2889 (do-tar, do-bz2): New rules.
2890 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
2891 (gdb-tar): New rule.
2892 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
2893 (insight_dejagnu.tar): New rule.
2894 (insight.tar): New rule.
2895 (gdb+dejagnu.tar): New rule.
2896 (gdb.tar): New rule.
2897
8f1579c0
AC
28982002-04-07 Andrew Cagney <ac131313@redhat.com>
2899
2900 * MAINTAINERS: Update dejagnu/
2901
ba3c59ab
AO
29022002-03-16 Alexandre Oliva <aoliva@redhat.com>
2903
2904 * ltmain.sh (relink_command): Fix typo in previous change.
2905
6243d5dd
AO
29062002-03-15 Alexandre Oliva <aoliva@redhat.com>
2907
2908 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
2909 (relink_command): Added --tag flags.
2910 (mode=install): If relinking fails; error out.
2911
80413487
RH
29122002-03-12 Richard Henderson <rth@redhat.com>
2913
2914 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
2915 .NOTPARALLEL tag.
2916 (do-check): Rename from check.
2917 (check): Allow parallel check.
2918
3daeddf6
RH
29192002-03-11 Richard Henderson <rth@redhat.com>
2920
2921 * Makefile.in (.NOTPARALLEL): Add fake tag.
2922
fad93c55
L
29232002-03-07 H.J. Lu (hjl@gnu.org)
2924
2925 * configure.in: Enable gprof for mips*-*-linux*.
2926
2e8357fc
AO
29272002-02-28 Alexandre Oliva <aoliva@redhat.com>
2928
2929 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
2930 libjava.
2931 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
2932
bd48e1a9
AC
29332002-02-24 Andrew Cagney <ac131313@redhat.com>
2934
2935 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
2936
39121370
DJ
29372002-02-23 Daniel Jacobowitz <drow@mvista.com>
2938
2939 * config.guess: Import from master sources, rev 1.232.
2940 * config.sub: Import from master sources, rev 1.246.
2941
081ff160
AO
29422002-02-23 Alexandre Oliva <aoliva@redhat.com>
2943
2944 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
2945 because its Makefile is there; test for the executable instead.
2946
20a5393b
AO
29472002-02-09 Alexandre Oliva <aoliva@redhat.com>
2948
2949 Contribute sh64-elf.
2950 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
2951 * configure.in: Added sh64-*-*.
2952
38135629
JJ
29532002-02-04 Jeff Johnston <jjohnstn@redhat.com>
2954
80413487
RH
2955 * COPYING.NEWLIB: Remove advertising clause from
2956 Berkeley and Red Hat licenses.
38135629 2957
48d19748
MD
29582002-02-01 Mo DeJong <supermo@bayarea.net>
2959
2960 * Makefile.in: Add all-tix to deps for all-snavigator
2961 so that tix is built when building snavigator.
2962
f6e1c110
BE
29632002-02-01 Ben Elliston <bje@redhat.com>
2964
2965 * config.guess: Import from master sources, rev 1.229.
2966 * config.sub: Import from master sources, rev 1.240.
2967
4867be41
DJ
29682002-01-27 Daniel Jacobowitz <drow@mvista.com>
2969
2970 From Steve Ellcey <sje@cup.hp.com>:
2971 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
2972 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
2973 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
2974 IA64.
2975 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
2976 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
2977 soname_spec, sys_lib_search_path_spec): Ditto.
2978
e82380cc
JT
29792002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
2980
2981 * configure.in (*-*-netbsd*): New. Skip target-newlib,
2982 target-libiberty, and target-libgloss. Skip Java-related
2983 libraries if not supported for NetBSD on target CPU.
2984
1319fb9c
NC
29852002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
2986
2987 * configure.in: Import StrongARM and XScale target_configdirs from
2988 FSF GCC version.
2989
b020f6ac
L
29902002-01-16 H.J. Lu (hjl@gnu.org)
2991
2992 * config.guess: Import from master sources, rev 1.225.
2993 * config.sub: Import from master sources, rev 1.238.
2994
2995 * MAINTAINERS: Updated notes on config.guess and config.sub.
2996
a0c1c920
NC
29972002-01-11 Steve Ellcey <sje@cup.hp.com>
2998
2999 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
3000 ld and gdb are not supported.
3001
a9fa5e1f
JJ
30022002-01-07 Jeff Johnston <jjohnstn@redhat.com>
3003
3004 * Change reference to Cygnus Solutions to be Red Hat.
3005
94077108
JJ
30062002-01-07 Jeff Johnston <jjohnstn@redhat.com>
3007
3008 * COPYING.NEWLIB: Update generic copyright date.
3009
05ecd75c
MS
30102002-01-07 Mark Salter <msalter@redhat.com>
3011
3012 * configure.in: Remove target-bsp and target-cygmon from arm builds.
3013 Allow target-libgloss to be built for arm, strongarm, and xscale.
3014
a106bb62
BE
30152002-01-03 Ben Elliston <bje@redhat.com>
3016
3017 * MAINTAINERS: Update URL for config.* scripts.
3018
0e254642
AM
30192001-12-18 Alan Modra <amodra@bigpond.net.au>
3020
3021 * config.sub: Import latest version.
3022 * config.guess: Likewise.
3023
0a0d0041
TF
30242001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
3025
3026 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
3027 options for i[3456]86-pc-linux* native builds.
3028
d932cae7
NC
30292001-12-05 Laurent Guerby <guerby@acm.org>
3030
3031 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 3032 libiberty.
d932cae7
NC
3033
3034 Import this patch from gcc:
5481b376 3035
d932cae7
NC
3036 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
3037
3038 * symlink-tree: handle DOS-style absolute paths.
3039
49b7683b
DD
30402001-11-28 DJ Delorie <dj@redhat.com>
3041 Zack Weinberg <zack@codesourcery.com>
3042
3043 When build != host, create libiberty for the build machine.
3044
3045 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
3046 CONFIG_ARGUMENTS.
3047 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
3048 New variables.
3049 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
3050 and rules.
3051 (all.normal): Depend on ALL_BUILD_MODULES.
3052 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
3053 (all-build-libiberty): Depend on configure-build-libiberty.
3054
3055 * configure: Calculate and substitute proper value for
3056 ALL_BUILD_MODULES.
3057 * configure.in: Create the build subdirectory.
3058 Calculate and substitute TARGET_CONFIGARGS (formerly
3059 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
3060
26ef82f4
GK
30612001-11-26 Geoffrey Keating <geoffk@redhat.com>
3062
3063 * config.sub: Update to version 1.232 on subversion.
3064
43e64072
NC
30652001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
3066
3067 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
3068 files from .po files for a distribution.
3069
66f6c0d5
HPN
30702001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
3071
3072 * COPYING.NEWLIB: Mention preserved notice in specific parts.
3073
4a02fdb2
JH
30742001-11-13 Jeff Holcomb <jeffh@redhat.com>
3075
3076 Merged from net gcc:
3077 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
3078 * ltcf-c.sh: Use $objext, not $ac_objext.
3079 2001-07-27 Mark Kettenis <kettenis@gnu.org>
3080 * ltcf-cxx.sh: Add support for GNU.
3081 2001-07-22 Timothy Wall <twall@redhat.com>
3082 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
3083 default settings if using GNU tools with that configuration.
3084 * ltcf-cxx.sh: Ditto.
3085 * ltcf-gcj.sh: Ditto.
3086 2001-07-21 Michael Chastain <chastain@redhat.com>
3087 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
3088 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
3089 * ltmain.sh: Mark as gcc-local.
3090
227b9953
JH
30912001-11-13 Jeff Holcomb <jeffh@redhat.com>
3092
3093 * Makefile.in (all-bison): Revert 2001-10-24.
3094 Don't depend on texinfo.
3095
cbbab8fb
JJ
30962001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
3097
80413487 3098 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 3099
922b2485
DD
31002001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
3101
3102 * configure.in (--enable-languages): Be more permissive about
3103 syntax. Check for empty lists better. Warn about $LANGUAGES.
3104
f08fa01d
HPN
31052001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
3106
3107 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
3108
fee3da4e
JH
31092001-10-24 Jeff Holcomb <jeffh@redhat.com>
3110
3111 Makefile.in (all-bison): Don't depend on texinfo.
3112
73fb1ef9
AM
31132001-10-03 Alan Modra <amodra@bigpond.net.au>
3114
3115 * gettext.m4: Test po/POTFILES.in exists before trying to read.
3116
373688ac
AO
31172001-09-29 Alexandre Oliva <aoliva@redhat.com>
3118
3119 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
3120
9c07660b
HPN
31212001-09-28 Hans-Peter Nilsson <hp@axis.com>
3122
3123 * config.sub, config.guess: Import latest from subversions.
3124
3f152009
AO
31252001-09-21 Alexandre Oliva <aoliva@redhat.com>
3126
3127 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
3128 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
3129 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
3130 avoid quotes nesting problems.
3131 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
3132 (DO_X): Export only variables that are set.
3133
8f6a59e5
BE
31342001-09-19 Ben Elliston <bje@redhat.com>
3135
3136 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
3137 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
3138 semantics. Use the shell built-in "type" command instead.
3139
a1ec19fa
TS
31402001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3141
3142 * config.sub: Reverted the earlier change, this version is not the
3143 master file.
3144
4008bd9b
TS
31452001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3146
3147 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
3148 Add support for mips64.
3149
dd1e52a4
JH
31502001-09-03 Jeff Holcomb <jeffh@redhat.com>
3151
3152 * configure.in: Enable libstdc++-v3 for h8300 targets.
3153
91549d1c
EC
31542001-08-30 Eric Christopher <echristo@redhat.com>
3155 Jason Eckhardt <jle@redhat.com>
3156
3157 * config.sub: Add support for mipsisa32.
3158
cf966cf9
EC
31592001-08-30 Eric Christopher <echristo@redhat.com>
3160
3161 * config.sub, config.guess: Import latest from subversions.
3162
82208dc5
AM
31632001-08-20 Alan Modra <amodra@bigpond.net.au>
3164
3165 * config.sub, config.guess: Import latest from subversions.
3166
4dca8403
DD
31672001-07-26 DJ Delorie <dj@redhat.com>
3168
3169 * MAINTAINERS: Clarify libiberty merge rules and procedures.
3170
1107dce2
AM
31712001-06-19 Alan Modra <amodra@bigpond.net.au>
3172
3173 * Makefile.in: Revert 2001-06-17.
3174 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
3175
e09a6604
L
31762001-06-17 H.J. Lu <hjl@gnu.org>
3177
3178 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
3179 (gas+binutils.tar.bz2): Likewise.
3180 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
3181
31a8b634
AC
3182Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
3183
3184 * Makefile.in (VER): When present, extract the version number from
5481b376 3185 the file version.in.
31a8b634 3186
dc70af01
AO
31872001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
3188
3189 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
3190 gcc/xgcc is built, use -print-prog-name to find out the program
3191 name to use.
3192
839bbd8c
AO
31932001-06-04 Mark Mitchell <mark@codesourcery.com>
3194
3195 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
3196 with_gcc]: Use `gcc -shared' to build a shared library.
3197
566e9a30
AO
31982001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
3199
3200 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
3201 archives.
3202
e877bb69
AO
32032001-05-28 Simon Patarin <simon.patarin@inria.fr>
3204
3205 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
3206 libraries when using g++ with native linker.
3207
1605288b
AO
32082001-05-28 Alexandre Oliva <aoliva@redhat.com>
3209
3210 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
3211
11a383ba
TR
32122001-05-24 Tom Rix <trix@redhat.com>
3213
3214 * configure.in : enable ld for aix
cf966cf9 3215
18611226
AO
32162001-05-22 Alexandre Oliva <aoliva@redhat.com>
3217
3218 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
3219 [aix4*|aix5*]: Prepend blank.
3220
6be7c12c
AO
32212001-05-20 Alexandre Oliva <aoliva@redhat.com>
3222
3223 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3224 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
3225 of subdir/configure scripts to use the new libtool.m4.
3226
4ed00bba
L
32272001-05-14 H.J. Lu <hjl@gnu.org>
3228
3229 * config.if (libc_interface): Set to -libc6.2- for cross
3230 compiling to Linux/glibc 2.2.
3231
b1af961c
AO
32322001-05-03 Alexandre Oliva <aoliva@redhat.com>
3233
3234 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
3235 libgcj.
3236
5ec3e74e
AO
32372001-04-26 Alexandre Oliva <aoliva@redhat.com>
3238
3239 * configure.in (noconfigdirs): Don't reset it from scratch in the
3240 target case; only append to it.
3241
b3ed1d6b
AO
32422001-04-26 Alexandre Oliva <aoliva@redhat.com>
3243
3244 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
3245 sparc-*-solaris2.8]: Disable ${libgcj}.
3246
96111c10
AO
32472001-04-25 Alexandre Oliva <aoliva@redhat.com>
3248
3249 * configure.in (libgcj_saved): Copy from $libgcj.
3250 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
3251 --disable-libgcj.
3252
b5bf43f2
AO
32532001-04-20 Alexandre Oliva <aoliva@redhat.com>
3254
3255 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
3256 1.641.2.228.
3257
8cc32590
AO
32582001-04-12 Alexandre Oliva <aoliva@redhat.com>
3259
3260 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3261 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
3262
dec0cb0c
AO
32632001-04-01 Alexandre Oliva <aoliva@redhat.com>
3264
3265 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
3266 New macros.
3267 (bootstrap, cross): Use RECURSE_FLAGS.
3268 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
3269
6a9c3886
AO
32702001-03-27 Alexandre Oliva <aoliva@redhat.com>
3271
3272 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
3273
d4fc7db8
NC
32742001-03-23 Nick Clifton <nickc@redhat.com>
3275
3276 * README-maintainer-mode: Add note about inability to use "make
3277 distclean" in maintainer mode.
3278
7389ff65
AO
32792001-03-22 Alexandre Oliva <aoliva@redhat.com>
3280
3281 Re-installed:
3282 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
3283 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
3284 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
3285 * ltcf-cxx.sh: Likewise.
3286 * ltcf-gcj.sh: Likewise.
3287
b3e0dc8e
PB
32882001-03-22 Philip Blundell <philb@gnu.org>
3289
3290 * config.sub, config.guess: Import latest from subversions.
3291
469b781c
AO
32922001-03-22 Alexandre Oliva <aoliva@redhat.com>
3293
3294 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3295 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
3296
b0dad762
MC
32972001-03-20 Michael Chastain <chastain@redhat.com>
3298
3299 * Makefile.in: all-m4 depends on all-texinfo.
3300
c559bb17
AO
33012001-03-08 Alexandre Oliva <aoliva@redhat.com>
3302
3303 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
3304
fef4ae2e
JJ
33052001-02-22 Jeff Johnston <jjohnstn@redhat.com>
3306
3307 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
3308 longer valid.
3309
8d6dd99d
NC
33102001-02-16 Nick Clifton <nickc@redhat.com>
3311
3312 * configure.in (noconfigdirs): Allow configuration of texinfo
3313 for Cygwin hosts.
3314
a85d7ed0
NC
33152001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
3316
3317 * config.guess: Add linux target for S/390.
3318 * config.sub: Likewise.
3319 * configure.in: Likewise.
3320
51221c5e
DD
33212001-02-06 Ben Elliston <bje@redhat.com>
3322
3323 * configure: Output host type to stdout, not stderr.
3324
9dec4c71
MS
33252001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3326
3327 * config.guess: Import from subversions.gnu.org (revision 1.181).
3328 * config.sub: Import from subversions.gnu.org (revision 1.199).
3329
9add9c04
AM
33302001-01-30 Alan Modra <alan@linuxcare.com.au>
3331
3332 * config.guess: Handle hppa64-linux systems.
3333
8679174d
MS
33342001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3335
3336 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
3337 Don't unset, it's non-portable and no longer necessary, set to empty
3338 instead.
3339
02d01ed4
MS
33402001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3341
3342 * ltconfig: Shell portability fix for the tagname validity check.
3343
4cc5853d
MS
33442001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3345
3346 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
3347
7487e485
AO
33482001-01-27 Alexandre Oliva <aoliva@redhat.com>
3349
3350 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
3351 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
3352
f332af52
AO
33532001-01-24 Alexandre Oliva <aoliva@redhat.com>
3354
3355 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
3356 keep at least one of build_libtool_libs or build_old_libs set to
3357 yes.
3358
ef099754
AO
33592001-01-24 Alexandre Oliva <aoliva@redhat.com>
3360
3361 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
3362 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
3363
8341f2fc 33642000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 3365
8341f2fc
AJ
3366 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
3367
33682000-11-03 Philip Blundell <pb@futuretv.com>
3369
3370 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
3371 files.
ebf0fa2e 3372
c320a39f
JJ
33732001-01-15 Jeff Johnston <jjohnstn@redhat.com>
3374
3375 * COPYING.NEWLIB: Put into source repository.
3376
8817b92e
BE
33772001-01-15 Ben Elliston <bje@redhat.com>
3378
3379 * configure.in (host_tools): Add sid.
3380 Always configure cgen.
3381 * Makefile.in (all-sid): New target.
3382 (check-sid, clean-sid, install-sid): Likewise.
3383
35590697
AJ
33842001-01-07 Andreas Jaeger <aj@suse.de>
3385
80413487 3386 * config.sub, config.guess: Update from subversions.
35590697 3387
6ee6cea6
AO
33882000-12-12 Alexandre Oliva <aoliva@redhat.com>
3389
3390 * configure.in: Disable language-specific target libraries for
3391 languages that aren't enabled.
3392
077b8428
NC
33932000-11-24 Nick Clifton <nickc@redhat.com>
3394
3395 * configure.in (xscale-elf): Add target.
3396 (xscale-coff): Add target.
3397 (c4x, c5x, tic54x): Move after ARM targets.
3398
9e28a1ed
AO
33992000-11-23 Alexandre Oliva <aoliva@redhat.com>
3400
3401 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
3402
be98a80a
ILT
34032000-11-20 Ian Lance Taylor <ian@zembu.com>
3404
3405 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
3406
5cec67bf
AO
34072000-11-18 Alexandre Oliva <aoliva@redhat.com>
3408
3409 * Makefile.in: Merge with GCC and libgcj.
3410 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
3411 configure-target-<library> when their configure scripts need the C
3412 or C++ library to have already been built to work properly.
3413 (do_proto_toplev): Set them to an empty string.
3414
d932cae7 34152000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
3416
3417 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
3418 (REALLY_SET_LIB_PATH): Use them.
3419
d932cae7 34202000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
3421
3422 * config.sub: Add support for Sun Chorus
3423
8602ff0c
NC
34242000-11-02 Per Lundberg <plundis@chaosdev.org>
3425
3426 * config.sub: Add support for the *-storm-chaos OS.
3427
f9e0997d
NC
34282000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
3429
80413487
RH
3430 * configure.in (noconfigdirs): Don't compile some
3431 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 3432
d64552c5
AO
34332000-09-30 Alexandre Oliva <aoliva@redhat.com>
3434
3435 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
3436 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
3437 all affected `configure' scripts.
3438
97f60b31
AO
34392000-09-25 Alexandre Oliva <aoliva@redhat.com>
3440
3441 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
3442 ltcf-c.sh.
3443
6e8dd58f
PB
34442000-09-12 Philip Blundell <philb@gnu.org>
3445
3446 * config.sub, config.guess: Update from subversions.
3447
103a2e99
AO
34482000-09-06 Alexandre Oliva <aoliva@redhat.com>
3449
51601921
AO
3450 * Makefile.in (all-zlib): Added dummy target.
3451
103a2e99
AO
3452 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
3453 multi-language branch.
3454
2809b4b9
AO
34552000-09-05 Alexandre Oliva <aoliva@redhat.com>
3456
3457 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
3458 (bootstrap*): Depend on all-bootstrap.
3459
7450026c
AO
34602000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
3461
3462 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
3463 crosses, but add gcc/include to the header search path for them.
3464
6cf86f7f
AO
34652000-08-31 Alexandre Oliva <aoliva@redhat.com>
3466
3467 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
3468 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
3469 * gettext.m4: New file, extracted from aclocal.m4.
3470
ce2ea6e3
AO
34712000-08-22 Alexandre Oliva <aoliva@redhat.com>
3472
3473 * config-ml.in (CC, CXX): Avoid trailing whitespace.
3474 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
3475 sub-configures.
3476
9765193e
DE
34772000-08-20 Doug Evans <dje@casey.transmeta.com>
3478
3479 * Makefile.in (ALL_MODULES): Add all-cgen.
3480 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
3481 (all-cgen): New target.
3482 (all-opcodes,all-sim): Depend on all-cgen.
3483 * configure.in (host_tools): Add cgen.
3484 Only configure cgen if --enable-cgen-maint.
3485
d7b32520
AO
34862000-08-17 Alexandre Oliva <aoliva@redhat.com>
3487
3488 * config-ml.in (CC, CXX): Don't introduce a leading space.
3489
e52ef561
AO
34902000-08-16 Alexandre Oliva <aoliva@redhat.com>
3491
3492 * configure.in (libstdcxx_flags): Use
3493 libstdc++-v3/src/libstdc++.INC.
3494
88f9c2a0
AO
34952000-08-15 Alexandre Oliva <aoliva@redhat.com>
3496
3497 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
3498
98fbe43f
JM
34992000-08-11 Jason Merrill <jason@redhat.com>
3500
3501 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
3502 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
3503 (FLAGS_FOR_TARGET): Not here.
3504 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
3505
279ddab4
DD
35062000-08-07 DJ Delorie <dj@redhat.com>
3507
3508 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
3509 "if we're also building gcc, and it's a gcc that will run on the
3510 build machine, we want to use its includes instead of the system's
3511 default includes".
3512
60523a83
AO
35132000-08-03 Alexandre Oliva <aoliva@redhat.com>
3514
24ffec7a
AO
3515 * configure.in (libstdcxx_flags): Don't use `"'.
3516
60523a83
AO
3517 * config-ml.in: Adjust multilib search paths to the
3518 appropriate multilib tree.
3519
daf644b5
AO
35202000-08-02 Alexandre Oliva <aoliva@redhat.com>
3521
3522 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
3523 commas in $LANGUAGES.
3524
63266560
DD
35252000-08-01 Alexandre Oliva <aoliva@redhat.com>
3526
3527 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
3528
35292000-07-31 Alexandre Oliva <aoliva@redhat.com>
3530
3531 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
3532 CXX_FOR_TARGET for sed.
3533
35342000-07-30 Alexandre Oliva <aoliva@redhat.com>
3535
3536 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
3537 Do not override if already set in the environment or in configure.
3538 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
3539 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
3540
9e449d3e
AO
35412000-07-27 Alexandre Oliva <aoliva@redhat.com>
3542
3543 * Makefile.in (FLAGS_FOR_TARGET): New macro.
3544 (GCC_FOR_TARGET): Use it.
3545 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
3546 * configure.in: ... here.
3547 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
3548 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
3549
8bbd92e0
AO
35502000-07-24 Alexandre Oliva <aoliva@redhat.com>
3551
fd1f87b2
AO
3552 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
3553 (configure-target-libchill, configure-target-libobjc): Likewise.
3554
8bbd92e0
AO
3555 * configure.in: Use the same cache file for all target libs.
3556 * config-ml.in: But different cache files per multilib variant.
3557
25c6c112
JL
35582000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3559
3560 * configure (topsrcdir): Don't use dirname.
3561
ba73c63f
JM
35622000-07-20 Jason Merrill <jason@redhat.com>
3563
3564 * configure.in: Remove all references to libg++ and librx.
3565
3566 * configure, configure.in, Makefile.in: Unify gcc and binutils.
3567
1af08294
HPN
35682000-07-20 Hans-Peter Nilsson <hp@axis.com>
3569
3570 * config.sub: Update to subversions version 2000-07-06.
3571
ba73c63f
JM
35722000-07-12 Andrew Haley <aph@cygnus.com>
3573
3574 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
3575 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
3576
35772000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
3578
3579 * symlink-tree: Check number of arguments.
3580
d932cae7 35812000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
3582
3583 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
3584
ba73c63f
JM
35852000-07-05 Jim Wilson <wilson@cygnus.com>
3586
3587 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
3588 search path for a g++ extracted from the build tree. This
3589 will allow link tests run by configure scripts in
3590 subdirectories to succeed.
3591
92ee2f86
UC
35922000-07-01 Koundinya K <kk@ddeorg.soft.net>
3593
80413487 3594 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 3595
23f2f29f
CV
35962000-06-28 Corinna Vinschen <vinschen@cygnus.com>
3597
3598 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
3599 `os2'. Force ac_cv_exeext to be ".exe" in that case.
3600
f04f5a67
TW
36012000-06-19 Timothy Wall <twall@cygnus.com>
3602
3603 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
3604 * config.sub: Add tic54x target.
3605
11da68be
NC
36062000-06-07 Phillip Thomas <pthomas@suse.de>
3607
3608 * README-maintainer-mode: New file: Contains notes on using
3609 --enable-maintainer-mode with binutils.
3610
d932cae7 36112000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
3612
3613 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
3614
d932cae7 36152000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
3616
3617 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
3618 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
3619
9442cea3
L
362020000-05-21 H.J. Lu (hjl@gnu.org)
3621
80413487
RH
3622 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
3623 directory are used if they exist. Make sure
3624 $(build_tooldir)/include is searched for header files,
3625 $(build_tooldir)/lib/ for library files.
9442cea3 3626 (GCC_FOR_TARGET): Likewise.
80413487 3627 (CXX_FOR_TARGET): Likewise.
9442cea3 3628
d932cae7 36292000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
3630
3631 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
3632
d932cae7 36332000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
3634
3635 * Makefile.in (configure-target-libiberty): Depend on
3636 configure-target-newlib.
3637
ba73c63f
JM
36382000-05-16 Alexandre Oliva <aoliva@cygnus.com>
3639
3640 * configure.in, Makefile.in: Merge all libffi-related
3641 configury stuff from the libgcj tree.
3642
d932cae7 36432000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
3644
3645 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
3646 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
3647
d932cae7 36482000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
3649
3650 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
3651 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 3652 current version information. Add to proto-toplev directory.
b5a23627
AC
3653 (gdb-taz): Build do-djunpack.
3654
ba73c63f
JM
36552000-05-15 David Edelsohn <edelsohn@gnu.org>
3656
3657 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
3658
7c86ed39
L
36592000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3660
3661 * ltmain.sh: Preserve in relink_command any environment
3662 variables that may affect the linker behavior.
3663
d932cae7 36642000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
3665
3666 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
3667
d932cae7 36682000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
3669
3670 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
3671
ed0a91a5
EZ
36722000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
3673
3674 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 3675 with the version name.
ed0a91a5 3676
ba73c63f 36772000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 3678
ba73c63f 3679 * config.if: Tweak.
6cafa39f 3680
ba73c63f 36812000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 3682
ba73c63f 3683 * djunpack.bat: New file.
66156876 3684
d932cae7 36852000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
3686
3687 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
3688 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
3689 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
3690 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 3691
ba73c63f
JM
36922000-04-16 Dave Pitts <dpitts@cozx.com>
3693
80413487
RH
3694 * config.sub (case $basic_machine): Change default for "ibm-*"
3695 to "openedition".
ba73c63f 3696
d932cae7 36972000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
3698
3699 * Makefile.in (gdb-taz): New target. GDB specific archive.
3700 (do-md5sum): New target.
3701 (MD5PROG): Define.
3702 (PACKAGE): Default to TOOL.
3703 (VER): Default to a shell script.
3704 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 3705 md5 checksum generation.
b35ece4e
AC
3706 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
3707 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
3708 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 3709 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 3710
d932cae7 37112000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
3712
3713 * configure (warn_cflags): Delete.
3714
ba73c63f 37152000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 3716 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 3717
80413487
RH
3718 * configure.in (enable_libstdcxx_v3): Add.
3719 (target_libs): Add bits here to switch between libstdc++-v2 and
3720 libstdc++-v3.
3721 * config.if: And this file too.
3722 * Makefile.in: Add libstdc++-v3 targets.
35590697 3723
ba73c63f
JM
37242000-04-05 Michael Meissner <meissner@redhat.com>
3725
3726 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 3727
d332c5ac
JM
37282000-03-29 Jason Merrill <jason@casey.cygnus.com>
3729
3730 * configure.in: -linux-gnu*, not -linux-gnu.
3731
d932cae7 37322000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
3733
3734 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
3735 (do-tar-bz2): Replace TOOL with PACKAGE.
3736 (gdb.tar.bz2): Remove GDBTK from GDB package.
3737 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 3738 dejagnu.tar.bz2): New packages.
6dcbc97b 3739
96ce09a7
ILT
37402000-02-27 Andreas Jaeger <aj@suse.de>
3741
3742 * configure.in: Add entry for mips*-*-linux*, move catch all
3743 *-*-*linux* entry below this one.
3744
2031769e
ILT
37452000-02-27 Ian Lance Taylor <ian@zembu.com>
3746
3747 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
3748
4bab746c
NC
37492000-02-24 Nick Clifton <nickc@cygnus.com>
3750
3751 * config.sub: Support an OS of "wince".
3752
d932cae7 37532000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
3754
3755 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 3756 version.
ada59422 3757
5b93d8bb
AM
37582000-02-23 Linas Vepstas <linas@linas.org>
3759
3760 * config.sub: Add support for Linux/IBM 370.
3761 * configure.in: Likewise.
3762
2fb651f6
NC
37632000-02-22 Nick Clifton <nickc@cygnus.com>
3764
3765 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
3766
b8441c25
CF
37672000-02-20 Christopher Faylor <cgf@cygnus.com>
3768
3769 * config.guess: Guess "cygwin" rather than "cygwin32".
3770
d332c5ac
JM
37712000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3772
3773 * configure (gcc_version): When setting, narrow search to
3774 lines containing `version_string'.
3775
ba73c63f
JM
37762000-02-15 Denis Chertykov <denisc@overta.ru>
3777
3778 * config.sub: Add support for avr target.
3779
d932cae7 37802000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
3781
3782 * config.sub: Add mmix-knuth-mmixware.
3783
37842000-01-27 Christopher Faylor <cgf@redhat.com>
3785
3786 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
3787 structure stuff to -L library search.
3788 (CXX_FOR_TARGET): Ditto.
3789 (CROSS_CHECK_MODULES): Fix spelling mistake.
3790
37912000-01-24 Mark Mitchell <mark@codesourcery.com>
3792
3793 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
3794 the C++ compiler.
3795
37962000-01-12 Richard Henderson <rth@cygnus.com>
3797
3798 * configure.in: Don't build some bits for beos.
3799
38002000-01-12 Joel Sherrill (joel@OARcorp.com)
3801
3802 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
3803 as include files.
3804
91b2c84d
GK
38052000-01-06 Geoff Keating <geoffk@cygnus.com>
3806
3807 * configure.in: Use mt-aix43 to handle *_TARGET defs,
3808 not mh-aix43.
3809
ba73c63f
JM
38101999-12-14 Richard Henderson <rth@cygnus.com>
3811
3812 * config.guess (alpha-osf, alpha-linux): Detect ev67.
3813 * config.sub: Accept alphaev[78], alphaev8.
3814
38151999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3816
3817 * config.guess, config.sub: Update from autoconf.
3818
3819Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3820
3821 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
3822 necessary libraries are missing.
3823
38241999-10-25 Andreas Schwab <schwab@suse.de>
3825
3826 * configure: Fix quoting inside arguments of eval.
3827
38281999-10-21 Nick Clifton <nickc@cygnus.com>
3829
3830 * config-ml.in: Allow suppression of some ARM multilibs.
3831
3832Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
3833
3834 * config.guess: Add OS/390 match pattern.
3835 * config.sub: Add mvs, openedition targets.
3836 * configure.in (i370-ibm-opened*): New.
3837
ef14edc4
ILT
38381999-09-04 Steve Chamberlain <sac@pobox.com>
3839
3840 * config.sub: Add support for configuring for pj.
3841
afb478e8
NC
38421999-08-31 Nick Clifton <nickc@cygnus.com>
3843
fd6848f6 3844 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 3845
ba73c63f 38461999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
3847
3848 * configure.in: Do not configure or build ld for AIX
3849 platforms. ld is known to be broken on these platforms.
3850
ba73c63f
JM
3851Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3852
3853 * config-ml.in: Pass compiler flag corresponding to multidirs to
3854 subdir configures.
3855
c363de44
ILT
38561999-08-09 Ian Lance Taylor <ian@zembu.com>
3857
3858 * Makefile.in (LDFLAGS): Define.
3859
dc8bc5a6
ILT
38601999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
3861
3862 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
3863 noconfigdirs.
3864 (*-*-cygwin*): Likewise.
3865
6ca3858e
ILT
38661999-08-08 Ian Lance Taylor <ian@zembu.com>
3867
71141bb6
ILT
3868 * mkdep: New file.
3869 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
3870 (BINUTILS_SUPPORT_DIRS): Add mkdep.
3871
6ca3858e
ILT
3872 From Eli Zaretskii <eliz@is.elta.co.il>:
3873 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
3874 long file name when using DJGPP on MS-DOS.
3875
ba73c63f
JM
3876Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
3877
3878 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
3879
2735a327
AM
38801999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
3881
3882 * Makefile.in (check-target-libio): Remove all-target-libstdc++
3883 dependency as this causes "make check" to globally "make all"
3884
ba73c63f
JM
3885Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
3886
3887 * configure.in (target_libs): Added target-zlib.
3888 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
3889 (CONFIGURE_TARGET_MODULES): Likewise.
3890 (CHECK_TARGET_MODULES): Likewise.
3891 (INSTALL_TARGET_MODULES): Likewise.
3892 (CLEAN_TARGET_MODULES): Likewise.
3893 (configure-target-zlib): New target.
3894 (all-target-zlib): Likewise.
3895 (all-target-libjava): Depend on all-target-zlib.
3896 (configure-target-libjava): Depend on configure-target-zlib.
3897
3898 * Makefile.in (configure-target-libjava): Depend on
3899 configure-target-newlib.
3900 (configure-target-boehm-gc): New target.
3901 (configure-target-qthreads): New target.
3902
80413487
RH
3903 * configure.in (target_libs): Added target-qthreads.
3904 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
3905 (CONFIGURE_TARGET_MODULES): Likewise.
3906 (CHECK_TARGET_MODULES): Likewise.
3907 (INSTALL_TARGET_MODULES): Likewise.
3908 (CLEAN_TARGET_MODULES): Likewise.
3909 (all-target-qthreads): New target.
3910 (configure-target-libjava): Depend on configure-target-qthreads.
3911 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
3912
3913 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
3914 (CONFIGURE_TARGET_MODULES): Likewise.
3915 (CHECK_TARGET_MODULES): Likewise.
3916 (INSTALL_TARGET_MODULES): Likewise.
3917 (CLEAN_TARGET_MODULES): Likewise.
3918 (all-target-libjava): New target.
3919 (all-target-boehm-gc): Likewise.
3920 * configure.in (target_libs): Added libjava, boehm-gc.
3921
08d836d6
ILT
39221999-07-22 Ian Lance Taylor <ian@zembu.com>
3923
3924 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
3925 configure.bat in SUPPORT_FILES.
3926 (gas+binutils.tar.bz2): Likewise.
3927
3928 * makeall.bat: Remove; obsolete.
3929
8f36e47c
ILT
39301999-07-21 Ian Lance Taylor <ian@zembu.com>
3931
3932 From Mark Elbrecht:
3933 * configure.bat: Remove; obsolete.
3934
56e82f25
ILT
39351999-07-11 Ian Lance Taylor <ian@zembu.com>
3936
3937 * configure: Add -W -Wall to the default CFLAGS when compiling with
3938 gcc.
3939
1001d816
JL
3940Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
3941
3942 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
3943
106117aa
MM
39441999-06-30 Mark Mitchell <mark@codesourcery.com>
3945
3946 * configure.in: Build ld on IRIX6.
3947
c376f4ed
ILT
39481999-06-12 Ian Lance Taylor <ian@zembu.com>
3949
3950 * Makefile.in: Change distribution targets to use bzip2 instead of
3951 gzip.
3952 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 3953 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 3954
306b7445
NC
39551999-06-04 Nick Clifton <nickc@cygnus.com>
3956
3957 * config.sub: Add mcore target.
3958
d932cae7 39591999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
3960
3961 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
3962
d932cae7 39631999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
3964
3965 * config.guess (dummy): Changed to $dummy.
3966
6c3175b0
NC
39671999-05-24 Nick Clifton <nickc@cygnus.com>
3968
ba73c63f
JM
3969 * config.sub: Tidied up case statements.
3970
39711999-05-22 Ben Elliston <bje@cygnus.com>
3972
3973 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
3974 <jiro@din.or.jp>.
3975
3976 * config.guess: Merge with FSF version. Future changes will be
3977 more accurately recorded in this ChangeLog.
3978 * config.sub: Likewise.
3979
d932cae7 39801999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
3981
3982 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 3983
252b5132
RH
39841999-04-30 Tom Tromey <tromey@cygnus.com>
3985
3986 * ltmain.sh: [mode link] Always use CC given by ltconfig.
3987
39881999-04-23 Tom Tromey <tromey@cygnus.com>
3989
3990 * ltconfig, ltmain.sh: Update to libtool 1.2f.
3991
39921999-04-20 Drew Moseley <dmoseley@cygnus.com>
3993
3994 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
3995 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
3996 Bad merge removed these two changes.
3997
ba73c63f 3998Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 3999 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
4000
4001 * config.guess (interix Alpha): Add.
4002
252b5132
RH
40031999-04-11 Richard Henderson <rth@cygnus.com>
4004
4005 * configure.in (i?86-*-beos*): Do config gperf; don't config
4006 gdb, newlib, or libgloss.
4007
d932cae7 40081999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 4009
ba73c63f
JM
4010 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
4011 link a trivial program with -mabi=64. If it fails, remove mabi=64
4012 from multidirs.
4013
d932cae7 40141999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
4015
4016 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
4017
252b5132
RH
40181999-04-08 Nick Clifton <nickc@cygnus.com>
4019
4020 * config.sub: Add support for mcore targets.
4021
40221999-04-07 Michael Meissner <meissner@cygnus.com>
4023
4024 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
4025 not mt-ospace, in order to shut up assembler warning about using
4026 symbols that are named the same as registers.
4027
40281999-04-07 Drew Moseley <dmoseley@cygnus.com>
4029
4030 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
4031 dependency list for all-target-cygmon.
4032
40331999-04-05 Doug Evans <devans@casey.cygnus.com>
4034
4035 * config-ml.in: Check $host, not $target, for selective multilibs.
4036 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
4037 thumb interworking, and underscore prefix multilibs.
4038
40391999-04-04 Ian Lance Taylor <ian@zembu.com>
4040
4041 * missing: Update to version from current automake.
4042
4043Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
4044
4045 * configure (gxx_include_dir): Removed.
4046
4047 * configure.in (gxx_include_dir): Handle it.
4048 * Makefile.in: Likewise.
4049
40501999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
4051
4052 * config.sub (mips64vr4111,mips64vr4111el) Add.
4053
40541999-03-21 Ben Elliston <bje@cygnus.com>
4055
80413487 4056 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
4057
4058Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
4059
252b5132
RH
4060 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
4061 config/mh-djgpp.
4062
4063Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
4064
4065 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
4066 all-target-newlib to dependency list for all-target-bsp.
4067
4068Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
4069
4070 * config.sub: Add i386-uwin support.
4071 * config.guess: Likewise.
4072
4073Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4074
4075 * configure.in: cleanup, add mh-*pic handling for arm, special
4076 case powerpc*-*-aix*
4077
4078Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
4079
4080 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
4081 can be built.
4082
4083Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
4084
4085 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 4086 targets.
252b5132
RH
4087
40881999-03-02 Nick Clifton <nickc@cygnus.com>
4089
4090 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
4091
d932cae7 40921999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
4093
4094 * config.sub: Check for "cygwin*" rather than "cygwin32*"
4095
40961999-02-24 Nick Clifton <nickc@cygnus.com>
4097
4098 * config.sub: Fix typo in arm recognition.
4099
d932cae7 41001999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
4101
4102 * configure.in (noconfigdirs): Changed target_configdirs to
4103 include target-bsp only for m68k-*-elf* and m68k-*-coff*
4104 rather than m68k-*-* since it is not known to work on
4105 m68k-aout. Ditto for arm-*-*oabi.
4106
d932cae7 41071999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
4108
4109 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
4110
41111999-02-19 Ben Elliston <bje@cygnus.com>
4112
4113 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
4114 Smart and improved by Andrew Cagney.
4115
d932cae7 41161999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
4117
4118 * config.guess: Recognize openbsd-*-hppa.
4119
d932cae7 41201999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
4121
4122 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
4123 only if it is not empty.
4124
41251999-02-17 Nick Clifton <nickc@cygnus.com>
4126
4127 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 4128
fd6848f6 4129 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
4130
4131 * config.sub: Modified to recognize uname's armv* syntax.
4132
41331999-02-17 Mark Salter <msalter@cygnus.com>
4134
4135 * configure.in: Added target-bsp for sparclite.
4136
d932cae7 41371999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
4138
4139 * config.sub: Recognize alphapca5[67] and up to alphaev8.
4140
41411999-02-08 Nick Clifton <nickc@cygnus.com>
4142
4143 * configure.in: Add support for strongarm port.
4144 * config.sub: Add support for strongarm target.
4145
d932cae7 41461999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 4147
252b5132
RH
4148 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
4149 the old name config/mh-cygwin32.
4150 Enable texinfo.
4151
d932cae7 41521999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
4153
4154 * configure.in: Do build ld for ix86 Solaris.
4155
d932cae7 41561999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
4157
4158 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
4159 $AR_FOR_TARGET. Likewise for RANLIB.
4160
d932cae7 41611999-02-02 Catherine Moore <clm@cygnus.com>
35590697 4162
80413487
RH
4163 * config.sub (oabi): Recognize.
4164 * configure.in (arm-*-oabi): Handle.
252b5132 4165
d932cae7 41661999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
4167
4168 * config.guess: Improve detection of i686 on UnixWare 7.
4169
d932cae7 41701999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
4171
4172 * config.guess: Add support for i386-pc-interix.
4173 * config.sub: Likewise.
4174 * configure.in: Likewise.
252b5132 4175
d932cae7 41761999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
4177
4178 * Makefile.in: Remove unneeded all-target-libio from
4179 from all-target-winsup target since it is now unneeded.
4180 Add all-target-libtermcap in its place since it is now
4181 needed.
4182
d932cae7 41831998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
4184
4185 * configure.in: makefile stub for cygwin target is probably
4186 unnecessary. Remove it for now.
252b5132 4187
d932cae7 41881998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
4189
4190 * configure.in: libtermcap.a should be built when cygwin is the
4191 target as well as the host.
4192 * config.guess: Allow mixed case in cygwin uname output.
4193 * Makefile.in: Add libtermcap target.
252b5132 4194
d932cae7 41951998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
4196
4197 * config.sub: Clean up handling of hppa2.0.
4198
d932cae7 41991998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
4200
4201 * config.guess: Use C code to identify more HP machines.
4202
4203Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
4204
4205 * config.sub: Handle hppa2.0.
4206
ba73c63f
JM
4207Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
4208
4209 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 4210 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
4211
42121998-12-15 Mark Salter <msalter@cygnus.com>
4213
4214 * configure.in: Added target-bsp for several target architectures.
4215
4216 * Makefile.in: Added rules for bsp.
4217
252b5132
RH
4218Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
4219
4220 * config.guess: Improve detection of hppa2.0 processors.
4221
4222Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
4223
4224 * config.guess: Recognize FreeBSD using ELF automatically.
4225
42261998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
4227
4228 * configure (skip-this-dir): Add handling for new shell script, which
4229 might be created by a sub-directory's configure to indicate, this particular
4230 directory is "unwanted".
4231 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
4232
252b5132
RH
4233Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
4234
4235 * ltconfig: import from libtool, after changing libtool to
4236 account for the cygwin name change.
4237
4238Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
4239
4240 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
4241 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
4242
4243Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
4244
4245 * configure.in: Add libtermcap to list of cygwin dependencies.
4246
d932cae7 42471998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 4248
80413487
RH
4249 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
4250 they include winsup/include when it's a cygwin target.
252b5132
RH
4251
42521998-11-12 Tom Tromey <tromey@cygnus.com>
4253
4254 * configure.in (host_tools): Added zip.
4255 * Makefile.in (all-target-libjava): Depend on all-zip.
4256 (all-zip): New target.
4257 (ALL_MODULES): Added all-zip.
4258 (NATIVE_CHECK_MODULES): Added check-zip.
4259 (INSTALL_MODULES): Added install-zip.
4260 (CLEAN_MODULES): Added clean-zip.
4261
d932cae7 42621998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
4263
4264 * Makefile.in: lose "32" from comment about cygwin.
4265
d932cae7 42661998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
4267
4268 * configure.in: Use -Os to build target libraries for the fr30.
4269
d932cae7 42701998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
4271
4272 * config.sub: Add fr30.
4273
d932cae7 42741998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 4275
80413487 4276 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
4277 cygwin* instead of cygwin32*.
4278 * config.sub: Check cygwin* instead of cygwin32*.
4279
d932cae7 42801998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
4281
4282 * config.guess: Match any version of Unixware7.
4283
252b5132
RH
42841998-10-20 Syd Polk <spolk@cygnus.com>
4285
4286 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
4287 if desired.
4288
d932cae7 42891998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
4290
4291 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
4292 these if the appropriate directories and files to not exist.
4293
d932cae7 42941998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
4295
4296 * Makefile.in (DEVO_SUPPORT): Add config.if.
4297
d932cae7 42981998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
4299
4300 * configure: Add pattern to replace "build_tooldir"'s
4301 definition in the generated Makefile with "tooldir"'s
4302 actual value.
4303
252b5132
RH
4304Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
4305
4306 * config.sub: Bring back lost sparcv9.
4307
ba73c63f
JM
4308 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
4309
4310Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
4311
4312 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
4313 CC_FOR_TARGET and friends.
4314
4315Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 4316
ba73c63f
JM
4317 * Makefile.in (build_tooldir): New variable, same as tooldir.
4318 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
4319 -B$(build_tooldir)/bin/.
4320 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
4321
252b5132
RH
4322Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
4323
4324 * config.sub: Add support for i[34567]86-pc-udk.
4325 * configure.in: Likewise.
4326
4327Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
4328
4329 * Makefile.in: add bzip2 package building bits for user
4330 tools module
4331 * configure.in: ditto
4332
ba73c63f
JM
4333Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
4334
4335 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
4336 (ALL_TARGET_MODULES): Add all-target-libobjc.
4337 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
4338 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
4339 (all-target-libchill): Add dependencies.
4340 * configure.in (target_libs): Add libchill.
35590697 4341
252b5132
RH
43421998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
4343
ba73c63f 4344 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
4345
4346Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
4347
4348 * Makefile.in (all-automake): fix dependencies.
4349
4350Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
4351
4352 * configure.in: Minor cleanups for building in the $(target_alias)
4353 subdir.
4354
43551998-09-22 Jim Wilson <wilson@cygnus.com>
4356
4357 * Makefile.in (bootstrap): Set r and s before make all. Use
4358 BASE_FLAGS_TO_PASS in make all.
4359 (cross): Likewise.
4360
43611998-09-20 Mark Mitchell <mark@markmitchell.com>
4362
4363 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
4364
252b5132
RH
4365Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
4366
4367 * config.sub: Fix typo in last change.
4368
43691998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
4370
4371 * config.sub: Add support for C4x target.
4372 * configure.in: Likewise.
4373
43741998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
4375
4376 * config.sub: Recognize sparcv9 just like sparc64.
4377
4378Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
4379
4380 * config.guess: Match "Pent II" or "PentII" for OpenServer.
4381
4382Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
4383
4384 * config.guess: Correctly identify Pentium II sco boxes.
4385
4386 * config.guess: Fix "tr" code. From Weiwen Liu.
4387
4388Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
4389
4390 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
4391 stabs.
4392
4393Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
4394
4395 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
4396 (ALL_TARGET_MODULES): Add all-target-libchill.
4397 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
4398 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
4399 (all-target-libchill): Add dependencies.
4400 * configure.in (target_libs): Add libchill.
4401
4402Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
4403
4404 * config.guess: Avoid assumptions about "tr" behaves when
4405 LANG is set to something other than English.
4406
4407Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
4408
4409 * configure (gxx_include_dir): Changed to
4410 '${prefix}/include/g++'-${libstdcxx_interface}.
4411
4412 * config.if: New to determine the interfaces.
4413
4414Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
4415
4416 * config.guess: Detect and handle MPE/IX.
4417 * config.sub: Deal with MPE/IX.
4418
4419Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
4420
4421 * configure.in: Use mh-aix43.
4422
44231998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
4424
4425 * configure: Fix --without/--disable cases for gxx-include-dir.
4426
4427Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
4428
4429 * mdata-sh: Imported. Needed for automake support.
4430
4431Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
4432
ba73c63f 4433 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
4434 "chmod og=u `find . -print`".
4435
4436Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
4437
ba73c63f 4438 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
4439
4440Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
4441
4442 * Makefile.in: Undo previous patch.
4443
4444Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
4445
4446 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
4447 to here ...
4448 (install-no-fixedincludes): and here
4449 (INSTALL_MODULES): ... from here.
4450
4451Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
4452
4453 * config.sub: Merge with FSF.
4454
4455 * config.guess: Merge with FSF.
4456
4457Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
4458
4459 * configure (extraconfigdirs): New variable.
4460 (SUBDIRS): Add extraconfigdirs and recurse on them too.
4461 * Makefile.in (all): Move higher in file.
4462 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
4463 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
4464 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
4465 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
4466 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
4467
44681998-07-23 Brendan Kehoe <brendan@cygnus.com>
4469
4470 * Makefile.in (all-target-libjava): Depend on all-gcc and
4471 all-target-newlib.
4472 (configure-target-libjava): Depend on $(ALL_GCC).
4473
4474Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
4475
4476 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
4477 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
4478
4479Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
4480
4481 * ylwrap: Change absolute path checks to check for DOS style path
4482 names.
4483
4484 * ylwrap: Don't use a full path name if the source file is in the
4485 same directory. From hjl@lucon.org (H.J. Lu).
4486
4487 * config-ml.in: Default to being verbose, to match Feb 18 change to
4488 configure.
4489
4490Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
4491
4492 Brought over from egcs:
4493
4494 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
4495
4496 * configure.in (target_subdir): Set to ${target_alias} instead
4497 of "libraries".
4498
4499 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
4500
4501 * configure.in (target_subdir): Set to libraries if enable_multilib.
4502
4503Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
4504
4505 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
4506 multilibs, force reconfiguration the first time we create
4507 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
4508
4509Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
4510
4511 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
4512 avoid confusion with --no-recursion.
4513
4514Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
4515
4516 * configure.in: Win32 hosts shouldn't use install -x
4517 * install-sh: remove -x option, and special .exe-handling
4518 hack.
4519
4520Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
4521
4522 * config.guess: Recognize i586-pc-beos.
4523 * configure.in: Don't build some bits for beos.
4524
4525Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
4526
4527 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
4528 CFLAGS default to -O2.
4529
4530 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
4531 when using GNU ld.
4532
4533Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
4534
4535 * ltmain.sh: Correct install when using a different shell.
4536
4537Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
4538
4539 * ltconfig, ltmain.sh: Update to libtool 1.2b.
4540
4541Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
4542
4543 * makefile.vms: Update to build binutils/makefile.vms. Add install
4544 target.
4545
4546Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
4547
4548 * ltconfig: Update to correct AIX handling.
4549
4550Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
4551
4552 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
4553
4554 * configure.in (target_subdir): Set to ${target_alias} instead
4555 of "libraries".
4556
45571998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
4558
4559 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
4560 (Makefile): Depend on $(gcc_version_trigger).
4561
4562 * configure (gcc_version): Change default initializer to empty
4563 string.
4564 (gcc_version_trigger): New variable; pass this variable down
4565 to subdir configures to enable them checking gcc's version
4566 themselves. Emit make macros for both gcc_version vars.
4567 (topsrcdir): Initialize reliably.
4568 (recursion line): Remove --with-gcc-version=${gcc_version}.
4569
45701998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
4571
4572 * configure (enable_version_specific_runtime_libs): Implement new flag
4573 --enable-version-specific-runtime-libs which installs C++ runtime stuff
4574 in $(libsubdir); emit definition in each generated Makefile.
4575 (gxx_include_dir): Initialize depending on
4576 $enable_version_specific_runtime_libs.
4577
45781998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
4579
4580 * configure (gcc_version): Initialize properly depending on
4581 how and where configure is started.
4582 (recursion line): Pass a --with-gcc-version=${gcc_version}
4583 to configures in subdirs.
4584
4585Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
4586
4587 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 4588 cygmon
252b5132
RH
4589
4590Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
4591
4592 * configure.in: Add cygmon and libstub support for mn10200.
4593
45941998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
4595
4596 * configure (gcc_version): Add new variable describing the
4597 particular gcc version we're building.
4598 * Makefile.in (libsubdir): Add new macro for the directory
4599 in which the compiler finds executables, libraries, etc.
4600 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
4601 and libsubdir.
4602
4603Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4604
ba73c63f
JM
4605 * Makefile.in (local-clean): Remove *.log.
4606 (warning.log): Built with warn_summary from build.log.
4607 (mail-report.log): Run test_summary.
4608 (mail-report-with-warnings.log): Run test_summary including
4609 warning.log in the report.
252b5132
RH
4610
4611Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
4612
4613 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
4614
4615Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
4616
4617 * Makefile.in (grep): Grep no longer depends on libiberty.
4618
4619Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
4620
4621 * Makefile.in: all-snavigator needs all-libgui.
4622
4623Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
4624
4625 * configure.in: Add cygmon and libstub support for mn10300.
4626
4627Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
4628
4629 * missing: Update to version from automake 1.3.
4630
4631 * ltmain.sh: On installation, don't get confused if the same name
4632 appears more than once in the list of library names.
4633
4634Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
4635
4636 * config.sub: Accept m68060 and m5200 as CPU names.
4637
4638Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
4639
4640 * configure: Use && rather than using -a in test, because odd
4641 strings can confuse test.
4642 * configure.in: Likewise.
4643
4644Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
4645
4646 * ltconfig, ltmain.sh: Bring in Visual C++ support.
4647
4648Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4649
4650 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
4651 bootstrap4-lean): New targets.
4652
4653Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
4654
4655 * mpw-* Delete. Not used.
252b5132
RH
4656
4657Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
4658
4659 * COPYING.LIB: Update FSF address.
4660
4661Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
4662
4663 * ltconfig, ltmain.sh: Update to libtool 1.2a.
4664
4665 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
4666 GAS_SUPPORT_DIRS.
4667
4668Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
4669
4670 * ltconfig, ltmain.sh: Avoid producing a version number if
4671 -version-info was not used.
4672
4673Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
4674
4675 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
4676 building with newlib.
4677
46781998-04-30 Paul Eggert <eggert@twinsun.com>
4679
ba73c63f 4680 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 4681 Solaris `make' causes it to continue to next definition.
252b5132 4682
afb8d725
JM
4683Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
4684
4685 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
4686 the right GUI libraries and files are installed along with GDB.
4687
252b5132
RH
4688Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
4689
4690 * configure.in: Change alpha to alpha* in several places.
4691
4692Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
4693
4694 * config.sub: Recognize sparc86x.
4695
4696Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 4697
252b5132
RH
4698 * configure.in (--enable-target-optspace): Remove debug echo.
4699
4700Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
4701
4702 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
4703
4704Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
4705
4706 * ltconfig: Update cygwin32 support.
4707
4708 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
4709 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
4710 (GDB_SUPPORT_DIRS): Likewise.
4711
4712Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
4713
4714 * configure.in (target_makefile_frag): If --enable-target-optspace,
4715 use -Os to compile target libraries rather than -O2. Default to
4716 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
4717 not used.
4718 * configure.in (target_cflags): Ditto for d30v.
4719
4720Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
4721
4722 * Makefile.in (all-bfd): Depend on all-intl.
4723 (all-binutils): Likewise.
4724 (all-gas): Likewise.
4725 (all-gprof): Likewise.
4726 (all-ld): Likewise.
4727
252b5132
RH
47281998-04-19 Brendan Kehoe <brendan@cygnus.com>
4729
4730 * configure.in (host_tools): Fix typo, lbtool -> libtool.
4731
4732Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
4733
4734 * Makefile.in (all-bfd): Depend upon all-libiberty.
4735
4736 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
4737
4738Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
4739
4740 * Makefile.in: Add libstub.
4741
4742 * configure.in: Ditto. Build libstub for targets that have cygmon
4743 support.
4744
4745Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
4746
4747 * configure.in: Don't set PICFLAG on ix86-cygwin32.
4748
4749Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
4750
4751 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
4752 use mh-sysv5 if specified. Support gprof on SCO Open Server.
4753
4754Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
4755
4756 * configure: Define DEFAULT_M4 by searching PATH.
4757 * Makfile.in: Use DEFAULT_M4.
4758
4759Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
4760
4761 * ltconfig: Add cygwin32 support.
4762
4763 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
4764 to configure and build.
4765
4766Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
4767
4768 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
4769
4770Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
4771
4772 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
4773
4774Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
4775
4776 * Makefile.in: add ash make rules
4777 * configure.in: add ash to native_only and host_tools lists
4778
4779Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
4780
4781 * Makefile.in (all-gettext, all-intl): New targets.
4782 (ALL_MODULES): Added all-gettext, all-intl.
4783 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
4784 (INSTALL_MODULES): Added install-gettext, install-intl.
4785 (CLEAN_MODULES): Added clean-gettext, clean-intl.
4786
4787 * configure.in (host_tools): Added gettext.
4788 (native_only): Likewise.
4789 (noconfigdirs) [various cases]: Likewise.
4790 (host_libs): Added intl.
4791
afb8d725
JM
4792Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
4793
4794 * configure: Do not disable building gdbtk for cygwin32 hosts.
4795
ba73c63f
JM
4796Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
4797
4798 * configure.in: Add thumb-coff target.
4799 * config.sub: Add thumb-coff target.
4800
252b5132
RH
4801Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
4802
4803 * Makefile.in: Revert yesterday's change.
4804 (all-target-winsup): all-target-librx stays out of here.
4805
4806Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
4807
ba73c63f
JM
4808 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
4809 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
4810 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
4811 Remove references to librx and libg++.
4812
4813Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
4814
4815 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
4816 recursive makes
4817
4818Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
4819
4820 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
4821 for newlib directory.
4822 (CXX_FOR_TARGET): Likewise.
4823
4824Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
4825
4826 * ltconfig: Update after libtool/ltconfig.in change for
4827 hpux11.
4828
4829Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
4830
4831 * ltconfig, ltmain.sh: Update to libtool 1.2.
4832
4833Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
4834
4835 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
4836 (install-gcc-cross): Instead, override LANGUAGES here.
4837
48381998-03-18 Dave Love <d.love@dl.ac.uk>
4839
4840 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
4841 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
4842
4843Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
4844
4845 * configure.in: Add Thumb-pe target.
4846
4847Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 4848
252b5132
RH
4849 * Makefile.in - changed sn targets to snavigator
4850 * configure.in - changed sn targets to snavigator
4851
4852Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
4853
4854 * config-ml.in: After building symlink tree call make distclean
4855 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
4856 to be the case for libiberty.
4857
4858Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
4859
4860 * configure: When making link, also check the current
4861 directory. The configure scripts may create one.
4862
4863Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
4864
4865 * config.sub: Accept alphapca56 and alphaev6 properly.
4866
4867Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4868
4869 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
4870
252b5132
RH
4871Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
4872
80413487 4873 * config.sub (sco5): Fix typo.
252b5132
RH
4874
4875Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
4876
4877 * Makefile.in (INSTALL_MODULES): Move install-tcl before
4878 install-itcl.
4879 (install-itcl): Remove dependency on install-tcl.
4880
4881Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
4882
4883 * configure.in: Remove libgloss from noconfigdirs for MN10300.
4884
252b5132
RH
4885Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
4886
4887 * configure.in: Don't build libgui for a cygwin32 target when not on
4888 a cygwin32 host.
4889
4890Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
4891
4892 * configure (redirect): Set to null, so default behavior of
4893 configure is now --verbose.
4894
48951998-02-16 Dave Love <d.love@dl.ac.uk>
4896
4897 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
4898 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
4899
4900Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
4901
4902 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
4903 this change to sync Makefile.in with its ChangeLog entries.
4904
4905Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
4906
4907 * ltmain.sh (mkdir): Check that the directory doesn't exist
4908 before we exit with error, so that we don't get races during
4909 parallel builds.
4910
4911Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
4912
4913 * ltconfig, ltmain.sh: Update from libtool 1.0i.
4914
4915Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
4916
4917 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
4918 PICFLAG_FOR_TARGET.
4919 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
4920
4921 * configure: Emit a definition for the new macro enable_shared
4922 into each Makefile.
4923
252b5132
RH
4924Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
4925
4926 * configure.in (host_tools, native_only): Add libtool.
4927
4928Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
4929
4930 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
4931 Fix typo in ming config comment.
4932
4933Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
4934
4935 * ltconfig, ltmain.sh: Update from libtool 1.0h.
4936
4937Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
4938
4939 * config.sub: Add tic30 cases, and map c30 to tic30.
4940
ba73c63f
JM
4941Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
4942
4943 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
4944 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
4945 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
4946 (CLEAN_TARGET_MODULES): Similarly
4947 (all-target-libf2c): Add dependences.
35590697 4948 * configure.in (target_libs): Add libf2c.
ba73c63f 4949
252b5132
RH
4950Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
4951
ba73c63f
JM
4952 * configure.in: Remove expect from noconfigdirs when target
4953 is cygwin32. OK to build expect and dejagnu with Canadian
4954 Cross.
252b5132
RH
4955
4956Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
4957
4958 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
4959 host.
4960
4961 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
4962 and mingw32.
4963
4964Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
4965
4966 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
4967 here as it is not defined in the toplevel Makefile.
4968
4969Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
4970
4971 * configure (package_makefile_rules_frag): New variable, which names
4972 a file with generic rules, ...
4973 Change comment to mention we now have FIVE parts.
4974 * configure: Undo last change.
4975
4976Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
4977
4978 * config.guess: More accurate determination of HP processor types.
4979 * config.sub: More accurate determination of HP processor types.
4980
4981Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
4982
4983 * configure (package_makefile_frag): Move inserting the
4984 ${package_makefile_frag} to where it should be according
4985 to the comment.
4986
ba73c63f 4987Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
4988
4989 * config.guess: Add support for Linux/ARM.
4990
4991Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
4992
4993 * .cvsignore: Remove *-info and *-install since they match
4994 release-info and mpw-install, which we don't want to just ignore.
4995
4996Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
4997
4998 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
4999
5000Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
5001
5002 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
5003 local_prefix to sub-make invocations.
5004
5005Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
5006
5007 * configure.in: Check makefile fragments in the source
5008 directory.
5009
5010Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
5011
ba73c63f
JM
5012 * configure.in: Check whether host and target makefile
5013 fragments exist before adding them to *_makefile_frag.
252b5132
RH
5014
5015Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
5016
5017 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 5018
252b5132
RH
5019Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
5020
5021 * configure.in: Make sure we only replace RPATH_ENVVAR on
5022 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
5023 regexp to sed.
5024
5025 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
5026 to sub-makes.
5027
50281998-01-13 Lee Iverson (leei@ai.sri.com)
5029
5030 * config-ml.in (multi-do): LDFLAGS must include multilib
5031 designator.
5032
5033Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
5034
5035 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
5036
5037Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
5038
5039 * config.sub: Add mingw32 support.
5040 * configure.in: Likewise.
252b5132
RH
5041
5042Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
5043
5044 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
5045
5046Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
5047
5048 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
5049 * configure (gxx_include_dir): Provide a definition for subdirs
5050 which do not use autoconf.
5051
5052Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
5053
5054 * config.guess: Sync with egcs. Picks up new alpha support,
5055 BeOS & some additional linux support.
5056
ba73c63f 5057Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
5058
5059 * config.guess: HP 9000/803 is a PA1.1 machine.
5060
ba73c63f
JM
5061Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
5062
5063 * configure.in: It's alpha*-...
252b5132
RH
5064
5065Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
5066
ba73c63f
JM
5067 * configure.in (host_makefile_frag, target_makefile_frag):
5068 Handle multiple config files.
5069 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
5070 alpha-*-*.
252b5132
RH
5071
5072Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
5073
5074 * mkdep: New file.
5075
5076Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
5077
5078 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
5079
5080Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
5081
5082 * Makefile.in: Add libgui directory.
5083 (GDB_TK): Add all-libgui.
5084 * configure.in: Add libgui directory.
5085 * configure: Add all-libgui to GDB_TK.
5086
5087Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
5088
5089 * config-ml.in (multidirs): Add m32r to multilib list.
5090
5091Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
5092
5093 * Makefile.in (all-target-gperf): Change dependency to
5094 all-target-libstdc++.
5095
5096Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
5097
5098 * config.guess: Add BeOS support.
5099
5100Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
5101
5102 Source directory cvs renamed to cvssrc:
5103 * configure.in (host_tools): Change cvs to cvssrc.
5104 (native_only): Likewise.
5105 (noconfigdirs) [various cases]: Likewise.
5106 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
5107 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
5108 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
5109 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
5110 (all-cvssrc): Rename target from all-cvs.
5111
5112Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
5113
5114 * configure (gxx_include_dir): Fix thinko.
5115
5116Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
5117
5118 * Makefile.in (INSTALL_TARGET_CROSS): Define.
5119 (install-cross, install-gcc-cross): New targets.
5120
5121Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
5122
5123 * configure.in (noconfigdirs): Add support for Thumb target.
5124
5125 * config.sub (maybe_os): Add support for Thumb target.
5126
5127Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
5128
5129 * Makefile.in: Add rules for cygmon.
5130
5131 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
5132
5133Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
5134
5135 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
5136 * configure (gxx_include_dir): Provide a definition for subdirs
5137 which do not use autoconf.
5138
5139Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
5140
5141 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 5142 11/18/97 build
252b5132
RH
5143
5144Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
5145
5146 * From Franz Sirl.
5147 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
5148 found on RedHat Linux systems.
5149
5150Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
5151
5152 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
5153 guesses.
5154
5155Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
5156
5157 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
5158
5159Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
5160
5161 * ltmain.sh: If mkdir fails, check whether the directory was created
5162 anyhow by some other process.
5163
5164Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
5165
5166 * configure.in (d30v-*-*): Configure all directories.
5167
5168Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
5169
5170 * configure.in (d30v-*-*): Configure newlib, libiberty directories
5171 for the D30V.
5172
5173Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
5174
5175 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
5176
5177Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
5178
80413487
RH
5179 * include/libiberty.h: Add extern "C" { so it can be used with C++
5180 progrms.
5181 * include/remote-sim.h: Add extern "C" { so it can be used with C++
5182 programs.
252b5132
RH
5183
5184Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
5185
5186 * configure.in (d30v-*-*): Configure GCC now.
5187
5188Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
5189
5190 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
5191 is no longer needed.
5192
5193Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
5194
5195 * Makefile.in: check-target-libio depends on all-target-libstdc++.
5196
5197Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
5198
5199 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
5200 targets using "$@" to provide support for similar but not identical
5201 targets without having to duplicate code.
5202
5203Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
5204
5205 * makefile.vms: Fix to work with DEC C.
5206
5207Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
5208
5209 * config.sub: Add mips-tx39-elf to marketing names.
5210
5211Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
5212
5213 * ltmain.sh: Handle symlinks in generated script.
5214
5215Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
5216
5217 * configure: Handle autoconf style directory options: --bindir,
5218 --datadir, --includedir, --infodir, --libdir, --libexecdir,
5219 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
5220 --sysconfdir.
5221 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
5222 (sharedstatedir, localstatedir, oldincludedir): New variables.
5223 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
5224 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
5225 sbindir, sharedstatedir, and sysconfdir.
5226
5227Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
5228
5229 * Makefile.in (bootstrap-lean): New target.
5230
5231Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
5232
5233 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 5234 sn, and gnuserv from noconfigdirs.
252b5132
RH
5235
5236Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
5237
5238 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
5239
5240Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
5241
ba73c63f 5242 * Makefile.in (cross): New target.
252b5132
RH
5243
5244Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 5245 Jeff Law <law@cygnus.com>
252b5132
RH
5246
5247 * Makefile.in (bootstrap2, bootstrap3): New targets.
5248 (all-bootstrap): Remove outdated and confusing target.
5249 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
5250
afb8d725
JM
5251Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
5252
5253 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 5254 windows. Consistent with gdb/configure.
afb8d725 5255
252b5132
RH
52561997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
5257
252b5132
RH
5258 * configure.in: Name Linux target fragment.
5259
5260 * configure: Rewrite so that project Makefile fragment is inserted
5261 first and appears last in the resulting Makefile.
5262
5263Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
5264
5265 * Makefile.in (install-itcl): Install tcl first.
5266
252b5132 5267Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 5268
252b5132
RH
5269 * configure.in: remove bison from noconfigdirs for Cygwin32 host
5270
5271Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
5272
5273 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
5274
5275 * configure.in (skipdirs): Add target-librx for Linux.
5276 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
5277
5278Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
5279
5280 * Makefile.in (bootstrap): New target.
5281
5282Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
5283
5284 * config.sub: Accept 'amigados' for backward compatability.
5285
5286Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
5287
5288 * config.guess: Merge with FSF.
5289
ba73c63f
JM
5290Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
5291
5292 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
5293
252b5132
RH
5294Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
5295
5296 * config.sub: Add "marketing-names" patch.
5297
5298Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
5299
80413487 5300 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
5301
5302Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
5303
5304 * config.sub: Handle v850-elf.
5305
ba73c63f
JM
5306Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
5307
5308 * .cvsignore (*-install): Remove.
5309
252b5132
RH
5310Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
5311
5312 * ltconfig: Set CONFIG_SHELL in libtool.
5313 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
5314
5315Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
5316
5317 * configure.in (target_subdir): Set to libraries if enable_multilib.
5318
5319Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
5320
5321 * config.guess: Update from gcc directory.
5322
5323Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
5324
5325 * Makefile.in (all-sim): Depends on all-readline.
5326
5327Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
5328
5329 * Makefile.in (BISON, YACC): Use $$s.
5330 (all-bison): Depend on all-texinfo.
5331
5332Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
5333
5334 * Makefile.in (BISON): Add -L flag.
5335 (YACC): Likewise.
5336
5337Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
5338
35590697
AJ
5339 * configure.in (noconfigdirs): Add support for v850e target.
5340
252b5132
RH
5341 * config.sub (maybe_os): Add support for v850e target.
5342
5343Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
5344
35590697
AJ
5345 * configure.in (noconfigdirs): Add support for v850ea target.
5346
252b5132
RH
5347 * config.sub (maybe_os): Add support for v850ea target.
5348
5349Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
5350
5351 * config.sub: Add mipstx39. Delete r3900.
5352
5353Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
5354
5355 * Makefile.in (all-autoconf): Depends on all-texinfo.
5356
5357Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
5358
5359 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
5360 eabi targets.
5361
5362Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
5363
5364 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
5365
5366 * configure: When handling a Canadian Cross, handle YACC as well as
5367 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 5368 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
5369
5370Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
5371
5372 * Makefile.in (BISON): bison, not byacc or bison -y.
5373 (YACC): bison -y or byacc or yacc.
5374 (various): Add *-bison as appropriate.
5375 (taz): No need to mess with BISON anymore.
5376
5377Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
5378
5379 * configure: If OSTYPE matches *win32*, try to find a good value for
5380 CONFIG_SHELL.
5381
5382Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
5383
5384 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
5385 configure.in if it is present.
5386
5387Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
5388
5389 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
5390
5391Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
5392
5393 * config.sub: Recognize `arc' cpu.
5394 * configure.in: Likewise.
5395 * config-ml.in: Likewise.
5396
5397Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
5398
5399 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
5400
5401Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
5402
5403 * configure: Changed sed delimiter from ':' to '|' when
5404 attempting to substitute ${config_shell} for SHELL. On
5405 NT ${config_shell} may contain a ':' in it.
5406
5407Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
5408
5409 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
5410
5411Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
5412
5413 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
5414
5415Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
5416
5417 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
5418
5419 * ylwrap: If the program is a relative path, force it to be
5420 absolute.
5421
5422Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
5423
5424 * configure (tooldir): Set BISON to `bison -y' and not just bison.
5425
5426Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
5427
5428 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
5429 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
5430 for libraries.
252b5132
RH
5431
5432Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
5433
5434 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 5435 separated by spaces.
252b5132
RH
5436
5437Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
5438
5439 * ylwrap: New file.
5440 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
5441
5442 * ltmain.sh: Handle /bin/sh at start of install program.
5443
5444 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
5445
5446 * ltconfig, ltmain.sh: New files, from libtool 1.0.
5447 * missing: New file, from automake 1.2.
5448
5449Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
5450
5451 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
5452 check-tk to CHECK_X11_MODULES.
5453
5454Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
5455
5456 * config.sub: Merge with FSF.
5457
5458Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
5459
5460 * config.guess: Merge with FSF.
5461
5462Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
5463
5464 * configure: Treat msdosdjgpp like go32.
5465 * configure.in: Likewise. Don't remove gprof for go32.
5466
5467 * configure: Change Makefile.tem2 to Makefile.tm2.
5468
5469Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
5470
5471 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
5472
5473Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
5474
5475 * install-sh (chmodcmd): Set to null if the DST directory already
5476 exists. Same as Nov 11th change.
5477
5478Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
5479
35590697 5480 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
5481
5482Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
5483
5484 * config.guess: Update from FSF.
5485
5486Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
5487
5488 * Makefile.in (GDB_TK): Depend on itcl and tix.
5489
5490Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
5491
5492 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
5493 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
5494 (INSTALL_SCRIPT): New variable.
5495 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
5496 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
5497 to -x.
5498 * install-sh: Add support for -x option.
5499
5500Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
5501
5502 * configure.in, Makefile.in: Treat tix like itcl.
5503
5504Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
5505
5506 * Makefile.in (WINDRES): New variable.
5507 (WINDRES_FOR_TARGET): New variable.
5508 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
5509 (EXTRA_HOST_FLAGS): Add WINDRES.
5510 (EXTRA_TARGET_FLAGS): Add WINDRES.
5511 (EXTRA_GCC_FLAGS): Add WINDRES.
5512 ($(DO_X)): Pass down WINDRES.
5513 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
5514 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
5515 DLLTOOL_FOR_TARGET.
5516
5517Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
5518
5519 * configure.in: configure sim before gdb for win32-x-ppc
5520
5521Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
5522
5523 Move gperf into the toplevel, from libg++.
5524 * configure.in (target_tools): Add target-gperf.
5525 (native_only): Add target-gperf.
5526 * Makefile.in (all-target-gperf): New target, depend on
5527 all-target-libg++.
5528 (configure-target-gperf): Empty rule.
5529 (ALL_TARGET_MODULES): Add all-target-gperf.
5530 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
5531 (CHECK_TARGET_MODULES): Add check-target-gperf.
5532 (INSTALL_TARGET_MODULES): Add install-target-gperf.
5533 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
5534
5535Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 5536
252b5132
RH
5537 * config.sub (mn10200): Recognize new basic machine.
5538
5539Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
5540
5541 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
5542 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
5543
5544Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
5545
5546 * configure.in: If we're building mips-sgi-irix6* native, turn on
5547 ENABLE_MULTILIB and set TARGET_SUBDIR.
5548
5549Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
5550
5551 * Makefile.in (all-sn): Depend on all-grep.
5552
5553Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
5554
5555 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
5556
5557 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
5558 Makefile. From Jeff Makey <jeff@cts.com>.
5559 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
5560
5561 * Makefile.in (DISTBISONFILES): Remove.
5562 (taz): Don't futz with DISTBISONFILES. Change BISON to use
5563 $(DEFAULT_YACC).
5564
5565 * configure.in: Build itl, db, sn, etc., when building for native
35590697 5566 cygwin32.
252b5132
RH
5567
5568 * Makefile.in (LD): New variable.
5569 (EXTRA_HOST_FLAGS): Pass down LD.
5570 ($(DO_X)): Likewise.
5571
5572Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
5573
5574 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
5575
5576Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
5577
5578 * configure.in (targargs): Strip out any supplied --build argument
35590697 5579 before adding our own. Always add --build.
252b5132
RH
5580
5581Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
5582
5583 * configure.in (targargs): Pass --build if we're doing
5584 a cross-compile.
5585
5586Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
5587
ba73c63f 5588 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
5589 sed. Otherwise sed chokes on NT path names with drive
5590 designators. Also look for "?:*" as the leading characters in an
5591 absolute pathname.
5592
5593Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
5594
5595 * config.sub: Support for r3900.
5596
5597Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
5598
5599 * configure.in: Use install-sh, not install.sh.
5600
5601Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
5602
5603 * Makefile.in (taz): Improve check for BISON so it doesn't try to
5604 apply it twice.
5605
5606Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
5607
5608 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
5609 install-binutils.
5610
5611Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
5612
5613 * Makefile.in: Add automake targets.
5614 * configure.in (host_tools): Add automake.
5615
5616Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
5617
5618 * configure: Default CXX to c++, not gcc.
5619 * Makefile.in (CXX): Set to c++, not gcc.
5620 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
5621
5622Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
5623
5624 * install-sh: try appending a .exe if source file doesn't
5625 exist
5626
5627Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
5628
5629 * configure.in: Turn on multilib by default.
5630 (cross_only): Remove target-libiberty.
5631
5632 * Makefile.in (all-gcc): Don't depend on libiberty.
5633
5634Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
5635
5636 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
5637
5638Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
5639
5640 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
5641 (DISTBISONFILES): Add ld/Makefile.in
5642
5643Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
5644
5645 * configure.in: if target is cygwin32 but host isn't cygwin32,
5646 don't configure gdb tcl tk expect, not just gdb.
5647
5648Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
5649
5650 * configure.in: Added gnuserv everywhere sn appears.
5651
5652 * Makefile.in (ALL_MODULES): Added all-gnuserv.
5653 (CROSS_CHECK_MODULES): Added check-gnuserv.
5654 (INSTALL_MODULES): Added install-gnuserv.
5655 (CLEAN_MODULES): Added clean-gnuserv.
5656 (all-gnuserv): New target.
5657
5658Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
5659
5660 * config.guess: Fixes for MIPS OpenBSD systems.
5661
5662Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
5663
5664 * Makefile.in (INSTALL_XFORM): Remove.
5665 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
5666
5667 * mkinstalldirs: New file, copied from automake.
5668 * Makefile.in (installdirs): Rename from install-dirs. Use
5669 mkinstalldirs. Change all users.
5670 (DEVO_SUPPORT): Add mkinstalldirs.
5671
5672Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
5673
5674 * install-sh: Rename from install.sh.
5675 * Makefile.in (INSTALL): Change install.sh to install-sh.
5676 (DEVO_SUPPORT): Likewise.
5677
5678 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
5679 Graichen <graichen@rzpd.de>.
5680
5681Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
5682
5683 * config.guess: Recognize OpenBSD systems correctly.
5684
5685Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
5686
5687 * README, Makefile.in (ETC_SUPPORT): Remove references to
5688 cfg-paper*, configure.{texi,man,info*}._
5689
5690Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
5691
5692 * Makefile.in (all.normal): Ensure that gcc is built after all
5693 the x11 - ie gdb - targets.
5694
5695Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
5696
5697 * makefile.vms: Don't run conf-a-gas.
5698
5699Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
5700
80413487 5701 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
5702
5703Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
5704
5705 * configure.in: Remove noconfigdirs case since gdb also
5706 configures and builds for tic80-coff.
5707
5708Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
5709
5710 * configure: Set cache_file to config.cache.
5711 * Makefile.in (local-distclean): Remove config.cache.
5712
5713Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
5714
5715 * COPYING: Update FSF address.
5716
5717Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
5718
5719 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
5720 noconfigdirs.
5721
5722Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
5723
5724 * Makefile.in (install-dirs): Don't crash if prefix, and hence
5725 MAKEDIRS, is empty.
5726
5727Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
5728
5729 * config.sub: Tweak mn10300 entry.
5730
5731Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
5732
5733 * configure.in (host_tools): Put sim before gdb, so gdb's
5734 configure.tgt can determine if the simulator was configured.
5735
5736Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
5737
5738 * config.sub: Move BeOS $os case to be with other Cygnus
5739 local cases.
5740
5741Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
5742
5743 * config.sub: Remove misplaced comment that broke Linux.
5744
5745Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
5746
5747 * config.sub: Add BeOS support.
5748
5749Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
5750
5751 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
5752
5753Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
5754
5755 * configure.in (noconfigdirs): Remove tcl and tk from
5756 noconfigdirs for cygwin32 builds.
5757
5758Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
5759
5760 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
5761
5762Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
5763
5764 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
5765 make-all.com, use makefile.vms instead.
5766
5767Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
5768
5769 * config.sub: Accept -lnews*.
5770
5771Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
5772
5773 * configure.in (noconfigdirs): Disable target-newlib,
35590697 5774 target-examples and target-libiberty for d30v.
252b5132
RH
5775
5776Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
5777
5778 * configure.in (noconfigdirs): Enable ld for d30v.
5779
5780Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
5781
5782 * configure.in (tic80-*-*): Build compiler.
5783
5784Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
5785
5786 * configure.in (d30v-*): Remove sim directory from list of
35590697 5787 unsupported d30v directories
252b5132
RH
5788
5789Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
5790
35590697
AJ
5791 * config.sub, configure.in: Add d30v target cpu.
5792
252b5132
RH
5793Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
5794
5795 * makefile.vms: New file.
5796 * make-all.com: Remove.
5797
5798Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
5799
5800 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
5801
5802Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
5803
5804 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
5805
5806Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
5807
5808 * Makefile.in (ALL_MODULES): Added all-db.
5809 (CROSS_CHECK_MODULES): Addec check-db.
5810 (INSTALL_MODULES): Added install-db.
5811 (CLEAN_MODULES): Added clean-db.
5812
5813Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
5814
5815 * config.guess: Merge with latest FSF sources.
5816
5817Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
5818
5819 * Makefile.in (ALL_MODULES): Added all-itcl.
5820 (CROSS_CHECK_MODULES): Added check-itcl.
5821 (INSTALL_MODULES): Added install-itcl.
5822 (CLEAN_MODULES): Added clean-itcl.
5823
5824Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
5825
5826 * configure.in: build gdb for mn10200
5827
5828Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
5829
5830 * Makefile.in (all-target-winsup): Depend on all-target-libio.
5831
5832Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
5833
5834 * configure.in (tic80-*-*): Turn off most targets right now.
5835
5836Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
5837
5838 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
5839 rather than the makeinfo program.
5840 (do-info): Depend upon all-texinfo.
5841
5842Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
5843
5844 * configure.in: Remove uses of config/mh-linux.
5845
5846 * config.sub, config.guess: Merge with latest FSF sources.
5847
5848Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
5849
5850 * config.sub (case $basic_machine): Add tic80 entries.
5851
5852Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
5853
5854 * config.sub, config.guess: Merge with latest FSF sources.
5855
5856Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
5857
5858 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
5859 * mpw-config.in: Test for NewFolderRecursive.
5860 * mpw-install: Use symbolic name for startup filename.
5861 * mpw-README: Add various additional details.
5862
5863Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
5864
5865 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
5866
5867Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
5868
5869 * configure.in: Do build gcc and the target libraries for
5870 the mn10200.
5871
5872Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
5873
5874 * configure.in: don't avoid building gdb for mn10300 any more
5875 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
5876 instead of single-quoting it.
5877
5878Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
5879
5880 * configure.in: Don't use --with-stabs on IRIX 6.
5881
5882Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
5883
5884 * configure.in (m32r): Build gdb, libg++ now.
5885
5886Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5887
5888 * configure.in (mips*-sgi-irix6*): Remove gdb and related
5889 directories from noconfigdirs.
5890
5891Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
5892
5893 * config.sub (basic_machine): added mips16 configuration
5894
5895Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5896
5897 * config.sub: Handle d10v-unknown.
5898
5899Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
5900
5901 * config.sub: Handle v850-unknown.
5902
5903Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
5904
5905 * Makefile.in: add findutils
5906 * configure.in: add findutils to list of host_tools
5907
5908Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
5909
5910 * config.sub: Handle mn10200 and mn10300.
5911
5912Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5913
5914 * configure.in (d10v-*): Do not build librx.
5915
5916Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
5917
5918 * configure.in (mn10300): Build everything except gdb & libgloss.
5919
5920Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
5921
5922 * config.guess: Patch for Dansk Data Elektronik servers,
5923 from Niels Skou Olsen <nso@dde.dk>.
5924
5925 For ncr, use /bin/uname rather than uname, since GNU uname does not
5926 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
5927
5928 Patch for MIPS R4000 running System V,
5929 from Eric S. Raymond <esr@snark.thyrsus.com>.
5930
5931 Fix thinko for nextstep.
5932
5933 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
5934
5935 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
5936 * config.guess: Guess mips-dec-mach_bsd4.3.
5937
5938 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
5939 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
5940 release numbers.
5941 * config.guess (mips-mips-riscos*): Emit just enough of the
5942 release number.
5943
5944 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
5945 * config.guess (sparc-auspex-sunos*): Added.
5946 (f300-fujitsu-*): Added.
5947
5948 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
5949 * config.guess: Recognize a Tadpole as a sparc.
5950
5951Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
5952
5953 * config.guess: Don't assume that NextStep version is either 2 or
5954 3. NextStep 4 (aka OpenStep 4) has come out now.
5955
5956Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
5957
5958 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
5959 From Rik Faith <faith@cs.unc.edu>.
5960
5961Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
5962
5963 * config.sub: Contributions from bug-gnu-utils to:
5964 Support plain "hppa" (no version given) architecture, reported by
5965 OpenStep.
5966 OpenBSD like NetBSD.
5967 LynxOs is not a hardware supplier.
5968
5969 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 5970 OpenBSD like NetBSD.
252b5132
RH
5971 Stratus systems.
5972 More Pyramid systems.
5973 i[n>4]86 Intel chips.
5974 M680[n>4]0 Motorola chips.
5975 Use unknown instead of lynx for hardware manufacturer.
5976
5977Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
5978
5979 * install.sh (chmodcmd): Set to null if the DST directory already
5980 exists.
5981
5982Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5983
5984 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
5985 not use mt-ppc target Makefile fragment any more.
5986
5987Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
5988
5989 * configure.in (*-*-windows): Exclude everything but those dirs
5990 needed to build windows.
5991
5992Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
5993
5994 * Makefile.in (all-target-winsup): Depend on all-target-librx.
5995
5996Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
5997
5998 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
5999
6000Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
6001
6002 * Undo my previous change.
6003
6004Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
6005
6006 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
6007 unconditionally.
6008 (MAKEOVERRIDES): Define (revert this part of October 18 change).
6009
6010Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
6011
6012 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
6013 host to add it's own flags.
252b5132
RH
6014
6015Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
6016
6017 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
6018
6019Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
6020
6021 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
6022 (CXX_FOR_TARGET): Likewise.
6023 (GCC_FOR_TARGET): Define.
6024 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
6025 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
6026 CC_FOR_TARGET was specified on the command line.
6027 (MAKEOVERRIDES): Don't define.
6028
6029Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
6030
6031 * configure.in (m32r): Fix spelling of libg++ libs.
6032
6033Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
6034
6035 * config.sub (-apple*): Remove, now redundant.
6036
6037Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
6038
6039 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
6040
6041 * configure: Rework yesterday's sed script patch.
6042
6043 * config.sub: Merge with FSF.
6044
6045Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
6046
6047 * config.guess: Merge from FSF.
6048
6049 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
6050 * config.guess: Use pc instead of unknown, for pc clone systems.
6051 Change linux to linux-gnu.
252b5132
RH
6052
6053 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 6054 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
6055
6056Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
6057
6058 * test-build.mk (HOLES): Add "xargs" for gdb.
6059
6060 * configure: Avoid hpux10.20 sed bug.
6061
6062Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
6063
4bddf3ad 6064 * configure.in: Add support for windows host
252b5132
RH
6065 (that is a build done under the Microsoft build environment).
6066
6067Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
6068
6069 * Makefile.in: Replace all uses of srcroot with s, to shrink
6070 command line lengths.
6071
6072 Patches from Geoffrey Noer <noer@cygnus.com>:
6073 * configure.in: If configuring for newlib, pass --with-newlib to
6074 subdirectories.
6075 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
6076 -Bnewlib/ and -Lwinsup to gcc.
6077 (CXX_FOR_TARGET): Likewise.
6078
6079Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
6080
6081 * Makefile.in (ETC_SUPPORT): Add configure.
6082
6083Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
6084
35590697 6085 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
6086 host configuration file.
6087
6088Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
6089
6090 * configure.in: Break mn10x00 support into separate
6091 mn10200 and mn10300 configurations.
6092 * config.sub: Likewise.
6093
6094Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
6095
6096 * configure.in: Add lots of stuff to noconfigdirs for
6097 the mn10x00 targets.
6098
6099 * config.sub, configure.in: Add mn10x00 support.
6100
6101Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
6102
6103 * make-all.com: Call conf-a-gas, not config-a-gas.
6104
6105Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
6106
6107 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 6108 targets.
252b5132
RH
6109
6110Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
6111
6112 * mpw-README: Add much more detail for native PowerMac.
6113 * mpw-install: New file.
6114 * mpw-configure: Add --norecursion and --help options.
6115 * mpw-config.in: Translate readme and install files when
6116 copying to objdir.
6117 * mpw-build.in: Don't always depend on byacc and flex.
6118 (install-only-top): New action.
6119
6120Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
6121
6122 * configure.in: You can now configure GDB for the v850.
6123
6124Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
6125
6126 * configure.in (noconfigdirs): Don't configure any C++ dirs
6127 if targeting D10V.
6128
6129Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
6130
6131 * config.sub: Recognize mips64vr5000.
6132
6133Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
6134
6135 * configure.in: Use a single line for host_tools and native_only.
6136
6137Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
6138
6139 * config.sub, configure.in: Add entries for m32r.
6140
6141Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
6142
6143 * Makefile.in (inet-install): Don't run install-gzip.
6144
6145Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
6146
6147 * configure.in: Don't config lots of things for *-*-windows*.
6148
6149Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
6150
6151 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
6152 (host_libs, host_tools): Copy from configure.in.
6153 * mpw-configure: Don't complain about directories not found.
6154
6155Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6156
6157 * configure.in (i[345]86): Recognize i686 for pentium pro.
6158 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
6159 file.
6160
6161 * config.guess (i[345]86): Ditto.
6162
6163Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6164
6165 * configure.in (noconfigdirs): Removed gdb for D10V.
6166
6167Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
6168
6169 * configure.in: Remove ld, target-libio, target-libg++, and
6170 target-libstdc++ from noconfigdirs.
6171
6172Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
6173
6174 * configure: Fix three locations where shell scripts were
6175 being run directly rather than with config_shell.
6176
6177Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
6178
6179 * configure.in (v850-*-*): Set up initial $noconfigdirs.
6180 * config.sub (basic_machine): Recognize v850.
6181
6182Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
6183
6184 * mpw-configure: Handle multiple enable/disable options and
6185 pass them down recursively, handle -c and -s flags appropriately
6186 depending on choice of compiler, add escape mechanism for
6187 quoted arguments to gC.
6188
6189Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6190
6191 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
6192 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
6193 so that -mrelocatable-lib and -mno-eabi are used.
6194
6195 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
6196 not support --print-multi-lib, don't abort.
6197
252b5132
RH
6198Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
6199
6200 * make-all.com: Run config-a-gas.
6201 * setup.com: Don't copy subdirectory files around.
6202
6203Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
6204
6205 * configure.in (*-*-ose): Remove exclusion of libgloss for this
6206 target, it now compiles correctly.
6207
6208Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
6209
6210 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
6211
6212Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6213
35590697 6214 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
6215
6216Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
6217
6218 * configure.in (native_only): Add prms.
6219
6220Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
6221
6222 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
6223 (BINUTILS_SUPPORT_DIRS): Likewise.
6224
6225Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6226
6227 * configure.in (d10v-*-*): Don't configure ld or gdb until the
6228 d10v support is added.
6229
6230Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6231
6232 * configure.in (d10v-*-*): New target.
6233
6234Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
6235
6236 * config.guess (HP 9000/811): Recognize this as a PA1.1
6237 machine.
6238
6239Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
6240
6241 * Makefile.in (do-tar-gz): New target, split out from tail end of
6242 taz target. Run each command separately, don't use pipes.
6243 (taz): Use it.
6244
6245Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
6246
6247 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
6248 * mpw-build.in: No builds should depend on building byacc or flex,
6249 they are assumed to be installed already.
6250
6251Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6252
6253 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
6254 variable that CC_FOR_TARGET needs.
6255
6256Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6257
6258 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
6259 options have changed since the last time the subdirectory was
6260 configured, and if it has, reconfigure.
6261 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
6262 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
6263
6264Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
6265
6266 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
6267 CLEAN_MODULES): Add bash.
6268 (all-bash): New target.
6269
6270Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
6271
6272 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
6273
6274Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6275
6276 * config.sub (basic_machine): Recognize d10v as a valid processor.
6277
6278Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
6279
6280 * mpw-configure: Add support for --bindir.
6281 * mpw-build.in: Use a GCC-specific build script for GCC actions.
6282
6283Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
6284
6285 * configure.in: add bash, time, gawk to list of hosttools and things
6286 to only build for native toolchains
6287
6288Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6289
6290 * Makefile.in (docdir): Remove.
6291
6292Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6293
6294 * Makefile.in (datadir): Set to $(prefix)/share.
6295
6296Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
6297
6298 * configure.in: build diff and patch for cygwin32-hosted
6299 toolchains.
6300
6301Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
6302
6303 * config.sub: Accept -rtems*.
6304
6305Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
6306
80413487 6307 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
6308 remove diff from the list of things not buildable
6309 via Canadian Cross
252b5132
RH
6310
6311Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
6312
6313 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 6314 don't get ". ".
252b5132
RH
6315
6316Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
6317
6318 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
6319
6320Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
6321
6322 * Makefile.in (taz): Handle case where tex3patch didn't even get
6323 checked out. Also, if it was found, put the symlink in a new util
6324 subdirectory.
6325
6326Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6327
6328 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
6329
6330Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
6331
6332 * config.sub: Recognize -openvms.
6333 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
6334 * make-all.com, setup.com: New files.
6335
6336Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
6337
6338 * Makefile.in (taz): tex3patch moved to texinfo/util.
6339
6340Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
6341
afb8d725 6342 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
6343 * configure.in: remove make from disable-if-Can-Cross list
6344 enable gdb if ${host} and ${target} are cygwin32
6345
6346Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
6347
6348 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
6349 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
6350
6351Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
6352
6353 * config.guess: Combine mips-mips-riscos cases, and use cpp to
6354 distinguish sysv/svr4/bsd variants.
6355 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
6356
6357Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
6358
6359 * configure.in: Added copyright notice.
6360 * move-if-change: Added copyright notice.
6361
6362Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6363
6364 * configure.in (powerpcle-*-solaris*): Until we get shared
6365 libraries working, don't build gdb, sim, make, tcl, tk, or
6366 expect.
6367
6368Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
6369
6370 * config.guess: Merge with FSF:
6371
6372 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
6373 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
6374
6375 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
6376 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
6377
6378 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
6379 * config.guess: Combine two OSF1 rules.
6380 Also recognize field test versions. From mjr@zk3.dec.com.
6381 * config.guess (dgux): Use /usr/bin/uname rather than uname,
6382 because GNU uname does not support -p. From pmr@pajato.com.
6383
6384Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
6385
6386 * Makefile.in (MAKEDIRS): Removed $(tooldir).
6387
6388Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
6389
6390 * mpw-README: Document GCCIncludes.
6391
6392Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
6393
6394 * configure.in (alpha-*-linux*): Set enable_shared to yes.
6395
6396Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
6397
6398 * mpw-configure: Handle --enable-FOO and --disable-FOO.
6399
6400Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
6401
6402 * configure.in (*-*-cygwin32): Configure make.
6403
6404Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
6405
6406 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
6407
6408Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
6409
6410 * Makefile.in (all-inet): Depend on all-perl.
6411
6412 * Makefile.in (inet-install): New target.
6413
6414 * Makefile.in (all-inet): Depend on all-tcl.
6415 (all-inet): Depend on all-send-pr.
6416
6417Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6418
6419 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
6420 temporarily.
6421
6422Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
6423
6424 * configure.in: Don't configure --with-gnu-ld on AIX.
6425
6426Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
6427
6428 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
6429
6430Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
6431
6432 * Makefile.in (ALL_MODULES): Added all-inet.
6433 (CROSS_CHECK_MODULES): Added check-inet.
6434 (INSTALL_MODULES): Added install-inet.
6435 (CLEAN_MODULES): Added clean-inet.
6436 (all-indent): New target.
6437
6438 * configure.in (host_tools): Added inet.
6439 (native_only): Added inet.
6440 (noconfigdirs): Added inet.
6441
6442Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
6443
6444 * configure.in: Don't configure libgloss if we are not configuring
6445 newlib.
6446
6447Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
6448
6449 * configure.in: Don't configure libgloss for unsupported
6450 architectures.
6451
6452Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6453
6454 * Makefile.in (CLEAN_MODULES): Add clean-apache.
6455
6456Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
6457
6458 * Makefile.in (ALL_MODULES): Include all-apache.
6459 (CROSS_CHECK_MODULES): Include check-apache.
6460 (INSTALL_MODULES): Include install-apache.
6461 (all-apache): New target.
6462
6463 * configure.in: Added apache everywhere perl is seen.
6464
6465Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6466
6467 * Makefile.in: Add support for clean-{module} and
6468 clean-target-{module} rules.
6469
6470Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
6471
6472 * configure.in (*-*-ose) do not build libgloss.
6473
6474Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6475
6476 * config.guess (prep*:SunOS:5.*:*): Turn into
6477 powerpele-unknown-solaris2.
6478
6479Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
6480
6481 * configure.in: Permit --enable-shared to specify a list of
6482 directories.
6483
6484Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
6485
6486 * configure.in (host==solaris): Pass only the first word of $CC
6487 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
6488
6489Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
6490
6491 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
6492
6493Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
6494
6495 * Makefile.in (ALL_MODULES): Include all-perl.
6496 (CROSS_CHECK_MODULES): Include check-perl.
6497 (INSTALL_MODULES): Include install-perl.
6498 (ALL_X11_MODULES): Include all-guile.
6499 (CHECK_X11_MODULES): Include check-guile.
6500 (INSTALL_X11_MODULES): Include install-guile.
6501 (all-perl): New target.
6502 (all-guile): New target.
6503
6504 * configure.in (host_tools): Include perl and guile.
6505 (native_only): Include perl and guile.
6506 (noconfigdirs): Don't build guile and perl; no ports have been
6507 done.
6508
6509Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
6510
80413487
RH
6511 * configure (--enable-*): Handle quoted option lists such as
6512 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
6513
6514Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6515
6516 * Makefile.in ({,inst}all-target): New rule so we can make and
6517 install all of the target directories easily.
6518
6519Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6520
6521 * configure.in: Add missing global flag in sed substitution when
6522 deleting `target-' from ${configdirs}.
6523
6524Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
6525
6526 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
6527 option.
6528
6529 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
6530 config/mh-necv4.
6531
6532 * install.sh: Correct misspelling of transformbasename.
6533
6534 * config.guess: Recognize mips-*-sysv*.
6535
6536Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
6537
6538 * config.sub: Recognize mon960.
6539
6540Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
6541
6542 * configure: Restore Canadian Cross handling of BISON and LEX,
6543 removed in Feb 20 change.
6544
6545Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
6546
6547 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
6548 Mention make install. Remove the old copyright date as well the
6549 clumsy and rather pointless copyright on the README file.
6550
6551Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
6552
6553 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
6554 Makefile after running symlink-tree, then run `make distclean' to
6555 avoid clobbering any generated files in srcdir.
6556
6557Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
6558
6559 * configure.in (m68k-*-netbsd*): Build everything now.
6560
6561Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
6562
6563 * Makefile.in (taz): Fix quoting.
6564
6565Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
6566
6567 * configure.in (sparclet-*-*): Build everything now.
6568
6569Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6570
6571 * configure.in (m68k-*-linux*): New host.
6572
6573Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
6574
6575 * configure: Check for bison before byacc.
6576
6577Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
6578
6579 * Makefile.in configure: Change the way LEX and BISON/YACC are
6580 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
6581 searching PATH. These are used as fallbacks by Makefile.in if
6582 flex/bison/byacc aren't in objdir.
6583
6584Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
6585
6586 * Makefile.in: Make everything which depends upon all-bfd also
6587 depend upon all-opcodes, in case --with-commonbfdlib is used.
6588
6589Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6590
6591 * configure.in (host *-*-cygwin32): Don't build gdb if we are
6592 building NT native compilers on Unix.
6593
6594Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
6595
6596 * configure.in: Don't get CC from the host Makefile fragment if we
6597 can find gcc in PATH, or if this is a Canadian Cross. Move the
6598 Solaris test for /usr/ucb/cc to the post target script, just after
6599 the compiler sanity test.
6600
6601Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
6602
6603 * config.sub: Merge with FSF.
6604
6605Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
6606
6607 * Makefile.in (RPATH_ENVVAR): New variable.
6608 (REALLY_SET_LIB_PATH): Use it.
6609 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
6610
6611Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
6612
6613 * config.sub, configure.in: Recognize sparclet cpu.
6614
6615Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
6616
6617 * config.guess: Support m68k-cbm-sysv4.
6618
6619Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6620
6621 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
6622 m68k-unknown-linuxaout from linker help string. Put quotes around
6623 $ld_help_string.
6624
6625Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
6626
6627 * config.guess (powerpc-harris-powerunix): Add guess for port
6628 to new target.
6629
6630Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
6631
6632 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
6633
6634Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
6635
6636 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
6637 $(REALLY_SET_LIB_PATH) in Makefile.
6638 * Makefile.in (SET_LIB_PATH): New variable.
6639 (REALLY_SET_LIB_PATH): New variable.
6640 ($(DO_X)): Use $(SET_LIB_PATH).
6641 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
6642 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
6643 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
6644 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
6645 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
6646 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
6647 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
6648 (install-dosrel): Likewise.
6649 (all-opcodes): Depend upon all-libiberty.
6650
6651Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
6652
6653 * config.guess (*:CYGWIN*): New
6654
6655Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6656
6657 * Makefile.in (all-target-winsup): All all-target-libiberty.
6658
6659Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6660
6661 * configure.in (noconfigdirs): Add missing # in front of comment.
6662
6663Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
6664
6665 * configure.in: add second pass to things added to noconfigdirs
6666 so *-gm-magic can exclude libgloss properly.
6667
6668Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
6669
6670 * mpw-configure (extralibs_name, rez_name): Set correctly
6671 for MWC68K compiler.
6672
6673 * mpw-README: Add more info on the necessary build tools.
6674
6675Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
6676
6677 * configure.in, config.sub: Recognize cygwin32.
6678
6679Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
6680
6681 * config.guess, config.sub: Recognize A/UX.
6682
6683Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
6684
6685 * config.sub: Merge with gcc/config.sub.
6686
6687Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
6688
6689 * mpw-build.in (do-binutils): Add build of stamps.
6690
6691Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
6692
6693 * config.sub: Add recognition for mips64vr4100*-* targets.
6694
6695Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
6696
6697 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
6698 Add creation of gconfigargs with `--enable-shared' turned on.
6699 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
6700 ($(host)-stamp-stage3-configured): Likewise.
6701 (HOLES): Add chatr and ldd.
6702 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
6703
6704Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
6705
6706 * configure: Pass --nfp to recursive configures.
6707
6708Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
6709
6710 * Makefile.in (DLLTOOL): New.
6711 (DLLTOOL_FOR_TARGET): New.
6712 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
6713 (EXTRA_TARGET_FLAGS): Ditto.
6714 (EXTRA_GCC_FLAGS): Ditto.
6715 (CONFIGURE_TARGET_MODULES): Ditto.
6716 (DO_X): Ditto.
6717 * configure: Add DLLTOOL.
6718
6719Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
6720
6721 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
6722 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
6723 mh-sco, since old workarounds no longer needed, and don't
6724 build ld, since libraries have weak symbols in COFF.
6725
6726Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
6727
6728 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
6729
6730Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
6731
6732 * configure.in: Make sure that ${CC} can be used to compile an
6733 executable.
6734
afb8d725
JM
6735Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
6736
6737 * Makefile.in (all-gdb): Depend on $(GDB_TK).
6738 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
6739 nothing depending on whether gdbtk is being built.
6740
252b5132
RH
6741Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
6742
6743 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
6744
6745Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
6746
6747 * configure.in (noconfigdirs): Put ld or gas in this early, if the
6748 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
6749
6750Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
6751
6752 * config-ml.in: Add support for
6753 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
6754 Simplify setting of multidirs from --disable-foo.
6755
6756Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
6757
6758 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
6759 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
6760 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 6761 non-empty, pass them on to the GCC make.
252b5132
RH
6762 (all-bootstrap): New rule that is like all-gcc, except it executes
6763 the GCC bootstrap rule instead of the GCC all rule.
6764
6765Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
6766
6767 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
6768
6769Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
6770
6771 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
6772 DG/UX support.
6773
6774Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
6775
6776 * config.sub (i*86*) Change [345] to [3456]
6777
6778Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
6779
6780 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
6781 --with-gnu-ld=no.
6782
6783Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
6784
6785 * config-ml.in (rs6000*, powerpc*): Add switches to control which
6786 AIX multilibs get built.
6787
6788Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
6789
6790 * configure.in (i386-win32): Don't build expect if we're not
6791 building the tcl subdir.
6792
6793Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
6794
6795 * Makefile.in: (configure-target-examples, all-target-examples):
6796 New targets, configure and build example programs.
6797
6798Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
6799
6800 * mpw-configure: If an mpw-config.in generated a file mk.sed,
6801 use it as input to sedit the generated MPW makefile.
6802 * mpw-README: Add a suggestion about Gestalt.h.
6803
6804Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
6805
6806 * config.sub: Accept *-*-ieee*.
6807
6808Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
6809
6810 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
6811 Ronald F. Guilmette <rfg@monkeys.com>.
6812
6813Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
6814
6815 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
6816 for powerpc-pe native.
6817 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
6818 (target==powerpc-pe): duplicate i386-win32 entry.
6819
6820Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
6821
6822 * configure.in (noconfigdirs): Exclude target-newlib for all versions
6823 of vxworks, not just vxworks5.1.
6824
6825Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
6826
6827 * mpw-configure: Add support for exec-prefix.
6828
6829Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6830
6831 * config.guess: Recognize HP model 816 machines as having
6832 a PA1.1 processor.
6833
6834Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
6835
6836 * configure: Ignore new autoconf configure options.
6837
252b5132
RH
6838Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
6839
6840 * config.guess: Recognize Pentium under SCO.
6841 From Robert Lipe <robertl@arnet.com>.
6842
6843Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
6844
6845 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
6846
6847Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
6848
6849 * configure.in: Don't configure gas for alpha-dec-osf*.
6850
6851Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
6852
6853 * configure.in: Default to --with-stabs for some targets for which
6854 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
6855 i[345]86*-*-unixware*.
6856
6857Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
6858
6859 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
6860 rather than basing it on the target. Simplify handling of options
6861 controlling which directories to configure. Remove extraneous
6862 slash in multi-clean target.
6863
6864Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
6865
6866 * config-ml.in: Prefix more variables with ml_ so they don't collide
6867 with configure's.
6868
6869Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
6870
6871 * configure: Don't turn -v into --v.
6872
6873Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
6874
6875 * configure.in (targargs): Fix typo.
6876
6877 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
6878
6879Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
6880
6881 * configure.in: Strip --host and --target options from
6882 CONFIG_ARGUMENTS, and always configure for --host only. Add
6883 --with-cross-host option when building with a cross-compiler.
6884 * configure: Canonicalize the arguments put into config.status by
6885 always using `=' for an option with an argument. Pass a presumed
6886 --host or --target explicitly.
6887
6888Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
6889
6890 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
6891 into general OS recognition case.
6892
6893Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
6894
6895 * configure.in (target_configdirs): add target-winsup only
6896 for win32 target systems.
6897
6898Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
6899
6900 * Makefile.in (all-target-libgloss): Depend upon
6901 configure-target-newlib, since when libgloss is built it looks to
6902 see if the newlib directory exists.
6903
6904Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
6905
6906 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
6907 cfg-ml-*.in.
6908
6909Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
6910
6911 * configure: Handle LD and LD_FOR_TARGET when configuring a
6912 Canadian Cross.
6913
252b5132
RH
6914Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
6915
6916 * configure.in (target_libs): add target-winsup.
6917 (target==i386-win32): add patch diff flex make to $noconfigdirs.
6918 (target==ppcle-pe): remove ld from $noconfigdirs.
6919
6920Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
6921
6922 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
6923 Preserve relative path names in $srcdir. Build symlink tree if
6924 configuring cross target dir and srcdir=. (= no VPATH support).
6925 (configure-target-libg++): Depend on configure-target-librx.
6926 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
6927 * config-ml.in: New file.
6928 * symlink-tree: New file.
6929 * configure: Ensure srcdir="." if that's what it is.
6930
6931Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
6932
6933 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
6934 includes and FLEX_SKELETON setting.
6935 * mpw-configure (--with-gnu-ld): New option, controls whether
6936 to use PPCLink or ld with PowerMac GCC.
6937 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
6938 * mpw-config.in: Configure grez if targeting Mac.
6939
6940 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
6941 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
6942 just macos.
252b5132
RH
6943 * configure.in: Configure grez resource compiler if targeting Mac.
6944 * Makefile.in (all-grez, install-grez): New targets.
6945
6946Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
6947
6948 * configure: CXX defaults to gcc, not g++. If we find
35590697 6949 gcc in the path, set CC to gcc -O2.
252b5132
RH
6950
6951Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
6952
6953 * configure: Default ${build} correctly. Avoid picking up extra
6954 spaces when reading CC and CXX from Makefile. When doing a
6955 Canadian Cross, use plausible default values for numerous
6956 variables.
6957 * configure.in: When doing a Canadian Cross, don't try to
6958 configure tools whose configure script can't handle it.
6959
6960Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
6961
6962 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
6963
6964Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
6965
6966 * configure: Remove dubious bug reporting address.
6967
6968Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
6969
6970 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
6971 configure script, run that instead of this directory's configure.
6972 In either case, print a message that we're configuring the sub-dir.
6973
6974Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
6975
6976 * configure.in: Before checking for the existence of various files,
6977 use sed to filter out "target-".
6978
6979Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
6980
6981 * Makefile.in (DO_X): Split rule to decrease command line length
6982 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
6983 (Philippe De Muyter).
6984
6985Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
6986
6987 * Makefile.in (all-patch): depend on all-libiberty.
6988
6989Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
6990
6991 * configure.in: If the only directory in target_configdirs which
6992 actually exists is libiberty, then set target_configdirs to empty,
6993 to avoid trying to build a target libiberty in a gas or gdb
6994 distribution.
6995
6996Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
6997
6998 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
6999 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
7000 systems.
252b5132
RH
7001
7002Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
7003
7004 * configure.in (copy_dirs): Use sys-include instead of include
7005 for --with-headers option.
7006
7007Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
7008
7009 * Makefile.in, configure.in: Make winsup builds work with
7010 new scheme.
7011
7012Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
7013
7014 * configure.in: Build the linker on AIX.
7015
7016Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
7017
7018 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
7019 where needed.
7020
7021Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
7022
7023 * Makefile.in (all-gcc): Fix typo.
7024
7025Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
7026
7027 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
7028
7029Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
7030
7031 * configure.in: Rename libFOO to target-libFOO, and xiberty
7032 to target-xiberty, to provide more flexibility.
7033 (target_subdir): Define. Create if cross.
7034 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
7035 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
7036 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
7037 check-libFOO -> check-target-libFOO, etc.
7038 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
7039 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
7040 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
7041 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
7042 allow ALL_GCC="" to only configure.
7043 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
7044 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
7045 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
7046
7047Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
7048
7049 * Makefile.in (taz): Build "info" in etc explicitly.
7050
7051Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
7052
7053 * configure.in: Make sure that CC is undefined (as opposed to
7054 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
7055 problem with autoconf trying to configure on a host without GCC.
7056
7057Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
7058
7059 * mpw-configure: Set host alias from choice of host compiler,
7060 only use generic MPW Makefile sed if present, edit a file
7061 named "hacked_Makefile.in" instead of "Makefile.in" if present.
7062 * mpw-README: Add problem notes about CW6 and CW7.
7063
7064Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
7065
7066 * Makefile.in (taz): Use ";" instead of ";;".
7067
7068Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
7069
7070 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
7071 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
7072 DISTDOCDIRS.
7073 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
7074 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
7075
7076Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
7077
7078 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
7079 and gnats, because they are now subsumed by DISTSTUFFDIRS.
7080 Move bfd to DISTSTUFFDIRS.
7081
7082Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7083
7084 * Makefile.in (X11_LIB): Removed.
7085 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
7086
7087 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
7088
7089Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7090
7091 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
7092 names.
7093
7094Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7095
7096 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
7097
7098Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
7099
7100 * configure.in (i[345]86-*-win32): Always build newlib.
7101 Don't configure cvs, autoconf or texinfo.
7102 * Makefile.in (LD_FOR_TARGET): New.
7103 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
7104 Pass down LD_FOR_TARGET.
7105
7106Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
7107
7108 * winsup: New directory.
7109 * Makefile.in: Build winsup.
7110 * configure.in: Winsup is configured when target is win32.
7111 Can only build win32 target GDB when native.
35590697 7112
252b5132
RH
7113Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
7114
7115 * config.guess: Recognize HP model 819 machines as having
7116 a PA 1.1 processor.
7117
7118Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
7119
7120 * configure: Fix sed loop which substitutes for CC and CXX to
7121 avoid bug found in various sed implementations.
7122
7123Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7124
7125 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
7126 simulator. Use standard powerpc-*-eabi*.
7127
7128Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
7129
7130 * configure.in: Stop putting gas and binutils in noconfigdirs for
7131 powerpc-*-aix* and rs6000-*-*.
7132
7133Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
7134
7135 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
7136 -mcall-aixdesc libraries.
7137
7138Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
7139
7140 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7141
7142 * config.sub (arm | armel | armeb): Fix shell syntax.
7143
7144Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7145
7146 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
7147 -msoft-float and -mcpu=common support.
7148 (powerpc*-*-eabisim*): Add support for building -mcall-aix
7149 libraries.
7150
7151Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
7152
7153 * configure.in: Allow configuration and build of emacs19 for the alpha.
7154
7155Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7156
7157 * configure.in (CC): Get ^CC, not just any old CC, from
7158 ${host_makefile_frag}.
7159
7160Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7161
35590697 7162 * configure.in (CC): Try to get CC from
252b5132
RH
7163 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
7164
7165Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7166
7167 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
7168 only if it exists in $(srcdir).
7169
7170Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
7171
7172 * configure: If CC and CXX are not set in the environment, set
7173 them, based on either an existing Makefile or on searching for gcc
7174 in PATH. Substitute for CC and CXX in Makefile.
7175 * configure.in: Remove libm from target_libs. Separate
7176 target_configdirs from configdirs. If CC is not set in
7177 environment, try to get it from a host Makefile fragment. Rewrite
7178 changes of configdirs to use skipdirs instead. A few minor
7179 tweaks. Take directories out of target_configdirs as they are
7180 taken out of configdirs. Remove existing Makefile files from
7181 subdirectories. Substitute for TARGET_CONFIGDIRS and
7182 CONFIG_ARGUMENTS in Makefile.
7183 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
7184 by configure.in.
7185 (CONFIG_ARGUMENTS): Likewise.
7186 (CONFIGURE_TARGET_MODULES): New variable.
7187 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
7188 ($(CONFIGURE_TARGET_MODULES)): New target.
7189 (configure-libg++, configure-libio): New targets.
7190 (all-libg++): Depend upon configure-libg++.
7191 (all-libio): Depend upon configure-libio.
7192 (configure-libgloss, all-libgloss): New targets.
7193 (configure-libstdc++): New target.
7194 (all-libstdc++): Depend upon configure-libstdc++.
7195 (configure-librx, all-librx): New targets.
7196 (configure-newlib): New target.
7197 (all-newlib): Depend upon configure-newlib
7198 (configure-xiberty): New target.
7199 (all-xiberty): Depend upon configure-xiberty.
7200
7201Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7202
7203 * configure.in (host i[345]86-*-win32): Expand the
7204 noconfigdirs again.
7205
7206Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
7207
7208 * mpw-configure: Fix sed command file name.
7209
7210Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
7211
35590697 7212 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
7213 noconfigdirs again.
7214
7215Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
7216
7217 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
7218 or powerpc*-*-pe*, since they are not yet supported.
7219
7220Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
7221
7222 Add PowerMac support and many other enhancements.
7223 * mpw-configure: New option --cc to select compiler to use,
7224 paste options set according to --cc into the generated
7225 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
7226 if mpw-make.sed is present.
7227 * mpw-config.in: Don't test for gC1, test for mpw-touch,
7228 add forward includes for PowerPC include files.
7229 * mpw-build.in: Build using Makefile.PPC if present.
7230 (do-byacc, etc): Remove separate version resource builds.
7231 (do-gas): Build "stamps" before "all".
7232 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
7233 * mpw-README: Update to reflect --cc option, PowerMac support,
7234 and recently-reported compatibility problems.
7235
7236Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
7237
7238 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
7239 embedded m68k systems (-aout, -coff, -elf, -vxworks).
7240 (--with-multilib-top): Pass to recursive invocations.
7241
7242Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
7243
7244 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
7245 v810-*-*.
7246
7247Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7248
7249 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
7250 gdb, ld and opcodes on v810-*-*.
7251
252b5132
RH
7252Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
7253
7254 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
7255 (local-maintainer-clean): New target.
7256 (maintainer-clean): New target.
7257 (realclean): Just depend upon maintainer-clean.
7258
7259Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7260
7261 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
7262
7263Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
7264
7265 * configure.in: Build ld in mips*-*-bsd* case.
7266
7267Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
7268
7269 * config.sub: Accept -lites* OS. From Ian Dall.
7270
7271Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
7272
7273 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 7274 targets.
252b5132
RH
7275
7276Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7277
7278 * configure.in: treat i386-win32 canadian cross the same as
7279 i386-go32 canadian cross.
7280
7281Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7282
7283 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
7284 running under the simulator to build a reduced set of libraries.
7285 (powerpc-*-eabiaix): Add fine grained multilib support added to
7286 other powerpc targets yesterday.
7287
7288Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7289
7290 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
7291 -disable-softfloat, -disable-relocatable, -disable-aix, and
7292 -disable-sysv to control which multilib libraries get built.
7293
7294Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
7295
7296 * configure: Add Makefile.tem to list of files to remove in trap
7297 handler.
7298
7299Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
7300
7301 * config.guess (*Linux*): Add missing "exit"s.
7302 Also, need specific check for alpha-unknown-linux (uses COFF).
7303
7304Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
7305
7306 * config.guess: Merge with FSF:
7307
7308 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
7309 * config.guess (AIX4): More robust release numbering discovery.
7310
7311 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
7312 * config.guess (i386-sequent-ptx): Properly get version number.
7313
7314 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
7315 * config.guess (mips:*:4*:UMIPS): New case.
7316
7317Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
7318
7319 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
7320 (i386-win32 host): Likewise. Don't build readline.
7321
afb8d725
JM
7322Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
7323
7324 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
7325 SUPPORT_FILES to submakes.
7326
252b5132
RH
7327Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
7328
7329 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
7330 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
7331 mpw-configure.
7332
7333Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
7334
7335 * configure.in (appdirs): Use =, not ==, in test expression when
7336 trying to build the text to print in the warning message for
7337 Solaris users.
7338
7339Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
7340
7341 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
7342
7343Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7344
7345 * config.guess: Recognize lynx-2.3.
7346
7347Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
7348
7349 * config.sub (z8ksim): Deleted
7350 (z8k-*-coff): New, this is the one true name of the target.
7351
7352Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
7353
7354 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
7355
7356Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
7357
7358 * config.guess (*:Linux:*:*): First try asking the linker what the
7359 default object file format is (elf, aout, or coff). Then if this
7360 fails, try previous methods.
7361
7362Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7363
7364 * configure.in: Don't build newlib for *-*-vxworks5.1.
7365
7366Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
7367
7368 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
7369 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
7370
7371Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
7372
7373 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
7374
7375Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
7376
7377 * cfg-ml-com.in: New file.
7378 * cfg-ml-pos.in: New file.
7379
7380Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7381
7382 * COPYING.NEWLIB: Add HP free copyright to list.
7383
7384Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7385
7386 * config.sub: Recognize -eabi* for the system, not just -eabi.
7387
7388Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
7389
7390 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
7391 * config.sub, configure.in (win32): New target and host.
7392
7393Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
7394
7395 * configure.in: Add i386-pe configuration.
7396
7397Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
7398
7399 * mpw-build.in (install): Install GDB after LD.
7400
7401Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
7402
7403 * mpw-config.in (elf/mips.h): Always forward-include, needed
7404 for GDB to build.
7405
7406Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
7407
7408 * testsuite: New directory for customer acceptance and whole tool
7409 chain tests.
7410
7411Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
7412
7413 * configure: If per-host line isn't found, but AC_OUTPUT is found
7414 and a configure script exists, run it instead.
7415
7416Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
7417
7418 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
7419
7420Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
7421
7422 * configure: Set build_{cpu,vendor,os,alias} to host values when
7423 --build isn't specified.
7424
7425Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7426
7427 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
7428 (FLAGS_TO_PASS): Pass them.
7429 (EXTRA_TARGET_FLAGS): Ditto.
7430
252b5132
RH
7431Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
7432
7433 * Makefile.in (all-libg++): Depend on all-libstdc++.
7434
7435Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7436
7437 * configure.in (noconfigdirs): Enable all packages for
7438 i386-unknown-netbsd.
7439
7440Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
7441
7442 * configure.in (noconfigdirs): Don't configure tk for i386-go32
7443 hosted builds (DOS builds)
7444
7445Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
7446
7447 Changes for ARM based on patches from Richard Earnshaw:
7448 * config.sub: Handle armeb and armel.
7449 * configure.in: Omit arm linker only for riscix.
7450
7451Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
7452
7453 * config.guess: Update from FSF.
7454
7455Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
7456
7457 * config.sub: Recognize powerpcle as the little endian varient of
7458 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
7459 powerpcle variant. Convert pentium into i586, not i486. Add p5
7460 alias for i586. Map new x86 variants p6, k5, nexgen into i586
7461 temporarily.
7462
7463Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
7464
7465 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
7466
7467Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
7468
7469 * config.sub: Accept -lites* as a basic system type.
7470
7471Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
7472
7473 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
7474 installed, and if so return linuxoldld as the system name.
7475
7476Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
7477
7478 * config.guess: Add hppa1.1-hp-lites support.
7479
7480Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
7481
7482 * configure.in: Don't build newlib for m68k-vxworks5.1.
7483
7484Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
7485
7486 * configure.in (mips-sgi-irix6): Use mh-irix5.
7487
7488Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
7489
7490 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
7491
7492Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7493
7494 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 7495 OSF/1. Fix compiler flags.
252b5132
RH
7496 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
7497
7498Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
7499
7500 * configure.in: Recognize --with-newlib.
7501 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
7502
afb8d725
JM
7503Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7504
7505 * Makefile.in: move {all,check,install}-gdb from *_MODULES
7506 to *_X11_MODULES due to gdbtk needing X include files et al.
7507
252b5132
RH
7508Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
7509
7510 Merge in support for Mac MPW as a host.
7511 (Old change descriptions retained for informational value.)
7512
7513 * mpw-config.in: Add generic include forwards for cpu-specific
7514 include files in aout and elf directories.
7515
7516 * mpw-configure: Added copyright.
7517 * mpw-config.in: Check for presence of required build tools.
7518 (target_libs): Add newlib.
7519 (target_tools): Add examples.
7520 (Read Me): Generate as "Read Me for MPW" instead.
7521 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
7522 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
7523 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
7524
7525 * mpw-configure: Remove subdir-specific makefile hackery,
7526 delete mk.tmp after using it.
7527
7528 * mpw-build.in (all): Display start and end times.
7529
7530 * mpw-configure (host_canonical): Set.
7531 (target_cpu): Always add to makefiles.
7532 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
7533 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
7534 (mpw-mh-mpw): Look for in srcdir and srcroot.
7535 Use sed instead of mpw-edit-prefix to edit prefix definitions.
7536
7537 * mpw-build.in: (install-only): New target.
7538
7539 * mpw-configure (host_alias, target_alias): Rename from hostalias
7540 and targetalias, add into generated Makefile.
7541 (mk.tmp): If present, add into generated Makefile.
7542 * mpw-build.in (all-gas): Build config.h first before gas proper.
7543
7544 * mpw-configure (config.status): Write only if changed.
7545 * mpw-config.in (readline): Configure it (not built, just used for
7546 definitions).
7547
7548 * mpw-config.in (elf/mips.h): Add a forward include.
7549
7550 * mpw-config.in: Forward-include most .h files in include into
7551 extra-include.
7552 (readline): Don't build.
7553 mpw-build.in (install): Install GDB.
7554
7555 * mpw-configure (prefix, mpw_prefix): Handle it.
7556 * mpw-config.in (mmalloc, readline): Don't configure.
7557 * mpw-build.in (thisscript): Rename to ThisScript.
7558 Use mpw-build instead of BuildProgram everywhere.
7559 (mmalloc, readline): Don't build.
7560 * mpw-README: New file, basic documentation about the MPW port.
7561
7562 * mpw-config.in: Use forward-include to create include files.
7563
7564 * mpw-configure: Add more things to the top of each configured
7565 Makefile, including contents of config/mpw-mh-mpw.
7566 * mpw-config.in (extra-include): Create this directory and fill it
7567 with Posix-like include files when configuring.
7568
7569 * config.sub (apple, mac, mpw): Add various aliases.
7570
7571 * mpw-build.in: New file, top-level build script fragment for MPW.
7572 * mpw-configure: New file, configure script for MPW.
7573 * mpw-config.in: New file, config fragment for MPW.
7574
7575Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7576
7577 * configure.in (host_libs): Remove glob, since it is gone from the
7578 sources.
7579
7580Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7581
7582 * Makefile.in: define empty GDB_NLM_DEPS var.
7583
7584 * configure.in(target_makefile_frag): use config/mt-netware
7585 for netware targets.
7586
7587Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
7588
7589 * config.sub: Merge in recent FSF changes. Remove linux special
7590 cases.
7591
7592Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7593
4bddf3ad 7594 Revert this change:
252b5132
RH
7595
7596 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
7597
7598 * build-all.mk: Use CC=cc -Xs on Solaris.
7599
252b5132
RH
7600Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7601
7602 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
7603 stop using it.
7604 * Makefile.in: Nuke all references to glob subdirectory.
7605
7606Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7607
7608 * configure.in: Fix --enable-shared logic in per-host.
7609
7610Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
7611
7612 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
7613
7614Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7615
7616 * configure.in (noconfigdirs): Don't build gas on AIX, for
7617 powerpc*-*-aix* as well as for rs6000*-*-aix*.
7618
7619Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
7620
7621 * configure: Fix --cache-file to work if the file argument is a
7622 relative path.
7623
7624Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
7625
7626 * configure: If the --cache-file is used, pass it down to
7627 configure in subdirectories.
7628
7629Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
7630
7631 * config.sub: add vxworks29k configuration.
7632
7633Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
7634
7635 * Makefile.in (taz): Do "diststuff" part quietly.
7636
7637Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
7638
7639 * config.sub: Mini-merge with gcc/config.sub.
7640
7641Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
7642
7643 * config.guess (IRIX): Sed - to _.
7644
7645Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7646
7647 * Makefile.in (source-vault, binary-vault): New targets.
7648
7649Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
7650
7651 * config.sub: Recognize -eabi as a basic system type.
7652
7653Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7654
7655 * configure.in (enable_shared stuff): Fix typo.
7656
7657Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
7658
7659 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
7660
7661Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7662
7663 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
7664
7665Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7666
7667 * configure.in (rs6000-*-*): Don't build gas.
7668
7669Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
7670
7671 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
7672 reduce command line length.
7673 (AS_FOR_TARGET): Check for as.new, not Makefile.
7674 (NM_FOR_TARGET): Check for nm.new, not Makefile.
7675
7676Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
7677
7678 * config.guess: Merge from FSF.
7679
7680Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
7681
7682 * configure: Don't use $ when handling program_suffix.
7683
7684Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
7685
7686 * configure.in: Configure tk for hppa/hpux.
7687
7688Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
7689
7690 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
7691
7692Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
7693
7694 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
7695 to LIBCXXFLAGS. Tests are better run without it.
7696
7697Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
7698
7699 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
7700
7701Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
7702
7703 * configure.in (*-*-netware*): Don't configure xiberty.
7704
7705Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
7706
7707 * configure.in: Remove tk from native_only list.
7708
7709Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
7710
7711 * build-all.mk: Add mips-ncd-elf target to sun4 targets
7712 for special NCD build.
7713
7714Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
7715
7716 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
7717 makeall.bat, they're only useful for binutils snapshots.
7718 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
7719 makeall.bat to specified SUPPORT_FILES.
7720
7721Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
7722
7723 * build-all.mk: Add Ericsson targets to sun4 and solaris
7724 hosts. Add BNR's sun4 target to solaris host, so their
7725 build-from-source will be tested in-house first.
7726
7727Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
7728
7729 * Makefile.in (LIBCFLAGS): New variable.
7730 (CFLAGS_FOR_TARGET): Ditto.
7731 (LIBCFLAGS_FOR_TARGET): Ditto.
7732 (LIBCXXFLAGS): Ditto.
7733 (CXXFLAGS_FOR_TARGET): Ditto.
7734 (LIBCXXFLAGS_FOR_TARGET): Ditto.
7735 (BASE_FLAGS_TO_PASS): Pass them.
7736 (EXTRA_TARGET_FLAGS): Ditto.
7737
4bddf3ad 7738 * configure.in: Support --enable-shared.
252b5132
RH
7739
7740Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
7741
7742 * configure.in (target_libs): Include libstdc++ again.
7743 * config.guess: Update from FSF (for FreeBSD).
7744
7745Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
7746
7747 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
7748 makeall.bat.
7749 (DISTDOCDIRS): Add `etc'.
7750 (ETC_SUPPORT_PFX): New variable.
7751 (taz): Include anything from etc starting with a word in
7752 ETC_SUPPORT_PFX.
7753
7754Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
7755
7756 * config.sub: Update for recent FSF changes. Remove obsolete
7757 h8300hds entry. Add -windows* and -osx as basic os. Minor
7758 spacing changes.
7759
7760Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
7761
7762 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
7763
7764 * config.guess: Merge with FSF.
7765 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
7766
7767Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
7768
7769 * configure: Since the "trap 0" handler will override the exit
7770 status on many systems, only use it for "exit 1", and make it set
7771 a non-zero exit status; reset it before "exit 0". Also, check
7772 exit status of config.sub, and error out if it failed.
7773
7774Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
7775
7776 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
7777 and install libgloss.
7778
7779Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
7780
7781 * Makefile.in (all-binutils): Depend upon all-byacc.
7782
7783 * configure.in: Don't build emacs on Irix 5.
7784
7785Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7786
7787 * configure.in (*-*-netware*): Add libio.
7788
7789Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
7790
7791 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
7792 (CHECK_TARGET_MODULES): Ditto.
7793 (INSTALL_TARGET_MODULES): Ditto.
7794 (TARGET_LIBS): Ditto.
7795 (all-libstdc++): Note dependencies.
7796
7797Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
7798
7799 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
7800
7801Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
7802
7803 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
7804 -fexternal-templates.
7805
7806 * configure.in (target_libs): Add libstdc++.
7807 (noconfigdirs): Add libstdc++ as appropriate.
7808
7809Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
7810
7811 * config.guess: Update from FSF.
7812
7813Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
7814
7815 * configure: Use ${config_shell} when running ${configsub}.
7816
7817Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
7818
7819 * config.sub: No longer recognize h8300h.
7820
7821Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
7822
7823 * config.sub: Remove extraneous differences between config.sub and
7824 gcc/config.sub.
7825
7826Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
7827
7828 * Makefile.in (DISTSTUFFDIRS): Add gas.
7829
7830Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
7831
7832 * COPYING.NEWLIB: New file.
7833
7834Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
7835
7836 * config.guess (HP-UX): Patch from Harlan Stenn
7837 <harlan@landmark.com> to also emit release level.
7838
7839Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
7840
7841 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
7842
7843Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
7844
7845 * config.sub: Merge nextstep cleanup from FSF.
7846
7847Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
7848
7849 * configure.in (arm-*-*): Don't configure ld for this target.
7850
7851Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7852
7853 * configure.in (*-*-netware): don't configure libg++, libio,
7854 librx, or newlib.
7855
7856Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7857
7858 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
7859 configure ld--it works, but it doesn't support shared libraries.
7860
7861Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
7862
7863 * config.guess (*-unknown-freebsd*): Get rid of possible
7864 trailing "(Release)" in version string.
7865 Patch from Paul Richards <paul@isl.cf.ac.uk>.
7866
7867Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
7868
7869 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
7870 Fix type: *-next-neststep -> *-next-nextstep.
7871
7872 * config.guess: Merge from FSF:
7873
7874 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
7875
7876 * config.guess: Recognize powerpc-ibm-aix3.2.5.
7877
7878 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
7879
7880 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
7881 instead of UNIX_SV for UnixWare 1.0).
7882
7883Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
7884
7885 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
7886 to make gdb/nlm/* build after the compiler and linker.
7887
7888Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
7889
7890 * config.guess (netbsd, freebsd, linux): Accept any machine,
7891 not just i[34]86.
7892 (m68k-atari-sysv4): Relocate to match FSF version.
7893
7894 * config.guess: More merges from the FSF:
7895
7896 Add a space before function call or macro invocation.
7897
7898 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7899
7900 * config.guess: Add trap cmd to remove dummy.c and dummy when
7901 interrupted.
7902
7903 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7904
7905 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
7906 (dummy): Redirect stderr from compilation of dummy.c.
7907
7908 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
7909
7910 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
7911
7912Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
7913
7914 * configure: Accept and ignore --cache*, for compatibility with
7915 new autoconf.
7916
7917Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
7918
7919 * config.guess: Merge from FSF:
7920
7921 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7922
7923 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
7924 (PATH): Add /.attbin at end for finding uname.
7925 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
7926
7927 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
7928
80413487 7929 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
7930
7931 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
7932
80413487
RH
7933 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
7934 to select whether to use ELF or COFF.
252b5132
RH
7935
7936 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7937
80413487 7938 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
7939
7940 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7941
7942 * config.guess: Guess the OS version for HPUX.
7943
7944 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7945
7946 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
7947
7948Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7949
7950 * configure.in: Recognize --with-headers, --with-libs, and
7951 --without-newlib.
7952 * Makefile.in (all-xiberty): Depend upon all-ld.
7953
7954Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7955
7956 * configure.in: Change i[34]86 to i[345]86.
7957
7958Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7959
7960 * configure (version): A few more tweaks to help message.
7961
7962Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
7963
7964 * Makefile.in: Remove (for now) librx as a host library,
7965 now that we're building it for target.
7966
7967Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7968
7969 * configure: Fix up help message; from karl@owl.hq.ileaf.com
7970 (Karl Berry).
7971
7972Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
7973
7974 * configure.in: Also configure librx.
7975
7976Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
7977
7978 * Makefile.in: Update various rules to reflect that librx
7979 is now needed for libg++.
7980
7981Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7982
7983 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
7984
7985Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7986
7987 * configure.in: Configure the examples directory.
7988
7989Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7990
7991 * configure: Simplify Jun 2 1994 change.
7992
7993Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
7994
7995 * change CC to /usr/latest/bin/gcc for lynx host builds, since
7996 /bin/gcc isn't good enough to build gcc.
7997
7998Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
7999
8000 * Makefile.in (GDB_SUPPORT_FILES): Remove
8001 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
8002 (gdb.tar.gz): Add new rule to use standard distribution building
8003 mechanism.
8004
8005Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8006
8007 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
8008 Bill Cox <bill@cygnus.com>.
8009
8010Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
8011
8012 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
8013
8014Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
8015
8016 * configure: Search current dir first in .gdbinit.
8017
8018Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
8019
8020 * config.sub: Recognize freebsd (merged from gcc config.sub).
8021
8022Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
8023
8024 * config.sub: Refer to NeXT's operating system as nextstep.
8025
8026 * config.sub (case $basic_machine): Re-order the cases, to match
8027 the order in the FSF version (which is mostly alphabethical).
8028 Merge in some additions and changes from the FSF.
8029
8030Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
8031
8032 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
8033 * config.sub: Recognize cxux7.
8034 * configure.in: Use mh-cxux for m88k-harris-cxux*.
8035
8036Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
8037
8038 * config.sub: Fix typo powerpc -> powerpc-*.
8039
8040Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
8041
8042 * Makefile.in: `all-emacs19' depends on `all-byacc'.
8043
8044 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
8045 parallel with all-emacs and install-emacs). Top-level command
8046 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
8047
8048Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8049
8050 * test-build.mk ($(host)-stamp-stage2-installed): Remove
8051 $(relbindir)/make before doing ``make install'', and use
8052 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
8053 installing over running make binary.
8054 ($(host)-stamp-stage3-installed): Likewise.
8055
8056Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8057
8058 * config.guess: Recognize Mach.
8059
8060Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8061
8062 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
8063 see whether --exec-prefix was used.
8064
8065Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
8066
8067 * README: Explicitly mention libg++/README. (Zoo's idea.)
8068
8069Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8070
8071 * Makefile.in: Add all-librx target similar to all-libproc.
8072
8073Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
8074
8075 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
8076 with post 1.2 uname bogosity.
8077
8078Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8079
8080 * configure: Remove temporary files on receipt of a signal.
8081
8082Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
8083
8084 * configure: If there is a package_makefile_frag, remove
8085 ${subdir}/Makefile.tem after copying it in.
8086
8087Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
8088
8089 * build_all.mk: support rs6000 lynx identifies itself as
8090 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
8091 since /bin/gcc is too feeble to compile a modern gcc.
8092
8093Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
8094
8095 * brought devo/test-build.mk update-to-date with progressive/
8096 test-build.mk. Add lynx targets and hppa flag info.
8097
8098Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
8099
8100 * configure.in: Use mh-ncrsvr43. Patch from
8101 Tom McConnell <tmcconne@sedona.intel.com>.
8102
8103Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
8104
8105 * config.guess (i386-unknown-bsdi): No longer need to
8106 check #if defined(__bsdi__) && defined(__i386__).
8107
8108Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8109
8110 * configure: Set program_transform_nameoption correctly.
8111
8112Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
8113
8114 * brought build-all.mk update-to-date with progressive build-all.mk,
8115 added new targets and hppa info.
35590697 8116
252b5132
RH
8117Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8118
8119 * configure: If config.guess result is a prefix of the user
8120 specified target, assume a native build and use the user specified
8121 target as the host alias. Remove SunOS patch suffix removal hack.
8122 * configure.in: Remove SunOS patch suffix removal hack.
8123
8124 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
8125 in NATIVE_CHECK_MODULES.
8126
8127Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
8128
8129 * Makefile.in: Rename HOST_ONLY to NATIVE.
8130 * configure: Delete SunOs patch suffix from host_canonical
8131 and build_canonical variables that are prepended to Makefiles.
8132 * configure.in: Add comments for easier maintenance.
8133
8134Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8135
8136 * Makefile.in: Add all-libproc target similar to all-gui.
8137
8138Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
8139
8140 * Makefile.in (CHECK_MODULES): split into
8141 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
8142
8143Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
8144
8145 * config.guess (i386-unknown-bsdi): New system to guess.
8146
8147Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8148
8149 * Makefile.in: Add all-gui target (but not yet build by "all").
8150
8151Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
8152
8153 * config.sub: Move deletion of patch suffix from here...
8154 * configure.in: To here, at Ian's suggestion. The top-
8155 level scripts might need to know of a patch level.
8156
8157Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
8158
8159 * config.sub: Strip off patch suffix so rtl is recognized
8160 as a sunos4.1.3 machine, even though it's been patched.
8161
8162Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
8163
8164 * Makefile.in (INSTALL_LAST): Delete.
8165 (INSTALL_DOSREL): New.
8166
8167Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8168
8169 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
8170 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
8171 whether we pass down --with-gnu-ld anyhow.
8172
8173Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
8174
8175 * Makefile.in (INSTALL_LAST): Change operation so it works
8176 on more flavors of make.
8177 * configure.in (go32): Don't build libg++ or libio.
8178
8179Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
8180
8181 * Makefile.in (Move HOST_PREFIX_1 and friends up so
8182 they can be overriden by templates.
8183
8184Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
8185
8186 * configure.in (target==go32): Don't build gdb.
8187 * dosrel: New directory.
8188
8189Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
8190
8191 * configure.in (host==go32): Configure dosrel too.
8192 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
8193 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
8194 be set by incoming names or templates.
8195 (INSTALL_LAST): New rule.
252b5132
RH
8196
8197Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
8198
8199 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
8200
8201Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
8202
252b5132
RH
8203 * configure.in (appdirs): New variable. Currently empty, but will
8204 be used in gas distribution. If nonempty, lists a set of
8205 directories at least one of which must get configured, or top
8206 level configuration is considered to have failed.
8207 (rs6000-*-lynxos*): Use new file name.
8208
8209Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8210
8211 Eliminate XTRAFLAGS.
8212 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
8213 newlib include files using -idirafter, and also use -nostdinc.
8214 (CXX_FOR_TARGET): Likewise.
8215 (XTRAFLAGS): Removed.
8216 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
8217 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
8218 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
8219 ($(DO_X)): Don't pass down XTRAFLAGS.
8220
8221Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
8222
8223 * configure.in (mips*-dec-bsd*): New target; do build linker.
8224 (mips*-*-bsd*): New target; don't build linker.
8225
8226Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
8227
8228 * configure.in: support rs6000-*-lynxos* configuration.
8229 support sunos4 as a cross target.
8230
8231 * config.sub: look for lynx*, not lynx since the OS version may
8232 legitimately be part of the name.
8233
8234Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
8235
8236 * configure.in (i[34]86-*-sco*): Move to be with other i386
8237 targets.
8238 (romp-*-*): New target. Skip various binary utilities.
8239 (vax-*-*): New target. Don't build newlib.
8240 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
8241
8242Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8243
8244 * configure.in: Only set host_makefile_frag if config
8245 directory exists.
8246
8247Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8248
8249 * install.sh: If $dstdir exists, don't check whether each
8250 component does.
8251
8252Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8253
8254 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
8255
8256Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
8257
35590697
AJ
8258 * configure.in (*-*-lynxos*): Don't configure newlib for either
8259 native or cross Lynx.
252b5132
RH
8260
8261Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
8262
8263 * config.sub (sparc64-elf): Fix os.
8264 (z8k): Remove duplicate.
8265
8266Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8267
8268 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
8269 gcc/stmp-fixproto, to try to prevent fixproto from being run.
8270
8271Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
8272
8273 * configure: Make file links cleanly even if Lynx fails on
80413487 8274 an NFS symlink (at least fail cleanly).
252b5132
RH
8275
8276Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
8277
8278 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
8279 -XNh2000.
8280
8281Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8282
8283 * configure: Unknown options are fatal again.
8284
8285Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
8286
8287 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 8288 compatibility.
252b5132
RH
8289
8290Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
8291
8292 * build-all.mk: Add `clean' target.
8293
8294Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8295
8296 * config.guess: Add SINIX support.
8297 * configure.in: Add mips-*-sysv4* support.
8298
8299Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
8300
8301 * build-all.mk: Document all useful targets.
8302 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
8303 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
8304
8305Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8306
8307 * configure: Support --silent, --quiet.
8308
8309Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8310
8311 * configure: Support --disable-FEATURE.
8312
8313Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8314
8315 * config.guess: Recognize NCR running SVR4.3.
8316
8317Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
8318
8319 * config.guess: Make BSDI generate i386-unknown-bsd386.
8320 Patch from Paul Eggert <eggert@twinsun.com>.
8321
8322Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8323
8324 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
8325
8326Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8327
8328 * configure: Make unrecognized options give nonfatal warnings
8329 instead of fatal errors, and pass them to any subdirectory
8330 configures in case they recognize them.
8331 Make --x equivalent to --with-x.
8332
8333Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8334
8335 * configure: Add --enable-* options. Clean up usage message and
8336 some comments.
8337
8338Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
8339
8340 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
8341
8342Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8343
8344 * configure.in (hppa*-*-*): Enable binutils.
8345
8346Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8347
8348 * config.sub: Recognize cisco.
8349
8350Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
8351
8352 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
8353
8354Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8355
8356 * config.guess: about target *-hitachi-hiuxwe2, don't print more
8357 than one configuration name. Add comment.
8358
8359Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
8360
8361 * config.guess: about target *-hitachi-hiuxwe2, fixed
8362 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
8363 macro is incorrect.]
8364
8365Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8366
8367 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
8368 than the "make ls" stuff which used to be here.
8369
8370Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
8371
8372 * config.guess: Recognize i[34]86-unknown-freebsd.
8373 From Shawn M Carey <smcarey@rodan.syr.edu>.
8374
8375Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
8376
8377 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
8378
8379Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8380
8381 * config.guess: Check for ptx.
8382
8383Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
8384
8385 * config.sub: Add os9k checking.
8386
8387Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8388
8389 * config.guess: Handle OSF1 running on HPPA processors
8390
8391Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
8392
8393 * configure: If subdir configure fails, print out a message with
8394 subdirectory name, in case subdir's configure code didn't identify
8395 itself.
8396
8397Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
8398
8399 * configure.in: Remove embedded newlines from configdirs.
8400 Avoid mismatches of substrings. Fix matching strings at end
8401 of configdirs.
8402
8403Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
8404
8405 * config.guess: Add Lynx/rs6000 config support.
8406
8407Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
8408
8409 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
8410
8411Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
8412
8413 * configure.in (hppa*-*-osf*): Treat this just like most other
8414 PA configurations (eg no binutils or ld).
8415 (hppa*-*-*elf*): These configurations have binutils and ld.
8416
8417Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8418
8419 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
8420
8421Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8422
8423 * configure.in (rs6000-*-*): Build gas.
8424
8425Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8426
80413487 8427 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
8428
8429Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8430
8431 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
8432 for GDB and GDB has been fixed to not need it.
8433
252b5132
RH
8434Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
8435
8436 * config.guess: Recognize vax hosts.
8437
8438Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
8439
8440 * configure (while loop): Don't use "break 2" inside case
8441 statement -- the case statement isn't an enclosing loop.
8442
8443Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
8444
8445 * config.guess: Clean up NeXT support, to allow nextstep
8446 on Intel machines. Make OS be nextstep.
8447
8448Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
8449
8450 * config.guess: Add alternate forms for Convex.
8451
8452Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
8453
8454 * configure: Completely rewrite option processing. Take
8455 advantage of pattern-matching to avoid invoking test frequently.
8456 Also clean up host and target defaulting logic.
8457
8458Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
8459
8460 * Makefile.in: Replace all occurrances of "rootme" with "r" and
8461 "$${rootme}" with "$$r", to increase the likelihood that the do-*
8462 commands (plus user environment) will fit SCO limits.
8463
8464Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8465
8466 * configure.in: Don't issue warnings about directories which are
8467 not being configured if -norecursion is set. Correct test for
8468 --with-gnu-as and --with-gnu-ld to not get confused by substring
8469 matches.
8470
8471 * configure.in: Don't build gas for alpha-dec-osf1*.
8472
8473Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
8474
8475 * configure: Back out Per's change of 12/19/1993. It changes the
8476 behavior of configure in unexpected and confusing ways.
8477
8478 Also, use different delim char when calculating
8479 program_transform_name so that the name can contain slashes.
8480
8481Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
8482
8483 * configure.in, config.sub: Add support for VSTa micro-kernel.
8484
8485Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8486
8487 * configure.in: Nuke hacks which were used to get a special
8488 version of GAS for HPPA configurations.
8489
8490Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
8491
8492 * configure: If only ${target_alias} is given, use that
8493 as the default for ${host_alias}.
8494 * configure: Add missing back-slashes before nested quotes.
8495
8496Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
8497
8498 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
8499
8500Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
8501
8502 * config.guess: Recognize some Tektronix configurations.
8503 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
8504
8505Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
8506
8507 * config.sub: Match any flavor of SH.
8508
8509Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
8510
8511 * configure.in: Don't try to configure newlib for Alpha.
8512
8513Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8514
8515 * configure.in: Don't build ld for Irix 5. Don't build gas,
8516 libg++ or libio for any Alpha target.
8517
8518 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
8519
8520Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
8521
8522 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
8523 default arguments -- so it tried to compress itself.
8524
8525Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
8526
8527 * configure.in (notsupp): ensure that a space is always at the end
8528 of the configdirs list, since the grep checks for an explicit space
8529
8530Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8531
8532 * configure.in (target i386-sysv4.2): don't build ld, since static
8533 versions of many libraries are not available.
8534
8535Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8536
8537 * config.guess: Recognize Apollos (using environment variables).
8538 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
8539
8540Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8541
8542 * config.guess: Recognize Sony news mips running newsos.
8543
8544Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
8545
8546 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
8547 "fi ; else" for bash.
8548
8549Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
8550
8551 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
8552
8553Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
8554
8555 * config.sub: accept unixware as an alias for svr4.2.
8556 Fix some inconsistancies with the gcc version.
8557
8558Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8559
8560 * Makefile.in (DISTDOCDIRS): Add gdb.
8561
8562Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
8563
8564 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
8565
8566Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
8567
8568 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
8569 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
8570 this now.
8571
8572Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8573
8574 * config.sub: Accept hiux* as an OS name.
8575
8576 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
8577 etc/make-stds.texi. The underscore came from gcc, and dje now
8578 agrees that RUNTESTFLAGS is the correct name.
8579
8580Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
8581
8582 * install.sh: Remove 'set -e'. It makes any conditionals
8583 in the script useless.
8584
8585 * config.guess: Automatically recognize arm-acorn-riscix
8586 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
8587
8588Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
8589
8590 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
8591
8592Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
8593
8594 * Makefile.in (DISTDOCDIRS): New variable.
8595 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 8596 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
8597
8598Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8599
8600 * configure.in (hppa target): check the source directory for the
8601 pagas sub-directory
8602
8603Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
8604
8605 * config.sub: Allow -aout* and -elf*.
8606
8607Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
8608
8609 * configure.in: Don't build ld on i386-solaris2, same as for
8610 sparc-solaris2.
8611
8612Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
8613
8614 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
8615
8616Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8617
8618 * configure.in: Configure gdb for alpha.
8619
8620Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8621
8622 * Makefile.in (CXXFLAGS): Add -O.
8623
8624Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8625
8626 * config.guess: added support for DG Aviion
8627
8628Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
8629
8630 * configure.in: Produce warning message for subdirectories not
8631 configurable for this host/target combination. Don't try to
8632 configure gdb for vms.
8633
8634Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
8635
8636 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
8637 appropriate files before making "diststuff".
8638 (DISTBISONFILES): New var: list of files to be edited.
8639 (DISTSTUFFDIRS): Add binutils.
8640
8641Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8642
8643 * config.sub: also handle mipsel and mips64el (for little endian mips)
8644
8645Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8646
8647 * configure.in: Add * to end of all OS names.
8648
8649Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
8650
8651 * configure.in: Build newlib for LynxOS native.
8652
8653Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8654
8655 * config.guess: Add support for delta 88k running SVR3.
8656
8657 * configure.in: Add comment about HP compiler vs. emacs.
8658
8659Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8660
8661 * configure.in: don't build ld on solaris2 (not a viable option
8662 due to bugs in getpwnam & getpwuid)
8663
8664Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
8665
8666 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
8667 config.guess will produce a full version number.
8668
8669Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8670
8671 * configure.in: Build linker and binutils for alpha-dec-osf1.
8672
8673Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8674
8675 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
8676 and gdb/testsuite/Makefile.in.
8677
8678Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8679
8680 * configure.in: recognize mips*- instead of mips-
8681
8682Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
8683
8684 * config.sub: Accept linux*coff and linux*elf as operating
8685 systems.
8686
8687Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8688
8689 * config.sub: Recognize mips64, and mips3 as an alias for it.
8690
8691Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8692
8693 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
8694 gdb knows how to handle OSF/1 shared libraries.
8695
8696Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8697
8698 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
8699 * config.guess: Recognize Hitachi's HIUX.
8700 * config.sub: Recognize h3050r* and hppahitachi.
8701 Remove redundant cases for hp9k[23]*.
8702
8703Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8704
8705 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
8706 if gas and ld are in the source tree and are in ${configdirs}.
8707 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 8708 --with options (but still pass them down on the command line,
252b5132
RH
8709 if they were explicitly specified).
8710
8711Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8712
8713 * configure: substitute SHELL value in Makefile.in with
8714 ${CONFIG_SHELL}
8715
8716Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8717
8718 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
8719 *-*-solaris2* targets.
8720
8721Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8722
8723 * Makefile.in: define M4, and pass it down to sub-makes;
8724 all-autoconf now depends on all-m4
8725
8726Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8727
8728 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
8729 presence of {ar,ranlib} instead of a configured directory
8730
8731Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8732
8733 * config.guess: Accept 34?? as well as 33?? for NCR.
8734
8735Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8736
8737 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
8738 of 'gas' in sed commands, since 'gash' is now in the tree as well.
8739
8740Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8741
8742 * configure: grab values for $(CC) and $(CXX) from the
8743 environment, so that someone can do "CC=gcc configure; make" and
8744 have it work right (matching the way that autoconf works now)
8745
8746 * configure.in, Makefile.in: add support for gash, the tcl
8747 interface to Galaxy
8748
8749 * config.guess: add NetBSD variants (hp300, x86)
8750
8751Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
8752
8753 * install.sh: Support -d option (in the manner of SunOS 4 install,
8754 as it is more deterministic than that of GNU install)
8755 (chmodcmd): Set file to mode 755 by default (should also do default
8756 chgrp and chown, but I don't feel like dealing with that now)
8757
8758Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
8759
8760 * config.sub: Remove h8300hhms alias.
8761
8762Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8763
8764 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
8765
8766Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8767
8768 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
8769 as stmp-fixinc
8770
8771Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
8772
8773 * config.sub: recognize m88110-bug-coff.
8774
8775Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8776
8777 * Makefile.in (all-libio): all dependencies on the toolchain used
8778 to build this (gcc, gas, ld, etc)
8779
8780Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8781
8782 * config.guess: Deal with OSF/1 1.3 on alpha.
8783
8784Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8785
8786 * install.sh: add some 'else true' clauses for portability
8787
8788 * configure.in: don't build libio for h8[35]00-*-* targets
8789
8790Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
8791
8792 * Makefile.in: Add support for new libio.
8793
8794Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8795
8796 * install.sh: If one command fails, don't try the rest. Don't try
8797 to remove $dsttmp (via trap) unless we have already created it.
8798 If $src doesn't exist, detect it and exit with an error.
8799
8800 * config.guess: Recognize BSD on hp300.
8801
8802Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
8803
8804 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
8805 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
8806
8807Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
8808
8809 * Makefile.in (all-send-pr): depends on all-prms
8810
8811Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8812
8813 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
8814
8815Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8816
8817 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
8818 Added test for mips-mips-riscos5.
8819
8820Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8821
8822 * configure.in: use mh-hp300 for 68k HP hosts
8823
8824Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8825
8826 * configure: add support for CONFIG_SHELL, so that you can use
8827 some alternate shell for evaluating configure scripts
8828
8829Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
8830
8831 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
8832 in configure script to bug-gdb@prep.ai.mit.edu when building
8833 distribution archive.
8834 * Makefile.in (COMPRESS): Remove def.
8835 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
8836 gdb.tar.Z and make-gdb.tar.Z respectively.
8837 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
8838 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
8839 to convergence with 'taz' target in Makefile.in.
8840
8841Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8842
8843 * install.sh (dsttmp): use trap to ensure that tmp files go
8844 away on error conditions
8845
8846Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8847
8848 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
8849
8850Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8851
8852 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
8853 its parent is '/' not ''.
8854
8855 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
8856
8857Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
8858
8859 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
8860 that ${newsrcdir}/configure.in does.
8861
8862Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8863
8864 * test-build.mk: support for CONFIG_SHELL
8865
8866Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
8867
8868 * config.sub (netware): Add as a basic system type.
8869
8870Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
8871
8872 * Makefile.in (Makefile): depend on configure.in. Also drop the
8873 $(srcdir)/ from the dependency on Makefile.in.
8874
8875Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
8876
8877 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
8878 (h8300hhms is temporary until multi-libraries are implemented).
8879 * configure.in: Handle h8300h too.
8880
8881Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8882
8883 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
8884
8885Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
8886
8887 * configure: Remove extraneous output when guessing host type.
8888 * config.guess: Remove extraneous output when guessing using C
8889 compiler rather than uname, or when guessing fails.
8890
8891Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
8892
8893 * Makefile.in: remove all.cross and install.cross targets
8894
8895 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
8896 definitions
8897
8898Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
8899
8900 * configure.in (target sh): Build gprof.
8901
8902Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8903
8904 * config.sub: change -solaris to -solaris2
8905
8906Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8907
8908 * configure.in: Use config/mh-riscos for mips-*-sysv*.
8909
8910Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
8911
8912 * configure: Correct error message for missing Makefile.in to
8913 print correct directory.
8914
8915Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8916
8917 * install.sh: kludge around 386BSD shell bug
8918
8919Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
8920
8921 * config.guess: Recognize NeXT.
8922 * config.guess: Recognize i486-ncr-sysv4.
8923 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
8924
8925Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
8926
8927 * Makefile.in (MAKEINFOFLAGS): New variable.
8928 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
8929 * build-all.mk, test-build.mk: Pass down --no-split as
8930 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
8931
8932Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
8933
8934 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
8935
8936Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
8937
8938 * Makefile.in (libg++.tar.z): New rule.
8939 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
8940 * Makefile.in (taz): Only do a single chmod.
8941
8942Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
8943
8944 * install.sh: don't use dirname anymore (replaced with sed usage)
8945
8946Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
8947
8948 * Makefile.in: Change extension for gzip'd files from '.z' to
8949 '.gz' per new FSF standard usage.
8950
8951Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
8952
8953 * configure: put quotes around the final value of program_transform_name
8954
8955Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8956
8957 * Makefile.in: new install.sh support; update install-info rules
8958
8959Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
8960
8961 * configure.in: Build diff for crosses, but not for go32 host.
8962
8963 * configure.in: Build gprof only for native, and don't build it
8964 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
8965
8966Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
8967
8968 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
8969
8970Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
8971
8972 * configure.in (host_tools): Add prms.
8973
8974Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8975
8976 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
8977 with $(FLAGS_TO_PASS) on the command line
8978
8979 * config.sub: Recognize lynx and lynxos
8980
8981Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
8982
8983 * config.sub: Accept -ecoff*, not just -ecoff.
8984
8985Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
8986
8987 * Makefile.in (taz): Use .gz suffix instead of .z.
8988 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
8989 names.
8990
8991Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8992
8993 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
8994
8995Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8996
8997 * Makefile.in (install-no-fixedincludes): install gcc last, so
8998 that rebuilds that might happen during 'make install' don't get
8999 bogus gcc include files
9000
9001Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9002
9003 Change from Utah for HPPA support:
9004 * config.guess: Recognize hppa1.x-hp-bsd.
9005
9006Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
9007
9008 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
9009 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
9010
9011Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
9012
9013 * config.sub: Add support for rom68k and bug boot monitors.
9014
9015Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
9016
9017 * Makefile.in: Make all-opcodes depend on all-bfd.
9018
9019Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
9020
9021 * config.guess: Added special check for i[34]86-univel-sysv4*.
9022
9023Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
9024
9025 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
9026 the processor rather than assuming i486.
9027
9028Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9029
9030 * config.guess: Recognize SunOS6 as Solaris3.
9031
9032Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
9033
9034 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
9035 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
9036
9037Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
9038
9039 * build-all.mk (all-cross): New target for Canadian Cross.
9040 Added Q2 go32 targets.
9041 * test-build.mk: Configure go32 cross sparclite-aout and
9042 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
9043 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
9044
9045Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9046
9047 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
9048 GO32 hosted toolchains
9049
9050Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
9051
9052 * configure: change so "-exec-prefix" gets passed down rather
9053 than "-exec_prefix" so autoconf generated Makefiles get the
9054 exec_prefix set right.
9055
9056Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9057
9058 * config.guess: get the Solaris2 minor version number
9059
9060 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
9061
9062Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
9063
9064 * config.guess: Recognize some Sequent platforms.
9065
9066Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9067
9068 * Makefile.in: added the vault-install target
9069
9070 * configure.in: actually use the Sun3 makefile fragment that's in
9071 config, also added the release dir to configdirs
9072
9073Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9074
9075 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
9076
9077Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9078
9079 * configure.in: remove some program from Alpha targetted toolchains
9080
9081Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
9082
9083 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
9084 gprof.
9085 (taz): Run "make diststuff" in those directories instead of "make
9086 proto-dir". Look for "VERSION=" only at start of line in subdir
9087 Makefile. Use "gzip -9" for compression.
9088 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
9089 (binutils.tar.z): New target.
9090
9091Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
9092
9093 * Makefile.in (taz): Include gpl.texinfo.
9094
9095Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
9096
9097 * Makefile.in (setup-dirs): Merged into "taz" target.
9098 (taz): Only do `proto-dir' stuff if a directory is actually needed
9099 for this target.
9100
9101Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
9102
9103 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
9104 (FLAGS_TO_PASS): Pass down MUNCH_NM.
9105 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
9106 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
9107 (gcc-no-fixedincludes): Correct for current gcc Makefile.
9108
9109Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
9110
9111 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
9112 config.sub, and move-if-change to gdb testsuite distribution
9113 archive, so the testsuite can be extracted, configured, and
9114 run separately from the gdb distribution. Blow away the Chill
9115 tests that require a Chill compiled executable, since GNU Chill
9116 is not yet publically available.
9117
9118Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9119
9120 * test-build.mk: set environment variables in a single command,
9121 instead of a list of assignments and exports
9122
9123 * config.guess: recognize Alpha/OSF1 systems
9124
9125Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9126
9127 * configure: Change help message to prefer --options rather than
9128 -options.
9129
9130Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9131
9132 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
9133 zippy@ecst.csuchico.edu.
9134 * config.guess: Recognize miniframe.
9135
9136Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
9137
9138 * Makefile.in: Use srcroot to find runtest rather than rootme.
9139 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
9140
9141Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
9142
9143 * test-build.mk: Extensive additions to support building on a
9144 machine other than the host.
9145
9146Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
9147
9148 * configure (tooldir): Fix for i386-aix again.
9149
9150Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
9151
9152 * configure, Makefile.in: Change definition of $(tooldir)
9153 to match the FSF.
9154
9155Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
9156
9157 * config.guess: Recognize i[34]86/SVR4.
9158
9159Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
9160
9161 * Makefile.in (all-gdb): gdb depends on sim.
9162
9163Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
9164
9165 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
9166 at the same time we make the prototype gdb directory.
9167 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
9168 files at the same time as the gdb base release distribution.
9169
9170Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
9171
9172 * Makefile.in (check): Use individual check targets rather than
9173 DO_X rule.
9174 (check-gcc): Added.
9175
9176Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
9177
9178 * config.sub: Use sysv3.2 not sysv32 for canonical OS
9179 for System V release 3.2.
9180
9181Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9182
9183 * config.sub: Recognize hppaosf.
9184 * configure.in: Do configure ld/binutils/gas for it.
9185
9186Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9187
9188 * configure (tooldir): Alter syntax used to set this, for systems
9189 where "\$" isn't handled right, like i386-aix.
9190
9191Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
9192
9193 * configure: Pass program-transform-name, not
9194 program_transform_name, to recursive configures.
9195
9196Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
9197
9198 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
9199 of gas+ld+binutils.
9200
9201Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
9202
9203 * config.guess: Recognize AIX3.2 as distinct from 3.1.
9204
9205Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9206
9207 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
9208
252b5132
RH
9209Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
9210
9211 * Makefile.in (PRMS): Set back to all-prms.
9212
9213Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
9214
9215 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
9216 targets, rather than for MIPS hosts.
9217
9218Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9219
9220 * configure.in: add comment for --with-x default values
9221
9222 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
9223
9224 * Makefile.in: add check-* targets for each of the directories in
9225 the tree. Add a definition of RUNTEST that will use the one we
9226 just built, if it exists. Pass this down via FLAGS_TO_PASS.
9227
9228Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
9229
9230 * configure.in: Removed obsolete references to bfd_target and
9231 target_makefile_frag.
9232
9233 * build-all.mk: Set assorted targets for Q2.
9234 * config.sub: Recognize z8k-sim and h8300-hms.
9235 * test-build.mk: Really don't pass host to configure.
9236 (HOLES): Added uname.
9237
9238Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
9239
9240 * configure: Handle an empty program-prefix, program-suffix or
9241 program-transform-name correctly.
9242
9243Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
9244
9245 * build-all.mk: -G 8 no longer required for MIPS targets.
9246 * test-build.mk: Don't pass host argument to configure; make it
9247 guess.
9248
9249Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
9250
9251 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
9252 * Makefile.in (COMPRESS): New macro, like GZIP.
9253
9254Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
9255
9256 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
9257
9258 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
9259 with gas currently defaults to -G 0.
9260
9261Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
9262
9263 * Makefile.in (all-flex): flex depends on byacc.
9264
9265 * build-all.mk: If host not specified, use config.guess. Pass TAG
9266 to test-build.mk as RELEASE_TAG.
9267 * test-build.mk (configargs): New variable containing arguments to
9268 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
9269 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
9270
9271 * config.guess: Use /bin/uname when checking -X argument on SCO,
9272 to avoid invoking GNU uname which doesn't understand -X.
9273
9274 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
9275
9276 * configure.in: Build gas for mips-*-*.
9277
9278Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9279
9280 * Makefile.in (all.normal): insert missing backslash.
9281
9282Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
9283
4bddf3ad 9284 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
9285
9286 * Makefile.in: Complete overhaul to merge many almost identical
9287 targets.
9288
9289Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9290
9291 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
9292 (gdb.tar.Z): Adjusted.
9293
9294 * Makefile.in (setup-dirs, taz): New targets; should be general
9295 enough to adapt for gdb sometime. Build only .z file.
9296 (gas.tar.z): New target.
9297
9298Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
9299
9300 * build-all.mk: Use CC=cc -Xs on Solaris.
9301
252b5132
RH
9302Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
9303
9304 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
9305 for handling BISON for FSF releases.
9306
9307Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9308
9309 * configure: Actually implement the change zoo just documented.
9310
9311Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9312
9313 * configure: when using config.guess, only set target_alias when
9314 it's not already been set (ie, on the command line)
9315
9316Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9317
9318 * Makefile.in: add installcheck target, set PRMS to install-prms
9319
9320Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9321
9322 * configure: add support for package_makefile_fragment, handle the
9323 case where a directory has a configure.in file but no Makefile.in
9324 more gracefully (with an actual understandable error message, even);
9325 add support for --without (and add this to the usage message); also
9326 explicitly add a --host=${host_alias} to the command line when
9327 config.guess is used
9328
9329Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
9330
9331 * configure: Must use both --host and --target in recursive calls.
9332
9333Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
9334
9335 * Makefile.in: Change deja-gnu to dejagnu.
9336
9337Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
9338
9339 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
9340
9341Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9342
9343 * configure.in: canonicalize all instances to *-*-solaris2*,
9344 also strip out a number of tools to not build for go32 host
9345
9346Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9347
9348 * config.guess: add GPL.
9349
9350 * Makefile.in, config.guess, config.sub, configure: bump
9351 copyrights to 93.
9352
9353Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
9354
9355 * Makefile.in (do-info): Removed obsolete check for existence of
9356 localenv file.
9357
9358 * Makefile.in (MAKEOVERRIDES): Define to be empty.
9359
9360Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9361
9362 * Makefile.in: a couple of 'else true' for decstation,
9363 support for TclX
9364
9365 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
9366
9367Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
9368
9369 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
9370
9371Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
9372
9373 * config.guess: Recognize i386-ibm-aix (PS/2).
9374 * configure.in: Use config/mh-aix386 file for it.
9375
9376Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
9377
9378 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
9379 CC_FOR_TARGET instead.
9380 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
9381
9382Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
9383
9384 * Makefile.in: Add sim to list of directories sent with gdb
9385
9386Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
9387
9388 * configure.in: Put back mips-dec-bsd* case.
9389
9390Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
9391
9392 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
9393 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
9394 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
9395
9396Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9397
9398 * configure.in: remove no-op mips-dec-bsd* in "case $target"
9399
9400 * Makefile.in (dir.info): only run gen-info-dir if it exists,
9401 (install-info): install dir.info only if it exists,
9402 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
9403
9404Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
9405
9406 * configure.in: For vms target, skip bfd, ld, binutils. Do build
9407 gas for mips-dec-bsd.
9408
9409Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
9410
9411 * configure (makesrcdir): If ${srcdir} is relative and not ".",
9412 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
9413
9414Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
9415
9416 * configure.in: Added "dejagnu" to hosttools list.
9417
9418Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
9419
9420 * config.sub, configure.in, config.guess: Add support
9421 for Bosx, an AIX variant from Bull.
9422 Patches from F.Pierresteguy@frcl.bull.fr.
9423
9424Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
9425
9426 * devo/dejagnu: Initial creation of devo/dejagnu.
9427 Migrated dejagnu testcases and support files for testing software
9428 tools to reside as subdirectories, currently called "testsuite",
9429 within the directory of the software tool. Migrated all programs,
9430 support libraries, etc. beloging to dejagnu proper from
9431 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
9432 with no modifications. The changes to these files which will
9433 allow them to configure, build, and execute properly will be made
9434 in a future update.
9435
9436Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
9437
9438 * Makefile.in: Change send_pr to send-pr.
9439 * configure.in: Likewise.
9440 * send_pr: Renamed directory to send-pr.
9441
9442Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
9443
9444 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
9445
9446Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
9447
9448 * README: Update for gdb-4.8 release.
9449 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
9450 gdb-xxx.tar.z (gzip'd) file also.
9451
9452Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9453
9454 * Makefile.in: make all-diff depend on all-libiberty
9455
9456Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
9457
9458 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
9459
9460Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9461
9462 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
9463
9464Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
9465
9466 * Makefile.in (DEVO_SUPPORT): Remove etc directory
9467 (ETC_SUPPORT): Only add the files GDB wants from etc/.
9468 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
9469
9470Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9471
9472 * Makefile.in: makeinfo binary is in a new location
9473
9474Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
9475
9476 * config.sub: Accept -ecoff as an OS.
9477
9478 * Makefile.in: Various changes to eliminate a level of make
9479 recursion and reduce the required command line length.
9480 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
9481 sub-makes.
9482 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
9483 variables holding settings for specific sub-makes.
9484 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
9485 in terms of BASE_FLAGS_TO_PASS.
9486 (TARGET_LIBS): New variable listing directories which use
9487 TARGET_FLAGS_TO_PASS.
9488 (subdir_do): Eliminated.
9489 (do-*): New set of targets to replace subdir_do.
9490 (various): All targets which used subdir_do now depend on do-*.
9491 (local-clean): Renamed from do_clean.
9492 (local-distclean): New target, dependency of distclean and
9493 realclean.
9494 (install-info): Don't create directories. Depend on dir.info
9495 rather than calling make recursively.
9496 (install-dir.info): Eliminated.
9497 (install-info-dirs): Create all info directories here.
9498 (dir.info): Depend upon do-install-info.
9499
9500 * test-build.mk (HOLES): Added false.
9501
9502Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
9503
9504 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
9505
9506Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9507
9508 * Makefile.in (info): remove dependency on all-texinfo. The
9509 problem was really in texinfo/C, not at this level.
9510
9511Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
9512
9513 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
9514
9515Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
9516
9517 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
9518 GDB releases.
9519
9520Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9521
9522 * configure: Include srcdir in message about target of link not
9523 being found. Don't convert `-' to `_' in `with' options being
9524 passed to subdirs.
9525
9526Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9527
9528 * configure.in: add uudecode to host_tools
9529
9530 * Makefile.in: added {all,install}-uudecode targets, added them to
9531 the appropriate lists
9532
9533Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
9534
9535 * Makefile.in (all-gcc): Added dependency on all-gas.
9536
9537 * configure.in (mips-*-*): Build ld and binutils.
9538
9539Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9540
9541 * configure: check return code from mkdir, print error message and
9542 exit on failure.
9543
9544Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
9545
9546 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
9547
9548Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
9549
9550 * test-build.mk (HOLES): Added tar, cpio and uudecode.
9551
9552Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
9553
9554 * config.sub (h8500): Recognize this as a cpu type.
9555
9556Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9557
9558 * configure: source directory missing is no longer a warning
9559
9560 * configure.in: recognize irix[34]* instead of irix[34]
9561
9562 * Makefile.in: define and pass down X11_LIB
9563
252b5132
RH
9564Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
9565
9566 * guess-systype: Renamed to ...
9567 * config.guess: ... by popular request.
9568 * configure.in, Makefile.in: Update accordingly.
9569
9570Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
9571
9572 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
9573 + Add Convex, Cray/Unicos, and Encore/Multimax support.
9574 + Execute ./dummy instead of assuming . is in PATH.
9575
9576Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
9577
9578 * guess-systype: New shell script. Attempts to guess the
9579 canonical host name of the executing host.
9580 Only a few hosts are supported so far.
9581 * configure: Call guess-systype if no host is specified.
9582
9583Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
9584
9585 * Makefile.in (gcc-no-fixedincludes): Made to work with current
9586 gcc Makefile.
9587
9588
9589Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
9590
9591 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
9592 (all-gcc, install-gcc, subdir_do): Use it.
9593
9594Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
9595
9596 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
9597
9598Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
9599
9600 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
9601 set exclusively by configure, using configure.in .
9602
9603Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9604
9605 * test-build.mk: set $PATH for all builds
9606
9607 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
9608
9609Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
9610
9611 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
9612 the one used in gcc/Makefile.in, so that a null expansion doesn't
9613 override the one needed to build gcc with a native cc.
9614
9615
9616Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9617
9618 * configure: Accept -with arguments.
9619
9620Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
9621
9622 * Makefile.in: added h8300sim
9623
9624Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
9625
252b5132
RH
9626 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
9627 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
9628 (all-cygnus, native, build-cygnus): Make
9629 $(canonhost)-stamp-3stage-done, not $(host)....
9630 * test-build.mk (stamp-3stage-compared): Use tail +10c for
9631 i386-sco3.2v4. Added else true to if command.
9632
9633Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
9634
9635 * config.sub: (from FSF) Sequent uses a BSD-like OS.
9636
9637Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
9638
9639 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
9640
9641Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9642
9643 * configure.in: don't remove binutils from Solaris builds
9644
9645Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
9646
9647 * Makefile.in: get rid of earlier definitions for *clean,
9648 also handle the recursive info rule better
9649
9650Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
9651
9652 * Makefile.in (mostlyclean, distclean, realclean): Fix to
9653 do more-or-less the right thing.
9654
9655Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
9656
9657 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
9658 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
9659
9660Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9661
9662 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
9663 $(host_canonical).
9664
9665 * configure.in: split the configdirs list into 4 categories (native
9666 v. cross, library v. tool) and handle the cross-only and native-
9667 only in more reasonable (and correct!) way.
9668
9669Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
9670
9671 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
9672 configdirs anymore.
9673
9674Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9675
9676 * Makefile.in: extensive cleanup:: removed all of the explicit
9677 clean-* targets, collapsed many wrappers around subdir_do into
9678 one, added additional targets to satisfy standards.texi, deleted
9679 some old targets, some changes for consistency
9680
9681Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9682
9683 * configure.in: handle some programs as cross-only, and others as
9684 native only
9685
9686 * test-build.mk: handle partial holes in a more generic manner
9687
9688 * Makefile.in: m4 depends on libiberty
9689
252b5132
RH
9690Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9691
9692 * configure.in: add m4, textutils, fileutils, sed, shellutils,
9693 time, wdiff, and find to configdirs
9694
9695 * Makefile.in: all, clean, and install rules for the new programs
9696 added to configure.in
9697
9698Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9699
9700 * configure.in: use mh-sun for all *-sun-* hosts
9701
252b5132
RH
9702Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9703
9704 * Makefile.in: define flags for X11 include files and library file
9705 locations, pass them down to the programs that need this info
9706
9707 * build-all.mk: added a 'native' target, to 3stage the native toolchain
9708
252b5132
RH
9709Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9710
9711 * configure.in: start building libg++ for HP-UX targets
9712
9713Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
9714
9715 * README: Update references to files moved into etc/.
9716
9717Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
9718
9719 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
9720 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
9721
9722Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
9723
9724 * configure: accept dash as well as underscore in long option
9725 names for FSF compatibility.
9726
9727Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
9728
9729 * config.sub: added -sco3.2v4 support from FSF.
9730
9731Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9732
9733 * configure.in: expand the section that adds or removes
9734 directories from the list of programs to build, to handle native
9735 vs. cross in addition to host v. native
9736
9737Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
9738
9739 * Makefile.in: Replace C++ in macro names with CXX.
9740 This is less likely to break ...
9741
9742Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9743
9744 * test-build.mk: add -w to GNU_MAKE
9745
9746Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9747
9748 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
9749 add 'sparc' to list of recognized cpus. This needed to make
9750 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
9751 Delete some redundant ose68 variants. Recognize -wrs as an os,
9752 then changes that into $CPU-wrs-vxworks.
9753
9754 * configure.in: remove most references to gdbtest, regularize
9755 target based program removal
9756
9757 * test-build.mk: import from p3 tree (many fixes and changes)
9758
9759Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
9760
9761 * Makefile.in: added rules to handle tcl, tk, and expect
9762
9763 * configure.in: handle those directories if they exist
9764
9765Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9766
9767 * config.sub: removed bogus hppabsd and hppahpux names, since
9768 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
9769
9770Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9771
9772 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
9773 depends upon all-xiberty
9774
9775 * Makefile.in: changes from p3, including:
9776
9777 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
9778
9779 * Makefile.in (XTRAFLAGS): include newlib directories if
9780 newlib/Makefile exists, rather than if host != target.
9781
9782 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
9783
9784 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
9785 from the same source tree and not building a cross-compiler. This
9786 matters for the libg++ configuration if reconfiguring a tree that
9787 has already been installed.
9788
9789 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
9790
9791 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
9792 pick up the machine and system specific header files.
9793
9794 * Makefile.in: added AS_FOR_TARGET, passed down in
9795 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
9796 the C compiler to use to create programs which are run in the
9797 build environment, set it to default to $(CC), and passed it down
9798 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
9799
9800 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
9801
9802 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
9803 We need them for unusual native builds, like systems without
9804 ranlib.
9805
9806 * configure: also define $(host_canonical) and
80413487
RH
9807 $(target_canonical), which are the full, canonical names for the
9808 given host and target
252b5132
RH
9809
9810Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
9811
9812 * Makefile.in: Added separate definitions for C++.
9813
9814Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
9815
9816 * configure.in (configdirs): Add deja-gnu.
9817
9818Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
9819
9820 * README: Update for configure.texi and gdb-4.7 release.
9821
9822Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
9823
9824 * Makefile.in: Move "all" target to top of file.
9825 Previously, first target was ".PHONY" which caused BSD4.4 make
9826 to build .PHONY when make was run without arguments.
9827
9828Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
9829
9830 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
9831 Library-copylefted code in libiberty.
9832
9833Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
9834
9835 * config.sub: Replace m68kmote with plain old m68k.
9836
9837Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
9838
9839 * Makefile.in: Remove space from blank line, avoid Make complaints.
9840
9841Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
9842
9843 * config.sub: Complain if no argument is given. Added support for
9844 386bsd as OS and target alias.
9845
9846Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
9847
9848 * Makefile.in (XTRAFLAGS): include newlib directories if
9849 newlib/Makefile exists, rather than if host != target.
9850
9851Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
9852
9853 * config.sub: recognize sparclite-wrs-vxworks.
9854
9855 * Makefile.in (install-xiberty): added *-xiberty make rules (from
9856 p3.) Added clean-xiberty to clean.
9857
9858Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9859
9860 * configure.in: use *-*-* instead of nested cases for host and target
9861
9862Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
9863
9864 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
9865 from the same source tree and not building a cross-compiler. This
9866 matters for the libg++ configuration if reconfiguring a tree that
9867 has already been installed.
9868
9869Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
9870
9871 * config.sub (i486v/i486v4): Merge in from FSF version.
9872
9873Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
9874
9875 * configure: only set PWD if it is already set.
9876
9877Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
9878
9879 * configure: just set PWD=`pwd` at the top, since Ultrix sh
9880 doesn't have unset and all success paths (and most error paths)
9881 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
9882 to just ${PWD} to avoid confusion.)
9883
9884Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
9885
9886 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
9887 even for a native compilation.
9888
9889Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
9890
9891 Changes to make the gdb.tar.Z rule work better.
9892
9893 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
9894 (DEVO_SUPPORT): Add configure.texi.
9895 (bfd-ilrt.tar.Z): Remove ancient rule.
9896
9897Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
9898
9899 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
9900 pick up the machine and system specific header files.
9901
9902 * configure.in, config.sub: added new target m68010-adobe-scout,
9903 with alias of adobe68k. Changed configure.in to check for
9904 -scout before -sco* to avoid a false match.
9905
9906 * Makefile.in: added AS_FOR_TARGET, passed down in
9907 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
9908 the C compiler to use to create programs which are run in the
9909 build environment, set it to default to $(CC), and passed it down
9910 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
9911
9912Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
9913
9914 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
9915 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
9916 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
9917 FOR_TARGET variants, to newlib and libg++.
9918
9919Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
9920
9921 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
9922 first.
9923
9924Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
9925
9926 * config.sub: Accept `elf' as an environment.
9927
9928Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
9929
9930 * Makefile.in (all-opcodes): cd into the right directory
9931
9932Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
9933
9934 * configure: added -program_transform_name option, used as
9935 argument to sed when installing programs.
9936 configure.texi: added documentation for -program_prefix,
9937 -program_suffix and -program_transform_name.
9938
9939Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
9940
9941 * config.sub: Accept i486 where i386 ok.
9942
9943Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
9944
9945 * config.sub: accept we32k
9946
9947Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
9948
35590697 9949 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
9950
9951 * Makefile.in: don't create all directories for ``make install'';
9952 let the subdirectories create the ones they need.
9953
9954Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9955
80413487 9956 * COPYING: new file, GPL v2
252b5132
RH
9957
9958Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9959
9960 * Makefile.in: use the new gen-info-dir, which needs a template
9961 argument (which also lives in texinfo)
9962
9963 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
9964
252b5132
RH
9965Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
9966
9967 * config.sub (ncr3000): Change i386 to i486.
9968
9969Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9970
9971 * Makefile.in: add install-rcs, install-grep to
9972 install-no-fixedincludes, removed install-bison and install-libgcc
9973
9974Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
9975
9976 * configure.in: grab the HPUX makefile fragment if on HPUX
9977
9978Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
9979
9980 * Makefile.in: eradicate bison spoor (ditto libgcc).
9981 configure.in: recognise m68{k,000}-ericsson-OSE.
9982 es1800 is alias for m68k-ericsson-OSE
9983
9984Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9985
9986 * configure.in: rearrange the parts that remove programs from
9987 configdirs, based now on HOST==TARGET or by canonical triple.
9988
9989Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
9990
9991 * test-build.mk: recurse explicitly with -f test-build.mk when
9992 appropriate. predicate stage3 and comparison on the existence
9993 of gcc. That is, if gcc isn't around, we aren't three-staging.
9994 On very clean, also remove ...stamp-co. Build in-place before
9995 doing other builds.
9996
9997Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
9998
9999 * Makefile.in, configure.in: add tgas
10000
10001Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10002
10003 * Makefile.in: a number of changes merged in from progressive.
10004
10005 * configure.in: add libm.
10006
10007 * .cvsignore: ignore some stuff that comes from test-build.mk.
10008
252b5132
RH
10009Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
10010
10011 * config.sub: Add es1800 (m68k-ericsson-es1800).
10012
10013Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
10014
10015 * configure: Add program_suffix (parallel to program_prefix)
10016 * Makefile.in: adjust directory-creating script for losing decstation
10017
10018Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
10019
10020 * configure: Minor $subdir-related fixes.
10021
10022Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
10023
10024 * configure: fix various problems with propogating
10025 makefile_target_frag in subdirs.
10026 * configure.in: config libgcc if its there
10027
10028Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
10029
10030 * config.sub: HPPA merge.
10031
252b5132
RH
10032Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
10033
10034 * Makefile.in: Replace all-bison with all-byacc in all
10035 dependency lines for other tools (which now use byacc).
10036
10037Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
10038
10039 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
10040
252b5132
RH
10041Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
10042
10043 * Makefile.in: make gprof rules similar to byacc rules (instead of
10044 vestigal $(unsubdir) that didn't work...)
10045
10046Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
10047
10048 * config.sub: Add support for Linux.
10049 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
10050 (at least for libg++).
10051
10052Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
10053
10054 * configure.texi: fix doc for the -nfp option to configure
10055
10056Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
10057
10058 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
10059
10060Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
10061
10062 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
10063 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
10064 * configure.in: added solaris* host_makefile_frag hook.
10065
10066Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10067
10068 * config.sub: changed recognition of m68000 so that various
10069 m68k types can be specified via m680[01234]0
10070
10071Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10072
10073 * config.sub (basic_machine): fix sed so that '-foo' isn't
10074 completely substituted out while .+'-foo' loses the '-foo'
10075
10076Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
10077
10078 * config.sub ($os): Add -aout.
10079
10080Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
10081
10082 * configure: If host_makefile_frag is absolute, don't
10083 prefix ${invsubdir} (relevant to libg++ auto-configure).
10084
10085Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
10086
10087 * Makefile.in (tooldir): Define it.
10088 (all-ld): Depend on all-flex.
10089
10090Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
10091
10092 * Makefile.in (check): Fix libg++ special case.
10093
10094Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
10095
10096 * configure: do not bury `pwd` into config.status, thus do fewer
10097 pwd's.
10098
10099 * configure: print the "Building in" message only when building in
10100 other than "." AND verbose.
10101
10102 * configure: remove -s, rework -v to better accomodate guested
10103 configures.
10104
10105 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
10106
10107Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
10108
10109 * Makefile.in: macroize flags passed on recursion. remove
10110 fileutils.
10111
10112Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
10113
10114 * configure: get makesrcdir right for subdirs deeper than 1.
10115
10116 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
10117 install.
10118
10119Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
10120
10121 * Makefile.in: don't print subdir_do or recursion lines.
10122
10123Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
10124
10125 * standards.texi: added menu item.
10126
10127 * Makefile.in: build and install standards.info.
10128
10129 * standards.texi: new file.
10130
10131Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10132
10133 * configure: test for and move config.status pieces from
10134 ${subdir}/.
10135
10136Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
10137
252b5132
RH
10138 * configure: Test for existance of files before trying to mv
10139 them, to avoid numerous non-existance messages.
10140
10141Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
10142
10143 * configure: correct final line of config.status.
10144
10145 * configure: patch from eggert. Avoids a protection problem if
10146 the original Makefile.in is read only.
10147
10148 * configure: use move-if-change from gcc to create config.status.
10149 Some makefiles depend on config.status to tell if a directory
10150 has been reconfigured for a different host. This change
10151 prevents those directories from remaking everything in the case
10152 where the reconfig was only intended to rebuild a Makefile.
10153
10154 * configure: test for config.sub with "config.sub sun4" rather
10155 than "config.sub ${host_alias}". Otherwise we can't tell a bad
10156 host alias from a missing config.sub.
10157
10158Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10159
10160 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
10161 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
10162
10163Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
10164
10165 * configure: mkdir ${subdir} as needed.
10166
10167Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
10168
10169 * Makefile.in,configure.in: added autoconf.
10170
10171Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10172
10173 * Makefile.in: no longer pass against on recursion.
10174
10175 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
10176 definitions are not inherited.
10177
10178 * configure: correct makesrcdir when subdir is .
10179
10180Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
10181
10182 * configure: Add support for 'subdirs' variable, which is
10183 like 'configdirs', except that configure doesn't re-invoke
10184 itself for subdirs, it just creates a Makefile for each subdir.
10185 * configure.texi: Document subdirs.
10186
10187Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10188
10189 * configure.in: added flex to configdirs
10190
10191Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
10192
10193 * Makefile.in: remove clean-stamps from clean.
10194
10195Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
10196
10197 * configure.in: Add gdbtest to configdirs.
10198
10199Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
10200
10201 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
10202 to recursive makes.
10203 * configure.in: Recognize new ncr3000 config.
10204
10205Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
10206
10207 * Makefile.in, configure.in: removed references to gdbm.
10208
10209Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
10210
10211 * config.sub: Don't canonicalize os value
10212 newsos* to bsd (readline needs to check for newsos).
10213 (This fix was earlier made Jan 31, but got re-broken.)
10214
10215Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
10216
10217 * configure.in: sco is an os, not a vendor!
10218
10219 * configure: Quote $( better. Keep various shells happy.
10220
10221Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
10222
10223 * Makefile.in: eliminate stamp-files.
10224
10225Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
10226
10227 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
10228 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
10229
10230Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
10231
10232 * config.sub: fix iris/iris3.
10233
10234Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
10235
10236 * configure: re-add -rm.
10237
10238Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
10239
10240 * Maskefile.in: add .stmp-rcs to all.
10241
10242 * configure.in: remove gas from rs6000 build, use aix host fragment.
10243
10244Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
10245
10246 * configure: pass down site_option during recursion.
10247
10248Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
10249
10250 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
10251
10252Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
10253
10254 * configure: Change exec_prefix so that it really defaults to prefix.
10255
10256Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
10257
10258 * Makefile.in, configure.in: Add support for mmalloc library.
10259
10260Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
10261
10262 * Makefile.in: add stmp dependencies for a few more things.
10263
10264Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
10265
10266 * configure: adjusted error message on objdir/srcdir configure
10267 collision, per john's suggestion.
10268
10269 * Makefile.in: add libiberty stmp to all and all.cross.
10270
10271Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
10272
10273 * Makefile.in: remove force dependencies, add grep to all.
10274
10275Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
10276
10277 * Makefile.in: drop flex. make stamp files work.
10278
10279 * configure: added test for conflicting configuration in srcdir,
10280 remove trailing slashes from srcdir. Otherwise emacs gdb mode
10281 gets cranky. use relative paths for configure and srcdir
10282 whenever possible. Send some error messages to stderr that were
10283 going to stdout.
10284
10285Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
10286
10287 * Makefile.in: Fix libg++ rule to check for gcc directory
10288 before using gcc/gcc. Also pass XTRAFLAGS.
10289
10290Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
10291
10292 * Makefile.in: added stmp-files so that directories aren't polled
10293 when they are already built.
10294
10295 * configure.texi: fixed a node pointer problem.
10296
10297Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
10298
4bddf3ad 10299 * config.sub configure.in gdb/configure.in
252b5132
RH
10300 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
10301 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
10302 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
10303
10304Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10305
10306 * configure: -recurring becomes -silent. corrected help message
10307 for -site= option.
10308
10309 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
10310
10311Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10312
10313 * configure: when building Makefile for crosses, replace
10314 tooldir and program_prefix. default srcdir from location of
10315 config.sub. remove "for host in hosts" and "for target in
10316 targets" loops.
10317
10318Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10319
10320 * Makefile.in: Do not pass bindir or mandir to cvs.
10321
10322Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
10323
10324 * Makefile.in, configure.in: removed traces of namesubdir,
10325 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
10326 copyrights to '92, changed some from Cygnus to FSF.
10327
10328 * configure.texi: remove most references to multiple hosts,
10329 multiple targets, subdirs, etc.
10330
10331 * configure.man: removed rcsid. reference config.sub not
10332 config.subr.
10333
10334 * Makefile.in: mkdir $(infodir) on install-info.
10335
10336Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
10337
10338 * configure.texi: Explain better about .gdbinit and about
10339 the environment that configure.in sections run in.
10340
10341Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
10342
10343 * configure.in: Ultrix is only a decstation if it's a MIPS.
10344
10345Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
10346
10347 * README: DOC.configure => cfg-paper.texi.
10348
10349Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
10350
10351 * config.sub (near case $os): Don't convert newsos* to bsd!
10352
10353Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
10354
10355 * Makefile.in: Reinstall change from gdb-4.3 that reduces
10356 the number of copies of COPYING that go into the GDB tar file.
10357
10358Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
10359
4bddf3ad 10360 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
10361 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
10362 Fix SCO configuration stuff.
10363
10364Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
10365
10366 * Makefile.in: For libg++, make sure the -I pointing
10367 to the gcc directory goes *after* all the libg++-local -I flags.
10368 Also, move just-gcc dependency from just-libg++ to all-libg++.
10369
10370Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
10371
10372 * configure: Change -x to -f to keep Ultrix /bin/test happy.
10373
10374Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
10375
10376 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
10377
10378Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
10379
10380 * config.sub: Add stratus configuration frags. Also
10381 submitted to FSF.
10382
10383Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
10384
10385 * Makefile.in (DEV_SUPPORT): add configure.man.
10386
10387 * config.sub(Decode manufacturer-specific): add -none*.
10388
10389Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
10390
10391 * Makefile.in: remove form feeds to make Sun's make happy.
10392 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
10393
10394Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
10395
10396 * Makefile.in (AR_FLAGS): Make quieter.
10397
10398Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
10399
10400 * configure.in: Add libg++.
10401 * configure: When verbose, don't output the command line at each
10402 level; it will be unremarkably the same as the previous version,
10403 which will be the same as what the user typed.
10404
10405Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
10406
10407 * configure.in, Makefile.in: fix clean-info, add flex. add
10408 fileutils.
10409
10410 * configure: be less sensitive to spaces in Makefile.in. Do not
10411 look for sources in "..". Doing so breaks subdirectories that
10412 might have their own configure. If a subdir has it's own
10413 configure script, use it.
10414
10415Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
10416
10417 * cfg-paper.texi: some changes suggested by rms.
10418
10419Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
10420
10421 * config.sub: Merge in some small additions from the FSF version,
10422 taken from the gcc distribution, to bring the Cygnus and FSF
10423 versions into closer sync.
10424
10425Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
10426
10427 * configure.in: Changed svr4 references to sysv4.
10428
10429Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
10430
10431 * configure: added -V for version number option.
10432
10433Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
10434
10435 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
10436 renamed from DOC.configure to cfg-paper.texi.
10437
10438Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10439
10440 * configure, config.subr, config.sub: config.subr is now
10441 config.sub again.
10442
10443Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
10444
10445 * configure.texi: new file, in progress.
10446
10447 * Makefile.in: build info file and install the man page for
10448 configure.
10449
10450 * configure.man: new file, first cut.
10451
10452 * configure: find config.subr again now that configuration "none"
10453 has gone. removed all traces of the -ansi option. removed all
10454 traces of the -languages option.
10455
10456 * config.subr: resync from rms.
10457
d932cae7 104581991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
10459
10460 * configure, config.sub, config.subr: merge config.sub into
10461 config.subr, call the result config.subr, remove config.sub, use
10462 config.subr.
10463
10464 * Makefile.in: revised install for dir.info.
10465
d932cae7 104661991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
10467
10468 * configure.in: add decstation host makefile frag.
10469
10470 * Makefile.in: BISON now bison -y again. also install-gcc on
10471 install. clean-gdbm on clean. infodir belongs in datadir.
10472 Make directories for info install. Build dir.info here then
10473 install it.
10474
d932cae7 104751991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
10476
10477 * Makefile.in: fix for bad directory tests.
10478
d932cae7 104791991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
10480
10481 * configure: \{1,2\} appears to be a sysv'ism. Use a different
10482 regexp. -srcdir relative was being handled incorrectly.
10483
10484 * Makefile.in: unwrapped some for loops so that parallel makes
10485 work again and so one can focus one's attention on a particular
10486 package.
10487
d932cae7 104881991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
10489
10490 * configure: added PWD as a stand in for `pwd` (for speed). use
10491 elif wherever possible. make -srcdir work without -objdir.
10492 -objdir= commented out.
10493
d932cae7 104941991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
10495
10496 * configure: +options become --options. -subdirs commented out.
10497 added -host, -datadir. Renamed -destdir to -prefix. Comment in
10498 Makefile now at top of generated Makefile. Removed cvs log
10499 entries. added -srcdir. create .gdbinit only if there is one
10500 in ${srcdir}.
10501
10502 * Makefile.in: idestdir and ddestdir go away. Added copyrights
10503 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
10504 and mandir now keyed off datadir by default.
10505
d932cae7 105061991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
10507
10508 * Freshly created ChangeLog.
10509
10510\f
10511Local Variables:
10512mode: change-log
10513left-margin: 8
10514fill-column: 76
10515version-control: never
10516End:
This page took 0.732709 seconds and 4 git commands to generate.